@charset "utf-8";

.map{
	width: 100%;
	height: 500px;
}

#page_privacy ol{
	counter-reset:number;
	list-style:none;
	margin:0;
	padding:0;
}

#page_privacy ol li{
	margin: 15px 0 15px 2.5em;
	background: none;
	padding: 0 0 0 0;
	list-style-type: none;
	line-height: 1.7;
}

#page_privacy ol li:before {
	counter-increment: number;
	content: counter(number);
	float: left;
	background: #072856;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	line-height: 2.0;
	margin: -2px 7px 0 -2.5em;
}
#page_privacy ol li ol{
	margin-bottom: 25px;
}
#page_privacy ol li ol li:before {
	counter-increment: number;
	content: counter(number);
	float: left;
	background: #999;
	width: 1.7em;
	height: 1.7em;
	border-radius: 3px;
	color: #FFF;
	text-align: center;
	line-height: 1.7;
	margin: 0 7px 0 -2em;
}
#page_privacy ol li p,
#page_privacy ol li div{
	overflow: auto;
	zoom: 1;
	margin: 0 !important;
	padding: 0 !important;
}
#page_privacy ol li p:first-child{
	padding-top: .3em !important;
}