
.metime-locations{
    width: 100%;
}

.metime-locations .map{
    margin: auto;
    position: relative;
    width: 900px;
    max-width: 100%;
}

.metime-locations .map img{
    width: 100%;
}

.metime-locations .marker{
    position: absolute;
    width: 48px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/plugins/metime-locations/img/place-icon.png);
}

.metime-locations .marker.blue{
    background-image: url(/wp-content/plugins/metime-locations/img/place-icon-main.png);
}

.metime-locations .marker .locationlink{
    display: block;
    width: 100%;
    height: 100%; 
}

.metime-locations .details{
    width: 425px;
    position: absolute;
    top: 46px;
    left: 20px;
    display: none;
}

.metime-locations .marker:hover .details{
    display: block;
    z-index: 10;
}

.metime-locations .details img{
    box-shadow: 1px 1px 12px #aaa;
}