.acgTable
{
	width:100%;
	table-layout:fixed;
}

.acgTable th, .acgTable td
{
	padding:0 5px;
	border:1px solid;
}

.acgTable th > div
{
	jwhite-space:nowrap;
	overflow: hidden;
text-overflow: ellipsis;
white-space: initial;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.acgTable tr:nth-child(odd)
{
	background-color:rgb(220, 231, 252);
}

.acgTableWrapper
{
	overflow-x:auto;
}
