.pagenav{
    background-image: url("https://static.igem.wiki/teams/5300/source/content-test/5o.png");
}

#tt0{
    transform: translate(85px, 12px);
}
#tt1{
    transform: translate(0px, 5px);
}
#tt2{
    transform: translate(90px, 5px);
}
#tt3{
    transform: translate(0px, 5px);
}
#tt4{
    transform: translate(87px, 3px);
}

table{
    text-align: center;
}

td,tr {
    border-bottom: 1px solid #ddd;
    border-top: none
}

td,th,tr {
    border-left: none;
    border-right: none
}


td, th {
    padding: 3px;
    border-bottom: 1px solid #000000;
    font-weight: bold;
    border-top: none;
    border-left: 1px solid #000000; /* Add left border */
    border-right: 1px solid #000000; /* Add right border */
}

tr.header th {
    border-top: 1px solid #000000; /* Add top border for header */
}

tr.a {
    background-color: #000000; 
}

tr.b {
    background-color: #e8ebdc; 
}
tr.c {
    background-color: #f5a773; 
}
tr.d {
    background-color: #d1dd25; 
}