/* NETC Conferences Map Styles */

#netc-conferences-map {
    height: 500px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Popup styles */
#netc-conferences-map .leaflet-popup-content a {
    color: #0073aa;
    text-decoration: none;
    font-size: 14px;
}

#netc-conferences-map .leaflet-popup-content a:hover {
    text-decoration: underline;
}

.netc-map-location {
    font-size: 12px;
}
