.radio-block, .rb-zone, .rb-onair, .rb-nowplaying { width:100%; }
.radio-block { height: 100%; overflow: hidden; }
.rb-zone img { width:100%; max-width:500px; }
.rb-onair { background:#adadad; }

.radio-block ul, .radio-block ul li { list-style-type: none !important; margin:0 !important; }

.rb-nowplaying-wrapper { display:flex; justify-content: space-between; flex-wrap: nowrap; align-items: stretch; align-content: flex-start; }
.rb-nowplaying {  }

.rb-artwork { flex-grow:2; min-width:90px; margin-right:8px; order: 1; }
.rb-artwork img { max-width:90px; max-height:90px; width:100%; height: auto; }

.rb-song-wrapper { order: 2; flex-grow:3; line-height:14px; }
.rb-artist { font-size: 0.7rem;  }
.rb-song { font-weight: bold; font-size:0.9rem;   }
.rb-song-time { font-size:0.5rem; font-style: italic; }

.listen-live-link {cursor: pointer;}

.rb-np-links { font-size:1.4rem; max-width:36px; flex-grow:1; line-height:0.9em; margin-left: auto; order: 3; }
.rb-np-links a { display:inline-block; padding: 8px; }
.rb-np-links a:hover { text-decoration: none !important; }
.rb-nowplaying-title { margin-bottom: 8px; background: #222; color: #FFF; font-weight:bold; padding: 4px 8px;  }
