body {
    background-color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.pagetitle{
    font-size: 25pt;
    color:rgb(204, 75, 0);
    margin-bottom: 25px;
    text-align: center;
}
.maplante {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: all .2s ease-in-out;
    margin-bottom: 2px;
    min-height: 1px;
    padding: 5px 10px 5px 10px;
}

.plantetitle {
    color:#444;
    font-size: 13pt;
}

.imageplante {
    padding: 3px;
    line-height: 1.846;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    display: inline-block;
}

.imageplanteproposed {
    padding: 3px;
    line-height: 1.846;
    background-color: rgb(255, 221, 221);
    border: 1px solid #f06;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    display: inline-block;
}

#mapid { 
    height: 300px; 
    width: 100%;
}
