p.info-box {
    padding: 15px;
}

@media print {
    tr.bg-success {
        display: none;
    }
    
    button {
        display: none;
    }
}