.ui-jqgrid {
    padding: 10px 20px 10px 20px!important;
    width: 100%!important;
    line-height: 30px!important;
    border: 1px dashed #E8E5DD!important;
    border-radius: 0.95rem!important;
}

.ui-jqgrid tr {
    height: 50px;
}

.ui-jqgrid tbody tr {
    border-bottom: 1px dashed #E8E5DD!important;
}

.ui-jqgrid tbody tr:hover {
    background-color: #F5F5F5!important;
    cursor: pointer;
}

.ui-jqgrid tbody td {
    font-size: .95rem!important;
    color: #403D38;
    font-style: bold;
    text-transform: uppercase;
    text-align: left!important;
}

.ui-jqgrid-view {
    width: 100%!important;
}

.ui-state-default {
    width: 100%!important;
}

.ui-jqgrid-bdiv {
    width: 100%!important;
}

.ui-jqgrid-btable {
    width: 100%!important;
}

.ui-jqgrid-htable {
    vertical-align: middle!important;
    font-size: 1.075rem!important;
}

.ui-jqgrid-labels {
    font-size: .95rem!important;
    color: #B5B0A1;
    font-style: bold;
    text-transform: uppercase;
    text-align: left!important;
}
