.review-play {
  background-color: #CC0E37!important;
}

.play-flex {
  flex-grow: 1;
  background: #CC0E37 !important;
  color: #fff;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
}

.feature-items li:before {
  font-family: fontawesome;
  content: "\f058";
  /* content: '✓'; */
  color: #0D112B !important;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  left: -5px;
}

.logo-badge {
  background-color: rgba(252, 215, 48, 0.9);
  color: #000 !important;
  /* padding: 5px 10px 5px 10px !important; */
  border-radius: 0 0 0 5px !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  text-align: center !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

@media only screen and (min-width: 768px) {
  .logo-badge {
    background-color: rgba(252, 215, 48, 0.9);
    color: #000 !important;
    /* padding: 5px 10px 5px 10px !important; */
    border-radius: 0 0 0 5px !important;
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 500 !important;
  }
}

tr a {
 
  color: #FF5900;
 
}

tr a:link {
 
  color: #FF5900;
 
}

tr a:visited {
 
  color: #FF5900;
 
}
 
tr a:hover {
 
  color: #FF5900;
 
}
 
tr a:active {
 
  color: #FF5900;
 
}

.top5-header {
  color: #fff;
  background-color: #0d112b;
  border-bottom: 5px solid #ff5900;
  padding: 10px 15px;
}
