<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#p_playerContainer{
}

.p_chapter_background{
    background-color: #ABB3BA;
    border: 1px solid #ccc;
    border-top: 0px;
    -webkit-border-radius: 0.5em;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 0.5em;
    -moz-border-radius-topleft: 0;
    border-radius: 0.5em;
    border-top-left-radius: 0;
    /*box-shadow: 2px 2px 2px 0px #999;*/
    padding:0px;
}

.p_chapter{
    background-color: #ABB3BA;
}

#p_buttonbar {
    /*background-color: #9BAEB7;*/
    background-color: #ABB3BA;
}

#p_play_overlay {
    /*background-image: url("../images/Player-Icons_v15.png");*/
}

.p_vast_seek {
    background-color: #999;
    width:2px;
}

.p_chapter_seek {
    background-color:#bbb;
    width:5px;
}

.p_playerContainer {
    color: #eee;
}

.p_chapter_description h3 {
    font-size: 1.2em;
}

.p_threeDSwitchCategory {
    background-color: #ABB3BA;    
}</pre></body></html>