.leaflet-popup-content img.img-responsive
{
    max-width: 100% !important;
}

#progress
{
    display:none;
    width:100%;
    position: absolute;
    top:60%;
    left:0;
    z-index: 999;
}

.img_round{
    border-radius: 55px;
    border: 3px solid #f2d822/*#044168*/;
}

.img_round2{
    border-radius: 15px;
/*    border: 3px solid #e9990f;*/
    border: 2px solid #3c98ce;
}

body .leaflet-popup-content {
    margin: 15px 35px 15px 15px;
}

body .popupWidth {
    width: 460px;
    display: flex;
}

body .popup-left {
    max-height: 61vh;
    padding-right: 10px !important;
    width: 60%;
    float: left;
}

body .popup-right {
    width: 36%;
    float: right;
}

.blueArial {
    font-family: Arial;
    font-size: 16px;
    top: -3px;
    position: relative;
    color: #1188ff;
}

body .f16 {
    padding-top: 4px;
    padding-bottom: 7px;
    font-size: 16px;
}

.grayItalic {
    line-height: 1.1;
    margin-bottom: -2px;
    font-family: 'Times New Roman';
    font-style: italic;
    font-size: 19px;
    color: #a2a2a2;
}

body .img-responsive {
    max-height: 60vh;
    margin: 0 auto;
}

.black-link {
    color: black !important;
}

a:active, a:link{
/*    text-decoration: none;*/
}

a:hover{
    text-decoration: underline;
}