body {
	background-color: #000000 !important;
	color: #ffffff !important;
}

a:link {
	color: #25bfff;
}

a:visited {
	color: #25bffe;
}

a:hover, a:focus{
	color: #35cffe !important ;
}

h6 small {
	color: #ffffff !important;
}

.audiojs { height: 25px; background: #25bffe; margin: 0 auto; width: 100%;
/*        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #25bffe), color-stop(0.5, #ffffff), color-stop(0.51, #25bffe), color-stop(1, #25bffe));
        background-image: -moz-linear-gradient(center top, #25bffe 0%, #ffffff 50%, #25bffe 51%, #25bffe 100%);
        -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); */ }
      .audiojs .play-pause { width: 25px; height: 20px; padding: 0px 8px 0px 0px; }
      .audiojs p { width: 25px; height: 20px; margin: -3px 0px 0px -1px; color: black; }
      .audiojs .scrubber { background: #ffffff; height: 10px; margin: 5px; width: 40%; }
      .audiojs .progress { height: 10px; width: 0px; background: #ffffff;/*
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
        background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); */ }
      .audiojs .loaded { height: 10px; background: #000;/*
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #444), color-stop(0.51, #222), color-stop(1, #222));
        background-image: -moz-linear-gradient(center top, #222 0%, #444 50%, #222 51%, #222 100%); */ }
      .audiojs .time { float: center; height: 25px; width: 20%; line-height: 25px; color: black ; text-shadow: 0px 0px 0px ;text-align: center;}
      .audiojs .time em {color: black ;}
      .audiojs .error-message { height: 24px;line-height: 24px; }


.col-max {
    /* custom max width */
    max-width:300px;
}
