div.eclipseDIV,
div.gearsDIV {
	--background-color: #ffffff;
	font-family: Segoe UI, Arial;
	font-weight: normal;
	font-size: 22px;
	color: #fff;
	text-shadow: 1px 1px #666;

  --text-shadow:
	 -1px -1px 0 #bbb,
	  1px -1px 0 #bbb,
	 -1px  1px 0 #bbb,
	  1px  1px 0 #666;  
}

div.gearsDIV {
	font-size: 24px;
}
