/* new bea custom CSS */

/* allows hiding elements using a jsf expression */
*[bea-hidden="true"] {
    display: none !important;
}
