path {
	fill-rule: evenodd;
	stroke: #333;
	stroke-width: 2px;
}

.sun path {
	/* fill: #6baed6; */
	/* fill: #008000 */
	fill: #4AC948;
}

.planet path {
	/* fill: #9ecae1; */
	/* fill: #67C8FF; */
	/* fill: #4682B4; */
	/* fill: #008000 */
	/* fill: #4AC948; */
	/*fill: #5e95cb;*/
	fill: #2769D4
	
}

.annulus path {
	/* fill: #c6dbef; */
	/* fill: #67C8FF; */
	fill: #4AC948
}

.info {
	width: 100px	
	height: 100px
	font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;	
	font-size: 30px;
	weight: 900;
	/* fill: #c6dbef; */
	/* fill: #f05f40; */
	word-wrap: break-word;
}
