.vjs-progress-control, .vjs-remaining-time-display {
    display: none !important;
}
#broadcast_quality {
    text-align: center;
    margin-top: 5px;
}
#broadcast_quality span {
    margin-right: 20px;
    color: #00589b;
    cursor: pointer;
    border-bottom: 1px dashed #00589b;
}
#broadcast_quality span:hover {
    color: #cb2e02;
    border-bottom: none;
}
#broadcast_quality span.active {
    color: #000;
    border-bottom: none;
    cursor: default;
}