body a {
  color: inherit;
  text-decoration: none;
}
body .footer-outer {
  font-size: 0.5em;
  width: 980px;
  display: block;
}
body .footer-outer .footer-1 {
  display: block;
  float: right;
  margin-right: 15px;
}
body .footer-outer .footer-2 {
  display: block;
  float: right;
}
body .customAudioPlayer.radiobuch {
  height: 85px;
  display: block;
  margin-left: 15px;
}
body .customAudioPlayer.radiobuch .playerTrigger {
  display: block;
  width: 43px;
  height: 43px;
  cursor: pointer;
  border: none;
  background: white;
  background-image: url("../img/play.png");
  background-repeat: no-repeat;
}
body .customAudioPlayer.radiobuch .playerTrigger.songPlaying {
  background-image: url("../img/pause.png");
}
body .customAudioPlayer.radiobuch .playerTrigger .buttonText {
  display: none;
}
body .customAudioPlayer.radiobuch .timingsWrapper {
  font-size: 0.7em;
  display: block;
  width: 913px;
}
body .customAudioPlayer.radiobuch .timingsWrapper .songDurationNew {
  float: right;
  position: relative;
  left: 50px;
  top: -62px;
}
body .customAudioPlayer.radiobuch .timingsWrapper .songDuration,
body .customAudioPlayer.radiobuch .timingsWrapper .songPlayTimer {
  display: none;
}
body .customAudioPlayer.radiobuch .timingsWrapper .songPlayTimerNew {
  position: relative;
  left: 50px;
  top: 2px;
}
body .customAudioPlayer.radiobuch .timingsWrapper .songProgressSliderWrapper {
  height: 43px;
  font-size: 1em;
  line-height: 1;
  position: relative;
  left: 50px;
  top: -63px;
  width: 913px;
  background: black;
  overflow: hidden;
}
body .customAudioPlayer.radiobuch .timingsWrapper .songProgressSliderWrapper .pseudoProgressIndicator {
  height: 43px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ddd;
  width: 0;
}
body .customAudioPlayer.radiobuch .timingsWrapper .songProgressSliderWrapper .pseudoProgressBackground {
  font-size: 1em;
  line-height: 1;
}
body .customAudioPlayer.radiobuch .timingsWrapper .songProgressSliderWrapper .pseudoProgressPlayhead {
  display: none;
}
body .customAudioPlayer.radiobuch .timingsWrapper .songProgressSliderWrapper .songProgressSlider {
  width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 43px;
  cursor: pointer;
}
body .customAudioPlayer.radiobuch .songVolume,
body .customAudioPlayer.radiobuch .titleDisplay {
  display: none;
}
