/**
 * 2D Layouts.
 */

div.centeredTitle {
  position: absolute;
  left: 9%;
  top: 40%;
  width: 82%;
  height: 16%;
  text-align: center;
}

div.subtitle {
  position: absolute;
  left: 18%;
  top: 60%;
  width: 64%;
  height: 12%;
  text-align: center;
}

div.title {
  position: absolute;
  left: 3%;
  top: 4%;
  width: 94%;
  height: 12%;
}

div.title ul,
div.title ol,
div.centeredTitle ul,
div.centeredTitle ol {
  margin: 0 0 0 0.75em;
}

div.subtitle ol,
div.subtitle ul {
  margin: 0 0 0 1.0em;
}

div.body {
  position: absolute;
  left: 3%;
  top: 24%;
  width: 94%;
  height: 72%;
}

div.col1 {
  position: absolute;
  left: 3%;
  top: 24%;
  width: 44%;
  height: 72%;
}

div.col2 {
  position: absolute;
  left: 53%;
  top: 24%;
  width: 44%;
  height: 72%;
}

div.caption {
  position: absolute;
  left: 3%;
  top: 88%;
  width: 94%;
  height: 8%;
  text-align: center;
}

