@charset "utf-8";
#mapArea { height: 100% }
/* This class is used to style the tooltip */
.tooltip{
	border:           thin 1px #eee;
	background-color: #FFFBF0;
	padding:          5px;
	width:            150px;
}

