        body {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            background-color: #f9f9f9;
            font-size: 15px;
        }
        .container {
            display: flex;
            flex-wrap: wrap;
            max-width: 1100px;
            width: 100%;
            gap: 20px;
            justify-content: center;
            padding: 20px;
            background: #ffffff;
            box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
        }
        .column {
            flex: 1 1 450px;
            max-width: 450px;
            padding: 20px;
            background: none;
        }
    
        a {
            text-decoration: none;
            color: #3073ca;
            /* Link color */
            cursor: pointer;
            font-weight: 500;
        }
        a:hover {
            text-decoration: underline;
        }


        .light {
            font-weight: 300;
        }
        .topbar {
            height: 36px;
            width: 100%;
            background-color: #3268ba;
            margin: -20px 0 24px 0;
            padding-bottom: 10px;
        }
        .topbar p {
            text-align: center;
            color: #fff;
            font-weight: 900;
            font-size: 1.5em;
            line-height: 1.3;
            margin-top: 8px;
            letter-spacing: 1px;
        }
        @media only screen and (max-width: 600px) {
            .container {
                padding: 10px;
            }
            .column {
                padding: 8px;
            }
            .topbar {
                padding: 8px;
                margin-bottom: 0;
            }
            .topbar p {
                line-height: 1.2;
            }
        }
        h1,
        h2,
        h3 {
            color: #111111;
        }
        h1 {
            font-size: 2.2em;
            line-height: 1.4;
            margin: 10px 0 14px 0;
            font-weight: 900;
            color: #3268ba;
        }
        h2,
        h3,
        h4 {
            font-weight: 700;
        }
        h2 {
            font-size: 1.8em;
            margin-bottom: 12px;
        }
        h3 {
            font-size: 1.6em;
            margin: 24px 0 12px;
        }
        h4 {
            font-size: 1.3em;
            margin: 24px 0 16px 0;
        }
        .light {
            font-weight: 300;
        }
        .caption {
            margin-top: 6px;
            font-weight: 300;
        }
        .date-picker {
            display: flex;
            flex-direction: column;
            /* Stack items vertically */
            align-items: flex-start;
            /* Align items to the left */
            gap: 0.5rem;
            /* Adds space between the label and input-and-links */
            margin-bottom: 12px;
        }
        .input-and-links {
            display: flex;
            flex-wrap: wrap;
            /* Allows wrapping of the input and links together */
            gap: 0.5rem;
            /* Adds space between elements */
            align-items: center;
            /* Aligns items vertically */
        }
        .links {
            display: inline-flex;
            flex-wrap: nowrap;
            /* Keeps the links together on the same line */
            gap: 0.2rem;
            /* Space between the two links */
            font-size: 1.05em;
        }
        .date-picker label {
            margin-bottom: 0.2rem;
            font-weight: 500;
            font-size: 1.2em;
            /* Optional space below the label */
        }
        .date-links a {
            padding: 2px 8px 0 0;
        }
        .data-container {
            margin-top: 6px;
        }
        .table-container {
            max-width: 100%;
            overflow-x: auto;
            margin-bottom: 24px;
        }
        input {
            padding: 4px;
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            font-weight: 500;
            margin-right: 8px;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 10px;
        }
        th,
        td {
            padding: 8px;
            text-align: left;
        }
        th {
            background-color: #c8c8c8;
        }
        tr:nth-child(even) {
            background-color: #f3f3f3;
        }
        /* Remove borders */
        
        table,
        th,
        td {
            border: none;
        }
        /* Column width alignment */
        
        .col-date {
            width: 30%;
        }
        .col-type {
            width: 22%;
        }
        .col-time {
            width: 28%;
        }
        /* Center the Time header but keep the data right-aligned */
        th.col-time {
            text-align: center;
            padding-right: 32px;  /* Match the data cells padding */
        }
        .col-time,
        td:nth-child(3) {  /* Third column (time column) in table rows */
            padding-right: 32px;  /* More space after times */
            text-align: right;
        }
        .col-value {
            width: 20%;
        }
        img {
            max-width: 100%;
        }
        .sponsors {
            padding: 4px 0;
        }
        .sponsors-container {
            display: flex;
            justify-content: center;
            align-items: center;  /* Vertically center */
            gap: 2em;
        }
        .sponsors img {
            max-width: 95%;  /* Make images 5% smaller */
            max-height: 95px;  /* 95% of original 100px */
            width: auto;
            height: auto;
        }
        .sponsors h4 {
            margin-bottom: 12px;
            padding-bottom: 0;
        }
        .subhead {
            font-weight: 500;
            font-size: 1.3em;
            margin: 12px 0 40px 0;
        }
        p {
            line-height: 1.6;
            font-weight: 400;
        }
        .footer {
            background-color: #eee;
            width: 100%;
            padding: 20px 40px;
            margin-top: 24px;
        }
        .footer p {
            text-align: left;
        }
        thead,
        th {
            font-weight: 500;
        }
        .accordion {
            cursor: pointer;
            padding: 15px;
            font-size: 18px;
            text-align: left;
            border: none;
            outline: none;
            width: 100%;
            transition: background-color 0.2s ease;
            margin: 10px 0;
            background-color: #f1f1f1;
            scroll-margin-top: 20px;
            /* Adjust this value to leave space above accordion when scrolled into view */
        }
        .accordion.active {
            background-color: #ccc;
        }
        .panel {
            padding: 0 15px;
            display: none;
            background-color: #f9f9f9;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
            max-height: 0;
        }
        .panel p {
            margin: 5px 0;
        }
        .scroll-to-top {
            position: fixed;
            bottom: 30px;
            left: 30px;
            width: 60px;
            height: 60px;
            background-color: #666;
            opacity: 0.4;
            /* Corrected */
            color: white;
            border-radius: 50%;
            visibility: hidden;
            /* For smoother transitions */
            display: flex;
            /* Required for alignment */
            align-items: center;
            justify-content: center;
            font-size: 18px;
            cursor: pointer;
            z-index: 1000;
            transition: opacity 0.3s ease, visibility 0.3s ease;
            /* Smooth transitions */
        }
        .scroll-to-top.show {
            visibility: visible;
            /* To toggle visibility */
            opacity: 0.4;
        }
        .scroll-to-top:hover {
            background-color: darkgray;
            opacity: 0.6;
            /* Consistent hover effect */
        }
        /* Responsive adjustments */
        
        @media (max-width: 600px) {
            .scroll-to-top {
                width: 50px;
                height: 50px;
                bottom: 20px;
                left: 20px;
            }
        }

.accordion {color: #3073ca; }



.observations h3 {
    margin: 0 0 12px 0;
}
.observations h4, .observations h5, .observations p {
    margin: 0;
}

.observations h4 {font-size: 1.15em; }

.observations h5 {
font-size: 1.2em;
margin: 8px 0;
}
.observations .datetime {
    margin: 0;
    line-height: 1.6;
}

.observations .footer {
    margin-top: 10px;
    font-size: 0.9em;
    color: #555;
}

.observations .time-locale {
    margin-top: 10px;
    font-size: 0.9em;
    color: #555;
}           

#wltext {
    text-align: center;
}

#observations-data-container {padding-bottom: 28px;}

.time-display {
    padding-bottom: 6px; font-size: 1.1em; font-weight: 700;
}



.observations-flex-container {
    display: flex;
    gap: 20px;
    margin-bottom: 48px;
}

.observations {
    flex: 1;
    background: #fff;
    padding: 24px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    text-align: center;
}

.current-predictions h3 {
    font-size: 1.4em;
    margin: 0 0 8px 0;
}

.current-predictions .current-value {
    font-size: 2em;
    font-weight: bold;
    margin: 12px 0;
}

.current-predictions .datetime {
    margin: 0;
}

/* Responsive design */
@media (max-width: 374px) {  /* Changed from 768px to 480px */
    .observations-flex-container {
        flex-direction: column;
    }
}



  
  
  

      /* Modal styles */
      .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }

    .modal.show {
        display: block;
    }

    .modal-content {
        background-color: #fefefe;
        margin: 5% auto;
        padding: 20px 20px 60px 20px;  /* Add more padding at bottom */
        border: 1px solid #888;
        width: 90%;
        max-width: 800px;
        position: relative;
        height: auto;
        max-height: 80vh;
        border-radius: 12px;
        overflow: hidden;  /* This ensures the map respects the border radius */
    }

    #map {
        height: 600px;
        width: 100%;
        z-index: 1;
        margin-bottom: 0;
    }

    #close-modal {
        color: #fff;
        background-color: #0066cc;
        float: right;
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
        margin-bottom: 16px;
        padding: 6px 12px;
        border: none;
        border-radius: 6px;
    }

    #close-modal:hover,
    #close-modal:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

.next-event {
    display: inline-block;
    transform: rotate(180deg);
    margin-right: 6px;
}

.time-cell {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.note {
    margin-top: 24px;
    color: #666;
    font-size: 0.9em;
}
