.widest {
	font-family: 'Lucida Sans Unicode', Arial;
	font-size: 1em;
	padding: 15px;
	width: 100%;
	text-align: center;
}
.table {
	border: 1px solid #666;
	background-color: #333;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}
.table .th {
	background-color: #333;
	color: #fff;
	font-weight: bold;
}
.table .tr:nth-child(odd) {
 background-color: #222;
}
.table .th2 {
	background-color: #666;
	color: #CCC;
	font-weight: bold;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.table .tt {
	float: left;
	width: 70px;
	padding-left: 2%;
	padding-top: 2px;
}
.table .td {
	float: left;
	padding-left: 2%;
	padding-top: 2px;
	margin-bottom: 2px;
	width: 70%;
}
.table .th2 .tt {
	background-color: #666;
	padding-left: 15px;
	width: 70px;
}

