.pet-container {
  position: fixed;
  pointer-events: auto;
  background: #fff;
  border: none;
  outline: none;
  z-index: 99999;
}

.pet-sprite {
  width: 128px;
  height: 128px;
  display: block;
  border: none;
  outline: none;
  image-rendering: auto;
}

.pet-container,
.pet-sprite {
  cursor: grab;
  user-select: none;
  -webkit-user-drag: none;
}

.pet-table {
  position: fixed;
  z-index: 100000;
  background: #fff;
  border: 1px solid #000;
  padding: 8px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

.pet-table table {
  border-collapse: collapse;
}

.pet-table button {
  cursor: pointer;
  margin: 4px;
}

.pet-table button:hover {
  background: #eee;
}

.pet-table th,
.pet-table td {
  padding: 4px 8px;
  text-align: left;
}