/*

This file can be used to change the styling of HTML recipes generated
by the RecipeBook XSL Transform.  Many elements are denoted by a div
or span of a particular class and can be styled using .class { STYLE }
notation.  See the HTML source for details of how classes are used.

*/

body {
  font-family: sans-serif;
  margin: 24pt;
}

div {
  margin-left: 12pt;
}

