body {
	/*font-size: 62.5%; */
	font-family:Arial, Helvetica, sans-serif;   
}

table {
	/* font-size: 1em;*/
}

.demo-description {
	clear: both;
	padding: 12px;
	/* font-size: 1.3em; */
	line-height: 1.4em;
}

.ui1-draggable, .ui1-droppable {
	background-position: top;
}

.delete-dialog-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #aaaaaa40;
	z-index: 10000;
}

.delete-ui-dialog {
	position: unset !important;
	width: fit-content !important;
	margin: 0 auto !important;
	margin-top: 330px !important;
}
