﻿@media print {
    html * {
        direction: ltr;
    }

    header, button, a, .textBand, .isotopeProduct, .linkLogo {
        display: none !important;
    }

    .headBand {
        padding-top: 50px;
    }

    body {
        width: 980px !important;
    }
}
