#cookie-bar {
background-color: #585858; /* per IE8 */
background-color: rgba(88, 88, 88, 0.8);
*background-color: #585858; /* per IE7 */
height:auto;
font-size: 12px;
color:#fff;
text-align:center;
padding:10px;
box-sizing: border-box;
border-color:#FFF;
position:fixed;
top:auto;
bottom:0;
z-index:100;
width:100%;
}
#cookie-bar.fixed {
position:fixed;
top:0;
left:0;
width:100%;
}
#cookie-bar.fixed.bottom {
bottom:0;
top:auto;
}
#cookie-bar p {
margin:0;
padding:0;
}
#cookie-bar a.cb-enable {
color:#585858;
border-radius:3px;
text-decoration:none;
padding:4px;
margin-left:8px;
}
#cookie-bar .cb-enable {
background:#fff;
}
#cookie-bar .cb-enable:hover {
background:#fff;
}
#cookie-bar .cb-disable {
background:#fff;
}
#cookie-bar .cb-disable:hover {
background:#fff;
}
#cookie-bar a.cb-policy {
color:#fff;
font-weight:bold;
text-decoration: underline;
}
#cookie-bar a.cb-policy:hover {
text-decoration:none;
}