.green {
    background: rgba(152, 202, 166, .8);
}

.tile_header > figcaption > div {
    display: inline-block !important;
    height: 100%;
    margin-top: 20px;
}

.tile_content_container {
    color: white;
    height: calc(100% - 138px);
    width: 100%;
    overflow: hidden;
    padding: 5px;
}
.angular-google-map-container { height: 400px; }

svg {
    width: 4em;
    height: 4em;
    margin: 40px;
}

svg:hover path {
    cursor: pointer;
    fill: rgba(0,0,0,.7);
}