.card-container {
	min-width: 790px;
}

.custom-card {
	background-color: white !important;
	border: 4px solid rgb(230, 230, 230);
	border-radius: 5px;
	margin-top: 8px !important;
	min-width: 250px;
}

.custom-card p {
	color: black !important;
}

.custom-card p.card-title {
	font-size: 22px !important;
	font-weight: 700 !important;
	color: #0b3d91 !important;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
}

.custom-card p a{
	color: white !important;
}

.card-buttons {
	justify-content: space-between;
	display: flex;
}

.card-pdf-button {
	background-color: #d83933 !important;
	float: right;
}

.card-pdf-button a, .card-link-button a {
	color: white !important;
	text-decoration: none;
}