.latest-online-wrap .lt-wrap{
	height:290px;
	overflow:hidden;
	width:100%;
}

.latest-online-wrap .lt-wrap .lt-row{
	width:100%;
}

.latest-online-wrap .lt-wrap .latest-data{
	display:table;
	table-layout:fixed;
	width:100%;
	padding:4px 0;
}

.latest-online-wrap .lt-wrap span{
	display:table-cell;
}

.latest-online-wrap .lt-wrap span.date{
	display:table-cell;
	width:100px;
	font-size:15px;
	color:#2a589d;
}

.latest-online-wrap .lt-wrap span.name{
	display:table-cell;
	width:60px;
	font-size:15px;
	color:#282828;
}

.latest-online-wrap .lt-wrap span.subj{
	display:table-cell;
	width:100%;
	padding-right:15px;
	font-size:16px;
	color:#282828;
	text-align:center;
}

.latest-online-wrap .lt-wrap span.stat{
	display:table-cell;
	font-size:15px;
	width:75px;
}

.latest-online-wrap .lt-wrap span.stat .stat1{
	display:block;
	color:#282828;
	background-color:#ecf2ff;
	border-radius:10px;
	padding:3px;
	text-align:center;
}

.latest-online-wrap .lt-wrap span.stat .stat2{
	display:block;
	color:#fff;
	background-color:#1b5d9b;
	border-radius:10px;
	padding:3px;
	text-align:center;
}