@media print {
  body {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  /* Remove url show on print */
  a[href]:after {
    content: none !important;
  }
  h1 {
    font-size: 20px;
  }
  h2,
  h2 > .header_label {
    font-size: 16px;
  }
  h3,
  h4,
  #housing_selection_list h4 {
    font-size: 14px;
  }
  p,
  p.housing_selection_housing_type {
    font-size: 10px;
  }
  hr {
    display: none;
  }
  
  /* MYPROFILE */
  .content-area {
    margin: 0px;
  }
  div.home_section {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 5px;
  }
  /* /MYPROFILED*/
  
  /* STEP3 REVIEW & SUBMIT*/
  dt,
  dl {
    margin-bottom: 0px;
  }
  .alert.alert-success {
    margin-bottom: 0px;
  }
  /* /STEP3 REVIEW & SUBMIT */
  #main-body-container {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .scroll {
    display: block;
    max-height: none !important;  /* This is a patch of a poor CSS declaration of .scroll */
  }
}