﻿#cookie-consent {
    background: #222222;
    opacity: 0.95;
    color: white;
    font-size: 15px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: none!important;
    z-index: 1500;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
            box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cookie-consent-message a {
    opacity: 0.8;
}

.cookie-consent-message {
    margin-right: 10px;
}

.cookie-consent-web-apps {
    left: 0px;
    width: 670px;
}

.cookie-consent-web-apps-full-width {
    position: fixed;
    left: 0px;
    bottom: 0px;   
    width: 100%;
    height: 70px;
}

.cookie-consent-width-785 {
    position: absolute;
    left: 50%;
    width: 785px;
    margin-left: -396px;
}

.cookie-consent-message a:link, 
.cookie-consent-message a:visited, 
.cookie-consent-message a:hover { 
    color: white; 
    font-weight: normal;
} 

.cookie-consent-button {
    text-decoration: none;
    padding: 7px 25px;
    background: #f1d600;
    color: #000!important;
    margin-left: auto;
    white-space: nowrap;
    font-weight: bold;
}

.cookie-consent-button:hover {
    background: #fffc26;
}
