.noPrint {
  display: none; }

.printOnly {
  display: initial; }

a.standardButton {
  display: none; }

.contentBox {
  font-size: 12px;
  line-height: 14px; }
  .contentBox h1 {
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 18px;
    color: black !important;
    background-color: white !important; }
  .contentBox .fieldName {
    font-size: 14px;
    line-height: 16px; }
  .contentBox table {
    background-color: white !important; }
    .contentBox table th {
      color: black !important;
      background-color: white !important; }
