
label.required:before {
    content: "*";
    color: red;
}

.help-text {
    font-size: 0.8em;
    font-style: italic;
}

