/* line 1, /srv/app/assets/stylesheets/partials/fonts.scss */
body {
  font-family: serif;
  *font-size: small;
  *font: x-small;
}

/* line 7, /srv/app/assets/stylesheets/partials/fonts.scss */
select, input, button, textarea {
  font: 99% helvetica, arial, clean, sans-serif;
}

/* line 11, /srv/app/assets/stylesheets/partials/fonts.scss */
table {
  font-size: inherit;
  font: 100%;
}

/* line 16, /srv/app/assets/stylesheets/partials/fonts.scss */
pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* line 22, /srv/app/assets/stylesheets/partials/fonts.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: helvetica, arial, clean, sans-serif;
}

/* line 1, /srv/app/assets/stylesheets/partials/functions.scss */
img {
  max-width: 100%;
}

/* line 6, /srv/app/assets/stylesheets/partials/functions.scss */
dl.inline-list dt, dl.inline-list dd {
  display: inline;
}
/* line 10, /srv/app/assets/stylesheets/partials/functions.scss */
dl.inline-list dt:after {
  content: ":";
}
/* line 14, /srv/app/assets/stylesheets/partials/functions.scss */
dl.inline-list dd:after {
  content: ", ";
}
/* line 18, /srv/app/assets/stylesheets/partials/functions.scss */
dl.inline-list dd:last-child:after {
  content: "";
}

/* line 23, /srv/app/assets/stylesheets/partials/functions.scss */
figure {
  margin: 0;
}

/* line 28, /srv/app/assets/stylesheets/partials/functions.scss */
dl.vertical-list dd {
  padding-left: 10px;
}

/* line 34, /srv/app/assets/stylesheets/partials/functions.scss */
ul.inline-list li {
  display: inline;
}
/* line 38, /srv/app/assets/stylesheets/partials/functions.scss */
ul.inline-list li:after {
  content: ", ";
}
/* line 42, /srv/app/assets/stylesheets/partials/functions.scss */
ul.inline-list li:last-child:after {
  content: "";
}

/* line 48, /srv/app/assets/stylesheets/partials/functions.scss */
#recipes .media {
  margin: 0 10px 10px 10px;
}
/* line 51, /srv/app/assets/stylesheets/partials/functions.scss */
#recipes .media .img {
  width: 120px;
  height: 120px;
  margin: 0 10px 10px 0;
}

/* line 8, /srv/app/assets/stylesheets/print.scss */
#headernav, .actions {
  display: none;
}
