.card-header {
	font-weight: 300;
	font-size: 1.375em;
	color: $alex-black;
	margin-bottom: 0;
	padding: 1em;
	box-shadow: $shadow;
	background: $alex-light-blue;
}

.card-header + .card-header {
	margin-top: $inner-margin;
}

.card-body {
	font-size: 1.375em;
	color: $alex-text;
	margin-bottom: $outer-margin;
	padding: 0 1em 1em;
	margin-bottom: 0.75em;
	box-shadow: $shadow;
	background: $alex-light-blue;
}

.card-body + .card-body {
	margin-top: -$outer-margin;
}
