.doofbubble {
    position: absolute;
    display: none;
    width: 150px;
    height: auto;
    padding: 10px;
    background: #eaeaea;
    border: #000000 solid 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 10px 0px #616161;
    -moz-box-shadow: 2px 2px 10px 0px #616161;
    box-shadow: 2px 2px 10px 0px #616161;
    z-index: 100;
}

.doofbubble:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 75px;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #eaeaea transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.doofmap {
    position: relative;
    height: 400px;
    width: 500px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
