.ingredHeading {
    list-style-type: none;
    font-weight: bold;
    margin-left: -1.1em;
}
.bo-recipe-control {
    clear: both;
}
.fn { padding-top: 0.2em;}
.hrecipe{ padding: 5px 5px 5px 8px;}
.bo-recipe-print-container {
    float: right;
    padding-top: 0.6em;
    clear: right;
}
a.bo-recipe-print {text-decoration: none;}
a.bo-recipe-save {text-decoration: none;}

.bo-recipe-save-container {
    float: right;
}
.photo-container >img {
    border-radius: 3px;
    border: 1px solid #aaa;
    margin-bottom: 0.7em;
}
.bo-recipe-save {
    background: url("https://bigoven-res.cloudinary.com/image/upload/save-recipe-download.png") no-repeat scroll 0 5px transparent;
    cursor: pointer;
    padding: 2px 0px 0px 20px;
    display: block;
    height: 20px;
}
.bo-recipe-save:hover {
    background-position: 0 -20px;
    cursor: pointer;
    text-decoration: none;
}
.bo-recipe-print {
    background: url("https://bigoven-res.cloudinary.com/image/upload/print-recipe-btn.png") no-repeat scroll 0 5px transparent;
    cursor: pointer;
    padding: 3px 0px 0px 20px;
    display: block;
    height: 20px;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: 12px;
}

.bo-recipe-print:hover {
    background-position: 0 -18px;
    cursor: pointer;
    text-decoration: none;
        box-shadow: none;


}
.duration-list{
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}

.instructions {margin-top: 1em;}