.magicform label {
    display: inline;
    margin-left: -15px; /* fixme - this is a fix for the default styling, not any stylistic choice */
}

.magicform label.control-label { /* this too */
    margin-left: 0;
}

.magic-form-grid td { /*  Make long answers wrap in the table. */
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
}

label.required:after {
    content: " *";
    color: #a94442;
}