@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  background-color: #999999;
  margin: 0;
}

.pagewrapper {
  display: inline-block;
  text-align: center;
  max-width: 60em;
  box-sizing: border-box;
}

.section {
  background: #ffffff;
  margin: .5em;
  padding: .5em;
  vertical-align: top;
  text-align: left;
  display: inline-block;
  width: calc(100% - 1em);
  box-sizing: border-box;
}

.narrow {
  max-width: 27em;
}

.heading {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}

.indented {
  padding: 0 0 0 3em;
  right: 0;
}

.bullet {
  position: relative;
  top: 1.4em;
  left: .5em;
  display: inline;
}
