  /*Place the CSS Content*/


/* banner ad in player bar for mobile devices */
@media screen and (max-width: 480px) {
  .player-banner-ad {display:flex}
}

/*remove border from on-air now widget */
.on-air-now-widget {
    border: 0px solid #dcdcdc!important;
}

/* fix search form sometimes getting border-radius */
/*.ee-form.ee-search-form {background-color:#FF0078}*/