﻿@media print {
  a[href]:after {
    content: " (" attr(href) ") ";
  }
  
  html, body
     {
        margin: 0px;
        padding: 0px;
        background-image: none;
        color: Black;
     }

     #divTopNav, #divWedge, #divNav
     {
        display: none !important; 
        height: auto !important;
     }

     #divHeader
     {
        margin: 0px;
        padding: 10px 0px;
        height: auto !important;
     }

     #divContent
     {
        width: 90% !important;
        height: auto !important;
     }

     #divFooter
     {
        position: relative;
        top: 0px !important;
        height: auto !important;
         width: 90% !important;
     }

     #divISI
     {
      width: 90% !important;
          height: auto !important;
     }

     sup
     {
            line-height: normal;
            bottom: auto;
            display: inline;
            vertical-align: top;
           position: relative;
     }
}