table {
	margin-bottom: 20px;
	border-radius: 5px;
	border-spacing: 0;
	overflow: hidden;
}

table th,
table td {
	padding: 10px 20px;
	border-bottom: 2px solid #eef3f6;
}

table th {
	border-bottom: 2px solid #E6ECEF;
}

table thead th {
	border-bottom: 0;
}

table th {
	background: #eef3f6;
	text-align: left;
	text-transform: uppercase;
	color: #303030;
	letter-spacing: 0.1em;
}