@page {
    margin: 0.5cm;
}

header, footer {
    display: none;
}

h1 {
    font-size: 24pt;
}

h2 {
    font-size: 14pt;
    margin-top: 25px;
}

.ingredients {
    list-style: none;
    padding: 0;
}

.recipe-table td {
    vertical-align: top;
}

.directions p {
    margin-bottom: 0rem;
}