.map_listener_block li.highlight {
    color: red;
}

.map-listener-image {
    margin-bottom: 1em;
}

h2.map-listener {
    width: 256px;
    margin-top: 0;
}

.map-listener-col-1 {
    width: 128px;
    float: left;
}

.map-listener-col-2 {
    width: 128px;
    float: right;
}

.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);
}

.pac {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    mar-gin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

.pac :focus {
    border-color: #4d90fe;
}