body {
	font-family: sans-serif;
}

canvas {
	float: left;
	margin-right: 20px;
}

div#map { 
	width: 300px;
	height: 300px;
	 
}

#legenda {
	float: left;
	margin: 20px;
}

#se2, #ve2, #je2 {
	width: 600px;
	padding-left: 20px;
}

ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: "\2B24";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.5em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

li#ve3::before {
	color:#984ea3;
}

li#se3::before {
	color:#ff7f00;
}

li#je3::before {
	color:#4daf4a;
}

li#he3::before {
	color:#377eb8;
}

li#te3::before {
	color:#e41a1c;
}

li#im3::before {
	color:#000000;
}

