.information{
    width: 100%;
    height: 100%;
    right: -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_info{
    right: 0;
}
#gene_structure table{
    font-size: small;
}
@media only screen and (max-width: 559px){
    #gene_structure table{
        transform: scaleX(0.95) scaleY(0.95) translateX(-10px) translateY(-25px);
    }
}