.leaflet-popup-close-button{width: 30px; background-color: lightcoral; content: '';
    height: 10px; top: 1px; right: 1px; line-height: 0; color: white; padding-left: 2px;}

.leaflet-popup-content-wrapper{border-radius:0px}
.leaflet-popup-content {margin:0px}
.user_popup_leaflet .user_title{    padding: 15px;
    background: royalblue;
    color: white;
    padding-bottom: 10px;
    /* box-shadow: 0px 0px 17px red; */
    border-bottom: 1px solid darkgreen;font-weight:bolder}
.user_popup_leaflet .user_content{padding: 10px;    border-bottom: 1px solid darkgray;}
.user_popup_leaflet .user_footer{text-align:right;padding:10px}
.user_popup_leaflet .user_footer btn{border-radius:0px;padding:2px;padding-left:5px;padding-right:5px;background:#0078A8;color:white;}
.user_popup_leaflet .user_footer btn:hover{background:grey}