
@charset "utf-8";
/* CSS Document */
* {
	font-family: Georgia;
	font-size: 12pt;
}

body {
	width: 100%;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}

img.mainImage {
	text-align: right;
	padding: 20px;
    display: inline;
}
/*
img {
    display: none;
}
*/
h1 {
	font-size: 1.2em;
	margin-bottom: 20px;
}

@media print {
    .navbar, #footerNav, #printRecipe,  #recipeImagesColumn {
        display: none;
    }

    #recipeIntroContainer {
        border-style: none;
        width: 100%;
    }

    #recipeIntroContainer img {
        height: 100%;
        max-width: 170px;
        object-fit: cover;
    }

    .recipeBrief {
        padding: -20px;
    }



    #recipeContentsContainer {
        border-style: none;
        width: 100%;
        background-color: #fff;
    }
}