body {
  font-family: monospace, sans-serif, system-ui;
  font-size: 15px;
  font-style: normal;
  display: block;
}

h1 {
  margin-top: 0;
}

form {
  margin: 0 auto;
  width: 360px;
  padding: 1em;
  border: 1px solid #cccccc;
  border-radius: 1em;
}

input,
textarea {
  font: 1em monospace, sans-serif, system-ui;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #999999;
}

select {
  font-family: monospace, sans-serif, system-ui;
}

option {
  font-family: monospace, sans-serif, system-ui;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  border: none;
}

input:focus,
textarea:focus {
  border-color: black;
}

textarea {
  vertical-align: top;
  height: 5em;
  resize: vertical;
}

fieldset {
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #999999;
}

button {
  background-color: white;
  border: 2px solid black;
  color: black;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 1px;
  transition-duration: 0.4s;
  cursor: pointer;
  font-family: monospace, sans-serif, system-ui;
}

button:hover {
  background-color: #999999;
  color: white;
}

label {
  display: inline-block;
}

p label {
  width: 100%;
}

select {
  width: 200px;
  height: 25px;
  font-size: 0.9em;
  margin-top: 0.1em;
}

.submitButton {
  padding-top: 40px;
}

.menu {
  margin-bottom: 40px;
}

.menu .currentPage {
  color: black;
  font-weight: 900;
}

.menu a {
  text-decoration: none;
  color: rgb(116, 116, 116);
}

.menu ul {
  display: flex;
}

.menu li {
  list-style-type: none;
  margin-right: 50px;
}

.companyName {
  font-family: "Trebuchet MS", sans-serif, system-ui;
  font-size: 28px;
  margin: 30px 30px 25px 30px;
}

.form {
  display: flex;
  margin-top: auto;
  margin-bottom: 60px;
}

#maintenance-1,
#maintenance-2 {
  margin: 0.4rem;
}

input[type="radio"] {
  vertical-align: middle;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
}

.wipBox {
  text-align: center;
}

.wipBox h2 {
  margin-top: -30px;
  color: grey;
  font-size: x-large;
}

.tankListBox {
  display: flex;
  padding-right: 50px;
}

.tankList {
  color: grey;
  margin: 0 auto;
}
