html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Cambay', sans-serif;
    font-size: small;
    line-height: 180%;
}
#intro {
    display: none;
}
#map {
    width: 100%;
    height: 100%;
}
#beergarden-info {
    display: none;
    position: absolute;
    padding: 0.4em;
    background-color: rgba(2,2,2,0.7);
    color: white;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 1.5em;
    max-height: 72vh;
    overflow: auto;
}
#beergarden-info-close {
    position: absolute;
    top: 0px;
    right: 0px;
}

.inline-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;    
}

.inline-item {
    vertical-align: middle;
    float:left;
    display:inline;
    padding: 0.2em;
}

.more-info-item {
    vertical-align: middle;
    float:left;
    display:inline;
    padding: 0.2em;
    font-size: smaller;
}
.info-icon, .beerbrand {
    max-width: 32px;
    max-height: 32px;
    padding: 0.2em;
}

.nav-icon {
    max-height: 16px;
    max-width: 16px;
    float:left;
    display:inline;
}
.nav-time-item {
    font-size: 16px;
    white-space: nowrap;
}

#container {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 50px;
}

.button {
    width: 48px;
    height: 48px;
}
.dialog {
    position: absolute;
    background-color: rgba(2,2,2,0.75);
    color: white;
    top: 0em;
    bottom: 0em;
    left: 0em;
    right: 0em;
    padding: 1.5em;
    overflow: auto;
    max-height: 100vh;
}
a {
    text-decoration: none;
    color: #000066;
}

#weather {
    display: none;
    position: fixed;
    left: 10px;
    top: 60px;
    background-color: rgba(2,2,2,0.2);
    color: white;
    padding: 0.5em;
    font-size: smaller;
}

#short {
    text-align: justify;
    font-size: small;
}

#debug {
    font-family: monospace;
    background-color: red;
}