.google-maps
{
    height: 400px;
}

.google-maps img
{
    max-width: none;
}


/* Google Directions */
/* ***************** */
div.component.google-directions h3
{
    text-align: center;
}

/* Google Place Results */
/* ******************** */
div.component.google-results h3
{
    text-align: center;
}

span.place-icon
{
    display: block;
    float: left;
    height: 35px;
    width: 35px;
    margin: 2px 12px 2px 0;
}

span.place-icon img
{
    padding: 2px;
}

div.google-map-place.single-result
{
    display: block;
    clear: left;
    width: 100%;
    margin: 5px 0;
}

div.google-map-place.single-result:hover
{
    background: #EAEAEA;
}

div.google-map-place.single-result h4
{
    padding-top: 2px;
}

span.place-information,
span.place-phone-number
{
    display: block;
}
