select {
    appearance: revert !important;
}

h1 {
    font-weight: bold;
    font-size: 4rem;
    margin-bottom: .5em !important;
}

input[type="text"].form-control {
    width: 100% !important;
}

form#dir_search {
    box-shadow: 2px 3px 5px 3px #eee;
    padding: 30px 20px;
}

#directory {
    max-height: 1000px;
    overflow: auto;
    border: 2px solid #eee;
}

#map-canvas {
    border: 2px solid #999;
    height: 300px;
    width: 100%;
}

#mapContainer p {
    background-color: #eee;
    padding: 20px 40px;
}

.user-container.row {
    padding: 40px;
}

.user-container.row:nth-of-type(even) {
    background-color: #eee;
}

.pac-icon {
    display: none;
}

.pac-logo:after {
    display: none;
}

.pac-container {
    border-top: none;
    font-family: inherit;
    padding: 0 5px;
}