#systemCheckOptional,
#systemCheckRequired {
    width: 100%;
    max-width: 900px;
}

#systemCheckOptional {
    margin-bottom: 2em;
}

#systemCheckOptional td,
#systemCheckRequired td {
    padding: 1em .5em 1em 2em;
    vertical-align: middle;
    margin: 0;
    min-width: 200px;
}

#systemCheckOptional tr,
#systemCheckRequired tr {
    background-color: #f2f2f2;
}

.error {
    color: red;
    font-size: 100%;
    font-weight: bold;
    border: 2px solid red;
    width: 550px;
    padding: 20px;
    margin-bottom: 10px;
}

.error img {
    border: 0;
    float: right;
    margin: 10px;
}

