@charset "utf-8";
/* CSS Document */


/*MAP------------*/
.map{
	margin-left: 40px;
	width: 550px;
	height: 450px;
	border: solid 4px #f2f2f2;
	clear: both;
}

.mapText{
	margin-left: 40px;
	width: 550px;
}

#printMap{
	float: right;
	text-align: center;
	border: solid 4px #f2f2f2;
	margin: 0 30px 10px 0;
	background-color: #FF0101;
	color: #fff;
	cursor: pointer;
}

.list {
	margin: 10px 15px 30px 35px;
}

.list li {
	list-style: disc !important;
}
