/* Default styling for all table headers inside the .table class */
.table thead th {
    background-color: #6D3F9E !important;
    color: #ffffff !important;
}