body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.vjs-theme-music-default .vjs-big-play-button,
.vjs-theme-music-default .vjs-loading-spinner{
    display: none;
}

.vjs-theme-music-default .vjs-control-bar {
    font-size: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #558dc0;
    color: #fff;
}

.vjs-theme-music-default .vjs-play-progress {
    background-color: #a90000;
}

.vjs-theme-music-default .vjs-load-progress div {
    background: rgba(200, 202, 201, 0.75);
}

/* Live text */
.vjs-theme-music-default .vjs-live-display {
    font-weight: bold;
}

/* Volume stuff */
.vjs-theme-music-default .vjs-volume-level {
    background-color: #a90000;
}

.vjs-theme-music-default .vjs-volume-panel {
    order: 4;
    width: 10em;
}

.vjs-theme-music-default .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.vjs-theme-music-default .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.vjs-theme-music-default .vjs-volume-panel.vjs-volume-panel-horizontal:focus,
.vjs-theme-music-default .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
    width: 10em;
}

.vjs-theme-music-default .vjs-volume-panel .vjs-volume-control {
    opacity: 1;
    width: 5em;
}

.vjs-theme-music-default .vjs-time-control {
    display: block;
}

.vjs-theme-music-default .vjs-remaining-time {
    display: none;
}

.vjs-theme-music-default .vjs-time-control {
    min-width: 0.2em;
    padding-left: 0.1em;
    padding-right: 0.1em;
}

.vjs-theme-music-default .vjs-duration {
    padding-right: 1em;
}

/* Progress */
.vjs-theme-music-default .vjs-progress-control .vjs-mouse-display,
.vjs-theme-music-default .vjs-progress-control:hover .vjs-mouse-display{
    display: none;
}

.vjs-theme-music-default .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.vjs-theme-music-default .vjs-progress-control:hover .vjs-time-tooltip {
    display: none;
}
