.p_chapter_background{
    background-color: #455A78;
    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: #455A78;
}

#p_buttonbar {
    background-color: #455A78;
}

.p_vast_seek {
    background-color: #999;
    width:2px;
}

.p_chapter_seek {
    background-color:#ccc;
    width:5px;
}

.p_playerContainer {
    color: #eee;
}

.p_chapter_description h3 {
    color: #eee;
    font-size: 1.2em;
}

.p_chapter_description {
    color: #ddd;
}

#p_progressbar {
    background-color: #617CA3;
}

.p_threeDSwitchCategory {
    background-color: #455A78;    
}

#p_progressbar_loaded {
    background-color: #334259;
}