

@media print {

  aside#sidebar,header[role="banner"],footer,#comments,#respond {
        display: none;
    }
.descriptionbody >div {
    font-size: 15px !important;
    -webkit-print-color-adjust:red;
    white-space: pre-wrap !important ;
}

* {
    color: red;    
    background-color: #fff;
    @include box-shadow(none);
    @include text-shadow(none);
}

#container #content #main {
    width: 90%;
    margin: 0px;
    padding: 0px;
}
}