﻿@media (max-width: 768px) {
    #TroubleIndexThead th:not(.display-smart-phone-trouble),
    #TroubleIndexTbody td:not(.display-smart-phone-trouble)
    {
        display: none !important;
    }

    .status-trouble {
        display: none !important;
    }

    .status-trouble-sm {
        display: flex !important;
    }
}
