﻿body {
    margin: 0;
    font-family: Verdana;
    font-size: 1em;
}


h1 {
    color: #000;
    font-size: 2em;
    margin-bottom: 0px;
    margin-top: 0px;
   
}


h2 {
    color: #000;
    font-size: 1.2em;
    margin-bottom: 0px;
    margin-top: 10px;
}

p {
    margin:3px;
}

#outerContainer {
    max-width: 700px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
}


#contentContainer {
    min-height: 500px;
    overflow: auto;
}


.sectionContainer {

}

.questionContainer {
    margin-bottom: 15px;
}

.validatorInlineText {
    color: red;
    display: block;
}

.headerImage {
    width: 100%;
    border: 0;
}