﻿@media print {
    html, body {
        height: 99%;
    }
}

#BulkMessageDetail {
    width: 99% !important;
    overflow: visible !important;
    height: auto !important;
}

hr {
    page-break-after: always !important;
}