/* line 1, ../../app/assets/stylesheets/audio.css.sass */
.jp-audio {
  height: 30px;
}
/* line 3, ../../app/assets/stylesheets/audio.css.sass */
.jp-audio .jp-controls {
  float: left;
  margin-right: 5px;
}
/* line 6, ../../app/assets/stylesheets/audio.css.sass */
.jp-audio .jp-controls .btn {
  margin-right: 5px;
}
/* line 8, ../../app/assets/stylesheets/audio.css.sass */
.jp-audio .jp-controls .btn-toolbar {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 11, ../../app/assets/stylesheets/audio.css.sass */
.jp-audio .jp-live {
  position: relative;
  font-size: 0.8em;
  margin-left: 56px;
}
/* line 15, ../../app/assets/stylesheets/audio.css.sass */
.jp-audio .jp-live .jp-play-bar.bar {
  background-color: #890f25;
  *background-color: #890f25;
  background-image: -moz-linear-gradient(top, #cb1839, #890f25);
  background-image: -ms-linear-gradient(top, #cb1839, #890f25);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cb1839), to(#890f25));
  background-image: -webkit-linear-gradient(top, #cb1839, #890f25);
  background-image: -o-linear-gradient(top, #cb1839, #890f25);
  background-image: linear-gradient(top, #cb1839, #890f25);
  background-repeat: repeat-x;
}
/* line 25, ../../app/assets/stylesheets/audio.css.sass */
.jp-audio .jp-live .jp-current-time {
  position: absolute;
  bottom: -18px;
}
/* line 28, ../../app/assets/stylesheets/audio.css.sass */
.jp-audio .jp-live .jp-progress {
  height: 15px;
}
/* line 30, ../../app/assets/stylesheets/audio.css.sass */
.jp-audio .jp-live .jp-progress .bar {
  height: 15px;
}
/* line 32, ../../app/assets/stylesheets/audio.css.sass */
.jp-audio .jp-live .jp-duration {
  position: absolute;
  right: 0;
  bottom: -18px;
}
