/*
 * @media print doesn't do the trick, so use this separate print stylesheet to
 * override the plantinfo web stylesheet.
 */

@page {
    margin: 36pt;
}

#plantinfo {
    width: 500pt;
    margin: 36pt auto;
}

.aspcalink {
    display: block;
    text-align: center;
}

a {
    font-weight: normal;
    color: black;
    text-decoration: none;
}

.section {
  text-align: center;
  background-image: none;
  font-size: 1.5em;
  margin-top: 16pt;
}

.lettergroup {
  page-break-inside: avoid;
}

.lettergroup td {
}

