.customtable {
	margin-bottom:20px;
	width:100%;
	border-spacing:0;
	font-size:13px;
}

.customtable tr {
	border:1px solid #e0e0e0;
}

.customtable td, 
.customtable tr th {
	padding:15px 20px 15px 20px;
}

.customtable tfoot,
.customtable thead {background-color:#fcfcfc;}

.customtable thead th,
.customtable tfoot th,
.customtable tfoot {
	color:#3d4049;
	font-weight:normal;
	font-size:16px;
}

.customtable th {
	padding:11px 20px 11px 20px;
	text-align:left;
}