/*
#		Custom css
*/

.mapdetail {
    height: 260px;
}

.map-info{
    background-color: #ebebeb;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    padding: 0 4rem;
    text-align: center;
}

.map-info button{
    margin-top: 1rem;
    background-color: #ccc;
}

.map-info .map-ds-link{
    margin-top: 0.5rem;
    font-size: 80%;
    display: inline-block;
}

.map_border img{
    border: none!important;
    padding: 0!important;
    width: auto;
}

.leaflet-popup-content {
    text-align: center;
}

@media screen and (min-width: 768px){

    .mapdetail{
        height: 300px;
    }
    
}


@media screen and (min-width: 992px){

    .mapdetail{
        height: 400px;
    }
    
} 