body {
  background-color: rgba(0,0,0,1);
}

.sldp_volume_thumb {
  margin-right: 100px;
}
.sldp_volume_wrp {
  float: right;
}

.audio_channel_list {
  display: none;
}

#soundtrack_instruction_button {
  display: none;
}

#download_src_button {
  display: none;
}

.hide {
  display: none;
}

.float-right {
  float: right;
  text-align: right;
}

.link {
  text-decoration: underline;
}

.function_button {
  display: inline-block;
  white-space: nowrap;
  border-radius: 0;
  border: 2px solid #999;
  background: transparent;
  color: #999;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  padding: 2px;
  cursor: pointer;
  margin-bottom: 5px;
}

.function_button:last-child {
  margin-right: 0 !important;
}

.function_button:hover {
  color:#aaa;
}

.toggle_audio_wrapper {
  width: 180px;
}

.toggle_audio_channel {
  position: absolute;
  top: 5px;
  background-color: #3B3B3E;
  padding: 2px 5px;
  border-radius: 3px;
  margin: 0;
  text-align: left;
  border: 0;
}

.audio_channel {
  list-style: none;
}

.audio_channel:hover {
  color: #fff;
}

.audio_channel.active {
  color: #fff;
}

.image-holder {
  display: inline-block;
  width: 16px;
  padding-left: 5px;
}

.audio_channel_list {
  position: absolute;
  padding: 0;
  z-index: 9999;
  background-color: #3B3B3E;
  left: 0;
  top: 20px;
  padding: 1px;
  border-radius: 3px;
  border: 1px solid #333;
}

button {
  color: #fff;
}

.control_btn {
  background-color: #333;
  position: relative;
  padding: 1px;
  border-radius: 3px;
  border: none;
  color: #ACACAC;
  box-sizing: border-box;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
}

.control_btn_inner {
  background-color: #3B3B3E;
  padding: 2px 5px;
  border-radius: 3px;
  margin: 0;
  text-align: left;
  border: 0;
}

#toolbar {
  height: 50px;
}

#audio_only_overlay {
  display: none;
  position: absolute;
}
#audio_only_overlay img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#ao_toggle_button {
  display: none;
}

#loader {
  z-index: 1000;
  color: rgba(255,255,255,0.76);
  background-color: rgba(0,0,0,0.16);
  position: absolute;
  top: 100px;
  left: 25%;
  width: 50%;
  border: 2px solid #999;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}
