.traitMap{
    width: 100%;
    height: 100%;
    left: -100%;
    opacity: 0.95;
    position: absolute;
    top: 0;
    background-color: rgba(245, 222, 179, 0.45);
    font-family: source;
    display: flex;
    box-sizing: border-box;
    padding: 5%;
    padding-top: 55px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.5s ease;
    overflow-y: scroll;
}
.full_map{
    left: 0;
}
#genome{
    /* border: 1px solid black; */
    width: 100%;
    overflow-y: scroll;
}
#genome h3,
#genome small{
    line-height: -1;
    position: sticky;
    top: 0px;
    background-color: var(--glassborder);
    z-index: 1;
    /* text-align: justify; */
}
#genome small{
    top: 50px;
}
#genome table{
    font-size: small;
    z-index: 0;
}
@media only screen and (max-width: 559px){
    #genome table{
        transform: scaleX(0.75) translateX(-75px) translateY(-30px);
    }
}
/* .tableBox{
    width: 98%;
    height: 90%;
    overflow: scroll;
}
.tableBox table{
    font-size: small;
} */