/* Tables and Report Styling */

#parsePreviewTable {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

#parsePreviewTable th,
#parsePreviewTable td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#parsePreviewTable th {
    background-color: #f2f2f2;
}

.risk-matrix-table,
.actions-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.risk-matrix-table th,
.risk-matrix-table td,
.actions-table th,
.actions-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.risk-matrix-table input[type="radio"],
.risk-matrix-table input[type="checkbox"] {
    margin-right: 5px;
}

.report-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
    font-size: 10pt;
}

.report-table th,
.report-table td {
    border: 1px solid #000;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

.report-table th {
    background-color: #e0e0e0;
    font-weight: bold;
}

.report-checkbox {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    margin-right: 5px;
    text-align: center;
    line-height: 12px;
}

.report-section-title {
    font-weight: bold;
    background-color: #c0c0c0;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
}

.report-logo {
    max-height: 50px;
    margin-bottom: 10px;
}
