ol,ul {
	padding-top: 15px;
}
li {
	padding-bottom: 15px;
}
ol.privacy_page {
	counter-reset: item;
	list-style-type: none;
	line-height: 1.5em;
}
ol.privacy_page>li:before {
	content: counters(item, ".")". ";
	counter-increment: item;
	margin-left: -2em;
}
ol.privacy_page>li.once_numbers:before {
	margin-left: -1.2em;
}
ol.privacy_page>li.three_numbers:before {
	margin-left: -2.5em;
}
.privacy_text_head {
	font-weight: bold;
}
ol.rules_page {
	line-height: 1.5em;
}
ol.faq_page div {
	line-height: 1.5em;
}
ol.faq_page>li {
	padding-bottom: 30px;
}
.faq_question {
	font-weight: bold;
	padding-bottom: 5px;
}
#cookie_warning {
	text-align: left;
	padding: 10px;
	font-size: 1.2em;
	width: 40em;
	margin-left: auto;
	margin-right: auto;
/*
	background-color: #FFFFF0;
	color: #5A0C12;
	border: 1px #FF0000 solid;
	box-shadow: 0px 0px 23px #E94436;
*/
	background-color: #777777;
	color: #DDDDDD;
	border: 1px #EEEEEE solid;
	box-shadow: 0px 0px 23px #EEEEEE;
	border-radius: 5px;
}
#cookie_warning div {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}
#cookie_warning input {
	font-size: inherit;
	padding-left: 3em;
	padding-right: 3em;
}
.notification_error {
	border: 1px #C1091B solid;
	padding: 10px;
	padding-left: 41px;
	background: url(/img/icon_error.png) no-repeat 5px 5px;
	background-color: #FFF4F4;
	border-radius: 7px;
	color: #C1091B;
	font-size: 1.3em;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	display: inline-block;
}
.notification_success {
	border: 1px #079824 solid;
	padding: 10px;
	padding-left: 45px;
	background: url(/img/icon_success.png) no-repeat 6px center;
	background-color: #F4FFF5;
	border-radius: 7px;
	color: #079824;
	font-size: 1.3em;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	display: inline-block;
}
.please_wait {
	background: url(/img/loader.gif) no-repeat center center;
	background-size: contain;
	height: 30px;
}
.is_hidden {
	display: none;
}
