.responsive-table {
  padding: 40px 0;
}

.responsive-table.bg-true-blue {
  background-color: #0070B9;
}

.responsive-table.bg-bright-highlight {
  background-color: #90D9F91A;
}

.responsive-table.bg-dark-blue {
  background-color: #063354;
}

.responsive-table.bg-white-and-trueblue {
  background: linear-gradient(to bottom, white 50%, #90D9F91A 50%);
}

.responsive-table.bg-trueblue-and-white {
  background: linear-gradient(to bottom, #90D9F91A 50%, white 50%);
}


.responsive-table.bg-dark-blue table, .responsive-table.bg-true-blue table,
.responsive-table.bg-dark-blue table caption, .responsive-table.bg-true-blue table caption,
.responsive-table.bg-dark-blue .table-responsive, .responsive-table.bg-true-blue .table-responsive {
  color: #fff;
}