#cookie-bar {
    background: rgba(0,0,0,0.75);
    height: auto;
    line-height: 1.4;
    color: #999;
    text-align: center;
    padding: 5px 0;
	font-size: 13px;
	z-index: 999999;
}
#cookie-bar.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}
#cookie-bar p {
    margin: 0;
    padding: 0;
}
#cookie-bar a {
    display: inline-block;
    margin: 2px 0 2px 8px;
    padding: 0 6px;
    text-decoration: none;
    background: rgba(0,0,0,0.5);
    color: #999;
	border: 1px solid #999;
    border-radius: 3px;
}
#cookie-bar a:hover, #cookie-bar a:active, #cookie-bar a:focus {
	color: #fff;
	border-color: #fff;
}
#cookie-bar .cb-enable {
}
#cookie-bar .cb-enable:hover {
}
#cookie-bar .cb-disable {
}
#cookie-bar .cb-disable:hover {
}
#cookie-bar .cb-policy {
}
#cookie-bar .cb-policy:hover {
}