/* THB player */
.thb-desktop .mejs-container { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background: none; height: 34px !important; width: 100% !important; }
.thb-desktop .mejs-container .mejs-controls { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background: none; height: 34px; width: 100%; border-radius: 3px; background: #3f3f3f; border-radius: 0; padding: 2px 4px 0; }
.thb-desktop .mejs-container .mejs-controls .mejs-currenttime-container, .thb-desktop .mejs-container .mejs-controls .mejs-duration-container { padding-top: 9px; }
.thb-desktop .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total { border-radius: 10px; }
.thb-desktop .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-loaded, .thb-desktop .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current { border-radius: 10px; }
.thb-desktop .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-loaded { background-color: #666; }
.thb-desktop .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current { background-color: #FFF; }
.thb-desktop .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { border-radius: 10px; }
.thb-desktop .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { border-radius: 10px; background-color: #FFF; }
