table.data-table{
	border-collapse: collapse;
	width: 100%;
}
table.data-table td, table.data-table th{
	border-bottom: 1px #e2e2e2 solid;
	padding: 10px 15px;
	font-size: 12pt;
	vertical-align: top;
}
table.data-table td:first-child, table.data-table th:first-child{
	padding-left: 0 !important;
}
table.data-table th{
	/*background: #f5f5f5;*/
	white-space: nowrap;
	font-weight: bold;
}
