.fieldHeader h1.simple_header {
	font: 700 16px arial,sans-serif;
	color: #b44;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	text-shadow: none;
	border-radius:0;
	background-color: #fff;
	background-image: none;
	box-shadow:none;
	padding-left: 0;
	margin-left: 100px;
	margin-bottom: 15px;
}

table.GUI_grid .drag {
	vertical-align: top;
}

table.GUI_grid {
	border-spacing: 2px;
}

.highlight {
	animation: color-change 500ms alternate;
}

@keyframes color-change {
	0% {
		background-color: white;
	}
	50% {
		background-color: yellow;
	}
	100% {
		background-color: white;
	}
}