@media screen and (min-width: 1200px) {
  #section {
    width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
  }
  .schedule_row {
    width: 100%;
  }
  #title_row,
  #accordion_row {
    padding: 20px 20px 20px 20px;
  }
  #button_row {
    padding: 0 20px 0 20px;
  }
}

@media screen and (min-width: 790px) and (max-width: 1200px) {
  #section {
    width: 780px;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
  }
  .schedule_row {
    width: 100%;
  }
  #title_row,
  #accordion_row {
    padding: 20px 10px 20px 10px;
  }
  #button_row {
    padding: 0 10px 0 10px;
  }
}

@media screen and (max-width: 790px) {
  #section {
    max-width: 780px;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
    padding: 0px !important;
  }
  .game_detail {
    width: 20% !important;
  }
  .date-time {
    width: 25% !important;
  }
  .team_info {
    padding-left: 5px !important;
    width: 55% !important;
  }
  .team_title {
    display: none !important;
  }
}

@media screen and (max-width: 590px) {
  .date-time,
  .game_outcome,
  .vs {
    font-size: 11px !important;
    line-height: 1.5 !important;
  }
  .team_info > img {
    padding-top: 10px !important;
    height: 50px !important;
  }
  .vs {
    padding: 18px 6px 18px 6px !important;
  }
}

.css-transitions-only-after-page-load * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.month_container {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 60px;
  height: 100%;
  position: relative;
  z-index: 3;
}

.game_month_title {
  letter-spacing: 1.5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 17px;
  margin: 0;
  display: inline-block;
  position: relative;
}

.title_right_content {
  position: absolute;
  top: 0;
  padding: 0 15px;
  font-size: 11px;
  letter-spacing: 1.5px;
  right: 18px;
  min-width: 65px;
}

.accordion .title_right_content:after {
  position: absolute;
  content: "";
  right: -5px;
  top: 26px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top-width: 6px;
  border-top-style: solid;
  transition: all 175ms linear;
}

.accordion.active .title_right_content:after {
  border-top: 0;
  border-bottom-width: 6px;
  border-bottom-style: solid;
}

.accordion {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 15px;
  transition: 0.5s;
  border-radius: 10px;
  transition-delay: 0.4s;
}

.accordion:before {
  width: calc(100% - 60px);
  height: 1px;
  display: block;
  content: "";
  opacity: 0.3;
  transform: translate(30px, 30px);
  -ms-transform: translate(30px, 30px);
  -webkit-transform: translate(30px, 30px);
}

.accordion.active {
  transition-delay: 0s;
  border-radius: 10px 10px 0 0;
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  border-radius: 0 0 10px 10px;
  margin-top: 60px;
}

.game_list {
  font-weight: bold;
  cursor: pointer;
  position: relative;
  width: 100%;
  clear: both;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 20px 0;
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  z-index: 1;
}
.game_list:last-child {
  border-bottom-style: none;
}

.game_list > div {
  float: left;
}

.vs,
.team_title {
  padding: 18px;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-align: center;
  display: block;
  float: left;
}
.game_outcome {
  padding-top: 18px;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-align: left;
  display: block;
}

.game_detail {
  width: 13%;
  float: right !important;
  text-align: center;
}

.team_info {
  padding-left: 20px;
  width: 74%;
}

.team_info > img {
  height: 60px;
  display: block;
  float: left;
}

.date-time {
  width: 13%;
  text-align: center;
  padding-top: 5px;
}

.game_promotions_container {
  display: block;
}
.game_detail_reveal {
    padding: 30px 0 0 0;
}
.game_promotions_container .game_promotion_image {
    width: 240px;
    float: left;
    margin-right: 40px;
}
.game_promotions_container .game_promotion_image img {
    width: 100%;
}
.game_promotion_body {
    float: right;
    text-transform: none;
}
.game_promotion_item_header {
    margin-top: 0;
    padding-top: 0;
    padding-right: 103px;
    text-transform: uppercase;
}