.reports-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 14px;
}

.reports-table th,
.reports-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: right;
}

.reports-table th {
    background-color: green;
    font-weight: bold;
    text-align: center;
}

.reports-table td:first-child,
.reports-table td:last-child {
    text-align: left;
}

.highlight-col {
    background-color: #fff3cd !important;
    color: #856404;
    font-weight: bold;
}

.reports-table th.highlight-col {
    background-color: #ffeeba;
    border-bottom: 2px solid #ffeeba;
}
