.time {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 10px;
  color: white;
  background-color: #4CAF50;
  cursor: pointer;
  border-radius: 5px;
}

.date {
  margin: 20px 0 10px 0;
  font-weight: bold;
}

.button {
  background-color: #a99e57;
  border: none;
  border-radius: 5px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin: 50px 0 50px 0;
}

.t-input-api {
    margin: 0;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

#result-message {
    margin-bottom: 50px;
    text-align: center;
}

#result-message div {
  color: #ffffff;
  font-weight: bold;
  background: #4CAF50;
  padding: 20px;
  }
