html{
	overflow-x: hidden;
}
#uodcookienotice{
	background: #333;
	background: rgba(0, 0, 0, 0.9);
	border-bottom: 1px solid #000;
	bottom: 0;
	color: #f0f0f0;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px;
	left: 0;
	margin: 0;
	padding: 1em 0;
	text-align: center;
	width: 100%;
	z-index: 10000;
	position: fixed;
}
#uodcookienotice p{
	line-height: normal;
	margin: 0 0 0.7em 0;
	color: #f0f0f0;

}
.uodcookienotice-content{
	margin: 0 auto;
	position: relative;
}
#uodcookienotice p a{
	color: #fff;
	font-weight: bold;
}
#uodcookienotice p a:hover{
	background: none;
	text-decoration: underline;	
}
.uodcookienotice-continue{
	background: #7DAF3B;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.25);
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: 0.35em 1em 0.35em;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	-o-border-radius: 2px;
	-o-box-shadow: 0 0 2px rgba(0,0,0,0.25);
}
.uodcookienotice-continue:hover{
	background: #91ca45;
	text-decoration: none;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	-webkit-transition: all 0.25s ease-in; 
	transition: all 0.25s ease-in;
}