﻿#divCookieMessage {
    position: fixed;
    bottom: -200px;
    right: 0;
    width: 100%;
    background-color: #333;
    opacity: 0.93;
    color: #fff;
    z-index: 96543210;
    display: none;
}

    #divCookieMessage div.message {
        margin: 1em;
        text-align: center;
        line-height: 3em;
    }

        #divCookieMessage div.message .ok-button {
            padding: 1.25em 1em 1.05em;
            margin-left: 1em;
        }

#secondaryHero {
    max-width: 1920px;
    margin: 0 auto;
}
