.noprint {
    display: none;
}

.nodisp { 
    display: block;
}

@media print {
    .pagebreak { page-break-before: always; } /* page-break-after works, as well */
}

header:after {
  display: block;
  content: "The University of Missouri Center for Eldercare and Rehabilitation Technology is developing and evaluating technology to serve the needs of older adults and others with physical and cognitive challenges. Our mission is to create technology for proactive healthcare that helps older adults to lead healthier, more independent lives. \a \a The information below was gathered through a system of in-home sensors designed to capture health-related conditions and recognize health changes. Please use this information as a supplement to address the needs of your patient during their medical visit. If you have any questions, please contact Marjorie Skubic, PhD at SkubicM@missouri.edu or 573-882-7766.";
  margin-bottom: 10px;
  margin-left: 80px;
  margin-right: 80px;
  border: 1px solid #bbb;
  padding: 20px 10px;
  white-space: pre-wrap;
}

.printFont {
  all: initial !important;
  * {
    all: unset !important;
  }
}

.largeFont {
  font-size: 20px !important;
}

.padded {
  padding-top: 0px !important;
}


.titleFont {
  font-size: 24px !important;
}

.graph{
 
  width: 1000px;
  height:auto;

}

@page {
  size: auto !important;
}


