﻿/*****************************
    garnishes & recipe styles
 *****************************/
.recipes {
    padding: 20px;
    text-align: left;
    font-family: Arial, sans-serif;
    border: solid 1px #000;
}
.recipes .lowcal {
    float: right;
}
.recipes .heading {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}
.recipes .printheading {
    display: block;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
}
.recipes ul {
    margin-top: 5px;
    margin-bottom: 20px;
}
.recipes .steps {
    padding-left: 25px;
}


