.table_gbs > thead {     
    color: #ffffff;
    align-content: center;
    background-color: #01B3BF;     
}
.table_gbs > thead > tr > th { 
    text-align: center;
}
.table_gbs > tbody > tr > td { 
    padding: 2px;
    
}
