#infotext {
 height: 308px !important;
}
#infotext .textblock {
 height: 100%;
 overflow: auto;
}
@media print {
 #infotext .textblock {
   overflow: visible;
   height: auto;
  font-size: 67%;
 }
}
