/** Styles specific to the SOP/Survey stuff */

.survey-title {
    font-size: 1.6em;
    font-weight: bold;
}
.survey-info {
    font-size:0.8em;
    margin-bottom:20px;
}
.survey-question {
    padding-bottom:15px;
    min-width: 10em;
}
.survey-field{
    min-width: 15em;
}
.survey-question .question-text {
    font-weight:bold;
    font-size: 1em;
    margin-bottom:0px;
}
.survey-open .question-answered {
    opacity: 0.5;
}
.survey-open .question-answered:hover {
    opacity: 1.0;
}
.custom-error-list ul{
    list-style: none;
    color: #AC333B;
    padding: 0;
}

.survey-question .required-warning{
    float: right;
    font-size: 0.6em;
}