@media only screen and (max-width: 767px) {
    #last_update {
        font-size: 12px;
    }
    .tabla tbody tr:nth-child(1)> td {

        top: 0px;
    }
}
.tabla{
    table-layout: auto;
}


.neptunkod {
    font-weight: bold;
}

#resContainer {
    margin-top: 15px;
}

textarea {
    resize: none;
}
#neptun {
    background: none;
    color: #c6c6c6;
    font-size: 18px;
    padding: 10px 10px 0px 5px;
    display: block;
    width: 180px;
    border: none;
    border-radius: 0;

}
#neptun:focus {
    outline: none;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: white !important;
    background-image: none !important;
    color: #37474f;
}

#neptun:-webkit-autofill {
    appearance: menulist-button;
    background-color: transparent !important;
    background-image: none !important;
    color: #37474f;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.tabla tr,
.tabla td,
.tabla th {
    border: none;
    white-space:nowrap;
    padding: 10px 12px;
    text-align: center;
}

.tabla tbody tr:nth-child(even) {
    background: #f5f7f8;
}
.tabla tbody tr:nth-child(odd) {
    background: #eceff1;
}

.tabla tbody tr:nth-child(1)> td {
    background: #cfd8dc;

    height: 43px;
    position: -webkit-sticky;
    position: sticky;
    top: 41px;
}

.tabla tbody tr:nth-child(n+2):hover>td {
    background: white;

    font-weight:bold;
}
.tabla thead tr {
    color: white;
    padding-left: 0px;
    height: 35px;
}

thead th{
    background: #37474f;
    position: -webkit-sticky;
    position: sticky;
    top: 0;

}




.osztondijdiv {

    position: relative;
    overflow: scroll;
    display: block;
    scrollbar-color: #455a64 #cfd8dc;
    height: 450px;
    margin-bottom: 60px;
}


.osztondijdiv::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.osztondijdiv::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #455a64; }