.jp-audio-stream *:focus {
  /* Disable the browser focus highlighting. */
  outline: none; }

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

.jp-audio-stream {
  width: 150px; }

.jp-interface {
  position: relative;
  width: 100%;
  height: 32px;
	//background-color: #ff9933;
	color: #669933;	 }

.jp-controls {
  position: absolute;
  top: 5px;
  left: 7px; }

.jp-controls i {
  cursor: pointer;
	font-family: "FontAwesome";
	font-size: 22px; }

.jp-play:before {
	content: "\f04b"; }

.jp-play:focus:before, .jp-play:hover:before{
	color: #11AABB; }

.jp-state-playing .jp-play:before {
	content: "\f04c"; }

.jp-state-playing .jp-play:focus:before, .jp-state-playing .jp-play:hover:before{
	color: #11AABB; }

/* @group volume controls */
.jp-state-no-volume .jp-volume-controls {
  display: none; }

.jp-volume-controls {
  position: absolute;
  top: 4px;
  width: 100px; }

.jp-audio-stream .jp-volume-controls {
  left: 35px; }

.jp-volume-controls i {
  cursor: pointer;
	font-family: "FontAwesome";
	font-size: 20px; }

.jp-mute:before {
	content: "\f028"; }

.jp-mute:focus:before, .jp-mute:hover:before{
	color: #11AABB; }

.jp-state-muted .jp-mute:before {
	content: "\f027"; }

.jp-state-muted .jp-mute:focus:before, .jp-state-muted .jp-mute:hover:before{
	color: #11AABB; }

.jp-volume-bar {
  position: absolute;
  overflow: hidden;
	background-color: #ddd;
  top: 8px;
  left: 25px;
  width: 65px;
  height: 8px;
  cursor: pointer; }

.jp-volume-bar-value {
	background-color: #669933;
  width: 0px;
  height: 8px; }
/* @end */

.jp-jplayer audio,
.jp-jplayer {
  width: 0px;
  height: 0px; }

.jp-jplayer {
  background-color: #000000; }

/* @group NO SOLUTION error feedback */
.jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none; }

.jp-no-solution a {
  color: #000; }

.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold; }
/* @end */