#bookmarks {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    min-width: 15%;
    max-width: 35%;
    float: left;
}

#bookmarks2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    float: left;
}

#bookmarks3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    float: left;
}

#bookmarks td, #bookmarks th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

#bookmarks2 td, #bookmarks th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

#bookmarks3 td, #bookmarks th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

#bookmarks tr:nth-child(even) {
    background-color: #ffffff;
}

#bookmarks2 tr:nth-child(even) {
    background-color: #ffffff;
}

#bookmarks3 tr:nth-child(even) {
    background-color: #ffffff;
}

#bookmarks tr:nth-child(odd) {
    background-color: #efefef;
}

#bookmarks2 tr:nth-child(odd) {
    background-color: #efefef;
}

#bookmarks3 tr:nth-child(odd) {
    background-color: #efefef;
}


#bookmarks tr:hover {
    background-color: #dddddd;
}

#bookmarks2 tr:hover {
    background-color: #a8a8a8;
}

#bookmarks3 tr:hover {
    background-color: #848484;
}

#bookmarks th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #04ebfa;
    color: #1e1d1d;
}

#bookmarks2 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #6ff7f7;
    color: #1e1d1d;
}

#bookmarks3 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #a5fbfb;
    color: #1e1d1d;
}
