﻿/*Custom CSS FOR Table*/

@media screen and (max-width: 575px) {
    .table-xs-responsive th, .table-xs-responsive td {
        width: 100% !important;
        display: block !important;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    .table.table-sm-responsive th, .table.table-sm-responsive td {
        width: 100% !important;
        display: block !important;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 992px) {
    .table.table-sm-responsive th, .table.table-sm-responsive td {
        width: 100% !important;
        display: block !important;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1200px) {
    .table.table-sm-responsive th, .table.table-sm-responsive td {
        width: 100% !important;
        display: block !important;
        box-sizing: border-box;
    }
}*/

/*End Custom CSS*/
