mycrocast-lite-player {
    width: 100% !important;
  }
}
  @media (max-width: 989.98px) {
  mycrocast-lite-player {
    width: 100% !important;
  }
}
  mycrocast-lite-player {
  margin: 50px 0 0 0;
  width: 60%;
}
  mycrocast-lite-player::part(mcc-custom-player-background) {
    background-color: rgba(65, 166, 57, 0.8);
    height: 100px;
}

mycrocast-lite-player::part(mcc-custom-stream-listeners) {
    color: #ff2e2e;

    /*optional: can be hidden using the following code*/
    display: none;
}
  
  
  @media screen and (max-width: 1000px) {
  .scroll-table td:first-child {
    background-color: inherit;
  }
}
  
  h2.ce-headline-center {
   font-size: 3.5rem;
  }
  h1.ce-headline-center {
   font-size: 4.375rem;
  }
  h3 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  }
  .audio-embed audio {
  	width:300px;
  }
  
  .container.teaser {}
  .container-background h2 {
       color:#FFF;
  }
  
  
   .tx-vfl-sportsdata .opta-standings .standings--564 tbody tr:nth-child(4) td:first-child  {
  	background:#FFFFFF !important;
    color:black !important;
  }
   .tx-vfl-sportsdata .opta-standings .standings--22 tbody tr:nth-child(6) td:first-child  {
  	background-color:darkorange !important;
  }

  .live-standings .table > tbody .live::after {
  content: "";
  display: none;
 } 
  .live-standings .table > tbody tr.is_clq td:first-child {
   background: #3c3c3c !important;
  
}
  
  .tx-vfl-sportsdata .opta-standings table.standings tbody tr.clq td:first-child {
  background-color: #FFFFFF;
  color: #000;
}