
.list{
	background-color:#D9CFC2;
	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 #C6B9A9;
	overflow:hidden;
	word-break:keep-all;
	text-overflow:ellipsis;
}

