body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 10%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header {
    text-align: center;
    margin-bottom: 30px;
}

.logo {
    max-width: 200px;
    margin-bottom: 10px;
}

h1 {
    color: #2c3e50;
}

h2 {
    color: #0055A7; /* Blue matching the GUAIX header */
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-top: 30px;
}

h3 {
    color: #7f8c8d;
    margin-top: 20px;
}

.year-group {
    margin-bottom: 20px;
}

.publication {
    margin-bottom: 10px;
    padding-left: 20px;
}

.doi {
    color: #0055A7; /* Matching the heading color */
    text-decoration: none;
}

.doi:hover {
    text-decoration: underline;
}

.summary-table {
    border-collapse: collapse;
    width: auto;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.summary-table th, .summary-table td {
    border: 1px solid #ddd;
    padding: 5px; /* Reduced padding */
    text-align: center;
}

.summary-table th {
    background-color: #f2f2f2;
}

.summary-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.nav-links {
    margin: 10px 0;
    text-align: center;
}

.nav-links a {
    margin: 0 10px;
    color: #0055A7;
    text-decoration: none;
}

.nav-links a:hover {
    text-decoration: underline;
}

.tablefooter {
    font-family: Arial, sans-serif;
    font-style: italic;
    color: grey;
    font-size: 70%;
}

.year-nav {
    margin: 15px 0;
    text-align: left;
}

.year-nav h3 {
    margin-bottom: 5px;
}

.year-links {
    font-size: 0.8em;
}

.year-links a {
    margin: 0 5px;
    color: #0055A7;
    text-decoration: none;
}

.year-links a:hover {
    text-decoration: underline;
}