.border-bottom {
  border-bottom: 2px solid white !important;
}

.ui-inputfield {
  font-size: 1rem !important;
}

@media (min-width: 1025px) {
  div[id$='products'] .ui-g > div {
    width:58% !important;
  }
  
  div[id$='products'] .ui-g > div+div {
    width:42% !important;
  }
}

.ui-outputlabel {
  -ms-hyphens: none !important;
  hyphens: none !important;
}
