

/* _________________________________________________________
			SPINNER
___________________________________________________________*/
#spinner {
	display: none;
	position: fixed;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	z-index:2000;
	top: 50px;
}


.modal_icon {
	float:left;
	margin: 0 10px 0 0;
}

pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
.string { color: green; }
.number { color: darkorange; }
.boolean { color: blue; }
.null { color: magenta; }
.key { color: red; }



