#cookie_directive_container {
    background-color: #5e5e5e;
    color: white;
    display: none;
}

#cookie_accept {
    background-color: #5e5e5e;
    color: white;
}

.cookies-navbar {
    background-color: #5e5e5e;
    height: 120px;
}

@media (max-width: 800px) {
    .cookies-navbar {
        background-color: #5e5e5e;
        height: 220px;
    }

}

.cookiebar-text {
    background-color: #5e5e5e;
    color: white;
    font-family: "open sans";
    font-size: small;
}

.cookiebar-text a {
    background-color: #5e5e5e;
    color: #0093DD;
    font-family: "open sans";
    font-size: small;
}

.cookiebar-text a:hover {
    background-color: #5e5e5e;
    color: white;
    font-family: "open sans";
    font-size: small;
}

.cookiebar-row {
    font-size: 0;
}
.cookiebar-row > * {
    float: none;
    display: inline-block;
    font-size: 14px; /* if using LESS it's quicker to just use @font-size-base */
}
.cookiebar-row > *:last-child {
    vertical-align: top;
    margin-top: 20px;
}
.cookiebar-row p:last-child {
    margin-bottom: 0; /* optional */
}
