.js-views-accodion-group-header {
  color: #00539C;
}
// The rest is to style tables
table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td, .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  border: 1px solid black !important;
}
table, tr, td {
  border: 1px solid black !important;
}
th {
  background-color: #365F91;
  border: 1px solid black !important;
  color: white;
}
tr:nth-child(even) {
  background-color: #F2F2F2;
  border: 1px solid black !important;
}
.bg-black {
  background-color: black;
}
.txt-white { 
  color: white;
}
.center-text {
  text-align: center;
}
