﻿@media (max-width: 768px) {
    .rwd-table,
    .rwd-table thead,
    .rwd-table tbody,
    .rwd-table th,
    .rwd-table td,
    .rwd-table tr {
        display: block;
    }

        .rwd-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .rwd-table td {
            max-width: 100% !important;
            text-align: center;
            min-height: 35px;
        }

            .rwd-table td > span {
                max-width: 70% !important;
            }

            .rwd-table td::before {
                content: attr(data-title);
                white-space: pre-line;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                float: left;
                font-weight: bold;
                width: 30%;
                height:100%;
                border-bottom: solid 2px #667794;
            }
            .rwd-table .rwdbtn:before{
                border-bottom:none !important;
            }


    .rwd-header-toggle {
        height: 600px;
        overflow-x: hidden;
        overflow-y: scroll;
        scrollbar-width: none;
    }

        .rwd-header-toggle::-webkit-scrollbar {
            width: 0;
        }
}
