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

.jumbotron {
  text-align: center;
  background-color: rgb(238, 182, 98);
  color: black;
  border-radius: 0;
  border-bottom: 10px solid black;
}

.description {
  white-space: pre-wrap;
  
  margin:0px;
  height:100%;
}

.time-block {
  text-align: center;
  border-left: 1px solid white;
  font-weight: bold;
  width:15%;
  
}

.row {
  
  height: 80px;
  border: 2px solid white;
  
}

.hour {
  background-color: #ffffff;
  color: #000000;
  border-top: 1px dashed #000000;
  width:10%;
  
  
  
}

.middleColumn{
  background-color: rgb(175, 174, 174);
}
textarea{
  background:transparent;
  width:100%;
  margin:0px;
  padding: 5px;
  border:0px;
  font-size:12px;
  height:50px;
  
}

.past {
  background-color: #d3d3d3;
  color: white;
}

.present {
  background-color: #ff6961;
  color: white;
}

.future {
  background-color: #77dd77;
  color: white;
}

.saveBtn {
  /* border-left: 1px solid black; */
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #06aed5;
  width:0%
  
}

.saveBtn i:hover {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

