html, body {
    height: 100%;
    color: #404040;
    background-image: url(https://www.adsbexchange.com/wp-content/themes/catch-responsive/images/body-bg.jpg);
}

@media screen and (max-width: 599px) {
    #sidebar-content {
        display: none;
    }
}

.progresslabel {
    font-family: "Source Sans Pro";
    font-size: 16px;
    position: absolute;
    margin-block-start: 0;
}

@media screen and (min-width: 600px) {
    #sidebar-container {
        float: left;
        width: 350px;
        height: 100%;
        margin: 0.5rem 1rem 0 1rem;
    }
}

#map-canvas {
    height: 100%;
    background: black;
}

#map-container {
    height: 100%;
    margin: 0 0.5rem 0 0;
}

.hidden {
    display: none;
}

#stations-container {
    height: 200px;
    overflow: scroll;
}

#stations {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#stations li a {
    border: 1px solid #ddd; /* Add a border to all links */
    padding: 0 0.3rem 0 0.3rem;
    margin: -1px -1px 0 -1px; /* Prevent double borders */
    text-decoration: none; /* Remove default text underline */
    color: black; /* Add a black text color */
    display: block; /* Make it into a block element to fill the whole list */
}

#stations li a:hover:not(.header) {
    background-color: #eee; /* Add a hover effect to all links, except for headers */
}

.error {
    color: #d00;
}

.si-label {
    font-weight: bold;
}
