.mjnetMarker {
}

.panel-default {
  background-color: rgba(34, 34, 34, 0.5);
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(34, 34, 34, 0.5);
}

.hover {
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.8);
}

.panel-default > .panel-heading {
  background: none;
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(119, 119, 119, 0.5);
}

.list-group-item {
  background: none;
  border-color: rgba(34, 34, 34, 0.5);
  color: rgba(255, 255, 255, 0.8);
}

button.list-group-item {
  color: rgba(255, 255, 255, 0.8);
}

.list-group-item-info {
  background: none;
  border-color: none;
  color: rgba(255, 255, 255, 0.8);
}

button.list-group-item-info {
  color: rgba(255, 255, 255, 0.8);
}

.marker-popup {
  display: flex;
  flex-direction: column;
}
