@charset "UTF-8";
/* CSS Document */
body {
    background-color: #eee !important;
    display: flex !important;
}
.scaleWrapper {
    -webkit-transform-origin: 0% 0% 0 !important;
    transform-origin: 0% 0% 0 !important;
}
/* black #000 == Text */
/* dark grey bg #B3B3B3 == hover with white text */
/* light grey bg #C0C0C0 == hover with white text */
/* red #FF0004 == click/release -- highlight only */
/* white #FFF == */

.HYPE_scene .welcomeText, .HYPE_scene .sectionName {
    color: #000 !important;
}
.HYPE_scene .t4s_heading {
    color: #C0C0C0 !important;
}

.HYPE_scene #t4s_coursename {
    color: #000 !important;
}
.HYPE_scene .t4s_bodycopy {
    color: #000 !important;
}
.HYPE_scene #modTitle {
    color: #000 !important;
}
.HYPE_scene #t4sMenuBtn, .HYPE_scene .t4sMenuBtn, .HYPE_scene .t4sRevBtn {
    color: #000 !important;
    background-color: #DDD !important;
}

.HYPE_scene .t4sRevBtn {
    color: #FFF !important;
    background-color: #FF0004 !important;
}

.HYPE_scene .jumpButton {
    color: #000 !important;
    background-color: #DDD !important;
}
.HYPE_scene #t4sMenuBtn:hover, .HYPE_scene .jumpButton:hover {
    color: #FFF !important;
}
.HYPE_scene #progressBar {
    background-color: #FF0004 !important;
}
.HYPE_scene #progressLine {
    background-color: #DDDDDD !important;
}

.HYPE_scene li.menuItem {
    list-style-type: none !important;
    padding: 0px 15px 0px 15px;
    /*color: #000 !important;*/
}
.HYPE_scene li.menuItem:hover, .HYPE_scene .menuItemActive {
    color: white !important;
    text-decoration: none !important;
    background-color: #FF0004 !important;
}


.HYPE_scene .quiz_Answer_holder:hover {
    color: #FFF !important;
    text-decoration: none !important;
    background-color: #B3B3B3 !important;
}
.HYPE_scene .quiz_Answer_holder_Chosen {
    color: black !important;
    text-decoration: none !important;
    background-color: #FACE09 !important;
}
