/* line 1, ../sass/listen-live.scss */
#listennow-player {
  text-align: center;
}

#listennow-header {
  margin-top: 20px;
}

#on-next {
  margin-top: 20px;
}

#on-now-wrapper {
  width: 300px;
  height: 308px;
  border-right: #CCC 1px solid;
  font: 12px Arial, Helvetica, sans-serif;
  color: #545454;
  line-height: 1.4;
}
/* line 13, ../sass/listen-live.scss */
#on-now-wrapper h1 {
  color: #0054E3;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 19, ../sass/listen-live.scss */
#on-now-wrapper h1.next-up-heading {
  text-align: center;
  font-weight: 600;
  color: #666666;
}
/* line 25, ../sass/listen-live.scss */
#on-now-wrapper .info{
  text-align: center;
}

#on-now-wrapper .info .show-name {
  color: #666666;
  font-size: 16px;
  font-weight: 300;
}
/* line 41, ../sass/listen-live.scss */
#on-now-wrapper p {
  margin: 3px 0;
}
/* line 45, ../sass/listen-live.scss */
#on-now-wrapper hr {
  width: 80%;
  margin: 20px auto;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #666666;
}
/* line 56, ../sass/listen-live.scss */