@media (min-width: 1200px) {
  body .container {
    margin-top: 2vh;
    width: 80%;
  }
}

body .wp-block-column {
  margin: 0;
}

body .wp-block-column:not(:first-child) {
  margin-left: 3vw;
}

body .wp-block-column table {
  width: 100%;
}

body .wp-block-column table thead tr:first-of-type td {
  padding-right: 1.1em;
}

body .wp-block-column table tr.even {
  border-bottom: 1px solid red;
}

body .wp-block-column table tr {
  border-bottom: 1px solid #ee2e24;
}

body .wp-block-column table th,
body .wp-block-column table td {
  vertical-align: top;
  padding: 10px 10px;
  text-align: right;
  line-height: 1.1;
  white-space: nowrap;
  text-align: center;
}

body .wp-block-column table td:first-of-type {
  text-align: left;
  white-space: unset;
}

body h1 {
  padding-bottom: 1em;
}

body header .container-fluid,
body .welcome-sec h1:after {
  display: none;
}
/*# sourceMappingURL=tv.css.map */