.eddmp-player-container{width: 100%;overflow-x:clip;}
.eddmp-player{width:100% !important;z-index:9999;margin-bottom:5px;}
.eddmp-player.track.mejs-wmp .mejs-controls,
.eddmp-player.track.mejs-wmp .mejs-controls::before{background:transparent !important;}
.eddmp-player.mejs-wmp:not(.track),
.eddmp-player.mejs-ted:not(.track){min-height:65px !important;}
.eddmp-player.mejs-container{background: transparent !important;}
.eddmp-player.track{width:25px !important; height:26px !important; position:relative;float:left;margin-right:5px;overflow:hidden;}
.eddmp-player.track.mejs-ted{width:49px !important;height:28px !important;border-radius:16%;}
.eddmp-player.track.mejs-ted .mejs-controls{height:28px !important; background:transparent !important;}
.eddmp-player.track.mejs-wmp .mejs-playpause-button,
.eddmp-player.track.mejs-ted .mejs-playpause-button{top:0 !important;left:0 !important; margin: 0 !important;}

.eddmp-player.track.mejs-wmp{width:40px !important;height:40px !important;}
.eddmp-player.track.mejs-wmp .mejs-controls{height:40px !important; width:40px !important; background:transparent !important;}

.eddmp-player .mejs-time-total.mejs-time-slider{overflow-x: clip;}

.eddmp-player-list{width:100%; border:0;overflow:visible;}
.eddmp-player-list *{word-break:normal !important;}
.eddmp-player-list td{border:0;padding:5px;}
.eddmp-player-list table{width:100%;margin:0;}
.eddmp-player-list table td{border:0;}
.eddmp-odd-row td,
.eddmp-even-row td{padding:5px;vertical-align:middle;}
.eddmp-odd-row td{background-color:#FAFAFA; border-top: 1px solid #DADADA; border-bottom: 1px solid #DADADA;}
.eddmp-column-player-title{/* width:100%; */ vertical-align:middle;}
.eddmp-column-player-mejs-classic{width:30px; min-height:30px;}
.eddmp-column-player-mejs-ted{width:54px; min-height:28px;}
.eddmp-column-player-mejs-wmp{width:45px; min-height:40px;}
.eddmp-message{font-style:italic;}
.mejs-controls{/* overflow:hidden !important; */}
.eddmp-player .mejs-controls .mejs-time-rail .mejs-time-float{border:0;}
/* .eddmp-player-container * {transform: none;} */

.eddmp-player .mejs-time-hovered,
.eddmp-player .mejs-time-handle-content{display:none !important;}
.eddmp-player .mejs-controls .mejs-time{height:auto;}
.eddmp-player .mejs-controls .mejs-time-rail .mejs-time-buffering,
.eddmp-player .mejs-controls .mejs-time-rail .mejs-time-current,
.eddmp-player .mejs-controls .mejs-time-rail .mejs-time-hovered,
.eddmp-player .mejs-controls .mejs-time-rail .mejs-time-loaded{width:100%;}

.eddmp-player.mejs-wmp .mejs-time-rail{height:26px; padding-top:0;}
.eddmp-player.mejs-ted .mejs-time-rail{height:26px; padding:5px 0;margin:0;}
.eddmp-player.mejs-wmp .mejs-time{padding:10px 3px 0;}
.eddmp-player.mejs-ted .mejs-time{padding:2px 3px 0;height:17px;}
.eddmp-player.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #333;
    background: rgba(50,50,50,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));
    background: -webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8));
}

.eddmp-player.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-current{background:rgba(203,0,3,.3) !important;}
.eddmp-player.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-current{left:0;}

.eddmp-player.track.mejs-classic .mejs-controls{padding:0 !important; height:26px;}
.eddmp-player.track.mejs-classic .mejs-playpause-button button{position: absolute;top: 50%;left: 50%;margin:0;transform: translate(-50%, -50%);}
