﻿/*Reset Style*/
body {margin:0; padding:0; font: 13px serif; color: #000;}


/*Remove Element*/
#donotprint{display:none;}
.donotprint{display:none;}
.onlyprint{display:inline;}

#print-button {display: none;}

.logo{
    max-height: 100px;
}

/* Show URL 
a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
a[href^="http://"] {color:#000;} */

/*Break Page
#printpagebreak{page-break-after: always; float: none !important;}*/

  a[href]:after {
    content: none !important;
  }