#map-canvas {
    /*width: 640px;*/
    height: 480px;
    /*width: 100%;
    height: 100%;*/
}
#map-marker {
    width: 20px;
    height: 27px;
    /*border: 1px solid #088;
    border-radius: 10px;
    background-color: #0FF;*/
    opacity: 0.7;
    background-image: url('map-pin.png');
    background-size: cover;
    /*display: none;*/
}
.popover-content {
    min-width: 180px;
}
.popover {
    max-width: none;
}
.popover-body {
    width: 300px;
}