body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1;
}
  
textarea{
    background: transparent;
    border: none;
    resize: none;
    color: #000000;
    width: 100%;
    height: 100%;
}
  
.jumbotron {
    text-align: center;
    background-color: transparent;
    color: black;
    border-radius: 0;
    border-bottom: 10px solid black;
}
  
.col-md-10 .col-md-1 {
    padding-left: 0px !important;
    height: 100%;
}

.description{
    vertical-align: top;
    background: transparent;
    border: none;
    color: #000000;
    padding: 10px;
    white-space: pre-wrap;
    font-size: 24px;
    height: 100%;
    width: 100%;
    resize: none;
    box-sizing: border-box;
    position: relative;
    left: 0px;
    top: -33px;
    outline: none;
}
  
.time-block{
    text-align: center;
    height: 80px;
}
  
.row {
    white-space: pre-wrap;
    height: 80px;
    border-top: 1px solid white;
}
  
.hour {
    background-color: #ffffff;
    color: #000000;
    border-top: 1px dashed #000000;
    height: 80px;
}
  
.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;
    color: white;
}
  
.saveBtn i:hover {
    font-size: 20px;
    transition: all .3s ease-in-out;
}

.clearBtn {
    border: 1px solid black;
    border-radius: 15px;
    background-color: #06AED5;
    color: white;
}