.breadcrumbs-row{
    padding: 1em 3em;
   
 }
 
 .breadcrumb-bg{
	 background: url("/javax.faces.resource/tablecloth_bg.jpg.xhtml;jsessionid=X_UgkHUcsvrAdsLjQuNemCHGbfwa0yR-kvPTjoOT.nflis-pd-jbs-02-rhel7?ln=images") no-repeat;
     width:100%;
}

.customStyles .ui-widget-header {
    border: none;
    background: transparent;
    font-weight: bold;
 }
 
 .customStyles .ui-widget-header a {
    color: #fff;
    text-decoration: none;
}

.customStyles .ui-widget-header .ui-icon {
    background-image: none;
}

 .customStyles .ui-icon {
    width: 6px;
    height: 16px;
}

 .customStyles  .ui-breadcrumb {
    margin: 14px;
    padding: 0;
    overflow: hidden;
    padding: 5px 5px 7px 5px;
}



.h7 {
  font-size: .75rem; }
  
  
  
.u-link-v5 {
    text-decoration: none;
    transition: all .2s;
}


.text-uppercase {
    text-transform: uppercase!important;
}

.panelgrid td {
    vertical-align: top;
}
.ui-button{
	 background-color: blue;
}

.submitbutton {
    background-color: blue;
}

.keywordsPanelGrid.ui-panelgrid>*>tr,
.keywordsPanelGrid.ui-panelgrid .ui-panelgrid-cell {
    border: none;
}


.grid td {
    display: block;
    float: left;
    white-space: nowrap;
    width: 50%;
    box-sizing: border-box;
    column-width: 50%;
}
.grid td:nth-child(2n+4) {
    clear: left;
}