section{
	background-image: url(../img/district_details.png);
	background-size: contain;
	background-repeat: no-repeat;
	overflow: initial;
}
.details_box{
	margin:10px;
	background: #fff;
	margin-top: 170px;
	/* height: calc(100vh - 176px); */
	box-sizing: border-box;
	border-radius: 5px;
	overflow:hidden;
	padding: 0 10px;
}
.header{
	display: flex;
	border-bottom: 1px solid rgba(120,85,42,.05);
}
.header a{
	display: block;
	margin: 15px 5px;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 14px;
}
.header a.selected{
	background: #a87435;
	color: #fff;
	box-shadow: 0 0 5px rgba(168,116,53,1);
}
.main{
	border-bottom: 1px solid rgba(120,85,42,.05);
}
.main>p img{
	height: 14px;
	opacity: 0.5;
	margin-right: 10px;
}
.main>p{
	display: flex; 
	font-size: 14px;
	align-items: center;
	margin: 15px 0;
}
.main>p a{
	color: #a7a7a7;
}
.footer{
	display: flex;
	flex-direction: column;
}
.footer h4{
	flex-shrink: 0;
}
.footer h4 span{
	display: inline-flex;
	width: auto;
	margin: 15px 0;
	color: #595959;
	border-bottom: 3px solid #78552a;
	padding: 5px 0;
}
.footer div{
	/*height: 50px;*/
	/* height: calc(100vh - 425px); */
	font-size: 14px;
	line-height: 25px;
	text-indent: 2em;
	color: #999999;
	/* overflow-y: scroll; */
}
.footer img{
	width: 100%;
}
