html, body {
    height: 100%;
    overflow: hidden;
}

div#EOLDEMO_STAGE {
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

div#EOLDEMO_OVERLAY {
    background-color: #333333;
    bottom: 0px;
    display: none;
    left: 0px;
    opacity: 0;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 999;
}

div#EOLDEMO_TEXT {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    bottom: -500px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    left: 50%;
    margin-left: -350px;
    opacity: 0;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    position: absolute;
    width: 700px;
    z-index: 1000;
}

div#EOLDEMO_TEXT_WRAPPER {
    overflow: hidden;
    position: relative;
}

div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_BOTTOM,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP_LEFT,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP_RIGHT,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP {
    background-color: #00b5ed;
    border-radius: 2px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: #ffffff;
    font-size: 12px;
    padding: 6px;
    position: absolute;
}

div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_BOTTOM:after,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_BOTTOM:before,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP_LEFT:after,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP_LEFT:before,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP_RIGHT:after,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP_RIGHT:before,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP:after,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP:before {
    border: solid transparent;
    content: ' ';
    height: 0px;
    pointer-events: none;
    position: absolute;
    width: 0px;
}

div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_BOTTOM:after,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_BOTTOM:before {
    left: 50%;
    top: 100%;
}

div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP_LEFT:after,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP_LEFT:before {
    left: 11px;
    bottom: 100%;
}

div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP_RIGHT:after,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP_RIGHT:before {
    right: 5px;
    bottom: 100%;
}

div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP:after,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP:before {
    left: 50%;
    bottom: 100%;
}

div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_BOTTOM:after,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP_LEFT:after,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP_RIGHT:after,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP:after {
    border-color: rgba(0, 181, 237, 0);
    border-width: 6px;
}

div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_BOTTOM:after {
    border-top-color: #00b5ed;
    margin-left: -6px;
}

div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP_LEFT:after,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP_RIGHT:after,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP:after {
    border-bottom-color: #00b5ed;
    margin-left: -6px;
}

div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_BOTTOM:before {
    margin-left: -6px;
}

div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP_LEFT:before,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP_RIGHT:before,
div#EOLDEMO_TEXT DIV.EOLDEMO_HINT_TOP:before {
    margin-left: -6px;
}

div#EOLDEMO_HINT_HOME {
    left: 0px;
    top: 0px;
    width: 30%;
}

div#EOLDEMO_HINT_PAUSE {
    left: 35%;
    right: 35%;
    top: 0px;
}

div#EOLDEMO_HINT_QUIT {
    right: 0px;
    top: 0px;
    width: 30%;
}

div#EOLDEMO_HINT_BACK {
    left: 0px;
    bottom: 0px;
    width: 30%;
}

div#EOLDEMO_HINT_FORWARD {
    right: 0%;
    bottom: 0px;
    width: 30%;
}

div#EOLDEMO_TEXT button {
    background-color: #999999;
    border: none;
    border-radius: 2px;
    box-shadow: 0 0 2px 0 #999999;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    transition: background-color 0.15s linear 0s;
}

div#EOLDEMO_TEXT button.active {
    background-color: #00b5ed;
    transition: background-color 0.15s linear 0s;
}

div#EOLDEMO_TEXT button.active:hover {
    background-color: #dc6308;
    transition: background-color 0.15s linear 0s;
}

div#EOLDEMO_TEXT button.home {
    height: 25px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 25px;
}

div#EOLDEMO_TEXT button.home::before {
    background-color: #ffffff;
    bottom: 7px;
    content: '';
    display: block;
    height: 7px;
    left: 7px;
    position: absolute;
    width: 10px;
}

div#EOLDEMO_TEXT button.home::after {
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 6px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 6px;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 0px;
    bottom: 13px;
    content: '';
    display: block;
    height: 0px;
    left: 6px;
    position: absolute;
    width: 0px;
}

div#EOLDEMO_TEXT button.pause {
    height: 25px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: 0px;
    width: 50px;
}

div#EOLDEMO_TEXT button.pause::after {
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 8px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 8px;
    border-top-color: #ffffff;
    border-top-style: solid;
    border-top-width: 8px;
    content: '';
    display: block;
    height: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 0px;
}

div#EOLDEMO_TEXT.EOLDEMO_PAUSE button.pause::after {
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 8px;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 0px;
}

div#EOLDEMO_TEXT button.quit {
    height: 25px;
    right: 0px;
    position: absolute;
    top: 0px;
    width: 25px;
}

div#EOLDEMO_TEXT button.quit::before,
div#EOLDEMO_TEXT button.quit::after {
    background-color: #ffffff;
    content: '';
    display: block;
    height: 3px;
    left: 5px;
    position: absolute;
    top: 11px;
    width: 15px;
}

div#EOLDEMO_TEXT button.quit::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

div#EOLDEMO_TEXT button.quit::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

div#EOLDEMO_TEXT button.back {
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
    padding: 5px;
    width: 30%;
}

div#EOLDEMO_TEXT button.forward {
    box-sizing: border-box;
    float: right;
    margin-bottom: 10px;
    padding: 5px;
    width: 30%;
}

.EOLDEMO_ELEMENT_HIGHLIGHT {
    background-color: #ffffff !important;
    background-image: none !important;
    border-color: #00b5ed !important;
    border-style: solid !important;
    border-width: 3px !important;
    box-sizing: border-box !important;
    position: relative !important;
    transition: all 0.15s linear 0s !important;
    z-index: 1000 !important;
}

input[type="image"].EOLDEMO_ELEMENT_HIGHLIGHT {
    padding: 3px !important;
}

div#EOLDEMO_TEXT_CONTENT {
    margin-bottom: 50px;
    margin-top: 10px;
    min-height: 150px;
    position: relative;
}

div#EOLDEMO_TEXT_CONTENT h1 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 0px;
}

div#EOLDEMO_TEXT_CONTENT p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 1em;
    margin-top: 0px;
}

div#EOLDEMO_TEXT_CONTENT ul {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    list-style-position: inside;
    list-style-type: square;
    margin-bottom: 1em;
    margin-top: 0px;
    padding: 0px;
}

div#EOLDEMO_PAGE {
    background-color: #eded00;
    border-radius: 2px;
    box-shadow: 0 0 2px 0 #999999;
    box-sizing: border-box;
    display: none;
    float: left;
    font-size: 0.8em;
    line-height: 1em;
    margin-left: 5%;
    margin-right: 5%;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    width: 30%;
}