﻿@media print {
    body {
        background: #fff;
        color: #000;
    }

    .navbar,
    .footer {
        display: none !important;
    }

    form {
        display: none !important;
    }
}
