body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
}

textarea {
  background: transparent;
  border: none;
  resize: none;
  color: #000000;
  border-left: 1px solid black;
  padding: 10px;
}

h3 {
  padding-left: 15px;
}

h6 {
  padding-top: 7px;
  padding-left: 8px;
}

form {
  width: 100%;
  height: 50px;
}

.input {
  background-color: #f1f3f4;
  border-width: 0;
  color: #5f6368;
  font-size: 1em;
  height: 44px;
  line-height: 20px;
  margin: 0;
  transition-delay: 0s, 0s;
  transition-duration: 0.2s, 0.2s;
  transition-property: background-color, color;
  transition-timing-function: ease, ease;
  vertical-align: middle;
  width: 80%;
  float: left;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
  color: black;
  border-radius: 0;
  border-bottom: 10px solid black;
}

.description {
  white-space: pre-wrap;
}

.time-block {
  text-align: center;
  border-radius: 15px;
}

.row {
  white-space: pre-wrap;
  height: 50px;
  border-top: 1px solid white;
}

.hour {
  border-top: 1px dashed #000000;
  height: 45px;
  vertical-align: middle;
  width: 10%;
  float: left;
}

.past {
  background-color: red;
}

.present {
  background-color: green;
}

.future {
  background-color: yellow;
}

.saveBtn {
  border-left: 1px solid black;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 10%;
  height: 45px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
