@charset "utf-8";
.df-classic{
	border: solid 1px #CCDFE2 !important;
	-webkit-box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.5);
}

.df-icon svg {
    fill:#005D6E !important;
}

.df-header{
	background-color:#CCDFE2;
}

.df-header-title{
	font-weight: bold;
	color:#005D6E;
}

.df-card__title{
	font-size: 14px;
    font-weight: normal;
    color: #2b2b33;
    line-height: 19px;	
}

.df-card__pricing{
	font-size: 14px;
    font-weight: bold;
    color: #e93114;	
}

a.doofinderLogo{
	display:none !important;
}