.lr_countdown{font-family: arial,sans-serif;}
.lr_countdown>div {font-size: 14px !important;}
.flowplayer { background-color: #222; background-size: cover;}
.flowplayer .fp-controls { background-color: rgba(0, 0, 0, 0.4)}
.flowplayer .fp-timeline { background-color: rgba(0, 0, 0, 0.5)}
.flowplayer .fp-progress { background-color: rgba(204, 0, 0, 1)}
.flowplayer .fp-buffer { background-color: rgba(249, 249, 249, 1)}

/**	Multires */

.flowplayer .fp-qsel {
    position: absolute;
    right: 5px;
    top: 40px;
}
.flowplayer.is-mouseout .fp-qsel {
    opacity: 0;
    transition: opacity 0.15s ease 0.3s;
}
.flowplayer.is-mouseover .fp-qsel {
    opacity: 1;
}
.flowplayer .fp-qsel div {
    background-color: rgba(238, 238, 238, 0.8);
    border-radius: 1ex;
    color: #080808;
    cursor: pointer;
    font-size: 90%;
    font-weight: bold;
    margin: 0 0.5ex 1ex 0;
    padding: 0.5ex;
}
.flowplayer.is-fullscreen .fp-qsel div {
    font-size: 100%;
}
.flowplayer .fp-qsel div.fp-selectedres {
    background-color: rgba(51, 51, 51, 0.6);
    color: #00a7c8;
    cursor: default;
}