﻿@media print {
    .clContent_Header, .clContent_Footer {
        display: none;
    }

    .clContent_Body {
        position: static;
    }

    .contentImage img {
        max-width: 100%;
        display: block;
    }
}
