body.cookie-notification {
    margin-top: 80px;
}
body.cookie-notification #cookiebar {
    display: block;
}

#cookiebar {
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9000;
    background-color: #F9F9F9;
    display: none;
}

#cookiebar p {
    color: black;
    width: 690px;
    float: left;
    margin-left: 75px;
    font-family: 'HM Ampersand Bold', Arial, sans-serif;
    font-size: 12px;
}

.cookiebar-panel {
    background-color: #F1F1F1;
    border: 1px solid #D1D1D1;
    margin-top: 10px;
    padding: 15px 0 0 0;
    width: 950px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
}

.cookiebar-panel button {
    background-color: black;
    color: white;
    float: right;
    margin-right: 41px;
    font-family: 'HM Ampersand Bold', Arial, sans-serif;
    font-size: 12px;
    width: 97px;
    border: none;
    padding: 4px 0;
}