body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1;
  background-color: white ;
}


textarea{
  background: transparent;
  border: none;
  resize: none;
  color: #000000;
  border-left: 1px solid black;
  padding: 10px;
}
.jumbotron {
  text-align: center;
  background-color: darkgray;
  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: 80px;
  border-top: 1px solid white;;
}
.hour {
  background-color: #FFFFFF;
  color: #000000;
  border-top: 1px dashed #000000;
}
.past {
  background-color: #D3D3D3;
  color: black;
}
.present {
  background-color: #FF6961;
  color: black;
}
.future {
  background-color: #77DD77;
  color: black;
}
.saveBtn {
  border-left: 1px solid black;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #06AED5;
  color: white;
}
.saveBtn i:hover {
  font-size: 20px;
  transition: all .3s ease-in-out;
}
  .time {
  background-color: rgb(161, 161, 161);
  }
 .event {
  /* background-color: rgb(35, 218, 35); */
    text-align: center;
}
  .save {
  background-color: rgb(52, 107, 209);
  }

