.survey-description {
    font-family: "Droid Sans", Helvetica, Arial, sans-serif, "FontAwesome";
}

.surveys_timer {
    color:#000000 !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 90%;
}

.survey-textarea {
    overflow: hidden;
    word-wrap: break-word;
    resize: none;
    height: 100%;
    min-height: 80px;
}

.survey-radio-label > .radio {
    padding-top: 3px;
}

.survey-required {
    color:#f13340;
}

.survey-error {
    display: none;
    margin-top: 1em;
    color:#f13340;
}
