@media only screen and (max-width: 800px){

    .inner_table td {
        padding: 3px !important;
    }

    .grid_options, .label_text, .options {
        font-size: 11px;
    }

    .checkbox, .checkboxselected, .radiobox, .radioboxselected {
        width: 10px !important;
        height: 10px !important;
        background-size: contain;
    }

}
