body {
    background: #f6f7f9;
}

.navbar-brand i {
    color: #f8c146;
}

.card {
    border-radius: .5rem;
}

.table td,
.table th {
    vertical-align: middle;
}

.request-notes {
    white-space: pre-wrap;
}

@media print {
    nav,
    .no-print,
    footer,
    .btn,
    .alert {
        display: none !important;
    }

    body {
        background: #fff;
    }

    main.container-fluid {
        padding: 0 !important;
    }

    .card {
        border: 0 !important;
        box-shadow: none !important;
    }
}
