﻿#cookie-consent {
    background: white; 
    box-shadow: 0px 0px 5px 7px rgba(0,0,0,0.3);
    color: black;
    font-size: "2";
    font-family: verdana,  Arial, Helvetica, sans-serif; 
    text-shadow: none!important;
    z-index: 1500;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.cookie-consent-message a {
    opacity: 0.8;
}

.cookie-consent-message {
    margin-right: 50px;
}

.cookie-consent-web-apps {
    left: 0px;
    width: 670px;
}

.cookie-consent-web-apps-full-width {
    position: fixed;
    left: 0px;
    bottom: 0px;   
    width: 100%;
    height: 70px;
    line-height: 70px;
}

.cookie-consent-width-785 {
    position: absolute;    
    left: 50%;
    bottom: 0px;    
    width: 785px;
    margin-left: -396px;
    height: 70px;    
}

.cookie-consent-message a:link, 
.cookie-consent-message a:visited, 
.cookie-consent-message a:hover { 
    font-weight: normal;
    text-decoration: none;
    color: #003399;
} 

.cookie-consent-button a:link, 
.cookie-consent-button a:visited, 
.cookie-consent-button a:hover { 
    text-decoration: none!important;;
} 

.cookie-consent-button {
    text-decoration: none!important;;
    padding: 10px 25px;
    height: 38px;
    background: #3D8C34;  /* #f1d600; */
    color: #FFF!important;
    margin-left: auto;
    white-space: nowrap;
    opacity: 1!important;
    font-weight: bold;
}

.cookie-consent-button:hover {
    background: #247120;
}

