@import url( abrasive-regulator.css );

h2 {
	margin-top: 1em;
}

#valve {
	display: block;
	position: relative;
	top: -20px;
	left: 40px;
}

/***************** Specifications table ****************/
#specifications {
	width: 100%;
	margin-bottom: 6px;
}

#specifications td {
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	text-align: center;
	vertical-align: middle;
	background-color: #d7d1cf;
	padding: 8px 6px;
}

#specifications tr.titles td {
	vertical-align: bottom;
	whitespace: nowrap;
	
	color: white !important;
	font-weight: bold;
	background-color: #857d7b;
	
}

#specifications tr td.label {
	border-left: none;
	text-align: left;
	
	font-weight: bold;
	color: #4A4A4A;
}

#specifications tr.even td {
	background-color: #eae7e6;
}


