@import "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css";
.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

body {
  background: white;
}

.disabled {
  color: #666;
  cursor: default;
}

.show {
  display: inline-block !important;
}

.containerp {
  font-family: arial, helvetica, sans-serif;
  font-size: small;
  width: 342px;
  background: #fff;
  /*overflow: hidden;*/
}
.player {
  height: 70px;
  margin: 0;
  position: relative;
  width: 342px;
    background: #eee;
  margin-bottom: 1em;
/*  padding: 0.25em 0;*/
  *zoom: 1;
}

.player .large-toggle-btn {
  border: 1px solid #262f6a;
  border-radius: 0;
  float: left;
  font-size: 1.5em;
  height: 25px;
  margin: 12px 10px 0 8px;
  overflow: hidden;
  padding: 7px 0 0 0;
  position: relative;
  text-align: center;
  vertical-align: bottom;
  width: 34px;
  background: #262f6a;
  color: #fff;
}
.player .large-toggle-btn .large-play-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -14%;
}
.player .large-toggle-btn .large-play-btn:before {
  content: "\f04b";
  font: 1em "FontAwesome";
}
.player .large-toggle-btn .large-pause-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -13%;
}
.player .large-toggle-btn .large-pause-btn:before {
  content: "\f04c";
  font: 1em "FontAwesome";
}
.player .info-box {
  left: 50px;
  position: absolute;
  top: 10px;
}
.player .info-box .track-info-box {
  float: left;
  font-size: 12px;
  margin: 0 0 6px 0;
  visibility: hidden;
  /*width: 400px;*/
  *zoom: 1;
}
.player .info-box .track-info-box .track-title-text {
  display: inline-block;
}
.player .info-box .track-info-box .audio-time {
  display: inline-block;
  padding: 0;
  width: 80px;
}
.player .info-box .track-info-box:before, .player .info-box .track-info-box:after {
  content: " ";
  display: table;
}
.player .info-box .track-info-box:after {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.player .progress-box {
  float: left;
  width: 270px;
  position: relative;
}
.player .progress-box .progress-cell {
  height: 12px;
  position: relative;
}
.player .progress-box .progress-cell .progress {
  background: #fff;
  border: 1px solid #d9d9d9;
  height: 8px;
  position: relative;
  width: auto;
}
.player .progress-box .progress-cell .progress .progress-buffer {
  background: #262f6a;
  height: 100%;
  width: 0;
}
.player .progress-box .progress-cell .progress .progress-indicator {
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 3px;
  cursor: pointer;
  height: 10px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -2px;
  width: 22px;
}
.player .controls-box {
  bottom: 25px;
  left: 290px;
  position: absolute;
}
.player .controls-box .previous-track-btn {
  cursor: pointer;
  display: inline-block;
}
.player .controls-box .previous-track-btn:before {
  content: "\f049";
  font: 1em "FontAwesome";
}
.player .controls-box .next-track-btn {
  cursor: pointer;
  display: inline-block;
}
.player .controls-box .next-track-btn:before {
  content: "\f050";
  font: 1em "FontAwesome";
}
.player:before, .player:after {
  content: " ";
  display: table;
}
.player:after {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.play-list {
  display: block;
  margin: 0 auto 20px auto;
  width: 100%;
}
.play-list .play-list-row {
  display: block;
  margin: 10px 0;
  width: 100%;
  *zoom: 1;
}
.play-list .play-list-row .track-title .playlist-track {
  color: #000;
  text-decoration: none;
}
.play-list .play-list-row .track-title .playlist-track:hover {
  text-decoration: underline;
}
.play-list .play-list-row .small-toggle-btn {
  border: 1px solid #262f6a;
  background: #262f6a;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: bottom;
  width: 20px;
}
.play-list .play-list-row .small-toggle-btn .small-play-btn {
  display: inline-block;
}
.play-list .play-list-row .small-toggle-btn .small-play-btn:before {
  content: "\f04b";
  font: 0.85em "FontAwesome";
}
.play-list .play-list-row .small-toggle-btn .small-pause-btn {
  display: inline-block;
}
.play-list .play-list-row .small-toggle-btn .small-pause-btn:before {
  content: "\f04c";
  font: 0.85em "FontAwesome";
}
.play-list .play-list-row .track-number {
  display: inline-block;
}
.play-list .play-list-row .track-title {
  display: inline-block;
}
.play-list .play-list-row .track-title .playlist-track {
  text-decoration: none;
}
.play-list .play-list-row .track-title .playlist-track:hover {
  text-decoration: underline;
}
.play-list .play-list-row .track-title.active-track {
  font-weight: bold;
}
.play-list .play-list-row:before, body .play-list .play-list-row:after {
  content: " ";
  display: table;
}
.play-list .play-list-row:after {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}