body {
}
.custom-card {
	margin: 0 auto;
	padding: 20px;
	max-width: 800px;
	background: #FFF;
	border-radius: 4px;
	border: 1px solid #DADCE0;
}
table thead {
	background: #C0392B;
	color: #FFF;
	font-weight: bold;
}
table thead th {
	color: #FFF;
	font-weight: bold!important;
}