.vbtn-outline-success:hover {
    background: #1dbf73 !important;
}

.btn-outline-danger:hover {
    background: #dc3545 !important;
}
b, strong {
    font-weight: bold !important;
}
.mobile {
    display: none !important;
}

@media only screen and (max-width: 992px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
}

.leaflet-single-map-w {
	width:100%;
	height:400px;
}