.table th{
background-color: #eaf1f7;	
}

.line{
	border-bottom: 1px dotted #ccc;
	padding: 25px 0 0 0;
	margin: 0 0 35px 0;
	clear: both;
}

.graphic-view{
	min-height: 430px;
	border: 1px solid #ccc;
	clear: both;
	background: #ccc;
	margin-bottom: 15px;
}

.gv-s{min-height: 130px;}

.input-group{
	border-left: 5px solid #ccc;
	margin-left:5%;
	margin-bottom: 15px;
}

.drag-block{
	padding: 2em;
	border: 3px dotted #ccc;
	margin: .5em;
	cursor:move;
}