@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,latin-ext);
#cookiesDiv {box-sizing: border-box;
				z-index: 99999;
				overflow: hidden;
				color: #ffffff;
				position: fixed;
				right: 20px;
				bottom: 6%;
				width: 300px;
				padding:20px;
				background-color: #e30613;
					-webkit-box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.4);
}

 #cookiesDiv h2 {font-family: 'Roboto Condensed', sans-serif;
       	margin: 0.5em 0 0; font-size: 28px;     line-height: 32px;     font-style: normal;     font-weight: 700;     letter-spacing: 0px;     text-transform: uppercase;   				
}
#cookiesDiv p {
	text-align: justify;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: small;
	padding: 0;
	margin: 20px 0px 10px;
	            font-family: 'Roboto Condensed', sans-serif;
         color: #fff;      font-size: 14px;        
}
#cookiesDiv a {
	text-align: center;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-decoration: underline;
}
#cookiesDiv a:hover {
	text-align: center;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-decoration: underline;
}

.btn-info {background: none !important; border: 2px solid #fff !important; color: #fff !important;border: 0; padding: 0px 12px !important; border-radius: 3px;}
.btn-info:hover {background: #fff !important; border: 2px solid #fff !important; color: #333 !important;border: 0; padding: 0px 12px !important; border-radius: 3px; }
.btn-info{font-weight:200 !important; font-family: 'Roboto Condensed', sans-serif !important;}