﻿ #article ul, #article ol {
   margin-left: 20px;
 }
 
 #article li {
   list-style: disc;
   padding-left: 20px;
   padding-bottom: 10px;
   line-height: 2;
 }
 
 #article p.quote 
 {
    font-weight: 800;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px dotted gray;
    background: lightyellow;
    padding: 8px;
 }
 
 table {
   border-collapse: collapse;
   width: 100%;
 }
 
 th 
 {
   text-align: center;
 }

 td, th {
   border: 1px solid black;
   padding: 4px;
 }
 
 .col1 
 {
 }
 
 .col2 
 {
    width: 45%;
 }
 
 .col3 
 {
    width: 45%;    
 }
 
 @media print {
   div.command-bar {
     display: none;
   }
   
   #footer, .footer {
     display: none;
   }
   
   #header, .header {
     display: none;
   }
   
   .footer, .lsb, .menu, .toolbar {
     display: none;
   }
   
   #rightnav {
     display: none;
   }
   
   #article {
     width: 100%;
   }
   
   body {
     background: white;
     font-size: 12pt;
   }
 }
