<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* yrecipe-Std.css
A base stylesheet for The Yummly Rich Recipes plugin
Plugin URI: http://plugin.yummly.com/
Plugin Description: A plugin that adds all the necessary microdata to your recipes, so they will show up in Google's Recipe Search
Author: Yummly
Author URI: http://www.yummly.com/
License: GPLv3 or later, unless specified

Copyright 2009-2016 Yummly
*/


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

#yrecipe-container html, #yrecipe-container body, #yrecipe-container div, #yrecipe-container span, #yrecipe-container applet, #yrecipe-container object, #yrecipe-container iframe,
#yrecipe-container h1, #yrecipe-container h2, #yrecipe-container h3, #yrecipe-container h4, #yrecipe-container h5, #yrecipe-container h6, #yrecipe-container p, #yrecipe-container blockquote, #yrecipe-container pre,
#yrecipe-container a, #yrecipe-container abbr, #yrecipe-container acronym, #yrecipe-container address, #yrecipe-container big, #yrecipe-container cite, #yrecipe-container code,
#yrecipe-container del, #yrecipe-container dfn, #yrecipe-container em, #yrecipe-container img, #yrecipe-container ins, #yrecipe-container kbd, #yrecipe-container q, #yrecipe-container s, #yrecipe-container samp,
#yrecipe-container small, #yrecipe-container strike, #yrecipe-container strong, #yrecipe-container sub, #yrecipe-container sup, #yrecipe-container tt, #yrecipe-container var,
#yrecipe-container b, #yrecipe-container u, #yrecipe-container i, #yrecipe-container center,
#yrecipe-container dl, #yrecipe-container dt, #yrecipe-container dd, #yrecipe-container ol, #yrecipe-container ul, #yrecipe-container li,
#yrecipe-container fieldset, #yrecipe-container form, #yrecipe-container label, #yrecipe-container legend,
#yrecipe-container table, #yrecipe-container caption, #yrecipe-container tbody, #yrecipe-container tfoot, #yrecipe-container thead, #yrecipe-container tr, #yrecipe-container th, #yrecipe-container td,
#yrecipe-container article, #yrecipe-container aside, #yrecipe-container canvas, #yrecipe-container details, #yrecipe-container embed, #yrecipe-container figure,
#yrecipe-container figcaption, #yrecipe-container footer, #yrecipe-container header, #yrecipe-container hgroup, #yrecipe-container menu,
#yrecipe-container nav, #yrecipe-container output, #yrecipe-container ruby, #yrecipe-container section, #yrecipe-container summary,
#yrecipe-container time, #yrecipe-container mark, #yrecipe-container audio, #yrecipe-container video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
#yrecipe-container article, #yrecipe-container aside, #yrecipe-container details, #yrecipe-container figcaption, #yrecipe-container figure, #yrecipe-container 
footer, #yrecipe-container header, #yrecipe-container hgroup, #yrecipe-container menu, #yrecipe-container nav, #yrecipe-container section {
  display: block;
}
#yrecipe-container blockquote, #yrecipe-container q {
  quotes: none;
}
#yrecipe-container blockquote:before, #yrecipe-container blockquote:after,
#yrecipe-container q:before, #yrecipe-container q:after {
  content: '';
  content: none;
}
#yrecipe-container table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* END RESETS */

/* BASE */
#yrecipe-container p {
  line-height: 1.2em;
  margin: 1em 0;
}
#yrecipe-container ul {
  list-style-type: none;
  margin: 1em 0 0 -3px;
  padding: 0 0 0 2.4em;
}
#yrecipe-container ol {
  list-style-type: decimal;
  margin: 1em 0;
  padding: 0 0 0 3em;
}
/* END BASE */

/* TYPOGRAPHY */
#yrecipe-container { letter-spacing: 0.1px; text-shadow: 0 0 0; }

#yrecipe-container .heading-one, #yrecipe-container .h-1 { font-size: 1.8em; line-height: 1.25; }
#yrecipe-container .heading-two, #yrecipe-container .h-2 { font-size: 1.6em; }
#yrecipe-container .heading-three, #yrecipe-container .h-3 { font-size: 1.4em }
#yrecipe-container .heading-four, #yrecipe-container .h-4 { font-size: 1.2em }

#yrecipe-container .bold, #yrecipe-container .strong { font-weight: 500; }
#yrecipe-container .italic, #yrecipe-container .em { font-style: italic; }

#yrecipe-container .serif { font-family: "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif; font-style: italic; font-weight: 400; }
#yrecipe-container, #yrecipe-container .sans-serif { font-family: Raleway, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; }

.text-align-center, .t-a-c { text-align: center; }
/* END TYPOGRAPHY */

/* FORMATTING */
#yrecipe-container .padding-all, #yrecipe-container .p-a { padding: 1em; }
#yrecipe-container .padding-top, #yrecipe-container .p-t { padding-top: 1em; }
#yrecipe-container .padding-right, #yrecipe-container .p-r { padding-right: 1em; }
#yrecipe-container .padding-bottom, #yrecipe-container .p-b { padding-bottom: 1em; }
#yrecipe-container .padding-left, #yrecipe-container .p-l { padding-left: 1em; }

#yrecipe-container .float-left, #yrecipe-container .fl-l { float: left; }
#yrecipe-container .float-right, #yrecipe-container .fl-r { float: right; }

#yrecipe-container .width-50, #yrecipe-container .w-50 { width: 50%; }

#yrecipe-container .clear, #yrecipe-container .yclear { clear: both; }

#yrecipe-container .texthide { text-indent: -9999px; }
#yrecipe-container .hide-card { display: none; } /* used to hide things in the recipe card (web) view */

#yrecipe-container .border-bottom, #yrecipe-container .b-b { border-bottom: 1px solid #000; }
#yrecipe-container .border-top, #yrecipe-container .b-t { border-top: 1px solid #000; }
/* END FORMATTING */

/* SPECIFIC ELEMENT STYLES */
#yrecipe-container { padding: 10px; }
#yrecipe-container #yrecipe-title { padding-bottom: 0.5em; }
#yrecipe-container .yrecipe-print-link {
  padding-left: 0.5em;
  margin-top: 8px;
}
#yrecipe-container .y-recipe-link {
  margin-top: 8px;
}
#yrecipe-container .yrecipe-print-link .butn-link {
    background: url("../images/print-icon.png") no-repeat scroll 0 1px transparent;
    cursor: pointer;
    padding: 0 0 0 20px;
    display: block;
    height: 20px;
    font-size: 0.867em;
}
#yrecipe-container .yrecipe-print-link .butn-link:hover {
  background-position: 0 -24px;
}

#yrecipe-container .meta, #yrecipe-container .ymeta {
  font-size: 0.867em;
  font-weight: 500;
  text-shadow: none;
}
#yrecipe-container .meta span, #yrecipe-container .ymeta span { font-weight: 300; }

#yrecipe-rating .rating {
  background: url('../images/star-rating.gif') no-repeat scroll 0 0;
  display: inline-block;
  height: 14px;
  text-indent: -9999px;
  width: 80px;
}
#yrecipe-container #yrecipe-rating .rating-5 { background-position: 0 0; }
#yrecipe-container #yrecipe-rating .rating-45 { background-position: 0 -14px; }
#yrecipe-container #yrecipe-rating .rating-4 { background-position: 0 -28px; }
#yrecipe-container #yrecipe-rating .rating-35 { background-position: 0 -42px; }
#yrecipe-container #yrecipe-rating .rating-3 { background-position: 0 -56px; }
#yrecipe-container #yrecipe-rating .rating-25 { background-position: 0 -70px; }
#yrecipe-container #yrecipe-rating .rating-2 { background-position: 0 -84px; }
#yrecipe-container #yrecipe-rating .rating-15 { background-position: 0 -98px; }
#yrecipe-container #yrecipe-rating .rating-1 { background-position: 0 -112px; }
#yrecipe-container #yrecipe-rating .rating-05 { background-position: 0 -126px; }
#yrecipe-container #yrecipe-rating .rating-0 { background-position: 0 -140px; }

#yrecipe-container #yrecipe-ingredients-list, #yrecipe-container #yrecipe-instructions-list { line-height: 1.5em; }

#yrecipe-container #yrecipe-ingredients-list .ingredient-label,
#yrecipe-container #yrecipe-instructions-list .instruction-label {
  margin: 5px -10px;
  font-weight: 500;
}

#yrecipe-container #yrecipe-instructions-list { margin: 0 0.5em; }

#yrecipe-container #yrecipe-notes-list {
  margin: 0 10px;
  padding: 0 10px;
}

#yrecipe-container .img-desc-wrap {
  padding-top: 10px;
}

#yrecipe-container .img-desc-wrap img.photo { width:545px; }
#yrecipe-container .img-desc-wrap #yrecipe-summary { padding:0 10px 10px; }
#yrecipe-container #yrecipe-summary .summary { margin: 10px 0; }

#yrecipe-container .y-linkback { font-size: 0.875em; color: #aaa; margin-top: 2em; text-shadow: none; }
#yrecipe-container #y-printed-permalink { display:none; font-size: 0.75em; text-shadow: none; }
#yrecipe-container #y-printed-copyright-statement { display:none; font-size: 0.875em; text-shadow: none; }

.yrecipe-container-border #yrecipe-beacon { display:none; }

/* END SPECIFIC ELEMENT STYLES */

.y-rmvd {
  height: 27px;
  width: 105px;
  visibility: hidden;
  pointer-events: none;
  cursor: default;
}
</pre></body></html>