.address{
	width:1100px;
	height:500px;
	border: 0px solid green;
	margin: 0px auto;
	padding: 30px 50px;
}
.address>p{
	font-size: 22px;
	color:#3C7DBD;
	text-align: left;
}
.map{
	width:670px;
	height:465px;
	float: left;
	margin: 20px 20px 0px 0px;
}
.detailedAddress{
	width: 365px;
	height:445px;
	border: 0px solid blue;
	float:right;
	margin-top: 20px;
	padding: 10px 20px;
}
.detailedAddress p{
	line-height: 30px;
	text-align:left;
}
.detailedAddress p:nth-child(1){
	color:black;
	font-size:15px;
}