/* CSS Document */
.print-hide{
   display: none;
}
.print-show{
   width: 100%;
   margin: 0 5%;
   padding: 0;
   border: none;
   float: none;
   color: black;
   background: transparent none;
   font-size: 100%;
   margin-left:0px;
}
a:link, a:visited {
   color: #2689BD;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
.print-show a:link:after {
   content: " (" attr(href) ") ";
   font-size: 110%;
}
.print-show a[href^="/"]:after {
   content: " (" attr(href) ") ";
}


