/* Styles for the table */
.fl-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.fl-table th, .fl-table td {
    padding: 8px;
    text-align: left;
}

.fl-table th {
    background-color: #06D001!important;
}

.fl-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

