table.Table_Custom3 {
	display: block;
	position: relative;
	width: 100%;
	color: #888;
}
.Table_Custom3 {
	margin-bottom: 25px;
	position: relative;
}
.Table_Custom3 tr.top {
	position: absolute; 
	left: 0;
	top: 0;
}
.Table_Custom3 tr.middle {
	position: absolute; 
	left: 124px;
	top: 0;
}
.Table_Custom3 .title {
	display: block;
	padding: 1px;
	color: #888;	
}

