.video-js .vjs-time-control {
    display: block;
}
.video-js .vjs-remaining-time {
    display: none;
}

iframe.vjs-resize-manager {
    display: none;
}

.video-js.audio-player {
    height: 0px !important;
    width: 100%;
    margin-top: 45px;
}

.video-js.audio-player .vjs-fullscreen-control {
    display: none;
}

/* class name (.judge, .clerk etc) should match person field in audio/video annotation */
.adnotations table tr.judge {
    background-color: rgba(184, 3, 255, 0.26);
}

.adnotations table tr.clerk {
    background-color: rgba(0, 128, 0, 0.4);
}

.adnotations table tr.witness {
    background-color: rgba(250, 250, 250, 1);
}

.adnotations table tr.witness-1 {
    background-color: rgba(240, 240, 240, 1);
}
