@charset "UTF-8";
/* CSS Document */

#player_tts { box-sizing:border-box; width:220px; float:left; }
#label_player { background:#000; border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:0px;border-bottom-right-radius:0px; color:#ffffff; font-family:arial, sans-serif; line-height:40px;  font-size:14px;    padding-left:30px; }
#container_player { width:calc(100% - 0px); padding-bottom:10px; background:#000; margin-bottom:2px; border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;  }
#powered_by { width:100%; margin-bottom:20px; font-size:11px; text-align: right; font-family: serif; color: #000;  }
#powered_by a { text-decoration:none; color: #000; } 
#powered_by a:hover { text-decoration:underline; } 
.jwplayer.jw-skin-audiotts {
   background:#000;
   }
   
.jw-error-msg{
   background:#000 !important;
}

.jw-rightclick { display: none !important; }

.jwplayer.jw-state-complete .jw-controls{
   background:#000 !important;
}

.jwplayer.jw-skin-audiotts .jw-controls {
  background:#000;
  float:left;
} 
.jwplayer.jw-skin-audiotts .jw-button-color { color:#ffffff; } 
.jwplayer.jw-skin-audiotts .jw-button-color:hover { color:gold !important; } 
.jwplayer.jw-skin-audiotts .jw-knob { background:#ffffff; }
.jwplayer.jw-skin-audiotts .jw-icon-rewind { display:none !important; } 
