#query-table-wrapper {
	padding: 0px 10px;
}

#query-table {
	box-sizing: border-box;
	float: none;
	height: 30px;
	margin: 0px;
	width: 100%;
}

#query-conditions {
	margin-top: -15px;
	padding-bottom: 50px;
}

#query-conditions .autoclear {
	position: relative;
}

#query-form li {
	overflow: visible;
	padding: 10px;
}

#query-conditions select {
	height: 30px;
	margin: 5px 0px;
}

#query-form .floater {
	background-color: #cccccc;
/*	border-radius: 3px;*/
	color: #333333;
	height: 20px;
	left: 60px;
	line-height: 20px;
	padding: 0px 5px;
	position: absolute;
	right: 60px;
}

#query-form .floater.add {
	
	bottom: -10px;
	display: none;
	text-align: center;
}

#query-form .floater.rem {
	top: -10px;
}

#query-form li:last-child  .floater.add {display: block;}
#query-form li:first-child .floater.rem {display: none;}


.query-keys, .query-cmps {
	padding: 2px;
	padding-left: 0px;
}

.query-keys {
	float: left;
	width: 75%;
}

.query-cmps {
	float: right;
	width: 20%;
}

.query-vals {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 26px;
	padding: 2px 5px;
	margin-bottom: 4px;
	width: 100%;
}

.query-rem {
	float: right;
}

