.table > tbody > tr > td:first-child {
    background-color: #5f6c83;
    font-weight: 600;
    color: white;
}
.table > thead > tr > th{
    background-color: #33479f;
    font-weight: 600;
    color: white;
}
.no-style-table{
    background: none !important;
    color: #0c0c0c !important;
    font-weight: 600 !important;
    text-align: right !important;
}