@charset "utf-8";


/*	profile
------------------------------------------*/

#img_prof{
	text-align:center;
	width:90%;
	max-width:400px;
	margin:0 auto 30px;
}
#img_prof img{
	width:100%;
	height:auto;
}

#profile .table_2 th{
	width:20%;
}

#gmap{
	width:100%;
	height:400px;
	margin:10px 0;
}

@media screen and (max-width: 400px) {
	#profile .table_2{
		display:block;
	}
	#profile .table_2 th{
		display:block;
		width:100%;
		padding:8px 3px;
	}
	#profile .table_2 td{
		display:block;
		width:100%;
		padding:8px 3px 8px 3px;
	}
	#gmap{
		height:250px;
	}
}

.reports{
	display:flex;
	flex-flow:row wrap;
	line-height:1.2;
}
.reports li{
	width:30%;
	padding-right:1rem;
	margin:0 0 .6rem;
}

@media screen and (max-width: 559px) {
	.reports li{
		width:44%;
	}
}