#live-stream {
  display: none;
}
.radio-container {
  background-color: transparent;
  width: 100%;
  max-width: 110px;
  padding: 10px;
  color: #ffffff;
}
#radio-logo {
  height: 110px;
  width: 110px;
  display: inline-block;
}
.radio-controls {
  width: 110px;
  text-align: center;
  display: inline-block;
  /*height: 60px;*/
  vertical-align: top;
}
.title {
  text-align: center;
  padding: 5px;
  font-weight: 500;
  color: #009688;
  background: #ffffff;
  margin-bottom: 10px;
}
#volume {
  width: 100px;
  margin: 0px auto;
}
#play-pause {
  cursor: pointer;
  margin-bottom: 15px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.53em !important;
}
.ui-slider-horizontal {
  height: .3em !important;
}
.ui-slider .ui-slider-handle {
  width: .6em !important;
}