/* commonSizePL.css */

/* Inherits most styles from profitAndLoss.css via shared classes */

/* Adjust column widths for 3-column layout (description, amount, percentage) */
.common-size-pl-report-wrapper .pl-table th.description-column,
.common-size-pl-report-wrapper .pl-table td.description-column {
    width: 50%;
}

.common-size-pl-report-wrapper .pl-table th.amount-column,
.common-size-pl-report-wrapper .pl-table td.amount-column {
    width: 25%;
}

.common-size-pl-report-wrapper .pl-table th.percentage-column,
.common-size-pl-report-wrapper .pl-table td.percentage-column {
    width: 25%;
    text-align: right;
    padding-right: 10px;
}
