﻿.ReportPageHeader {
    color: rgb(5, 39, 103);
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.SectionSubHeader {
    font-size: .9em;
}


.QuestionWrapper {
    width: 95%;
    margin: 20px auto 75px auto;
    max-width: 1000px;
}

.QuestionHeader {
    color: blue;

}


.QuestionText {
    font-size: 1.25em;
    color: #333;
    line-height: 1.75em;
}

.SelectOne {
    color: cornflowerblue;
}

.SelectMany {
    color: tomato;
}


.GridNote {
    color: #444444;
    padding-top: 15px;
    padding-left: 15px;
}


.pPortalSubtext {
    line-height: 2em;
    text-align: center;
}