
.sectionContainer
{
    margin:10px 0px 10px 0px;
}
.sectionName
{
    color:#d52d2c;
    font-size:1.2em;
    font-weight:bold;
    width:100%;
    padding:10px 0px 10px 0px;
}
.sectionQuestions
{
    margin-bottom:20px;
}
.previousLink
{
    width:49%;
    text-align:left;
    float:left;
    margin:0;
}
.nextLink
{
    width:49%;
    float:right;
    text-align:right;
    margin:0;
}
.section_title
{
    font-weight:bold;
    font-size:1.2em;
    margin-bottom:5px;
    margin-top:5px;
    color:#1c3c78;
}
.question .question_desc
{
    color:#1c3c78;
    margin-top:8px;
}
.question_answers
{
    min-width:500px;
}
.buttonLink {
   color: #d52d2c;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
}
.nextPrevious
{
    width:520px;
    background-color:#fce0ec;
}
#progressIndicator
{
    margin-top:15px;
}
.progressText
{
    font-size:1.2em;
}
#surveyTitle
{
    font-size:1.3em;
    margin:5px 0px 5px 0px;
}
.progressImage
{
    margin-right:5px;
}


