﻿body {
    /*display:none;*/ 
    font-family: arial, times, serif, Georgia;   
}

head {
    display:none !important;
}

@page { size:auto; margin: 8% }
h1 { page-break-before : avoid }
h2 { page-break-after : avoid }
table { page-break-inside : avoid }

div#printhead {
display: none;
/*position: fixed; top: 0; left: 0; width: 100%;*/
}

body .header-content, body .header-main, body .row.post > .col-md-4, body .footer.row, body .social_share, .post .post-info, .post .post-description
, .post .post-tags, .post .post-suggested-grid, .post .post-comments, .post .cdh-user-action, .post .post-steps .step-photo
, .post .post-steps .cdh-extrainfo, .post .post-more-images, .post .post-dietinfo, .post .read-more .btn-default
, .post .smart-swap-wrap, .post .post-main-header, .post .post-photo img
, .post .pagewidget
, div#bhbar
{
    display:none !important;
}
.post .post-photo {
    text-align: left;
}
/*.post .post-photo img
{
    width:200px;
    min-width:200px;
}*/

.post .post-main-body
{
    border:none;
}

.post .post-main-body .post-steps, .post .post-main-body .post-ingredients, .post .post-main-body .timings
{
    display:block;
}

.post .post-steps UL.recipe-steps LI.step-2-column .column
{
    width:100%;
}

body .print-brand-logo
{
    display:none !important;
    width:100px;
}

.post #posts .post-description
{
    display:block;
}

a:link, 
a:visited { 
	color: #520; 
	background: transparent; 
	font-weight: normal; 
	text-decoration: none !important; 
}

.post a:link:after, 
.post a:visited:after { 
	content: " (" attr(href) ") "; 
	font-size: 90%; 
}

.post a[href^="/"]:after { 
	content: " (http://www.chefdehome.com" attr(href) ") "; 
}


a[href]:after {
    content: none !important;    
}
