@font-face {
  font-family: 'Xerox Sans UI';
  src: url('../fonts/XeroxSansUI-Regular.ttf') format('truetype');
  src: url('../fonts/XeroxSansUI-Regular.otf') format('opentype');
  font-weight: normal;
}

@font-face {
  font-family: 'Xerox Sans UI';
  src: url('../fonts/XeroxSansUI-Bold.ttf') format('truetype');
  src: url('../fonts/XeroxSansUI-Bold.otf') format('opentype');
  font-weight: bold;
}

@font-face {
  font-family: 'Xerox Sans UI';
  src: url('../fonts/XeroxSansUILight-Regular.ttf') format('truetype');
  src: url('../fonts/XeroxSansUILight-Regular.otf') format('opentype');
  font-weight: 300;
}

.xrx-action-bar-label {
  font-weight: 300;
}

.results-header {
  line-height: 24px !important;
  font-size: 18px !important;
  border-right: 0px !important;
}

.results-table {
  line-height: 70px !important;
  min-height: 70px !important;
  font-size: 28px !important;
  font-weight: bold !important;
}

.results-right {
  text-align: right !important;
  padding-right: 20px !important;
  font-weight: normal !important;
}

.overlay-absolute {
  position: fixed;
  top: 0;
  left: 0;
  height: 1024px;
  width: 100%;
  z-index: 9999
}

.iScrollVerticalScrollbar {
  margin-right: 1px !important;
}

.font-bold {
  font-weight:bold;
}


.privacy-statement {

}

.privacy-statement p {
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  margin-bottom: 10px;
}

.privacy-statement h4 {
  margin-bottom: 20px;
}

.privacy-statement ul {
  margin-bottom: 20px;
}

.privacy-statement ul li {
  font-size: 16px;
  text-align: justify;
}

.privacy-statement p.subtitle {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.main-user-button {
  float: left;
}

.main-user-button .xrx-button-text {
  overflow: hidden; 
  white-space: nowrap; 
  text-overflow: ellipsis; 
  width: 180px;
}
