.myCssClass{
    font-size:20px;
}


.tdatagrid_col {
    color: #030229!important;
    font-weight: bold!important;
    font-size: 15px!important;
     font-family: 'Nunito';
}


.tdatagrid_cell {
    font-size: 15px;
    color: #5d5a5e!important;
}


.table-striped tbody tr:nth-of-type(odd) {
    background: #f3f3f37a;
}

.table-striped tbody tr:nth-of-type(odd):hover {
    background: #f3f3f3bd;
}


#builder-layout div:not(.beditorcss).splash-user-content {
    
    padding-bottom: 33px!important;
}


.tpagenavigation li.off a {
    border: none;
}