#cookie-bar {
    background: #3e3e3e;
    height: auto;
    padding: 20px;
    line-height: 24px;
    color: #eeeeee !important;
    text-align: center;
    font-size: 16px !important;
    -webkit-font-smoothing: antialiased;
    padding: 15px 0;
}


#cookie-bar.fixed {
position:fixed; top:0; left:0; width:100%;}


#cookie-bar.fixed.bottom {
bottom:0; top:auto;}


#cookie-bar p {
	font-size: 16px;
	color: #eee;
margin:0; 
padding:0;
    -webkit-font-smoothing: subpixel-antialiased;
	}


#cookie-bar a {
color:#ffffff; 
display:inline-block; 
border-radius:3px; 
text-decoration:none;     
padding: 6px 12px;
 margin-left:8px;
    margin-top:8px;
	outline: 0;
 }

#cookie-bar a::after {
	border-bottom:0;
	
	  }

#cookie-bar .cb-enable {
background:#6b689f;}


#cookie-bar .cb-enable:hover {
background:#8e8ad3;}


#cookie-bar .cb-disable {
background:#cccc;}


#cookie-bar .cb-disable:hover {
background:#ccc;}


#cookie-bar .cb-policy {
background:#cccc;}


#cookie-bar .cb-policy:hover {
background:#ccc;}

