.leaflet-container {
    font-family: 'Raleway', sans-serif;
}

.leaflet-popup-content{
    margin: 0 !important;
    min-width: 240px;
}

.leaflet-popup-content-wrapper{
    border-radius: 0 !important;
}

.poi-main-image, .poi-content{
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.poi-content{
    width : 100%;
    padding: 10px;
}

.poi-name{
    text-align: center;
    font-size: 16px;
    padding: 0 10px;
}

.leaflet-container a.leaflet-popup-close-button{
    padding: 5px !important;
    color: #ccc;
    z-index: 2;
}

.info-window .vm-img {
    width: 100%;
}

.poi-actions-new {
    margin-top: 10px;
}

.poi-actions-new a {
    padding: 7px;
    background: #0076bc;
    width: 100% !important;
    display: block;
    color: #FFF;
    text-align: center;
}

.poi-actions-new a:hover {
    text-decoration: none;
}