html {
  height:100%;
}

html,
html * {
  font-family: serif;
}

h1,
h2 {
  margin-top: 0;
}

h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
h2 {
  font-size: 1.5rem;
}
ol, ul {
  margin: 1rem 0 1rem 0;
}
ol>li,ul>li {
  margin-left: 2rem;
}
ol.spaced>li, ul.spaced>li {
  margin-bottom: 0.5rem;
}
p {
  margin: 1rem 0 1rem 0;
}
p.last {
  margin-bottom: 0;
}
p.important {
  border: 1px solid darkgray;
  padding: 0.5rem;
  background-color: white;
}
.noMargin {
  margin: 0;
}
em {
  font-style: italic;
}

hr {
  border: 0;
  background-color: #404040;
  height: 1px;
}

img {
  vertical-align: bottom;
}

table.slides tr td {
  padding-right: 1rem;
}

table.slides img {
  width: 30rem;
  margin: 1rem;
  margin-left: 0;
  border: 1px solid black;
}

.floatRight {
  float: right;
}
