/*
semtix css
*/

#cookie-notice {
	opacity:0.8 !important;
	font-size:80%;
	line-height:3em;;
}
.cookie-notice-container {
    padding: 0px !important;;
}
.cookie-notice-container a.button {
	position:relative  !important;
	bottom:-5px  !important;
}
@media all and (max-device-width: 1240px)
{
	#cookie-notice {	
		line-height:2em;;
	}
	.cookie-notice-container {
    padding: 5px !important;;
}
}

    
.cookie-notice-container a.button {
	margin-bottom:0px !important;
}