body {
    padding-top: 15px !important;
    /*so that phone users can scroll down far enough to click submit and stuff, otherwise its awkward to move your thumb that low*/
    margin-bottom: 30px !important;
    background-color: #ddd;
    overflow-x: hidden;
}

.main-container {
    margin: 0 10px;
}

.btn-xl {
    padding: 30px 28px;
    font-size: 22px;
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.dewitt-logo-img {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}

.btn-entry-submit {
    font-size: 18px;
    padding: 30px;
    line-height: 0;
}

.time-entry-container{
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid gray;

}

.time-entry{
    min-width: 100%;
    padding: 10px;
    margin-bottom: 5px;
}

.time-entry > div{
    padding-left: 35px;
}
