input[type="text"] {
  width: 50%;
}
input[type="number"] {
  width: 10%;
}
textarea {
  resize: none;
  width: 90%;
  margin: auto;
}
.body {
  width: 95%;
  margin: auto;
  font-size: 110%;
  text-align: center;
}
.hours {
  height: 10px;
  width: 5px;
  margin: auto;
}
.note {
  color: red;
  font-weight: bold;
  text-align: justify;
  line-height: 150%;
}
select {
  letter-spacing: 1px;
  font-size: 110%;
}
input {
  font-size: 110%;
}
div[id*="day"] {
  font-size: 110%;
}
div.day {
	text-decoration: underline;
	font-weight: bold;
	font-size: 115%;
}
