body {
	margin: 0;
      background-color: transparent !important;
}

.onoffswitch {
position: relative; width: 70px !important;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none !important;
}
.onoffswitch-checkbox {
display: none !important;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer !important;
border: 2px solid #999999; border-radius: 10px !important;
}
.onoffswitch-inner {
display: block; width: 200%; margin-left: -100% !important;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s !important;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s !important;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px !important;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold !important;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box !important;
}
.onoffswitch-inner:before {
content: "ON" !important;
padding-left: 10px !important;
background-color: #000000; color: #FFFFFF !important;
}
.onoffswitch-inner:after {
content: "OFF" !important;
padding-right: 10px;
background-color: #EEEEEE; color: #999999 !important;
text-align: right !important;
}
.onoffswitch-switch {
display: block; width: 18px; margin: 6px !important;
background: #FFFFFF !important;
border: 2px solid #999999; border-radius: 10px !important;
position: absolute; top: 0; bottom: 0; right: 36px !important;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s !important;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s !important;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0 !important;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px !important;
}

#ccbug {
	height: 35px;
}

#toggle {
	display: inline-block !important;
	height: 35px;
}

#player_addons {

}

#player_addons img {
	vertical-align: top;
}



.mobile .mobile,
      .tablet .tablet,
      .desktop .desktop,
      .portrait .portrait,
      .landscape .landscape,
      .ios .ios,
      .iphone .iphone,
      .ipad .ipad,
      .ipod .ipod,
      .android .android,
      .blackberry .blackberry,
      .windows .windows,
      .fxos .fxos {
		  display: block;
	  }