.headerPanel {
    display: none;
  }

  .recordHeader {
    display: none;
  }

  .arrowsParent {
    display: none;
  }

  .recordTabsPointerDown {
    display: none;
  }
  .ribbon {
    display: none;
  }
  #summaryButtonHolder {
    visibility: hidden;
  }
  #shipmentNotes {
    display: none;
  }
  .label {
    vertical-align: top;
    width: 5vw;
    margin-right: 2em;
  }
  #summaryChargesPanel {
    width: 5vw;
  }
  #summaryCostPanelRow {
    width: 13em;
    font-size: 0.9em;
  }
  #summaryCostPanelTotalsRow {
    width: 13em;
    font-size: 0.9em;
    margin-top: 0;
  }
  .costPanel {
    width: 100%;
    padding-right: 0.5em;
  }
  .section, .logoSection {
    margin-top: 2em;
  }


