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

/* Maintenance */
table.maintenance {
	margin-left: 15px;
	width: 570px;
}

table.maintenance tr td {
	vertical-align: top;
	padding: 0px 0 20px 0;
	border-bottom: 1px solid #eee;
}

table.maintenance tr td:first-child {
	font-weight: bold;
	color: #3b7297;
}

table.maintenance tr:last-child td {
	border: 0;
}

/* Measurement */
table.measurement {
	float: left;
	margin: 10px 2px;
	border: 1px solid #999;
	background: White;
}

table.measurement tr th {
	font-weight: bold;
	border-bottom: 2px solid #999;
}

table.measurement tr td {
	padding: 2px 6px 2px 6px;
	border-bottom: 1px solid #eee;
}

table.measurement tr td:first-child {
	border-right: 1px solid #ddd;
}

table.measurement tr:last-child td {
	border-bottom: 0;
}

/* Download */
table.download {
	width: 600px;
	height: 20px;
}

table.download tr td:first-child {
	width: 75%;
	padding-left: 15px;
}

table.download tr td:last-child {
	text-align: right;
	padding-right: 11px;
}

table.download a {
	color: #ff7c00;
}
