.stadia-popup .leaflet-popup-content-wrapper {
    background: #404040;
    display: block;
    position: relative;
    width: 100% !important;
    max-width: none !important;
    text-align: center;
    color: #ffffff;
    border-radius: 0px;
}
.stadia-popup .leaflet-popup-content-wrapper .leaflet-popup-content a {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    padding-right: 35px;
    /*border: solid 1px blue;*/
}
.stadia-popup .leaflet-popup-content-wrapper .leaflet-popup-content a:after {
    display: block;
    content:"";
	position:absolute;
	top: 50%;
	right: 0;
	margin-top:-15px;
	width:30px;
	height:30px;
	background: url('/resources/images/interface/sprite-rwd.svg') -420px -290px no-repeat;
	/*border: solid 1px hotpink;*/
}
@media screen and (min-width: 1024px) {
    .stadia-popup .leaflet-popup-content-wrapper .leaflet-popup-content a {
        padding-right: 0px;
    }
    .stadia-popup .leaflet-popup-content-wrapper .leaflet-popup-content a:after {
        display: none;
    }
}
.stadia-popup .leaflet-popup-tip-container {
    width:30px;
    height:15px;
    background: transparent;
}
.stadia-popup .leaflet-popup-tip {
    border: none;
    box-shadow: none;
    background: #404040;
}
.stadia-popup .leaflet-popup-close-button {
    display: none; 
}