h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}
h1 {
  text-align: center;
  font-size: 30px;
  margin-top: 0px;
  color: #7cc300;
  text-transform: uppercase;
  letter-spacing: 5px;
}
h2 {
  background-color: #7cc300;
  padding: 5px;
  color: #FFF;
}
.form-table {
  border-color: #ccc;
  width: 100%;
  border-left: 0;
}
.td-title {
  background: #eee;
  border-bottom: 1px solid #dad7d7;
  text-transform: uppercase;
  width: 30%;
  padding: 10px;
  font-weight: 900;
}
.td-title-last {
  background: #eee;
  text-transform: uppercase;
  width: 30%;
  padding: 10px;
}
.td-ans {
  background: #FFF;
  width: 70%;
  padding: 15px;
  border-bottom: 1px solid #dad7d7;
}
.td-ans-last {
  background: #FFF;
  width: 70%;
  padding: 15px;
}
.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
}
.button1 {
  background-color: white;
  color: black;
  border: 2px solid #4CAF50;
}
.button1:hover {
  background-color: #4CAF50;
  color: white;
}
.button2 {
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
}
.button2:hover {
  background-color: #008CBA;
  color: white;
}
.button3 {
  background-color: white;
  color: black;
  border: 2px solid #f44336;
}
.button3:hover {
  background-color: #f44336;
  color: white;
}
.button4 {
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
}
.button4:hover {
  background-color: #e7e7e7;
}
.button5 {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}
.button5:hover {
  background-color: #555555;
  color: white;
}
