
------
:root {
    --ta-light-primary-color: #e32c67 !important;
    --ta-dark-primary-color: #d42d89 !important;
}
------
/*
.brs-table mat-table mat-cell:first-of-type, .brs-table mat-table mat-header-cell:first-of-type, .brs-table mat-table mat-footer-cell:first-of-type {
    padding-left: 0;
    min-width: 180px;
    justify-content: left;
}

.brs-table mat-table mat-cell, .brs-table mat-table mat-header-cell, .brs-table mat-table mat-footer-cell {
    justify-content: center;
}
*/

.brs-table mat-table mat-cell:first-of-type, .brs-table mat-table mat-header-cell:first-of-type, .brs-table mat-table mat-footer-cell:first-of-type {
    justify-content: left;
}

.brs-table mat-table mat-cell, .brs-table mat-table mat-header-cell, .brs-table mat-table mat-footer-cell {
    justify-content: center;
}

lib-ratings-table .brs-table mat-table mat-cell:first-of-type, lib-ratings-table .brs-table mat-table mat-header-cell:first-of-type, lib-ratings-table .brs-table mat-table mat-footer-cell:first-of-type, lib-watchlist-ratings-table .brs-table mat-table mat-cell:first-of-type, lib-watchlist-ratings-table .brs-table mat-table mat-header-cell:first-of-type, lib-watchlist-ratings-table .brs-table mat-table mat-footer-cell:first-of-type {
    flex: 2 1 !important;
    justify-content: left;
}