/* GMOL2 css root 
Light gray with Open Sans font
*/
:root {
		--mdBackColor: #f8f8f8;
		--backColor: #f0f0f0;
		--backFontColor: #401218;
		--backFontColorS: #A0A0B8;
		--foreColor:  white;
		--foreFontColor:  #401218;
		--hoverBackColor: yellow;
		--accentColor: #544616;
		--treeLines: #625817;
		--fontName: OpenSans, Verdana;
		--inputColor: #f8f8f8;
		--inputHover: #ffffff;
		--text8: 8px;
		--text10: 10px;
		--text11: 11px;
		--text12: 12px;
		--text13: 13px;
		--text14: 14px;
		--text15: 15px;
		--text16: 16px;
		--text18: 18px;
		--text20: 20px;
		--text22: 22px;
	}
