/**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;
        justify-content: space-around;
    }
    #mrcMainContent .btn {
        width: 100%;
    }
    .container-fluid {
        height: 100%;
        max-height: 98vh;
    }
}