.el-menucard {
	background: white;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
	padding: 15px;
	border-top: 1px solid lightgrey;
}

.el-menucard__title{
	font-size: 18px;
	line-height: 1.38;
	margin-bottom: 10px;
}

.el-menucard__text {
	font-size: 12px;
	line-height: 1.75;
	margin-bottom: 10px;
}

.el-menucard__price {
	font-size: 14px;
	text-align: right;	
}


/*------------------------------------*\
  #Mobilversion
\*------------------------------------*/

@media only screen and (max-width : 767px) {
	
	.el-menucard__title{
		font-size: 16px;	
	}	
	
	.el-menucard__price{
		font-size: 12px;
	}
}
