.mainWrap {
  background: #ffffff;
  padding: 25px;
  border-radius: 4px;
  margin: 2.5rem auto;
}
.mainWrap .page-title-wrapper .page-title {
  color: #000000;
}
th > a:hover,
th > a:focus,
th.is-active > a:hover,
th.is-active > a:focus {
  color: #8bbe28;
}
th > a:hover:after,
th > a:focus:after,
th.is-active > a:hover:after,
th.is-active > a:focus:after {
  border-color: #8bbe28;
}
table.views-table thead th {
  background: #008eab;
  color: #ffffff;
}
table.views-table thead th a {
  color: #ffffff;
}
table.views-table tbody tr:nth-child(even) td {
  background: #dddddd;
}
table.views-table .fa,
table.views-table .fas,
table.views-table .far {
  color: #000000;
}
table.views-table .fa:hover,
table.views-table .fas:hover,
table.views-table .far:hover {
  color: #008eab;
}
.table-div .tr {
  display: flex;
}
.table-div .tr .th,
.table-div .tr .td {
  border-style: inset;
  border-collapse: collapse;
}
.table-div .tr .th.td-grow-on,
.table-div .tr .td.td-grow-on {
  flex-grow: 1;
}
.table-div .tr .th.td-blocked,
.table-div .tr .td.td-blocked {
  background: #dfdfdf;
  opacity: 0.5;
}
