tbody {
    width: auto;
    overflow: auto;
}

.table {
    margin: 0 auto ;
}
.table_container a{
    color: lightsalmon;
}
.table th,
.table td,
.table {
    padding: 0.5vw 1vw !important;
    border-collapse: collapse !important;
    border: 2px solid lightsalmon !important;
    color:lightsalmon !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.table td:nth-child(6),
.table td:nth-child(7),
.table th {
    white-space: nowrap;
}

.table td:nth-child(4) {
    padding: 0.5vw 0.3vw !important;
}

.space {
    white-space: normal;
}

@media screen and (max-width: 769px) {
    .table {
        zoom: 0.7;
        -webkit-transform-origin: top left;
        -webkit-transform: scale(1);
    }
}

@media screen and (min-width: 769px) and (max-width: 89.9375rem) {
    .table_container {
        overflow-x: scroll !important;
    }

    .table th,
    .table td,
    .table {
        padding: 2px 2px !important;
    }

    .table td:nth-child(4) {
        width: 20vw;
    }
}

@media screen and (max-width: 769px) {
    .table_container {
        overflow-x: scroll !important;
        width: 100%;
    }

    .table th,
    .table td,
    .table {
        padding: 5px 5px !important;
    }
}

@media screen and (max-width: 45rem) {
    .table th,
    .table td,
    .table {
        padding: 9px 8px !important;
        white-space: nowrap;
    }
}

.click_here:after,
td a:after,
#Attributions a:after,
.judging p>a:after,
.notebook .slideBox p>a:after {
    content: url("https://static.igem.wiki/teams/4195/wiki/background/notice.png");
    font-family: fontawesome;
    color: lightsalmon !important;
}

.click_here span,
.td,
.click_here,
#Attributions a,
.judging p>a,
.downloadpdf,
.notebook .slideBox p>a{
    color: lightsalmon !important;
}
#Attributions .headline{
    padding-top: 1rem;
}
#Attributions p:nth-child(1){
    padding-top: 1rem;
}
.downloadpdf:after {
    content: "\f1c1";
    font-family: fontawesome;
    color: lightsalmon !important;
}
.center{
    text-align: center!important;
}
.table{
    background: whitesmoke;
    margin-top: 30px !important;
}
.magic-box{
    text-align: center;
}
