/*
* football.css
*
*/
/* --------------------------------
   football
-------------------------------- */
.post-type-content table th {
  width: 24%;
}
.post-type-content table th.week {
  width: 14%;
}
.post-type-content table th.class {
  width: 30%;
}

.post-type-content-5 table th {
  width: 18%;
}

.nostrong {
  font-weight: normal !important;
}

.post-type-content p.post-paragraph {
  margin-top: 40px;
}

.post-type-content table td {
  padding: 13px 20px;
}
@media all and (max-width: 750px) {
  .post-type-content table td {
    padding: 13px 7px;
  }
}

#football .l-section-map {
  margin: 94px 0 0 0;
}

.generic-html-content {
  padding-bottom: 0;
}

.generic-html-content .region-item:before {
  display: none;
}