﻿

@media print {
    @page {
        size: landscape
    }
    body {
        zoom: 98%;
    }
}
