html{
	width: 100%;
	font: 9px Helvetica;
}

body{
	display: table;
	margin: 0 auto;
	width: 724px;
}

table{
	width: 186px;
	height: 175px;
	font: 9px Helvetica;
	text-align: center;
	border: 1px solid #1e1e1e;
	float: left;
}

table:nth-child(1){
	border-radius: 5px 0px 0px 5px;
	text-align: left;
}

table thead{
	font: bold 11px Helvetica;
	display: none !important;
}

table > tbody > tr{
	border: 1px solid #1e1e1e;
	font-weight:bold;
}

table > tbody > tr > td:nth-child(1){
	font-size: 8px;
}

table tfoot{
	font: bold 9px Helvetica;
}

table:nth-child(1) > thead > tr > td:nth-child(2), td:nth-child(5){
	display:none;
}
table:nth-child(1) > tbody > tr > td:nth-child(2), td:nth-child(5){
	display:none;
}

table > tbody > tr > td:nth-child(1){
	width: 20px;
}

div{
	width: 164px;
	height: 173px;
	text-align: center;
	border: 1px solid #1e1e1e;
	display: table;
	border-radius: 0px 5px 5px 0px;
	line-height: 16px;
}

div p:nth-child(1){
	font: bold 11px Helvetica;
	width: 70px;
	float: left;
}

div ul{
	list-style: none;
	margin-left: -50px;
}

div ul li{
	width: 100%;
	float: left;
}

div ul li p span{
	font-weight: bold;
	margin-right: 5px;
}

div ul li p{
	float: left;
	margin-left: 5px;
}