#cookie-space {
    display:none;
    height: 51px;
}    
#cookie-consent {
    width: 100%;
    position: fixed;
    left: 0px;
    z-index: 999;
    background: #f5a545;
    border-bottom: 1px solid #99580e;
    display: none;
    padding: 10px 0px;
    top: 0px;
    font-family: Verdana;
    font-size:12px;
    line-height:18px; 
}
#cookie-consent a {
    color:#99580e;
    font-weight:bolder;
    text-decoration:none;
}
#cookie-consent a:hover {
    color:#fff;
    text-decoration:underline;
}
#cookie-consent #accept {
    float: right;
    margin-top: 4px;
    margin-left: 10px;
    background: none repeat scroll 0% 0% rgba(97, 97, 97, 0.65);
    padding: 5px 10px;
    border: medium none;
    color: #FFF;
    cursor: pointer;
}
#cookie-inner {
    display: block;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px;
    min-width: 300px;
}