/* **************************************** */
/* Put here your custom CSS (if any)        */ 
/* possibly required by 'Home.xhtml' view.  */
/* **************************************** */
 
.ui-menu .ui-menu-parent .ui-menu-child {
	white-space: nowrap;
    width: 18em !important;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #000000;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}