﻿    .cookieWarningInner 
    {
        padding: 20px;
        text-align: center;        
    }
    
    .cookieWarning 
    {
        z-index: 1000;        
        top: 0; 
        width: 100%;         
        background-color: #fff;
        border-bottom: 2px solid #000;
        text-align: left;        
    }
    
    .cookieWarning p.accept
    {
        font-weight: 600;
        font-size: 1.5em;
        display: none;
        margin: 0px;
    }

    .cookieWarning p.accept a
    {
        color: #000;
    }
    
    .cookieClose
    {
        padding-left: 1.4em;
        position: relative;
    }
    
    .cookieClose:before
    {
        content: "\00d7";
        color: #e32c1e;
        font-size: 24px;
        position: absolute;
        top: -2px;
        left: 0;
    }    