html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#map {
  height: 100%;
  width: 100%;
}

/* Панелька со статистикой в правом нижнем углу */
.node-stats {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 1000;
}

/* Popup */

.leaflet-popup-content {
  margin: 8px 10px;
  font-size: 13px;
}

.popup-title {
  font-weight: 700;
  margin-bottom: 2px;
}

.popup-sub {
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
}

.popup-row {
  margin-bottom: 2px;
}

.status-online {
  color: #2e7d32;
  font-weight: 700;
}

.status-offline {
  color: #b71c1c;
  font-weight: 700;
}
