body {
    line-height: 1.4;
    font-size: 16px;
    padding: 0 10px;
    margin: 50px auto;
    max-width: 700px;
}

#maincontent {
    max-width: 42em;
    margin: 15px auto;
}

/* Simple logo integration */
.header-section {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}

.logo {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.title-content {
    flex: 1;
}

.title-content h1 {
    margin: 0 0 5px 0;
    font-size: 1.8em;
}

.tagline {
    margin: 0 0 5px 0;
    font-weight: bold;
}

.founded {
    margin: 0;
    font-size: small;
}

/* Hidden element for the filter */
.hidden-requirement {
    display: none;
    background: #f0f0f0;
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
    font-size: 0.9em;
}

.reveal-btn {
    cursor: pointer;
    color: #0066cc;
    text-decoration: underline;
    font-size: 0.9em;
}

.reveal-btn:hover {
    color: #004499;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

th, td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
    border-bottom: 2px solid #555;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f1f1f1;
}

td {
    font-size: 16px;
    color: #333;
}
