.savingsHighlight {
  background-color: #74c877;
  color: #1c1e1f;
}

.ResultsDisplay{
  width: 75%;
}

.ResultsDisplay, .ResultsDisplay td {
  border: 1px solid #009900;
}

#Savings > td {
  font-weight: bold;
}

#Savings > td:nth-child(1) {
  text-align: right;
}

form {
  display: flex;
  flex-direction: column;
}

input {
  width: 100px;
}
