#header h1 a {
    color: #000000;
    font-size: 1em;
    text-decoration: none;
}

#total_recipe_count {
    display: none;
}

#navigation {
    display: none;
}

.recipe hr {
    display: none;
}

.recipe .ingredients, .recipe .instructions {
    page-break-after: auto;
}