@charset "UTF-8";
/* CSS Document */
p.largerPumps {
	font-weight: bold;
	font-size: 13px;
	padding-top: 10px;
}
table.specs {
	margin-top: 10px;
	width: 360px;
	font-size: 10px;
}
table.specs th {
	text-align: center;
	background-color: #daf0fa;
}
table.specs th.model {
	width: 70px;
}
table.specs th.flowRate {
	width: 125px;
}
table.specs td {
	padding: 1px;
}
table.specs td.spec-label {
	background-color: #f5f5f5;
}
table.specs td.units {
	background-color: #c0c0c0;
	width: 55px;
	text-align: center;
}
table.specs td.model {
	text-align: center;
	background-color: #87ceeb;
}
table.specs td.spec {
	background-color: #ecf8fd;
	width: 55px;
	text-align: center;
}
