﻿@media (max-width: 768px) {

    .rates-table table {
        min-width: 100px !important;
    }

    .rates-table table thead {
        display: none;
    }

        .rates-table table tr {
            display: block;
            margin-bottom: 10px;
        }

        .rates-table table td {
            display: block;
            text-align: right;
        }

            .rates-table table td::before {
                content: attr(data-label);
                float: left;
            }

            .rates-table table td[data-label='Description'] {
                background: #EEF1F8;
            }

                .rates-table table td[data-label='Description']::before {
                    background: #EEF1F8;
                }
}
