/* .custom .leaflet-popup-tip, .custom .leaflet-popup-content-wrapper { background: #e93434; color: #ffffff; } */ .popup-title { white-space: nowrap; font-size: 12px; font-weight: 700; margin-bottom: 3px; } .popup-subtitle { white-space: nowrap; font-size: 11px; font-weight: 700; margin-bottom: 5px; margin-left: 3px; } .popup-body { font-size: 11px; } .popup-body td:first-child { font-weight: 700; color: rgb(42, 43, 44); margin-left: 3px; } table { width: 100%; } td { border-spacing: 0px 30px; padding-right: 10px; } .popup-table { font-size: 11px; /* background-color: rgba(159, 175, 189, 0.267); */ background-color: rgb(244, 245, 245); } .leaflet-tooltip { max-width: 500px; white-space: normal; } /* Grafana iFrame sizing */ .h_iframe iframe { width: 100%; height: 100%; } .h_iframe { height: 250px; width: 100%; }