#matcha * {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	background: none;
	box-shadow: none;
	line-height: 150%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: default;
	text-shadow: none;
}

#matcha {
	margin: auto;
	position: relative;
	margin-top: 35px;
	margin-bottom: 35px;
	padding-bottom: 60px;
}

#matcha .mr-padding {
	padding: 35px;
}

#matcha,
#matcha .mr-section {
	display: block;
}

#matchaheader {
	position: relative;
}

.mr-hide {
	display: none;
}

#matcha .mr-image {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-filter: brightness(45%);
	filter: brightness(45%);
	background-size: cover;
	background-position: center;
	z-index: 0;
}

#matcha h3 {
	text-align: left;
	-webkit-transition: color 1s ease-out;
	-moz-transition: color 1s ease-out;
	-o-transition: color 1s ease-out;
	transition: color 1s ease-out;
	margin-bottom: 7px;
	position: relative;
	z-index: 1;
	line-height: 120%;
	letter-spacing: 0;
}

#matcha table {
	position: relative;
	z-index: 1;
}

#matcha table td {
	text-align: left;
	display: inline-block;
	padding: 0;
	padding-right: 20px;
	font-size: .9em;
	max-width: 1000px;
}

#matcha .mr-hide {
	display: none;
}

#matcha .mr-description,
#matcha .mr-ingredients {
	margin-bottom: 30px;
}

#matcha h4 {
	text-align: left;
	font-size: 16px;
	display: block;
	font-weight: 500;
	margin-bottom: 5px;
	letter-spacing: 0;
	text-transform: capitalize;
}
f
#matcha ul {
	display: block;
	margin-bottom: 30px;
}

#matcha ul li {
	display: block;
}

#matcha ol {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 30px;
}

#matcha ol li {
	padding-left: 10px;
	display: list-item;
	margin-bottom: 5px;
	list-style-type: decimal;
	list-style-position: outside;
}

#matcha ol,
#matcha ul {
	padding: 0;
}

#matcha li {
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#matcha li:hover {
	-webkit-transition: all 500ms cubic-bezier(0.075,0.820,0.165,1.000);
	-moz-transition: all 500ms cubic-bezier(0.075,0.820,0.165,1.000);
	-o-transition: all 500ms cubic-bezier(0.075,0.820,0.165,1.000);
	transition: all 500ms cubic-bezier(0.075,0.820,0.165,1.000);
}

#matcha li a,
#matcha p a {
	-webkit-transition: all 500ms cubic-bezier(0.075,0.820,0.165,1.000);
	-moz-transition: all 500ms cubic-bezier(0.075,0.820,0.165,1.000);
	-o-transition: all 500ms cubic-bezier(0.075,0.820,0.165,1.000);
	transition: all 500ms cubic-bezier(0.075,0.820,0.165,1.000);
	cursor: pointer;
}

#matcha strong {
	display: block;
	margin-top: 5px;
	font-weight: 400;
}

#matcha .mr-notes {
	line-height: 150%;
}

#matcha .mr-footer {
	line-height: 100%;
}

#matcha .mr-branding {
	-webkit-transition: all 1s cubic-bezier(0.075,0.820,0.165,1.000);
	-moz-transition: all 1s cubic-bezier(0.075,0.820,0.165,1.000);
	-o-transition: all 1s cubic-bezier(0.075,0.820,0.165,1.000);
	transition: all 1s cubic-bezier(0.075,0.820,0.165,1.000);
	line-height: 150%;
	cursor: pointer;
	padding: 3px 10px;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

#matcha .mr-heart {
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	cursor: pointer;
}

#matcha .mr-print {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	line-height: 150%;
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 3px 10px;
	cursor: pointer;
}

#matcha .mr-print:hover {
	-webkit-font-smoothing: subpixel-antialiased;
	cursor: pointer;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

#matcha .mr-print-image {
	display: none;
}

#matcha .mr-branding,
#matcha .mr-branding .mr-heart {
	-webkit-transition: all 1s cubic-bezier(0.075,0.820,0.165,1.000);
	-moz-transition: all 1s cubic-bezier(0.075,0.820,0.165,1.000);
	-o-transition: all 1s cubic-bezier(0.075,0.820,0.165,1.000);
	transition: all 1s cubic-bezier(0.075,0.820,0.165,1.000);
}

#matcha .mr-branding:hover .mr-heart {
	-moz-animation-name: matchaBeatingHeart;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-duration: 1.45s;
	-webkit-animation-name: matchaBeatingHeart;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 1.45s;
	animation-name: matchaBeatingHeart;
	animation-timing-function: ease-in-out;
	animation-duration: 1.45s;
	animation-iteration-count: infinite;
}

@-webkit-keyframes matchaBeatingHeart {
	0%,50%,100%		{ color: #c00; }
	25%,85%		 	{ color: #fff; }
}

@-moz-keyframes matchaBeatingHeart {
	0%,50%,100%		{ color: #c00; }
	25%,85%		 	{ color: #fff; }
}

@-o-keyframes matchaBeatingHeart {
	0%,50%,100%		{ color: #c00; }
	25%,85%		 	{ color: #fff; }
}

@keyframes matchaBeatingHeart {
	0%,50%,100%		{ color: #c00; }
	25%,85%		 	{ color: #fff; }
}

@media only screen and (max-width: 550px) {
	#matcha {
		margin: 25px 0;
		border: 0 !important;
		box-shadow: none !important;
	}

	#matcha .matcha-body .mr-padding {
		padding: 0;
	}

	#matcha li,
	#matcha p,
	#matcha .mr-branding,
	#matcha .mr-print {
		font-size: 15px;
	}

	#matcha h3 {
		margin-bottom: 20px;
	}

	#matcha table {
		margin-bottom: 20px;
	}

	#matcha table td {
		font-weight: 300;
		font-size: 14px;
		display: block;
		-webkit-font-smoothing: antialiased;
	}

	#matcha .mr-image {
		background-image: none !important;
	}

	#matchaheader .mr-padding,
	#matcha .mr-padding {
		padding: 0 !important;
	}

	#matcha ul {
		-webkit-column-count: 1 !important;
		-moz-column-count: 1 !important;
		-ms-column-count: 1 !important;
		column-count: 1 !important;
	}

	#matcha .mr-notes {
		margin-bottom: 25px;
	}

	#matcha .mr-print,
	#matcha .mr-branding {
		position: static;
		display: block;
		padding: 0;
		border: none !important;
		box-shadow: none !important;
		line-height: 200%;
	}

	#matcha .mr-print:hover {
		border: none;
		box-shadow: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	#matcha .mr-print:active,
	#matcha .mr-print:focus {
		box-shadow: none;
		-webkit-filter: brightness(100%);
		filter: brightness(100%);
	}
}
