/* Screen widths */
/* Gov site colors */
/*

/* Drupalbase Colors */
table thead tr th,
.table.tablesaw thead tr th {
  background-color: #041d35;
  font-weight: 400;
  padding: 0.8rem;
}
table thead tr th a,
.table.tablesaw thead tr th a {
  font-weight: 400;
}
table thead tr th a:hover,
.table.tablesaw thead tr th a:hover {
  color: #42c3d6;
}
table thead tr th a:visited,
.table.tablesaw thead tr th a:visited {
  color: #fff;
}
table tbody tr th,
.table.tablesaw tbody tr th {
  background: #041d35;
  font-weight: 400;
  padding: 0.8rem;
}
table tbody tr td,
.table.tablesaw tbody tr td {
  border-bottom: 1pt solid #fff !important;
}
table tbody tr:nth-child(even) td,
.table.tablesaw tbody tr:nth-child(even) td {
  background-color: #fff;
}
table tbody tr:nth-child(odd) td,
.table.tablesaw tbody tr:nth-child(odd) td {
  background-color: #ebfbfe;
}
