@media screen {
    #printSection {
        display: none;
    }
}
@media print {
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
    #content-page
    {
        display:none;
    }
}

.product_title{
    white-space: normal !important;
}

.product_info {
    padding: 10px !important;
}
