.message-list{
	width:100%;
}

.message-list > tbody > tr:first-child{
	color: #FFF;
	text-align:center;
	background-color:#37a3ef;
	height:10px;
}

.message-list > tbody > tr:first-child td{
	height:16px;
}
.message-list td{
	height:20px;
	border-bottom: 1px solid #e7e7e7;
	padding:7px;
}
