:root {
	--rec-theme-on-primary: #22b7e5;
	--rec-theme-primary: #5f646b;
	--rec-theme-secondary: #e85444;
}
.rec-body {
	background-color: #f1faff;
}
.rec-body .container {
	background: #e7f0f5;
	border: 2px solid #fff;
}
.rec-footer {
	font-size: smaller;
}
.rec-header {
	background: #fff;
	min-width: 100%;
	padding: 15px;
}
.rec-header img {
	max-height: 32px;
}
.rec-nav {
	padding-bottom: 0;
}
