@import url(styles/docutils.css);
@import url(styles/recipe.css);

body {
	margin: 0px;
}

/* override docutils table padding */
table {
  margin-top: 0px ;
  margin-bottom: 0px;
}

/* override docutils table header and cell padding */
td, th {
  padding-left: 2px ;
  padding-right: 4px ;
  vertical-align: top;
}

/* add a border to literal block (docutils) */
pre.literal-block, pre.doctest-block {
	border-style: solid;
	border-width: 1px;
}

/* override the docutils alignment */
h1.title {
    text-align: left }

/* override the docutils alignment */
h2.subtitle {
    text-align: left }

div.footer, div.header {
    text-align: center }
