#cookieChoiceInfo {
	position: fixed;
	width: 100%;
	margin: 0px;
	left: 0px;
	top: 0px;
	padding: 10px 0px 10px 0px;
	z-index: 8000;
	text-align: center;
	background-color: #F2F2F2;
	border-bottom: 0px solid #E4E4E4;
	-webkit-box-shadow: 0px 0px 6px -1px #6E6E6E;
  	box-shadow:0px 0px 6px -1px #6E6E6E;
	font-family: arial,sans-serif;
}
#cookieChoiceInfo #contCookie {
  width: 95%;
  margin: auto;
}
#cookieChoiceInfo span {
	font-size: 13px;
	color: #414141;
	line-height: 24px;
	font-family: arial,sans-serif;
}
#cookieChoiceInfo #contCookieLink {
 	margin-top: 5px;
  	margin-bottom: 2px;
}
#cookieChoiceInfo a {
	color: #3079ED;
	font-family: arial,sans-serif;
}
#cookieChoiceInfo a:hover {
	color: #666;
	font-family: arial,sans-serif;
}
#cookieChoiceInfo #cookieLawOpen {
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}
#cookieChoiceInfo #explainLaw {
	display:none;
	width: 94%;
	margin: auto;
	text-align: left;
	border-top: 1px solid #E7E7E7;
	border-bottom: 0px solid #E7E7E7;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 18px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #414141;
	font-family: arial,sans-serif;
	max-height: 275px;
  	overflow-y: scroll;
}
#cookieChoiceInfo #cookieChoiceDismiss {
	font-size: 13px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
}
#cookieChoiceInfo #explainLaw p {
	line-height: 20px;
	font-family: arial,sans-serif;
}
#cookieChoiceInfo #explainLaw h5 {
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 20px;
	font-family: arial,sans-serif;
}
#cookieChoiceInfo #explainLaw strong {
	font-family: arial,sans-serif;
}