/* Add your custom CSS overrides here */
html, body {
    height: 100%;
    width: 100%;
    background-color: #fff; /*#EAFDF7; /*#EBF3FA;*/
}

#pageID {
    margin: auto auto;
}

#pageID, #version, #content {
    padding: 0px;
}

#title {
    float: left;
    clear: both;
    border: 1px solid #999;
    width: 100%;
    text-align: center;
    padding: 10px;
}

#version p{
    float: left;
    clear:both;
    border-top: 0px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    font-weight: bold;
    color: #32CD32;
    width: 100%;
    font-size: 16pt;
    text-align: center;
    margin-bottom: 0px;
}

#content p {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    margin-bottom: 0px;
}


.skyblue {
    color: #3BB9FF;
    font-weight: bold;
    font-size: 14pt;
}

.green {
    color: #32CD32;
    font-weight: bold;
    font-size: 14pt;
}

.red {
    color: red;
    font-weight: bold;
    font-size: 14pt;
}

.orange {
    color: orange;
    font-weight: bold;
    font-size: 14pt;
}