/**add app CSS styles here**/
/**add app CSS styles here**/
@media screen and (max-width: 760px) {
    .responsive td {
        padding-left: 5px !important;
    }
    #mrcMainContent, .row {
        max-width: 98vw;
    }
    form {
        display: flex;
        justify-content: center;
    }
    form table {
        display: flex !important;
        flex-direction: column;
    }
    #mrcMainContent .btn {
        width: 100%;
    }
    .container-fluid {
        height: 100%;
        max-height: 80vh;
    }
    #search_table_head, .table-header {
        display: flex !important;
    }
    #search_table_head th,.table-header th {
        width: 50% !important;
    }
    #search_table_head th {
        display: flex;
        flex-direction: column;
    }
    #mrc_main_table .odd, #mrc_main_table .even {
        display: flex;
        justify-content: flex-start;

    }
    #mrc_main_table .odd td, #mrc_main_table .even td {
        width: 50% !important;
    }
    .responsive td:before {
        content: none !important;
    }
}