@charset "utf-8";
/* CSS Document */

#legend {
	text-align: center;
	background-color: #EFECE7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	width: 350px;
}
#expression {
	float: right;
	position: relative;
	margin: 15px;
}

