/* full column width for autocomplete fields ???  why is this not standard anyway? */
.ui-autocomplete.fullWidth {
    width: 100% !important;
    min-width: 100% !important;
    padding-right: 8px;
}

/* tables without header for summary and confirmation (summary.xhtml) */
.ui-datatable.borderless thead {
  display: none;
}


html .smallLeft {
    width: 3em;
}

html .bigRight {
    width: 100%;
}
