﻿/*#############################################################
Name: audio.css
Description: stylings for the audio.js mp3 player
#############################################################*/

/* see http://kolber.github.io/audiojs/docs/ */

.audiojs {
   width: 254px;
   height: 27px;
   background: #879bad;
   font-size: 10px;
}
.audiojs .scrubber {
   width: 120px;
   background: #F4F3EB;
   margin: 6px;
}
.audiojs .play-pause {
   height: 27px;
   padding: 0px 0px;
}
.audiojs .time {
   height: 24px;
   line-height: 24px;
   margin: 0px 0px 0px 6px;
   padding: 0px 3px 0px 6px;
   color: #9bc3e7;
}
