#map {
    min-height: 400px;
    background-color: #406d63;
    display:none;
}

.gmap-optin h3,
.gmap-optin p,
.gmap-optin a{
    color: #fff;
}

.gmap-optin h3 {
    padding-top: 50px;
}

.gmap-optin button {
    margin-top: 15px;
    margin-bottom: 15px;
}

.gmap-optin .gmap-optin-pp-link {
    font-weight: bold;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3)
}

#destination-input, #origin-input {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-left: 15px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px
}

#destination-input:focus, #origin-input:focus {
    border-color: #4d90fe
}

#mode-selector {
    color: #fff;
    background-color: #4d90fe;
    margin-left: 12px;
    padding: 5px 11px 0px 11px;
}

#mode-selector label {
    font-size: 13px;
    font-weight: 300;
}