body {
    font-family: century-gothic,"Century Gothic","Helvetica","Arial",sans-serif;
    line-height: 1.2;
}

.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-item {
    font-weight: bold;
    text-align: center;
}

#location_name_div {
    display: flex;
    justify-content: center;
}

.location-name-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    width: 100%;
}

#language_select {
    width: 160px;
    max-width: 45vw;
    font-size: 16px;
    padding: 6px 10px;
}

#location_name {
    margin: 0;
    grid-column: 2;
    text-align: center;
}

#language_select {
    grid-column: 3;
    justify-self: end;
}

#date {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

#currentFillLevelChartContainer {
    height: 390px;
    margin: 0 auto;
}

@media(max-width: 768px) {
    #current_fill_gauge {
        height: 220px;
        margin: 0 auto;
    }
}

@media(max-width: 320px) {
    #current_fill_gauge {
        height: 190px;
        margin: 0 auto;
    }
}

@media(max-width: 576px) {
    #root {
        padding-top: 56px;
    }
    .location-name-row {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    #language_select {
        position: absolute;
        top: -40px;
        left: 8px;
        right: 8px;
        width: auto;
        max-width: none;
        z-index: 1000;
        justify-self: stretch;
    }
}

@media(max-width: 992px) {
    #logo_div {
        margin-left: -35px;
    }
}

#logo {
    width: 150px;
    height: 95px;
}

#navButtonsTop {
    margin-top: -15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#navButtonsBottom {
    margin-left: 10px;
    margin-right: 10px;
}
