/*
 * SVGLayout.css
 *
 * These are styles for the following documents:
 *   - SVG Layout: Use Cases and requirements
 *   - ...
 */

body {
  line-height: 1.3;
}

/* --- Table of contents --- */

.toc ul li {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}
.toc ul {
  margin-bottom: 0.5em;
}

/* --- Definitions --- */

dfn {
  font-weight: bold;
  font-style: italic;
}
dfn var {
  font-style: normal;
}

/* --- Lists --- */

li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
ul > li {
  list-style-type: disc;
}

/* --- Section normativity statements --- */

.norm {
  font-style: italic;
}

/* --- RFC 2119 keywords --- */

.rfc2119 {
  text-transform: lowercase;
  font-variant: small-caps;
}

/* --- Callout background colours --- */

.ednote {
  background: #d9e8ff;
}

/* --- Quotes --- */

blockquote {
  padding: 1px 1em;
  margin-left: 2em;
  margin-right: 2em;
}

/* --- Editorial notes --- */

.ednote {
  border-top: 3px solid red;
  border-bottom: 3px solid red;
  margin: 1em 2em;
  padding: 0 1em 0 1em;
  background: #f8eeee;
}
.ednoteHeader {
  font-weight: bold;
  display: block;
  padding-top: 0.5em;
}
