body {
  font-family: helvetica, arial, sans-serif;
  font-size: 100.01%;
  color: black;
  margin: 0;

  padding: 1em;

  border: none;

  -webkit-touch-callout: none;

  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

  user-select: none;
}
.row {
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
#results {
  width: 90%;
  white-space: pre-wrap;
}
.result {
  font-weight: bold;
  margin-right: 1em;
}
