html, body, #map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px
}
.controls {
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#search-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}
#search-input:focus {
    border-color: #bdd63d;
}
#button {
    background: #bdd63d;
    color: #fff;
    cursor: pointer;
}
#button[disabled] {
    background: #999;
    color: #bbb;
    cursor: default;
    opacity: .9;
}
#type-selector {
    color: #fff;
    background-color: #bdd63d;
    padding: 5px 11px 0px 11px;
}
#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}
#target {
    width: 345px;
}
#hint {
    background: rgba(255,255,255,.8);
    font-size: 12px;
    color: #333;
    padding: 10px;
    margin-bottom: 24px;
    max-width: 280px;
}
#hint a {
    color: #bdd63d;
}
.hide {
    display: none;
}