@import 'https://bartonccc.evaluationkit.com/canvas/css';
.ic-DashboardCard__background
{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #ccebff;
	background-color: #c7cad1;
}
.ic-DashboardCard__header
{
	color: #ccebff;
}
.ic-DashboardCard__action-container
{
	background-color: #ccebff;
}