html{
    margin-top: 2em;
    margin-bottom: 2em;
}

.form-group .help-block {
    display: none;
}

.form-group.has-error .help-block {
    display: block;
}

ul.non-style {
    list-style-type: none;
    padding-left: 10px;
}

input.role {
    display: inline-block;
    width: 97%;
}