

.broadcast-schedule-container img {
  width: 100%;
}

.broadcast-schedule-container {
  background-color: #FFFFFF;
  color: #000;
}
.broadcast-schedule-container h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  padding-top: 3.125rem;
  margin-bottom: 2.5rem;
}
.broadcast-schedule-container table {
  border-collapse: collapse;
  text-align: center;
  margin: 0 auto;
  width: 95%;
  max-width: 1200px;
}
.broadcast-schedule-container table .broadcast-item > td:first-child {
  width: 50%;
  min-width: 150px;
}
.broadcast-schedule-container table .broadcast-item > td:last-child {
  width: 40%;
}
.broadcast-schedule-container table tbody > tr:not(:last-child) {
  border-bottom: 1px solid #D6D6D6;
}
.broadcast-schedule-container table tbody > tr.broadcast-logos {
  border: none;
}
.broadcast-schedule-container table tbody > tr.titles th {
  padding-bottom: 1rem;
}
.broadcast-schedule-container table tbody > tr.titles th div div:last-child {
  display: none;
}
.broadcast-schedule-container table th {
  font-size: 1.5rem;
  text-align: left;
}
.broadcast-schedule-container table .text-container {
  width: calc(100% - 15px);
}
.broadcast-schedule-container table .text-container p.title {
  font-weight: 600;
  font-size: 1rem;
  text-align: left;
  margin: 1rem 0 0.5rem;
}
.broadcast-schedule-container table .text-container p.time {
  font-weight: 600;
  font-size: 0.875rem;
  text-align: left;
  margin: 0.5rem 0 1rem 0;
}
.broadcast-schedule-container table .text-container p.time span {
  font-size: 0.6rem;
}
.broadcast-schedule-container table.logo-table {
  margin: initial;
  width: 100%;
}
.broadcast-schedule-container table .broadcast-logos td {
  width: 30%;
}
.broadcast-schedule-container table .broadcast-logos td:not(:first-child) {
  margin-left: 1rem;
}
.broadcast-schedule-container table .broadcast-logos td .broadcast-logo-container.sportsnet {
  width: 35px;
}
.broadcast-schedule-container table .broadcast-logos td .broadcast-logo-container.sportsneteast {
  width: 50px;
}
.broadcast-schedule-container table .broadcast-logos td .broadcast-logo-container.cbc {
  width: 29px;
}
.broadcast-schedule-container table .broadcast-logos td .broadcast-logo-container.cbc.specialcbc {
  margin: 0 auto;
}
.broadcast-schedule-container table .broadcast-logos td .broadcast-logo-container.omni {
  width: 56px;
}
.broadcast-schedule-container table .broadcast-logos td .broadcast-logo-container.omni.specialomni {
  margin: 0 0 0 1rem;
}
.broadcast-schedule-container table .broadcast-logos td .broadcast-logo-container.aptn {
  width: 35px;
}
.broadcast-schedule-container table .broadcast-logos td .broadcast-logo-container.aptn.specialaptn {
  margin: 0 0 0 1rem;
}

.broadcast-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.75rem 0;
}
.broadcast-button-container a {
  background-color: #DA291C;
  color: #FFF;
  padding: 1.0rem 3rem;
  font-size: 1.2rem;
  border: none;
  border-radius: 12px;
  text-decoration: none;
}
.broadcast-button-container a:hover {
  text-decoration: underline;
}



@media screen and (min-width: 650px) {

  table tr.broadcast-logos {
    display: block;
  }
}
@media screen and (min-width: 768px) {

  .broadcast-schedule-container table tbody tr.titles th > div {
    display: flex;
    width: 75%;
    flex-direction: row;
    justify-content: space-between;
  }
  .broadcast-schedule-container table tbody tr.titles th > div div:last-child {
    display: block;
  }
  .broadcast-schedule-container table tbody .broadcast-item td:first-child {
    width: initial;
  }
  .broadcast-schedule-container table tbody .broadcast-item td:last-child {
    width: initial;
  }
  .broadcast-schedule-container table tbody .broadcast-item .text-container {
    width: 50%;
    display: flex;
    flex-direction: row;
    max-width: initial;
    width: 100%;
  }
  .broadcast-schedule-container table tbody .broadcast-item .text-container p.title {
    width: 65%;
    padding-right: 1.25rem;
  }
  .broadcast-schedule-container table tbody .broadcast-item .text-container p.time {
    width: 35%;
    margin: 1rem 0;
    display: flex;
    align-items: end;
  }
  .broadcast-schedule-container table tbody .broadcast-item .broadcast-logos td {
    padding: 0 1rem 0 0;
    width: initial;
  }
  .broadcast-schedule-container table tbody .broadcast-item .broadcast-logos td.specialcbc, .broadcast-schedule-container table tbody .broadcast-item .broadcast-logos td.specialaptn .broadcast-schedule-container table tbody .broadcast-item .broadcast-logos td.specialomni {
    margin: initial;
  }
  .broadcast-schedule-container .broadcast-button-container a {
    padding: 0.65rem 3.025rem;
    font-size: 1rem;
  }
}


@media screen and (min-width: 1600px) {

  .broadcast-schedule-container table tbody tr.titles th > div {
    width: 72%;
  }


}




.broadcast-schedule-container img {
  max-width: 100%;
  height: auto;
}

.broadcast-logo-container.city {
  width: 60px;
  min-width: 50px;
}

.broadcast-logo.city {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 650px) {
  .broadcast-logo-container.city {
    width: 40px;
  }
}
