﻿@media print {
    .container-body {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        width: 80% !important;
    }

    .container-alert {
        display: none !important;
    }
}
