/* Print Styles */
@media print {
html {
     width:100%!important;
}

body {
    background-color: #fff!important;
    color: #000!important;
    font-size: 12pt!important;
    float: left;
}
a {
    color: #000!important;
}

img {
    border: 0!important;
}

h1, h2 {
    page-break-before: auto;
}

p {
    page-break-inside: avoid;
}
}
