html {
	background-color       : #FCFCFC;
	-webkit-font-smoothing : antialiased;
}

body {
	width           : 100%;
	height          : auto;
	
	margin          : 0;
	padding         : 0;
	
    overflow 		: hidden;	
	
	background-color: #FCFCFC;
	color 			: #494949;
	
	font-family: 	'Droid Serif', 'PT Serif', serif;
	font-size       : 13px		!important;
}

a:link {
    text-decoration : none;
    text-shadow 	: 0 0 1px rgba(0, 0, 0, 0.9);
}

#help-icon {	/*img*/
	box-shadow: 0 0 1vmin rgba(26, 84, 102, 1.0);
    border-radius: 49%;
}
#help-icon:hover {	/*img*/
	box-shadow: 0 0 1.5vmin rgba(220, 10, 10, 1.0);
    border-radius: 49%;
}

.dg .main {
	margin-top   : 14px !important;
	margin-right : 3px !important;
}

.folder .dg ul {
	margin-top   : 0px !important;
	margin-right : 0px !important;
}

.function > div > .property-name {
	width      : 100%  	!important;
	text-align : center !important;
}

.dg .closed li.title {
	background    : rgba(0, 0, 0, 0.8)  url(data:image/gif;base64,R0lGODlhBQAFAJEAAP////Pz8////////yH5BAEAAAIALAAAAAAFAAUAAAIIlGIWqMCbWAEAOw==) 6px 10px no-repeat !important;
	border-bottom : 1px solid rgba(0, 0, 0, 0.95) !important;
}

.dg li.title {
	background    : rgba(0, 0, 0, 0.8)  url(data:image/gif;base64,R0lGODlhBQAFAJEAAP////Pz8////////yH5BAEAAAIALAAAAAAFAAUAAAIIlI+hKgFxoCgAOw==) 6px 10px no-repeat !important;
	border-bottom : 1px solid rgba(0, 0, 0, 0.95) !important;
}

.dg.main .close-button {
	background-color : rgba(0, 0, 0, 0.4) !important;
}

.dg.main .close-button:hover {
	background-color : rgba(73, 73, 73, 0.4) 	         !important;
	border           : 2px solid rgba(0, 22, 50, 0.6) 	 !important;
}

.dg li.save-row select {
	width : 20 !important;
}

.dg select {
	width            : 96% 	               ;
	float            : center 	           !important;
	background-color : rgba(0, 0, 0, 0.6)  !important; 
	color            : #FCFCFC 	           !important;
	font-size        : 1em 	               !important;
	text-align       : center 	           !important;
}

.dg select option {
	background-color : rgba(0, 0, 0, 0.8) 	!important;
	font-size: 0.96em 	!important;
}

.dg li.save-row .button.gears {
	width : 1.74em !important;
	height: 1.74em !important;
}