.faces-message {
    margin-left: 1.5em;
}
ul.faces-message {
    margin-left: 0;
    padding-left: 0;
}
tr.label {
    white-space: normal;
    text-align: left;
    display: inline-block;
}
tr.label td {
    padding: .25em;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
input.faces-input-file[readonly] {
    background-color: white !important;
    cursor: default !important;
}

table.jsf-radio label {
    margin-right: 1em;
    margin-left: 1em;
}

.menu-col {
    width: 10em;
}

tr.alert td {
    padding: .25em;
}