table td {
  position: relative;
}

table td input {
  position: absolute;
  display: block;
  top: 0;
  left: 90px;
  margin: 0;
  height: 100%;
  width: 100%;
  border: none;
  padding: 10px;
  color: #57662d;
  box-sizing: border-box;
}

#title_text {
  font-size: 1.5em;
  font-weight: 200;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #57662d;
  display: block;
}

.title {
  font-size: 1.5em;
  font-weight: 200;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #57662d;
  display: block;
}

body {
  position: relative;
  min-height: 100vh;
  padding-bottom: 7.5rem;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: black;
}

