

/* BUG FIXES BEING ADDRESSED IN AUX SPRINT 24 */

@media (max-width: 768px) {
table:not(.table-overflow table, .table-break-earlier table, .table-break-later table) tr:first-of-type {
 display: block !important; 
 visibility: visible !important;  
}
}



/* CHROME X FIX IN SEARCH ON TABLE */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
