body {
  font-family: sans-serif;
}

table {
  border-collapse: collapse;
}

th, td {
  border-style: solid;
  border-color: black;
  border-width: 1px;
  text-align: center;
}

input.layoutLength {
  /*Good for parameters with 1dp up to value of 99; 1ch = width of character 0*/
  width: 7ch;
}

input.kites {
  width: 4ch;
}

input.heading, input.mapScale {
  width: 8ch;
}

input.contourInterval {
  width: 6ch;
}

.right {
  text-align: right;
}

details {
  background-color: #F5D2B8;
}

summary, .setAll {
  background-color: #F56600;
}

ol ol {
  list-style-type: lower-roman;
}
