body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}

table {
    font-size: inherit;
    width: 85%;
}

td, th {
    text-align: left;
}

th {
    border-bottom: 1px solid black;
}

.errors {
    color: red;
    line-height: 2rem;
}

label {
    float: left;
    line-height: 1.5rem;
    font-weight: bold;
    clear: both;
    width: 150px;
}

input {
    float: left;
    line-height: 1.2rem;
    height: 1.5em;
    margin: 3px 0;
}

button {
    display: block;
    float: left;
    margin: 2px;
    line-height: 1.2rem;
    height: 2em;
}