.cookieConsentContainer {
    z-index: 2000;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #232323;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
}


    .cookieConsentContainer .cookieDesc p {
        margin: 0;
        padding: 0;
        font-family: OpenSans, arial, "sans-serif";
        color: #FFFFFF;
        font-size: 13px;
        display: block;
    }

    .cookieConsentContainer .cookieDesc a {
        font-family: OpenSans, arial, "sans-serif";
        color: #FFFFFF;
        text-decoration: underline;
        text-shadow: none;
    }

    .cookieConsentContainer .cookieButton a {
        font-family: OpenSans, arial, "sans-serif";
        color: #FFFFFF;
        text-decoration: underline;
        text-shadow: none;
    }
