#highlight{
	margin-bottom:10px;
/*
	font-size:100%;
*/
}
#highlight h5{
	margin:5px 0px 5px 0px;
	padding:0px;
}
#highlight table{
	border-collapse: collapse;
	width:95%;
	padding:0px;
	margin:0px auto 0px auto;
	background:#ffffff;
}
#highlight table tbody tr th .title{

}

#highlight table tr th{
	vertical-align:middle;
	background:#efefef;
	padding:5px;
	text-align:left;
/*
	white-space: nowrap;
*/
	border: 1px solid #cccccc;
	margin:0px;
}
#highlight table tr td{
/*
	width:120px;
*/
	vertical-align:bottom;
	padding:5px;
	border: 1px solid #cccccc;
	white-space: nowrap;
	text-align:right;
	margin:0px;
}
#highlight table tr td h5 .unit{
	text-align:left;
	border:0px;
}
