#cookie-bar {
	background:#ffffff; 
	height:auto; 
	margin:0;
	z-index: 100000;
	left:0;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 2.5px 2.5px #888;
}
#cookie-bar.fixed {
	position:fixed; 
	width:100%;
}
#cookie-bar.fixed.bottom {
	bottom:0; 
	top:auto;
}

#cookie-bar div {
	position:static;
}

#cookie-bar .cb-left {
	float:left;
	width:80.5%;
	margin: 15px 0 15px 2.5%;
}

#cookie-bar .cb-enable{
	float:left;
	margin: 15px 2.5%;
}

#cookie-bar .cb-enable  a.buttonStyle {
	margin: 0;
	width: 70px;
	min-width: 70px;
	max-width: 70px;
}

#cookie-bar #cb-close {
	float:right;
	background-image: url(/www/libs/images/close.gif);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	cursor:pointer;
}

@media screen and (max-width: 800px) {
    #cookie-bar .cb-left{
	    width:72.5%;
    }
}

@media screen and (max-width: 550px) {
    #cookie-bar .cb-left, #cookie-bar .cb-enable{
	    margin: 15px 5%;
    }
    
     #cookie-bar .cb-left{
      	width: 90%;
     }
    
    #cookie-bar .cb-enable{
    	margin-top: 0;
    }
}

@media print {
	#cookie-bar {
		display:none;
	}
}