fish-map-tile {
  height: 100%;
  display: flex;
  flex-direction: column; }

.fathom-hub-marker {
  background-position: center;
  background-size: cover;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 1000; }

.fathom-equipment-marker-root {
  width: 24px;
  height: 24px; }

.fathom-equipment-marker-img {
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 1000; }

.fathom-equipment-marker-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }

.fathom-equipment-marker-title {
  width: 100px; }
