#lInput, #address, #submit{
    text-overflow: ellipsis;
    width:100%;
    height:40px;
    font-size:14px;
    margin:0 0 10px 0;
}
#drive{
    vertical-align: middle;
}
.bumper{
    margin:0 20px 0 0;
}
.custom-border-left{
    border-bottom-left-radius:.25rem !important;
    border-top-left-radius:.25rem !important;
    border-bottom-right-radius:0 !important;
    border-top-right-radius:0 !important;
    box-shadow:none !important;
}
.custom-border-right{
    border-bottom-left-radius:0 !important;
    border-top-left-radius:0 !important;
    border-bottom-right-radius:.25rem !important;
    border-top-right-radius:.25rem !important;
}
.custom-btn-color{
    background-color:rgb(230, 230, 230);
    border:2px solid rgb(225, 225, 225);
}

.custom-btn-color:hover{
    background-color:rgb(200, 200, 200);
    border:2px solid rgb(195, 195, 195);
}