
.list{
	background-color:#F0F0F0;
	padding:0px;
	text-align:left;
	vertical-align:top;
}

.list table{
	table-layout:fixed;
}

.list th, .list td{
	height:25px;
	line-height:25px;
	border-bottom:1px solid #D0D0D0;
	overflow:hidden;
	word-break:keep-all;
	text-overflow:ellipsis;
}
.info{
	color : #616161;
	padding:5px;
}

.info td {
	border: 1px solid #9D9D9D;
	padding: 3px;
}
.info table{
	border-collapse : collapse;
	border: 1px solid #000;
}