#map {
    height: 100%;
}

.largeText {
    margin-top: -20px;
    font-size: 50px;
    font-weight: 600;
}

.rowTwoMaps {
    height: 45vh;
}

.rowOneHeader {
    height: 410px;
}


.imageHolder {
    float: left;
    max-height: 100%;
}

.imageHolder img {
    float: left;
    max-height: 100%;
}

.innerDivs {
    padding: 10px;
    border: 2px;
    border-color: rgb(221, 220, 220);
    border-style: solid;
    background-color: rgb(231, 233, 238);
}

.realTimeStuffDiv {}

.historicStuffDiv {
    margin-top: 10px;
}

#currentImage {
    max-height: 100%;
    max-width: 100%;
}

#historyCurrentImage {}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #07c918;
    box-shadow: inset 0 1px 3px #005316;
    border-radius: 3px;
}

#historyCurrentImage:hover {
    cursor: pointer;
}

.btn-list {
    --tblr-list-gap: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: var(--tblr-list-gap);
    flex-direction: column;
    align-content: flex-start;
}