.jeg_food_recipe_wrap {
    border-top: 3px solid #eee;
    padding-top: 20px;
    margin: 40px 0;
}
.jeg_food_recipe_title {
    position: relative;
    margin-bottom: 30px;
}
.jeg_food_recipe_title::after {
    content: "";
    display: table;
    clear: both;
}
.jeg_food_recipe_title h3 {
    margin: 0 0 5px;
}
.jeg_food_recipe_meta {
    font-size: 13px;
    color: #a0a0a0;
    float: left;
}
.jeg_food_recipe_meta .fa {
    font-size: 14px;
    margin-right: 2px;
}
.jeg_food_recipe_meta > div {
    display: inline-block;
    margin-right: 15px;
}
.jeg_food_recipe_print {
    float: right;
    position: relative;
    top: -2px;
    color: inherit;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 11px;
    padding: 6px 12px;
    line-height: 1;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    white-space: nowrap;
}
.jeg_food_recipe_print:hover {
    background: #f5f5f5;
}
.jeg_food_recipe_print .fa {
    font-size: 14px;
    margin-right: 4px;
    color: inherit;
}
.jeg_food_recipe_ingredient h4 {
    font-size: 18px;
    line-height: 1;
    font-weight: bolder;
    margin: 0 0 20px;
    text-transform: uppercase;
}

/* Ingredient */
.jeg_food_recipe_ingredient {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.jeg_food_recipe_ingredient ul {
    list-style: none;
    margin: 0 -20px;
}
.jeg_food_recipe_ingredient li {
    padding: 10px 20px;
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    cursor: pointer;
    font-weight: bold;
}
.jeg_food_recipe_ingredient li:nth-child(odd) {
    background: #f5f5f5;
}
.jeg_food_recipe_ingredient li.active {
    font-weight: normal;
    text-decoration: line-through;
    font-style: italic;
    color: #a0a0a0;
}
.jeg_food_recipe_ingredient li .jeg_checkmark {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 7px;
    color: #a0a0a0;
}
.jeg_food_recipe_ingredient li .jeg_checkmark:before {
    content: "\f096";
}
.jeg_food_recipe_ingredient li.active .jeg_checkmark:before {
    content: "\f046";
}
.jeg_food_recipe_ingredient li.active .jeg_checkmark {
    color: #00a652;
}

/* Instruction */
.jeg_food_recipe_instruction h4 {
    font-weight: bold;
    text-transform: uppercase;
}
.jeg_food_recipe_instruction li {
    margin-bottom: 15px;
}

/*** Responsive **/
@media only screen and (max-width : 568px) {
    .jeg_food_recipe_meta {float: none;}
    .jeg_food_recipe_print {float: none; top: 0; margin-top: 20px; padding: 10px 16px;}
}
@media only screen and (max-width : 480px) {
    .jeg_food_recipe_title h3 {font-size: 20px;}
    .jeg_food_recipe_ingredient h4,.jeg_food_recipe_instruction h4 {font-size: 16px;}
}

/*** Print Styles **/
@media print {
    body { background: #fff !important; }
    .jeg_food_recipe_print { display: none; }
    .jeg_food_recipe_wrap { border: 0 }
    ul, ol { margin: 0 0 1.5em 1.5em; list-style-position: inside; }
    li { margin-bottom: 0.5em; }
    ul { list-style: square; }
    ol { list-style: decimal; }
    .jeg_food_recipe_ingredient { -webkit-box-shadow: none; box-shadow: none; border: 2px solid #eee; border-radius: 3px; }
}