.cookie-alert {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: left;
    color: #cccccc;
    font-size: 12px;
    font-weight: normal;
    font-family: arial;
    padding: 15px 0;
    display: none;
    z-index: 999;
    background-color: #363636;
}
.cookie-alert .inner-cookie {
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 99999;
    clear: both;
}
.cookie-alert .cookie-message {
    max-width: 1000px;
    float: left;
}
.cookie-alert .cookie-message a {
    color: #dddddd;
}
.cookie-alert .cookie-message a:hover {
    text-decoration: none;
}
.cookie-alert .cookie-alert2 {
    color: #ffffff;
    cursor: pointer;
    float: right;    
    padding-right: 13px;
}
.cookie-alert .cookie-alert2:hover {
    color: #ff0000;
}