body {
   background: white;
   font-size: 11pt;
   }
.noiphone, .hide-print {
   display: none;
   }
#appling, #header, #content, #footer {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
#header, #footer {
   text-align: right;
}
#footer {font-size: 80%;}
div#content {
   padding-top: 1em;
   border-top: 1px solid rgb(136, 136, 136);
   }
div#section {
   margin-bottom: -8px;
   }
div#section img {
   vertical-align: bottom;
   }
li {
   margin-bottom: 0.5em;
}
a:link, a:visited {
   color: rgb(51, 51, 51);
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
