#cookie-bar {
	  background-color: rgba(50, 50, 50, 1);
    bottom: 0;
    color: #eeeeee;
    font-size: 11px !important;
    height: auto;
    min-height: 24px;
    padding: 8px 14px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 111;
	}
	
	
#cookie-bar.fixed {
	position:fixed; 
	top:0;
	 left:0; 
	 width:100%;
	}
	
	
#cookie-bar.fixed.bottom {
	bottom:0;
	 top:auto;}
	
	
#cookie-bar p {
  color: white !important;
    font-size: 13px;
    line-height: 25px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
 }


#cookie-bar a {
	color:#ffffff;
	 display:inline-block;
	  border-radius:3px;
	   text-decoration:none;
	    padding:0 6px;
		 margin-left:8px;
		 }
	
	
#cookie-bar .cb-enable {
	background:#5c5c5c;
	}
	
	
#cookie-bar .cb-enable:hover {
	background:#8c8c8c;
	}
	
	
#cookie-bar .cb-disable {
	background:#5c5c5c;
	}
	
	
#cookie-bar .cb-disable:hover {
	background:#8c8c8c;
	}
	
	
#cookie-bar .cb-policy {
	background:#5c5c5c;
	}
	
	
#cookie-bar .cb-policy:hover {
	background:#8c8c8c;
	}