.mh-table {
    border: 1px solid !important;
}
.mh-table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.mh-table th, .mh-table td {
    padding-left: 10px;
}
.mh-main-header th:nth-child(odd) {
    border-right: 1px solid;
}
.mh-main-heading:nth-child(odd) {
    border-right: 1px solid;
}
.mh-sub-title td:nth-child(odd) {
    border-right: 1px solid;
}
.mh-sub-title td:nth-child(odd){
    background-color: #f2f2f2 !important; 
}
.mh-table-row td:nth-child(odd) {
    border-right: 1px solid !important;
}

.mh-main-header {
    border-bottom: 1px solid;
}
.mh-main-heading {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #12532b;
}
.mh-searchbar input {
    text-align: center !important;
}