.res-table {
    margin: auto;
    border-collapse: collapse;
    min-width: fit-content;
    width: 350px;
    max-width: 100%;
    margin-top: 10px;
}

.res-table tr:first-child {
    border-top: none;
    background: #428bca;
    color: #fff;
}

.res-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f9fc;
}

.res-table tr:nth-child(odd):not(:first-child) {
    background-color: #ebf3f9;
}

.res-table th {
    display: none;
}

.res-table td {
    display: block;
}

.res-table td:first-child {
    margin-top: .5em;
}

.res-table td:last-child {
    margin-bottom: .5em;
}

.res-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 120px;
    display: inline-block;
    color: #000;
}

.res-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
}

.res-table tr {
    border-color: #bfbfbf;
}

.res-table th,
.res-table td {
    padding: 2px;
    text-align: center;
}

@media screen and (max-width: 700px) {
    .res-table {
        text-align: center;
    }

    .res-table tr:nth-child(2) {
        border-top: none;
    }

    .res-table th,
    .res-table td {
        padding: 3px;
        padding-left: 25%;
        text-align: left;
    }

    .res-table th {
        text-align: right;
    }
}

@media screen and (min-width: 699px) {
    .res-table tr:hover:not(:first-child) {
        background-color: #d8e7f3;
    }

    .res-table td:before {
        display: none;
    }

    .res-table th,
    .res-table td {
        display: table-cell;
        padding: 6px;
    }

    .res-table th:first-child,
    .res-table td:first-child {
        padding-left: 0;
    }

    .res-table th:last-child,
    .res-table td:last-child {
        padding-right: 0;
    }

}

.respon-table-container {
    display: block;
    padding: 0px 10px;
    margin-top: 10px;
}

.res-table-head {
    padding: 25px 2%;
    color: #121212;
    font-size: 2rem;
    color: #ff5c5c;
    font-weight: 600;
    align-items: center;
}

.res-table {
    text-align: center;
}