body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1;
}

textarea {
    border: black;
    color: black;
    text-align: center;
}

.lead {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: .5rem;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
    color: rgb(65, 63, 63);
    height: 150px;
    padding-top: 1rem;
    margin-bottom: 0;
    margin-top: 0;
}

.jumbotron h1 {
    font-size: 3.2rem;
}

.jumbotron p {
    font-size: 1.3rem;
}

.description {
    white-space: pre-wrap;
}

.time-block {
    border: #000000;
    text-align: left;
    vertical-align: center;
    color: #000000;
    border-radius: 15px 0px 0px 15px;
    width: 75%;
    margin: .05rem;
    padding-left: 1rem;
}

.row {
    white-space: pre-wrap;
    height: 3.8rem;
    border-top: 1px solid white;
    border-left: 1px black;
    text-align: center;
}

.hour {
    color: rgb(107, 107, 107);
    text-align: right;
    width: 100px;
    margin-top: 5px;
    padding: 20px;
    padding-right: .5rem;
}

.past {
    background-color: #e4e3e3;
    color: #333;
}

.present {
    background-color: #ffa69e;
    color: #333;
}

.future {
    background-color: #7cdfa7;
    color: #333;
}

.saveBtn {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #47b1ce;
    color: #fff;
    margin: .05rem;
}

.saveBtn i:hover {
    font-size: 20px;
    transition: all .3s ease-in-out;
    color: #aed9e0;
}

@media (min-width: 1025px) {
    .row {
        height: 4.1rem;
    }
}

@media (max-width: 768px) {
    .row {
        height: 4.1rem;
    }
    .hour {
        width: 15%;
        margin-top: .7rem;
        padding: .8rem;
        padding-right: .5rem;
        height: 60%;
    }
    .time-block {
        vertical-align: center;
        width: 70%;
        height: 100%;
        margin: .05rem;
        padding-left: 1rem;
    }
}

@media (max-width:400px) {
    body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 0;
    }
    .jumbotron {
        height: 0px;
        margin-bottom: 2.5rem;
        margin-top: 0;
    }
    .jumbotron h1 {
        font-size: 1.5rem;
    }
    .jumbotron p {
        font-size: .8rem;
        padding: 0;
    }
    .row {
        height: 2.8rem;
    }
    .saveBtn {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        background-color: #47b1ce;
        color: #fff;
    }
}