
 /*
 	________________________ Cookie Banner start  ___________________________
 */
 

.alert {
	border-radius: 0;
	border-style: solid;
	border-width: 0 0 0 4px;
	padding: 10px;
	margin-bottom: 23px;
	border: 1px solid transparent;
}

.alert-warning {
	color:#000;
}

.consent-heading {
	font-size: 16px;
}

.banner-text {
	font-size: 15px;
}

.consent-button {
	float: right;
}

.gdpr-consent-banner {

}

#banner_footer {
	background-color: #ffd;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-bottom: 0px;
	z-index: 9999;
}

#cookies_accept {
	background: orange;
	border: black;
	border-radius: 4px;
	height: 40px;
	width: 80px;
	color: white;
	cursor: pointer;
	font-size: 15px;

}
 /*
 	________________________ Cookie Banner end  ___________________________
 */
