.show-mobile, .nav, .oamm-site-banner, .mb-hero, .mb-menus-list, .mb-media, .mb-content > .mb-numbers, .mb-tabs-nav, .mb-content > .mb-tags, .mb-fixed-header, .mb-new-menu, .comments, footer {
	display: none;
}

body {
	color: #222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
}

a {
	color: #222;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
}

.logo {
	margin-bottom: 1rem;
	display: block;
}

h1, h2, h3, h4, h5, h6, strong {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px
}

.headline-label {
	display: block;
	font-size: 1rem;
	text-transform: uppercase;
}

small {
	text-transform: uppercase;
}

.info, .directions-tims {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 13px;
	font-style: italic;
}

.alert {
	text-align: center;
	border: 2px solid #197582;
	border-radius: 3px;
	margin-top: 1rem;
}

.mb-stats-bar {
	clear: both;
}

.mb-stats-bar-cook {
	float: left;
}
.mb-stats-bar-cook-image {
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 50%;
	margin-right: 7px;
}
.mb-stats-bar-cook-details {
	float: left;
}
.mb-stats-bar-cook-details-name {
	font-family: Georgia, serif;
	font-size: .8rem;
	font-style: italic;
	line-height: 1.6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mb-numbers {
	float: left;
	margin-left: 2rem;
}
.mb-numbers-item {
	float: left;
	margin-left: 1rem;
	line-height: 40px;
}
.mb-numbers-item-number {
	font-size: 24px;
	font-weight: 900;
}
.mb-numbers-item-label {
	text-transform: uppercase;
}

.mb-description {
	clear: both;
	margin: 2rem 0;
}

.mb-recipe-ingredients, .mb-recipe-data {
	float: left;
	width: 35%;
}

.mb-recipe-instructions {
	float: right;
	width: 62%;
}

.directions-time {
	float: right;
}
