<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#search-button {
  margin-left: 4px;
}

#pokemon-name-heading {
  margin-bottom: 2px;
}

.pokemon-shiny-label {
  margin-left: 2px;
}

fieldset {
  border-style: solid;
  border-width: 2px;
  border-color: black;
  width: 600px;
}

.type-badge {
  margin-right: 3px;
}

#error {
  width: 350px;
}

.pokemon-ability {
  display: inline-block;
  background-color: #e6e6e6;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 6px;
  cursor: help;
  margin-right: 6px;
}

.fieldset-content-wrapper {
  width: max-content;
  text-align: left;
  line-height: 25px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.pokemon-ability:hover .tooltiptext {
  visibility: visible;
}

#pokemon-dex-entry {
  display: inline-block;
  width: 350px;
}

.progbar-wrapper {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  width: 150px;
  height: 20px;
  margin-bottom: 3px;
}

.progbar {
  display: inline-block;
  background-color: green;
  height: 20px;
}

#pokemon-evolution-chains {
  font-size: 18px;
}</pre></body></html>