/* Copyright 2019 Justin Robert Petrillo */

body {
  font-family: Helvetica;
  font-size: 1.5em;
}

.stdOuterDiv {
  width: 1240px;
  display: block;
  margin: auto;
}

.centred {
  text-align: center;
}

.stdTopDiv {
  width: 100%;
  // background-color: white;
  margin: auto;
}

.stdBodyDiv {
  display: flex;
  // width: 100%;
  // height: 200px;
  // background-color: red;
  // margin: auto;
}

.inlineBlockDiv {
  display: inline-block;
}

.stdLeftDiv {
  display: block;
  width: 48%;
  height: 100%;
}

.stdMiddleDiv {
  width: 2%;
  height: 100%;
  // background-color: lightgreen;
}

.stdRightDiv {
  display: flex;
  width: 48%;
  height: 100%;
  // background-color: pink;
}

.horizontalRadioDiv {
  display: grid;
  grid-template-columns: 6fr 3fr;
  grid-gap: 20px;
}

.blankLine {
  height: 30px;
}

.guidance {
  font-style: italic;
}

.splitBoxesDiv {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  justify-content: end;
}

table {
  width: 100%;
  vertical-align: text-bottom;
}
