.google-maps-infowindow {
    background-color: #c73f29;
    color: #fff;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100% !important;
    padding: 3px 5px 5px;
    text-align: center;
    position: relative;
}

.google-maps-infowindow:after {
    content: '\f0d7';
    font-family: 'FontAwesome', serif;
    font-size: 36px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -12px;
    color: #c73f29
}

.google-maps-infowindow p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 10px 5px;
    white-space: nowrap;

}