/* Cookie banner */
/*.cookie-consent-banner__inner { margin: 0 auto; padding: 32px 0; }
.cookie-consent-banner__copy { margin-bottom: 16px; }
.cookie-consent-banner__actions { }
.cookie-consent-banner__header { margin-bottom: 8px; font-family: sans-serif, arial; font-weight: normal; font-size: 16px; line-height: 24px; }
.cookie-consent-banner__description { font-family: sans-serif, arial; font-weight: normal; color: #838F93; font-size: 16px; line-height: 24px; }
.cookie-consent-banner{
    bottom:10px;
}*/

#cookie-consent-banner{
    display: none;
    bottom:10px;
}


#cookie-icon{
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 10000;
    height: 36px;
    width: 36px;
    margin: 0px;
    padding: 0px;
    clear: both;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0 0 4px #DFDFDF;
    -moz-box-shadow: 0 0 4px #DFDFDF;
    -webkit-box-shadow: 0 0 4px #DFDFDF;
    
}