.centre-container {
  text-align: center;
}

.what-btn {
  border: solid 1px #464646;
}
.what-btn:hover {
  border-color: #990000;
}
.what-vid {
  max-width: 90%;
}

.blue-right {
  float: right;
}
.blue-left{
  float: left;
}
.blue-box{
  background-color: rgb(51,98,142);
  color: #fff;
  padding: 1em;
  margin: 1em;
  max-width: 190px;
  border-radius: 3px;
}
.blue-box p{
  margin-bottom: 0;
}

.dates-table {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 18px;
}
.dates-table th {
  color: #960000;
  border-top: none;
  font-size: 19px;
}
.dates-table td, .dates-table th {
  padding: 0.8em;
}
.dates-table tr td:first-of-type, .dates-table tr th:first-of-type{
  border-right: solid 1px #dddddd;
}
.dates-table td {
  line-height: 1.6;
}

@media (min-width: 1024px) {
  #t3-mainbody,
  #t3-content {
    padding-top: 0;
  }
  .what-vid {
    max-width: 75%;
    height: auto;
  }
  .dates-table {
    width: 80%;
  }
  .dates-table tr td, .dates-table tr th{
    padding-left: 1em;
  }
}
@media (max-width: 768px){
  .dates-table {
    font-size: 16px;
  }
  .dates-table th {
    font-size: 17px;
  }
  .blue-box{
    background-color: initial;
    color: initial;
    padding: 0;
    margin: initial;
    max-width: initial;
    border-radius: initial;
    float: none;
  }
  .blue-box p {
    margin-bottom: 11px;
    font-size: 19px;
  }
}