/* common.css */
	body {
   margin: 0;
 }
 
 header, footer {
   font-size: 10pt;
 }
 
 a {
   color: #5e8af7;
 }
 
 span.title {
   display: block;
   color: #111;
   font-size: 1.73em;
   margin: .25in;
 }
 
 .separator::before {
   content: ' | ';
 }
 
 .title-header {
   text-align: center;
 }
 
 .default-header {
   padding: 10px;
 }
 
 .default-footer, .custom-footer {
   text-align: center;
   color: #333;
   font-size: 9pt;
   padding: 30px;
 }
 
 .custom-header {
   padding: 10px;
   background-color: #eee;
 }
 
 .custom-footer {
   padding: 30px 0;
   background-color: #eee;
 }