body {
  font-family: Arial, sans-serif;
  color: black;
  background: white;
}

div.headline {
  margin-left: 5%;
  margin-right: 5%;
  font-style: italic;
}

pre {
  font-family: monospace;
}

img, a img {
  color: white;
  border-style: none;
}

h1.title {
  text-align: center;
}

h2.subtitle {
  font-style: italic;
  text-align: center;
}

h1 img, h2 img {
  vertical-align: middle;
}

p.toolbar {
  text-align: center;
}

div.deliverable {
  margin-left: 2em;
  margin-right: 2em;
}

.note {
  margin-left: 10%;
  margin-right: 10%;
  color: green;
}

.comment {
  margin-left: 5%;
}

.action {
  font-weight: bolder;
  color: red;
}

p.icons {
  vertical-align: bottom;
}

p.policyfooter {
  font-size: smaller;
}

.attention {
  color: red;
  font-weight: bolder;
}

.speaker {
  color: green;
}

.warning {
  color: red;
}

.separator {
  display: none;
}
