
.container-table100 {
    width: 100%;
    min-height: 100vh;
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    
}

.wrap-table100 {
    width: 100%;
}


table {
    border-spacing: 1;
    border-collapse: collapse;
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
   
}

table td,
table th {
    padding-left: 8px;
    border: 1px solid rgb(203, 200, 200);
}

table thead tr {
    height: 60px;
    background: #36304a
}

table tbody tr {
    height: 50px
}

table tbody tr:last-child {
    border: 0
}

table td,
table th {
    text-align: left
}

table td.l,
table th.l {
    text-align: right
}

table td.c,
table th.c {
    text-align: center
}

table td.r,
table th.r {
    text-align: center
}

.table100-head th {
    
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    font-weight: unset
}

@media (max-width: 768px) {
    .table100-head th {
        font-size: 16px;
    }
}

tbody tr:nth-child(even) {
    background-color: #ececec
}

tbody tr {
    
    font-size: 15px;
    color: rgb(117, 114, 114);
    line-height: 1.4;
    
}

@media (max-width: 768px) {
    tbody tr {
        font-size: 14px;
    }
}

tbody tr:hover {
    
    font-weight: bold;
    
}

.column1 {
    width: 3%;
    padding-left: 20px;
}

.column2 {
    width: 40%;
    padding-left: 10px;
}

.column3 {
    width: 10%;
    padding-left: 10px;
}

.column4 {
    
    padding-left: 10px;
}

.column5 {
    width: 170px;
    text-align: right
}

.column6 {
    width: 222px;
    text-align: right;
    padding-right: 62px
}

#letoltes tbody tr:nth-child(2n)
{
  background-color: #ececec;
}

@media screen and (max-width:992px) {
    table {
        display: block;
        font-size: 14px;
    }

    table>*,
    table tr,
    table td,
    table th {
        display: block;
    }

    table thead {
        display: none;
    }

    table tbody tr {
        height: auto;
        padding: 20px 15px;
        margin-bottom: 15px;
        border: 2px solid #36304a;
        border-radius: 8px;
        background-color: #fff;
    }

    table tbody tr:nth-child(even) {
        background-color: #f8f8f8;
    }

    table:not(.simple-table) tbody tr td {
        padding-left: 45% !important;
        margin-bottom: 12px;
        position: relative;
        min-height: 30px;
        border: none;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    table.simple-table tbody tr td {
        padding-left: 8px !important;
        margin-bottom: 12px;
        position: relative;
        min-height: 30px;
        border: none;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    table tbody tr td:last-child {
        margin-bottom: 0;
    }

    table:not(.simple-table) tbody tr td:before {
        content: attr(data-label);
        font-size: 13px;
        color: #36304a;
        line-height: 1.4;
        font-weight: bold;
        position: absolute;
        width: 42%;
        left: 15px;
        top: 0;
        padding-right: 10px;
        white-space: normal;
    }

    table:not(.simple-table) tbody tr td:nth-child(1):before {
        content: "Sorszám:";
    }

    table:not(.simple-table) tbody tr td:nth-child(2):before {
        content: "Fájlnév:";
    }

    table:not(.simple-table) tbody tr td:nth-child(3):before {
        content: "Időkód:";
    }

    table:not(.simple-table) tbody tr td:nth-child(4):before {
        content: "Szöveg:";
    }

    table.simple-table tbody tr td {
        padding-left: 8px !important;
    }

    .column4,
    .column5,
    .column6 {
        text-align: left;
    }

    .column4,
    .column5,
    .column6,
    .column1,
    .column2,
    .column3 {
        width: 100%;
    }

    tbody tr {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .container-table100 {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    table tbody tr {
        padding: 15px 10px;
    }
    
    table:not(.simple-table) tbody tr td {
        padding-left: 50% !important;
        font-size: 13px;
    }
    
    table.simple-table tbody tr td {
        padding-left: 8px !important;
        font-size: 13px;
    }
    
    table:not(.simple-table) tbody tr td:before {
        width: 48%;
        left: 10px;
        font-size: 12px;
    }
}

@media(max-width:576px) {
    .container-table100 {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    table tbody tr {
        padding: 12px 8px;
        font-size: 12px;
    }
    
    table:not(.simple-table) tbody tr td {
        padding-left: 50% !important;
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    table.simple-table tbody tr td {
        padding-left: 8px !important;
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    table:not(.simple-table) tbody tr td:before {
        width: 48%;
        left: 8px;
        font-size: 11px;
    }
}