<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 820px) {
    .divDtNotes {
        width: 1200px;
        margin: 0 auto
    }

    table.dataTable thead {
        background-color: #6eb280;
    }

}
@media screen and (max-width: 830px) {

    table.dataTable thead {
        display: none;
    }

    .dataTables_filter {
    float:left;
    }
    tr:nth-child(odd) {
        background: #d7d9db;
    }
        table td:nth-of-type(1):before {
        content: "Disputed No :";
    }

    table td:nth-of-type(2):before {
        content: "Action : ";
    }

    table td:nth-of-type(3):before {
        content: "Action Date : ";
    }

    table td:nth-of-type(4):before {
        content: "Hearing Type Desc : ";
    }

    table td:nth-of-type(5):before {
        content: "Originator : ";
    }
}</pre></body></html>