@media (max-width: 991px) {
    table.table-original-responsive {
        width: 100%;
    }
    table.table-original-responsive .thead {
        display: none;
    }
    table.table-original-responsive tr {
        width: 100%;
    }
    table.table-original-responsive tr:hover {
        color: #212529;
        background-color: rgba(0,0,0,.075);
    }
    table.table-original-responsive td {
        display: block;
        text-align: left;
        width: 100%;
        padding-left: .75rem;
        border-top: 1px dotted #dee2e6;
        margin-bottom: 1rem;
    }
    .table-original-responsive td:first-child {
        background: #d9d9d9;
        color: #222;
        font-weight: bold;
        text-align: left;
        border-top: none;
        padding: .3rem;
        margin-bottom: 0;
    }
    .table-original-responsive td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 10px;
    }
    .table-original-responsive td:last-child {
        border-top: none;
    }
    .table-original-responsive td.td-reserve-btn {
        text-align: center;
        padding: 0 0 2rem 0;
    }
    .table-original-responsive tr:hover td.td-reserve-btn {
        color: #212529;
        background-color: #fff;
    }
}

@media (min-width: 992px) {
    .page__content--text h3, .page__content--text-row-title h3 {
        font-size: 1.6rem;
        margin-top: 2.4rem;
        margin-bottom: 1rem;
    }

    table.table-original-responsive {
        margin: 20px auto;
        width: 100%;
    }
    table.table-original-responsive tr:hover {
        color: #212529;
        background-color: rgba(0,0,0,.075);
    }
    table.table-original-responsive th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
        color: #495057;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }
    table.table-original-responsive td {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }
}