#map { height: 60vh; }
.popupleft {
    float: left;
    width: 50%;
}
.popupright {
    font-family: 'Titillium Web',sans-serif !important;
    margin-left: 52%;
    width: 50%;
}
.leaflet-popup-content{
    width: 350px !important;
    height: 200px;
}
.can_name {
    font-family: 'Titillium Web',sans-serif !important;
    margin: 0px !important;
    text-align: center;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    color: #E52B50;
    border-radius: 0px !important;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
}
.sociallink {
    float: left;
    margin: 2px;
}
.can_website {
    color: #045922 !important;
}
.can_desc  {
    color: black;
    font-family: 'Titillium Web',sans-serif !important;
}