/* ZLRecipe-Std.css
A base stylesheet for the MealPlannerPro Recipe Plugin
Plugin URI: http://www.mealplannerpro.com/
Plugin GitHub: https://github.com/Ziplist/recipe_plugin
Plugin Description: A plugin that adds all the necessary microdata to your recipes, so they will show up in Google's Recipe Search
Author: MealPlannerPro.com
Author URI: http://www.mealplannerpro.com/
License: GPLv3 or later, unless specified

Copyright 2011, 2012, 2013, 2014 MealPlannerPro, Inc.
*/

/* RESETS */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/* svn pushed test comment from quinn */

#mpp-buttons-2 a {
    text-decoration: none !important;
    border: none;
}
.mpp-stars-wrapper {
    padding-top: 15px !important;
    clear: both;
}

.mpp-fractional-stars {
    width: 100px;
    height: 18px;
    background: url(fivestars.png);
    background-size: 100px;
    background-position: top left;
}
.mpp-fractional-stars-highlight {
    width: 100px;
    height: 18px;
    background: url(fivestars.png);
    background-size: 100px;
    background-position: bottom left;
    position: relative;
    top: -18px;
}
#mpprecipe-rating {
    margin-top: -10px !important;
}

.hide {
    display: none;
}

#mpprecipe-container img {
    display: inline;
    background: none;
}

#mpprecipe-container {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

#mpprecipe-container ul,
#mpprecipe-container ol {
    list-style-image: none;
}

#mpprecipe-container html,
#mpprecipe-container body,
#mpprecipe-container div,
#mpprecipe-container span,
#mpprecipe-container applet,
#mpprecipe-container object,
#mpprecipe-container iframe,
#mpprecipe-container h1,
#mpprecipe-container h2,
#mpprecipe-container h3,
#mpprecipe-container h4,
#mpprecipe-container h5,
#mpprecipe-container h6,
#mpprecipe-container p,
#mpprecipe-container blockquote,
#mpprecipe-container pre,
#mpprecipe-container a,
#mpprecipe-container abbr,
#mpprecipe-container acronym,
#mpprecipe-container address,
#mpprecipe-container big,
#mpprecipe-container cite,
#mpprecipe-container code,
#mpprecipe-container del,
#mpprecipe-container dfn,
#mpprecipe-container em,
#mpprecipe-container img,
#mpprecipe-container ins,
#mpprecipe-container kbd,
#mpprecipe-container q,
#mpprecipe-container s,
#mpprecipe-container samp,
#mpprecipe-container small,
#mpprecipe-container strike,
#mpprecipe-container strong,
#mpprecipe-container sub,
#mpprecipe-container sup,
#mpprecipe-container tt,
#mpprecipe-container var,
#mpprecipe-container b,
#mpprecipe-container u,
#mpprecipe-container i,
#mpprecipe-container center,
#mpprecipe-container dl,
#mpprecipe-container dt,
#mpprecipe-container dd,
#mpprecipe-container ol,
#mpprecipe-container ul,
#mpprecipe-container li,
#mpprecipe-container fieldset,
#mpprecipe-container form,
#mpprecipe-container label,
#mpprecipe-container legend,
#mpprecipe-container table,
#mpprecipe-container caption,
#mpprecipe-container tbody,
#mpprecipe-container tfoot,
#mpprecipe-container thead,
#mpprecipe-container tr,
#mpprecipe-container th,
#mpprecipe-container td,
#mpprecipe-container article,
#mpprecipe-container aside,
#mpprecipe-container canvas,
#mpprecipe-container details,
#mpprecipe-container embed,
#mpprecipe-container figure,
#mpprecipe-container figcaption,
#mpprecipe-container footer,
#mpprecipe-container header,
#mpprecipe-container hgroup,
#mpprecipe-container menu,
#mpprecipe-container nav,
#mpprecipe-container output,
#mpprecipe-container ruby,
#mpprecipe-container section,
#mpprecipe-container summary,
#mpprecipe-container time,
#mpprecipe-container mark,
#mpprecipe-container audio,
#mpprecipe-container video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
#mpprecipe-container strong {
    font-weight: bold;
}
#mpprecipe-container em {
    font-style: italic;
}

/* HTML5 display-role reset for older browsers */
#mpprecipe-container article,
#mpprecipe-container aside,
#mpprecipe-container details,
#mpprecipe-container figcaption,
#mpprecipe-container figure,
#mpprecipe-container footer,
#mpprecipe-container header,
#mpprecipe-container hgroup,
#mpprecipe-container menu,
#mpprecipe-container nav,
#mpprecipe-container section {
    display: block;
}
#mpprecipe-container blockquote:before,
#mpprecipe-container blockquote:after,
#mpprecipe-container q:before,
#mpprecipe-container q:after {
    content: "";
    content: none;
}
#mpprecipe-container table {
    border-collapse: collapse;
    border-spacing: 0;
}

.nutbox img {
    display: inline;
}
.nutbox ul,
.nutbox ol {
    list-style-image: none;
}

.nutbox html,
.nutbox body,
.nutbox div,
.nutbox span,
.nutbox applet,
.nutbox object