.cookie-message {
    width: 100%;
    height: auto;
    background-color: #ffffffe6;
    position: fixed;
    z-index: 100000;
    text-align: center;
    -webkit-transform: translateZ(0);
    padding: 16px 0;
    font-size: 14px;
    -webkit-box-shadow: 0 0 4px #0006;
    -moz-box-shadow: 0 0 4px #0006;
    box-shadow: 0 0 4px #0006;
    bottom: 0px;
    left: 0;
}

.cookie-message.hidden {
    display: none;
}
.cookie-message p {
    margin: 0 0 10px 0;
    display: block;
}
.cookie-message .cookie-button {
    display: inline-block;
    background: #ececec;
    color: #222;
    padding: 5px 22px;
    border-radius: 3px;
    text-decoration: none;
    margin-left: 10px;
    transition: background 0.2s;
}
.cookie-message .cookie-button:hover {
    background: #ffd800;
    color: #222;
}
