﻿body main {
    background: none;
    color: black;
}

@page {
    margin-left: 20mm;
    margin-right: 20mm;
    margin-top: 40mm;
    margin-bottom: 50mm;
}

@page :left {
    margin-left: 30mm;
}

@page :right {
    margin-right: 30mm;
}

.inner {
    flex-direction: column;
}

img {
}

a[href]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
    color: #333;
}

a[href]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
    color: #333;
}

.global-header > .inner > .logo img {
    width:13%;
}
.component.recipe-detail > .inner {
    margin-top:1rem;
}
.component.recipe-detail > .inner .recipe-detail-content-image img {
    width: 50%;
    margin: 0 auto;
}

.component.recipe-detail > .inner .recipe-detail-content-image {
    text-align:center;
}

.component.recipe-detail > .inner .recipe-detail-content-info .icon-row {
    justify-content: space-around;
}

.component.recipe-detail .recipe-inner-div {
    flex-direction: column;
}
.component.recipe-detail .recipe-inner-div .directions, .component.recipe-detail .recipe-inner-div .ingredients {
        border: none;
        margin:1rem auto;
}

.mask, .site-search, .component.recipe-detail > .inner .recipe-detail-content-info ul.recipe-tags, .sharethis-inline-share-buttons, #st-1.st-animated, .component.recipe-area, .callout-group, footer, .SANDBOX_ONLY {
    display: none !important;
}
