.jp_container *:focus {
  /* Disable the browser focus highlighting. */
  outline: none; 
}

.jp_container button::-moz-focus-inner {
  /* Disable the browser CSS3 focus highlighting. */
  border: 0; 
}

/* @group CONTROLS */
.jp-controls button {
  border: none;
  border-radius: 10px;
}

.jp-controls svg {
  margin: 0;
  width: 20px;
  height: 20px;
}

.jp-controls svg:hover {
  cursor: pointer;
}

.jp-play {
  background-color: transparent;
  background-size: 40px 40px;
}

.jp-play:focus {
  background-color: transparent;
  background-size: 40px 40px;
}

.jp-state-playing .jp-play {
  background-size: 40px 40px;
}

.jp-state-playing .jp-play:focus {
  background-size: 40px 40px;
}

/* @end */
/* @group progress bar */
.jp-progress {
  margin-top: 2px;
  border: 2px solid #636363;
  border-radius: 3px;
  width: 100%;
  height: 15px;
  overflow: hidden;
}

.jp-seek-bar {
  width: 0px;
  height: 100%;
  cursor: pointer;
}

.jp-play-bar {
  background-color: #636363;
  width: 0px;
  height: 100%;
}

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
  background: url("../../../images/audioIcons/jplayer.blue.monday.seeking.gif"); 
}

/* @end */
/* @group current time and duration */
.jp_container .jp-time-holder {
  width: 100%;
}

.jp_container .jp-type-playlist .jp-time-holder {
  left: 166px;
  width: 130px;
}

.jp-current-time,
.jp-duration {
  width: 60px;
  font-size: .64em;
  font-style: oblique;
}

.jp-current-time {
  color: #636363;
  display: inline;
  cursor: default; 
  text-align: left;
}

.jp-duration {
  color: #636363;
  display: inline;
  text-align: right;
  cursor: pointer;
}

.jp-current-time {
  margin-left: 0;
  float: left;
}

.jp-duration {
  margin-right: 0px;
  float: right;
}
