.efla-audioplayer-wrapper .mejs-controls {
    background: red;
}
.efla-audioplayer-wrapper .mejs-time-total.mejs-time-slider{
	height: 5px;
	background: #bbb8b8;
	margin: 10px 5px;
}
.efla-audioplayer-wrapper .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #6b6b6b;
}
.efla-audioplayer-wrapper .mejs-time-loaded {
    height: 5px;
}
.efla-audioplayer-wrapper .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #f25653;
    height: 5px;
}
.efla-audioplayer-wrapper .mejs-time-handle-content{
	border: 4px solid hsla(0, 0%, 100%, 0);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -7px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px;
}

.el_background_primary li#wp-admin-bar-site-name .ab-item {
    display: none;
}
/* to remove cookie notice on asset pages by jyoti */
.el_background_primary div#cookie-notice
{
    display: none;
}