.biz-table-col1-bold td:nth-child(1){     
        font-weight:bold;      
}

.biz-table-col1-left td:nth-child(1){     
    text-align:left !important;      
    padding-left:1.5rem  !important;
}

.biz-table-col1-upper td:nth-child(1){     
    text-transform:uppercase !important;          
}

.biz-table-compact thead tr th{
    padding: 8px 10px !important;
}

.biz-table-compact tbody tr td{     
    padding: 8px 10px !important;
}

.biz-table-col1-bold tbody tr:nth-child(even) {background: #fcfcfc}
.biz-table-col1-bold tbody tr:nth-child(odd) {background: #f3f3f3}

#biz-back-to-top {
    left: 30px !important;
}