/* Import base print styles */
@import url('pdf_base.css');

/* Zoom override for print dialogs */
body {
    zoom: 80%;
}

/* Checklist-Specific Report Styles */

.checklist-remark {
    font-size: 80%;
    padding: 0 3px;
    font-style: italic;
}

/* Checklist report */
.checklist-report {
    width: 100%;
    margin-bottom: 32px;
}

.checklist-report caption {
    background-color: #ececec;
    padding: 10px;
    font-weight: 700;
    margin-bottom: 16px;
}

.checklist-report .cell {
    text-align: left;
    padding: 2px 4px;
}

.checklist-report .field-name {
    width: 40%;
    padding-bottom: 16px;
}

.checklist-report th {
    max-width: 50%;
}
