.news-col h2 {
    text-align: center;
    font-size: 1.7vw;
}


.news-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.news-table th,
.news-table td {
    border: 1px solid #dddddd;
    padding: 8px;
    text-align: left;
}

.news-table th {
    background-color:var(--maintheme-darkercolor);
    color:white;
    text-align: center;
    
}

.time-col {
    width: 30%;
}

.event-col {
    width: 70%;
}

.highlight-date {
    color: red;
    font-weight: bold;
}

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

td a {
    cursor: pointer;
    padding: 0px;
    text-decoration: underline;
    color: inherit;
    /* Inherit text color */
}

tr.highlight {
    background-color: var(--maintheme-darkercolor);
    color:white;
}




.past {
    display: none;
}


.show-past  {
    display: table-row;
}