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

#tt0{
    transform: translate(95px, 12px);
}
#tt1{
    transform: translate(2px, 5px);
}
#tt2{
    transform: translate(90px, 5px);
    color: #fff3da;
}
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 #020202;
    font-weight: bold;
    border-top: none;
    border-left: 1px solid #030303; /* Add left border */
    border-right: 1px solid #070707; /* Add right border */
}

tr.header th {
    border-top: 1px solid #222422; /* Add top border for header */
    background-color: #70AD47;
}

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

tr.b {
    background-color: #D5E3CF; 
}
tr.c {
    background-color: #EBF1E9; 
}
tr.d {
    background-color: #D5E3CF; 
}