/* public/assets/print.css */
@media print {
    body {
        background-color: white;
    }
    #no-print {
        display: none;
    }
    #bulletin {
        box-shadow: none;
        border: 1px solid #ccc;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .table th, .table td {
        border: 1px solid #ddd !important;
    }
}