/*Generally speaking you shouldn't need to change these values unless you want the simulation to use a non-standard color scheme*/
/* page + unity embed background color */
body {
	/*background-color: #202020;
	color: white;*/
}

#loader-container, #unityPlayer div  {
	/*background-color: white;
	color: #202020;*/
}

/* 
	this backgorund-color should always be the same as the "color"
	property above
*/
.dot {
	/*background-color: #202020;*/
}

#app-footer a {
	/*color: #bbb;*/
}
#app-footer a:hover {
	/*color: #339999;*/
}
#app-footer a:active {
	/*color: #287b7b;*/
}
