table {
	font-size: 18px;
	margin: 0 auto;
	width: 96%;
	background-color:
#F8F8FF;
	border: solid 1px
#black;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 16px;
	color: #black;
}

td {
	padding: 10px;
}
tr + tr td {
	border-top: solid 1px
#B0C4DE;
}

tr:first-child {
	background-color: #c80b0e;

}
tr:first-child strong {
	color: white;

}
tr:first-child td:first-child {
	/* border-top-left-radius: 14px; */
	border-radius: 14px 0 0 0;
}
tr:first-child td:last-child {
	border-radius: 0 14px 0 0;
}
tr:last-child td:first-child {
	border-radius: 0 0 0 14px;
}
tr:last-child td:last-child {
	border-radius: 0 0 14px 0;
}
