/**
 * @author	:	Lab5 - Dennis Riegelsberger
 * @authorUrl	:	http://lab5.ch
 * @authorEmail	:	info@lab5.ch
 * @copyright	:	(C) Lab5 - Dennis Riegelsberger. All rights reserved.
 * @copyrightUrl	:	http://lab5.ch
 * @license	:	GNU General Public License v 2 or later;
 * @licenseUrl	:	https://www.gnu.org/licenses/gpl-2.0.html 
 * @project	:	http://lab5.ch/blog
 */

 

#cc_popup_form .alert {
			
			padding:0.33em;
			margin-top: 0.33em;
			margin-bottom: 0.33em;
}
 

#cookie-bar {
			
			height:auto; 
			line-height:1.66em; 
			color:#eeeeee; 
			/* text-align:center;  */
			/* padding:13px 0; */
			padding:0;
			
			/* z-index:272927345; */
}

/*
#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:10px;  
} 

#cookie-bar a.cb-btn {	 

								display:inline-block; 
								border-radius:3px;
								text-decoration:none; 
								padding:3px 6px; 
								margin-left:8px;
								float:right;
}

#cookie-bar a {	 
							
}

/* 
#cookie-bar p { 

		color:#eeeeee; 
}
#cookie-bar a {	
			color:#ffffff; 
}
*/


/* 
#cookie-bar .cb-enable {
			background:#0088cc;
}
#cookie-bar .cb-enable:hover {
			background:#009900
}


#cookie-bar .cb-disable {
			background:#990000;
}
#cookie-bar .cb-disable:hover {
			background:#bb0000;
}


#cookie-bar .cb-policy {
			background:#0033bb;
}
#cookie-bar .cb-policy:hover {
			background:#0055dd
}


*/
