body {
    font-family: 'Open Sans', sans-serif;
    background-color: whitesmoke;
    font-size: 16px;
    line-height: 1;
  }
  textarea {
    background: transparent;
    border: none;
    resize: none;
    color: #000000;
    border-left: 1px solid black;
    padding: 10px;
  }
  .container {
    max-width: 1000px;
    margin-bottom: 20px;
  }
  .jumbotron {   
    text-align: center;
    background-color: transparent;
    color: black;
    border-radius: 0;
    border-bottom: 10px solid black;
    padding-bottom: 30px;
  }
  .description {
    white-space: pre-wrap;
  }
  .time-block {
    text-align: left;
  }
  .row {
    white-space: pre-wrap;
    height: 80px;
    border-top: 1px solid white;
  }
  .hour {
    background-color: #ffffff;
    color: #000000;
    border-top: 1px dashed #000000;
    padding-top: 15px;
    text-align: right;
    font-size: 20x;
  }
  .past {
    background-color: #d3d3d3;
    color: white;
    border-radius: 15px;
  }
  .present {
    background-color: #ff6961;
    color: white;
    border-radius: 15px;
  }
  .future {
    background-color: #77dd77;
    color: white;
    border-radius: 15px;
  }
  .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 0.3s ease-in-out;
  }
  .clearBtn {
    margin-top: 30px;
    padding: 10px;
    align-items: left;
    text-align: center;
    background-color: gray;
  }
  .clearBtn i:hover {
    font-size:20px;
    transition: all 0.3s ease-in-out;
  }