@charset "UTF-8";
.message tr>th:first-child,
.message tr>td:first-child{
	padding-left:0;
}
.message{
	table-layout: fixed;
}
.message tr td:nth-child(2) p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.messageModal .form-control {
	height: 160px;
}
.messageModal .checked-box {
	overflow: auto;
	height: 200px;
}
.txt-line {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}