/* PrimeFaces */
.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td {
    white-space: normal;
}

.ui-datatable-tablewrapper {
    overflow: auto
}

div .ui-rating-star a {
    margin-right: 0.85rem;
    padding:0px;
}

body .ui-button {
    border: 1px solid aliceblue;
    background-color: #a30403;
}

body .ui-button:hover {
    border: 1px solid aliceblue;
    background-color: #f1b6b8;
}

body .ui-commandlink {
    color: #a30403;
}

body .ui-commandlink:hover {
    color: #a30403;
}


