/* From dash.js controlbar examle, to fix some control bar item positioning. */
.dash-video-player {
    position: relative;
    margin: 0 auto;
    line-height: 1.0;
}

/*
Further controlbar adjustments to fix issues related to us using Bootstrap v3
(not needed with v4+ or when not using Bootstrap).
*/
input#volumebar {
    width: 70px;
}

.time-display, .duration-display {
    position: relative;
    top: 1px;
    font-size: 1em;
}
