.print-condolence-list .condolence {
    border-bottom: 1px solid #c6c8ca;
    margin-top: 10px;
    padding-bottom: 5px;
}

.print-condolence-list .condolence .person-name {
    font-weight: bold;
}

.print-condolence-list .condolence .event-item-email {
    font-weight: bold;
    font-style: italic;
}

.print-condolence-list .condolence .post-date {
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 10px;
}

@media print {
    #print-condolences-button,
    #print-private-toggle {
        display: none;
    }
    
    .condolence { page-break-inside: avoid; }
}