/**********************************************************
* Popup cookies
**********************************************************/
.cookie-notification {
    left: 50%;
    line-height: 2.2rem;
    margin-left: -6.75rem;
    padding: 0.3rem 1rem;
    width: 14rem;
}

.cookie-notification {
    font-size: 14px;
    color: #fff;
    background-color: rgba(0,0,0,.7);
    border-radius: 5px;
    position: fixed;
    bottom: 1rem;
    z-index: 17000003;
}

.cookie-notification > *,
.cookie-notification a,
.cookie-notification img {
    display: inline-block;
}

.cookie-notification a {
    text-decoration: none;
}

.cookie-notification a:hover {
    text-decoration: underline;
}

.cookie-notification .cookie-close {
    margin-left: .5rem;
}

.cookie-notification .cookie-link {
}

.cookie-notification .cookie-link,
.cookie-notification .cookie-close {
    color: #cce9f9;
}

.icon-cross {
    margin-left: .5rem;
}
