#home__map{
    width:100%;
    height:50vh;
}
#home__map__wrapper{
    margin-bottom:2em;
    height:52vh;
    transition: height 1s;
    overflow:hidden;
}
#home__map__wrapper.hiding{
    height:0px !important;
}
#home__seats__input__wrapper label{
    font-size:0.8em;
    cursor: pointer;
    white-space: nowrap;
}
.push-left{margin-left:-1.3em !important;}

#home__arrival__time{
    font-weight:bold;
    color:#ec8f6a;
}

.noUi-handle{
    background-color:#ec8f6a;
    box-shadow: none;
}

#home__giving,#home__need{
    padding-right:0.2em;
    padding-left:0.2em;
}
.infowindow .row{
    margin-bottom:0px;
}
.infowindow .btn{
    font-size:1em;
}
#home__driver__scan{
    min-height:256px;
}
#home__driver__scan canvas,#home__driver__scan img{
    margin:auto;
}
#scan__area video{
    width:auto;
    height:auto;
    max-width:200px;
    min-height:150px;
    margin:auto;
}
#scan__area video.with-border{
    border:1px black solid;
}
#home__setup__wrapper button{
    min-height:4em;
    text-align:center;
}
#scan__confirm__points{
    font-size:4em;
}
#scan__confirm__header{
    margin-top:1em;
}
#scan__confirm__accept,#scan__confirm__deny{
    height:auto;
    padding:1em;
}