.sales-target-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.sales-target-table th,
.sales-target-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.sales-target-table th {
    background-color: #f4f4f4;
}

.sales-target-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.sales-target-table tr:hover {
    background-color: #f1f1f1;
}

.sales-target-table caption {
    font-size: 1.5em;
    margin-bottom: 10px;
}
