/* Override default bootstrap styles here */
.form-item--required .control-label::after {
    color: #a94442;
    content: " *";
}

/* KLUDGE: not sure why, but the divider isn't filling the width,
causing it to effectively be invisible. */
.dropdown-menu .divider {
    min-width: -moz-available;
    min-width: -webkit-fill-available;
    min-width: fill-available;
}
