/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 23 2026 | 04:14:08 */
@media (max-width: 719px) {
    .mtr-table .mtr-cell-content {
			max-width: 100% !important;
        width: 100%;
        border-left: none;
        padding: 5px 10px;
        text-align: left !important;
    }
	.mtr-table .mtr-td-tag, .mtr-table .mtr-td-tag:first-child, .mtr-table .mtr-th-tag, .mtr-table .mtr-th-tag:first-child {
        padding: 0px 0px !important;
    }
    .mtr-table td[data-mtr-content]:before, .mtr-table th[data-mtr-content]:before {
      max-width: 100% !important;
        display: block !important;
        border-bottom: 1px solid #aaa;
        width: 100% !important;
        padding-bottom: 0px;
        text-align: center !important;
			background: #ddd;
    }
	    .mtr-table tr:nth-child(odd) .mtr-td-tag, .mtr-table tr:nth-child(odd) .mtr-th-tag {
        border-bottom: 1px solid #aaa !important;
        border-left: 1px solid #aaa !important;
        border-right: 1px solid #aaa !important;
        border-top: 1px solid #aaa !important;
    }
	    .mtr-table tr:nth-child(odd), .mtr-table tr:nth-child(odd) .mtr-td-tag, .mtr-table tr:nth-child(odd) .mtr-th-tag {
        background: #eeeeee !important;
    }
}

