/* try to wrangle some consistency */

h1 {
    margin-top: 0px;
    margin-bottom: 10px;
}

label {
    font-weight: bold;
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    cursor: hand;
}

label.error {
    color: red;
    margin-left: 10px;
    width: auto;
    display: inline;
}

