.futurecrap {
    display: grid;

}

.w3-bar-item {
    border: none;
}

.weather-box {
    display: flex;
    border-bottom: gray solid 1px;
    align-items: flex-start;
    padding: 2px 0;
}

.temperature {
    margin: 0 0 0 auto;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
}


.time {
    font-size: 20px;
    margin: 0;
    padding: 0;
}


/* buttons for the forecast tab */
.button-switcher {
    border: none;
    background-color: #F8F9FA;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

.laiks1 {
    display: flex;
    margin: 0;
    padding: 0;
}

.time-description {
    margin: 0;
    padding: 0;
}
.forecast-icon {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
}

.forecast-description {
    margin: 0 0 0;
    padding: 0;
}

.time-description p {
    margin-bottom: 0;
}


.weather-forecast {

}

.w3-container.city {
    max-height: 400px;
    overflow-y: auto;
}

.tabs {
    margin-bottom: 15px;
}