.site-alerts-alert {
    padding: 8px 10px;
    color: white;
    margin-bottom: 0px;
}
.site-alerts-alert p {margin:0}
.site-alerts-success {
    background-color: #4CAF50; /* green */
}

.site-alerts-info {
    background-color: #EEEEEE; /* GREY */
}

.site-alerts-warning {
    background-color: #E65300; /* yellow */
}

.site-alerts-danger {
    background-color: #f44336; /* red */
}

/* The close button */
.site-alerts-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.site-alerts-closebtn:hover {
    color: black;
}

.googleMapCanvas{border:0;height:400px;width:100%}.googleMapCanvas img{max-width:none!important}


