.recipe-card {
    margin-bottom:3em;
}

.recipe-card > * {
    line-height: 0.5em;
}

.recipe-card > *:before {
    position:relative;
    left:-0.8em;
    display:block;
    font-size:0.8em;
    line-height:1em;
}

.title {
    font-weight:200;
    font-size:1.5em;
}

.ingredients {

}
.ingredients:before {
    content:"ingredients:";
}

.instructions {
}
.instructions:before {
    content:"instructions:"
}

.notes {
}
.notes:before {
    content:"notes:"
}