@charset "UTF-8";

div#content h2{
	margin: 0;
}

div#content table.machine {
	margin-top: 0;
}

div#content table.machine tr.h2,
div#content table.machine tr.h2 td{
	padding: 0;
	background-color: #7eb56a;
}


div#content table.machine tr.head,
div#content table.machine tr.head td {
	font-size: 90%;
	text-align: center;
}

div#content table.machine col.name {
	width: 30%;
}

div#content table.machine col.feature {
	width: 60%;
}

div#content table.machine col.number {
	width: 10%;
	text-align: center;
}

div#content table.machine tr th h3 {
	margin: 0 0 10px 0;
}

div#content table.machine tr th p.maker {
	font-size: 80%;
}

div#content table.machine tr td ul {
	margin: 0 0 20px 20px;
	padding: 0;
}

div#content table.machine tr td ul li {
	padding: 0;
	list-style-position: outside;
	list-style-type: disc;
}

div#content table.machine tr td ul ul {
	font-size: 90%;
}

div#content table.machine tr td.number {
	text-align: center;
}
