
table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

table tr {
	border-bottom: 10px solid #FFFFFF;
}



table th,
table td {
	padding: 12px 20px;
	text-align: left;
	vertical-align: top;
}

table th {
	border-bottom: 2px solid #042040 !important;
	font-weight: bold;
	padding-bottom: 5px;
	color: #021F41;
}

table tr > td:first-of-type {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

table tr > td:last-of-type {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

table td {
	background-color: #f2f2f2;
}