#MiddleMainContainer {
  font-family: Arial, sans-serif;
  background-color: black;
  color: white !important;
  overflow: hidden;
  border: 3px solid #333;
  padding: 1em;
  /*max-width: 1100px;*/
}
#ScheduleTitleSportEventName {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.3em;
  text-align: left;
}
#TeamListContainer {
  margin-bottom: 2em;
}
#ScheduleTitleDivisionName {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 1em;
  color: #63ff70;
  text-align: left;
}
#TblTeams th {
  font-weight: bold;
  color: #d9d9d9;
  text-align: left;
  padding-right: 2em;
  vertical-align: middle;
}
.TeamHeaderRow {
  height: 50px;
  border-bottom: 3px solid #555;
}
.TeamRow {
  border-bottom: 1px solid #555;
  height: 40px;
  font-size: 0.85em;
  color: white;
}
#PhoneCol {
  text-align: right !important;
  padding-right: 0 !important;
}
#TblTeams td {
  text-align: left;
  vertical-align: middle;
}
.TeamNameCell {
  font-weight: bold;
  color: #42cf01;
}
.TeamNameCell .CV1,
.TeamNameCell .CV2,
.TeamNameCell .CV3,
.TeamNameCell .CT1 {
  color: #e2ea25;
}
#NoCol {
  text-align: center !important;
}
.CaptainNumberCell {
  text-align: right !important;
}
.PhoneNumber {
  height: 15px;
}
@media screen and (max-width: 550px) {
  .PhoneNumber {
    font-size: 0.85em;
  }
  .TeamNameCell {
    font-size: 0.85em;
  }
  .CaptainCell {
    font-size: 0.85em;
  }
  .TeamPlaceCell {
    font-size: 0.85em;
  }
  .TeamHeaderRow {
    font-size: 0.85em;
  }
  #ScheduleTitleDivisionName {
    font-size: 0.85em;
  }
  #ScheduleTitleSportEventName {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 450px) {
  .PhoneNumber {
    font-size: 0.6em;
  }
}
.TeamPlaceCell {
  font-style: italic;
}
.ScheduleBlockContainer {
  float: left;
  overflow: hidden;
  padding: 0.5em;
  min-width: 100px;
}
.SeeBelowCell {
  font-size: 0.9em;
}
.ScheduleBlock th,
.ScheduleBlock td {
  text-align: center;
}
.DateTimeCell {
  color: #ff9c00;
  font-size: 0.9em;
  font-weight: bold;
}
.HVCells th {
  font-size: 0.7em;
  color: #aaa;
  padding-bottom: 0.5em;
  width: 30px;
}
.ScheduleBlock tr {
  height: 16px;
}
.EncRow {
  font-size: 0.85em;
  color: white;
  height: 20px !important;
}
.vsCell {
  color: #aaa;
}
#LogoPoweredByBottom {
  display: block;
  width: 120px;
  float: right;
  clear: both;
}
#LogoPoweredByBottom img {
  width: 100%;
}
#TreeViewDivisions {
  max-width: 100%;
  height: 35px;
  font-size: 0.8em;
  position: relative;
  margin-bottom: 1em;
}
#EmbedChartString {
  width: 500px;
}
#EmbedString {
  margin-top: 1em;
  border: 1px solid #555;
  background-color: #111;
  padding: 1em;
  color: yellow;
}
