.audiojs {
  width: auto;
  background-color: white;
  background-image: none;
  box-shadow: none;
  height: 52px;
  border: 1px solid #d2d3d5;
}

.audiojs .play-pause {
  border-right: 0;
  padding-right: 0;
  padding-left: 12px;
  padding-top: 12px;
  width: 40px;
}

.audiojs p {
  width: 40px;
}

.audiojs .play {
  background: url("/sites/all/modules/eventide_player/img/player-graphics.gif") -2px -12px no-repeat;
}

.audiojs .pause {
  background: url("/sites/all/modules/eventide_player/img/player-graphics.gif") -2px -162px no-repeat;
}

.audiojs .loading {
  background: url("/sites/all/modules/eventide_player/img/player-graphics.gif") -2px -62px no-repeat;
}

.audiojs .error {
  background: url("/sites/all/modules/eventide_player/img/player-graphics.gif") -2px -112px no-repeat;
}


.audiojs .loaded {
  background-color: #b4b4b4;
  background-image: none;
}

.audiojs .progress {
  background-color: #3e4645;
  background-image: none;
}

.audiojs .scrubber {
  width: 75%;
  background-color: #b4b4b4;
  border-top: 0;
  margin-top: 18px;
}

.audiojs .time {
  float: right;
  width: auto;
  padding:0;
  margin: 6px 14px 0 0;
  color: #3e4645;
  text-shadow: none;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 700;
  border-left: 0;
}
.audiojs .time strong {
  font-weight: 700;
}

.audiojs .time em {
  color: #3e4645;
  text-shadow: none;
}

ol.eventide_player_audio_playlist {
  max-height: 216px;
  overflow: auto;
  padding: 0px; margin: 0px;
  list-style: none;
  color: #333;
  font-size: 0.9em;
  border: 1px solid #d2d3d5;
  border-top: none;
}

.node-type-algorithm ol.eventide_player_audio_playlist {
  max-height: 620px;
  overflow: auto;
  padding: 0px; margin: 0px;
  list-style: none;
  color: #333;
  font-size: 0.9em;
  border: 1px solid #d2d3d5;
  border-top: none;
}

ol.eventide_player_audio_playlist li {
  position: relative;
  margin: 0px;
  padding: 4px 2px 4px 15px;
  border-bottom: 1px solid #d2d3d5;
  cursor: pointer;
  background-color: #f0f0f0;
}

ol.eventide_player_audio_playlist li:last-child {
  border-bottom: none;
}


ol.eventide_player_audio_playlist li a {
  display: block;
  padding: 0px 0px 0px 0px;
  color: #333;
}

li.playing {
  color: #ebebeb;
  font-weight: bold;
}

li.playing a {
  color: #fff;
}


.yesp-playlist-video {
	float: left;
}

.yesp-playlist {
	width: 100% !important;
	height: auto !important;
}

.yesp-playlist.ps-container {
	display: none;
}

.yesp-hp.ps-container {
	display: block !important;
}
