.custom-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.custom-table th, .custom-table td {
    border: 1px solid #ddd;
    padding: 4px;
    text-align: center;
    font-size: 12px;
}

.custom-table th {
    background-color: #4CAF50;
    color: white;
}

.custom-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.blue {
    background-color: blue;
    color: white;
}

.aqua {
    background-color: #00ffff;
    color: black;
}

.moss-green {
    background-color: #8a9a5b;
    color: white;
}

.gray {
    background-color: gray;
    color: white;
}

.red {
    background-color: red;
    color: white;
}

.legend {
    font-size: 10px;
    margin-top: 20px;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.legend-box {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}
