.input-step-custom {
    border: 1px solid var(--vz-input-border);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: visible;
    height: 37.5px;
    border-radius: 0.25rem;
    background: var(--vz-input-bg);
    padding: 4px;
}
.input-step-custom button {
    width: 1.4em;
    font-weight: 300;
    height: 100%;
    line-height: .1em;
    font-size: 1.4em;
    padding: 0.2em!important;
    background: var(--vz-light);
    color: var(--vz-body-color);
    border: none;
    border-radius: 0.25rem;
}
.input-step-custom input {
    width: 4em;
    height: 100%;
    text-align: center;
    border: 0;
    background: 0 0;
    color: var(--vz-body-color);
    border-radius: 0.25rem;
}

#map {
	 height: 500px;
	 width: 100%; 
}	