fieldset>legend { font-size: 15px; margin-bottom: 5px; border-bottom: 0px solid rgb(229, 229, 229); font-weight: bold }
.form-required:after {content: '';
    vertical-align: super;
    display: inline-block;
    background-image: url(/core/misc/icons/ee0000/required.svg);
    background-repeat: no-repeat;
    background-size: 8px 8px;
    width: 8px;
    height: 8px;
    margin: 0 0.3em;}
label.option {font-weight: 300}