.H5Table {
	table-layout: fixed;
	width: 100%;
	margin-top: .5rem;
	padding-bottom: .5rem;
	text-align: center;
	border-spacing: 2px 6px;
	font-size: .938rem;
	color: #4d5054;
	border-collapse: collapse;
}
.H5Table tr {
	height: 1.875rem;
	line-height: 1.875rem;
}
.H5Table td,
.H5Table th {
	text-align: center;
	width: 30%;
}
.H5Table thead {
	font-size: .938rem
}
.H5Table thead tr {
	color: #555;
	text-align: center;
	line-height: 1
	font-weight: 700;
}
 
.H5Table tbody tr {
	height: 2rem;
	line-height: 2rem;
	border-bottom: 1px solid #f5f5f5;	
}
.H5Table tbody tr:last-child {
	border-bottom: none;	
}
.H5Table tbody  tr td {
	color: #4d5054;
}
.H5Table tbody  tr td:first-child{
	color: #00BEC7;
	font-weight: 700;
}