body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #f9f9f9;
    color: #333;
}

h1 {
    text-align: center;
    margin-bottom: 10px;
    color: #2c3e50;
}

select {
    display: block;
    margin: 0 auto 20px auto;
    padding: 8px 12px;
    font-size: 14px;
}

table {
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

th,
td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
}

th {
    background-color: #3498db;
    color: white;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #e1f5fe;
}

footer {
    background-color: #f5f5f5;
    padding: 20px;
    font-size: 0.9rem;
    text-align: center;
}

#quick-links ul {
    list-style: none;
    padding: 0;
}

#quick-links li {
    margin: 5px 0;
}

#disclaimer {
    margin-bottom: 20px;
    color: #a00;
    font-weight: bold;
}

.horizontal-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.horizontal-links a {
    text-decoration: none;
    color: #0077cc;
    font-weight: 500;
}

.separator {
    color: #888;
}
