.table th{
	/*width: 51px;*/
	height: 16px;
	font-size: 12px;
	line-height: 16px;

	/* gray */
	color: #969696;
	font-weight: normal;
	vertical-align: middle;
}

.table thead{
	text-transform: none;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table th,
.table td {
	/*border-top: 1px solid #DFE3E7;*/
	height: 54px;
}
.table th{
	border-bottom: #DFDFDF solid 2px;
	border-top: 1px solid #DFE3E7;
}


.table {
	width: 100%;
	margin-bottom: 1rem;
}

