@charset "UTF-8";
/* CSS Document */

table.specs {
	margin-top: 10px;
	width: 360px;
	font-size: 10px;
}
table.specs tr {
	background-color: #daf0fa;
}
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.spec {
	background-color: #dcdcdc;
	width: 55px;
	text-align: center;
}
