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

.row {
    margin: 0px;
    border-bottom: 1px solid gray;
    border-top: 1px solid lightgray;

}

.description {
    border-left: 1px solid gray;
}

.textarea {
    background: transparent;
    text-align: left;
    height: 100%;
    border: hidden;
}

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

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

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

.time-block {
    text-align: center;
}

.saveBtn {
    text-align: center;
    background-color: #06AED5;
    color: white;
}

/* * {
  border: 1px dotted palevioletred;
  margin: 5px;
} */