
.FormBuilderSection {
    margin-top: 24px;
    border-bottom: 1px solid #888;
    padding-bottom: 5px;
}
.FormItemLabel label {
    font-weight: normal !important;
    margin: 0;
}

.FormItemContents {
    margin-bottom: 16px;
}

.RequiredSign {
    color: red;
    line-height: 0;
}