/* Enter Your Custom CSS Here */
/* yellow focus */
.mejs-controls .mejs-button button:focus {
outline: none !important;
}


/*background color*/
.mejs-controls,
.mejs-mediaelement,
.mejs-container {
background: url('') !important;
background-color: rgb(225, 225, 225) !important;
}


/* text color */
.mejs-currenttime,
.mejs-duration {
color: black !important;
}

.mejs-horizontal-volume-current
{
background:#808080!important;
}

/* change the color of the file loading bar */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #ccc !important;
}

/* change the color of the progress bar */
.mejs-controls .mejs-time-rail .mejs-time-total {
	background: #808080 !important;
}