.coordinates-picker.searchbox {
    width: 300px;
    height: 32px;
    margin: 10px;
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    border: 1px solid transparent;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    display: none;
}

.coordinates-picker.searchbox:focus {
    border-color: #4d90fe;
}