/* GDPR Cookie dialog */

.gdprcookie {
    z-index: 100;
    max-width: 25em;
    font-size: 14px;
    line-height: 1.42857143;
    background: #0a6ebd;
    padding: 2rem;
}

.gdprcookie h1 {
    font-size: 21px;
    margin-top: 0;
}

.gdprcookie h2 {
    font-size: 18px;
}

.gdprcookie .gdprcookie-buttons button {
    margin: 1rem .5rem;
}

.gdprcookie a {
    font-weight: 600;
    text-decoration: underline;
}

.gdprcookie a:hover {
    color: #bfbfbf;
}

.gdprcookie button {
    font-weight: 600;
}

.gdprcookie button:hover {
    color: #bfbfbf;
}

.gdprcookie label {
    font-weight: normal;
}

#appsmenu {
    float: left;
    padding: 18px 15px;
    font-size: 18px;
    line-height: 20px;
}