/*** This file is for applying custom css rules to the public site. It will not be overwritten. ***/

  {
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  }
  .btn-watch {
  color:#ffffff;
  background-color:#ba0c2f;
  border-color:#248d4e;
  position: relative;
  }
  .btn-watch:after {
  content: "LIVE";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #ba0c2f;
  }