@media print {

  div.instruction h1 {
    font-size: 18pt;
    line-height: 1.25;
  }
  h1 span.levelnum { 
  	padding: 4.5px 10px 1.5px;
  	font-size: 18pt; 
  	border-radius: 50%; 
  }
  div.instruction h3.header {
    font-size: 18pt;
    line-height: 1.25;
    padding: 18pt;
    text-shadow: none;
  }
  div.instruction h2 {
    border-bottom: 1px solid #444;
    color: #3276B1;
    font-size: 16pt;
    line-height: 1.25;
    margin-bottom: 16pt;
    text-transform: uppercase;
  }
  div.instruction h3.plan {
    font-size: 16pt;

    /****
    letter-spacing: 2px;
    ***/
    
    padding: 0 10pt;
  }
  div.instruction h4 {
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    margin-bottom: 8pt;
  }
  
  div.instruction ul,
  div.instruction ol {
    margin-bottom: 16pt;
    margin-left: 28pt;
  }
  
  div.instruction p,
  div.instruction td,
  div.instruction th,
  div.instruction li,
  div.instruction dl {
    font-size: 12pt;
    line-height: 1.25;
  }
  div.instruction p + h2 {
    padding-top: 14pt;
  }
  
  div.instruction p.action {
    font-size: 14pt;
  }
  
  div.instruction span.term {
    border-bottom: 1px solid #777;
    margin-right: 0.25em;
  }
  
  div.instruction dt {
    border-bottom: 1px solid #777;
    margin-bottom: 8pt;
    padding-bottom: 3px;
  }
  div.instruction dt:after {
    content: ": ";
  }
  div.instruction dd {
    margin-bottom: 12pt;
  }
  
  
  table.instruction {
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    margin-bottom: 32pt;
  }
  
  table.instruction th,
  table.instruction td {
    border-bottom: 1px solid #777;
    border-left: 1px solid #777;
    padding: 4pt 8pt;
  }
  table.instruction th {
    border-bottom: 1px solid #444;
    padding: 8pt;
    padding-right: 16pt;
  }

}
