#cookie-bar {
     background-color: #111111;
     background-color: rgba(0,0,0,0.85);
     height: auto;
     line-height: 24px;
     color: #eeeeee;
     text-align: center;
     padding: 10px 0;
     z-index: 2015;
     display: none;
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     font-size:12px;
     font-family: Helvetica,Arial,sans-serif;
}
 #cookie-bar p {
    margin:0;
     padding:0;
     color:#ffffff;
}
 #cookie-bar a {
    color:#ffffff;
}
 #cookie-bar .cb-enable {
    background:#2a922a;
     display:inline-block;
     border-radius:3px;
     text-decoration:none;
     padding:0 6px;
     margin-left:8px;
}
 #cookie-bar .cb-enable:hover {
    background:#127812;
}
 