@media print {
    body {
        background: #fff none !important;
        color: #000;
    }

    h1,
    h2,
    h3,
    h4,
    title     {
        color:#000;
    }

    .breadcrumb,
    .sidebar,
    .site-header,
    .nav-primary {
        display:none;
    }


  