.comp-table-wrapper-57862be1 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
.comp-table-57862be1 {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    font-family: inherit;
}
.comp-table-57862be1 th, .comp-table-57862be1 td {
    padding: 12px 15px;
    border: 1px solid #ffffff;
    text-align: center;
    vertical-align: middle;
}
.comp-table-57862be1 th {
    background-color: #f1f1f1;
    font-weight: 700;
}
.comp-table-57862be1 th:first-child {
    background-color: #8c909c;
    color: #fff;
    text-align: left;
}
.comp-table-57862be1 td:first-child {
    background-color: #798396;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
}
.comp-table-57862be1 tr:nth-child(even) td:not(:first-child) {
    background-color: #f9f9f9;
}
.comp-table-57862be1 tr:nth-child(odd) td:not(:first-child) {
    background-color: #ececec;
}
@media (max-width: 767px) {
    .comp-table-57862be1 {
        min-width: 100%;
    }
    .comp-table-57862be1 th, .comp-table-57862be1 td {
        padding: 8px 10px;
        font-size: 14px;
    }
    /* Let the table overflow horizontally naturally on small screens */
}