/* app-specific styles */

a.textlink {
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.scientificName {
  font-style: italic;
}

.points {
  font-size:2em;
  font-weight: bold;
}

textarea.hidden-text { /* can't make visibilty:hidden because need to pick up text for copying */
	position: absolute;
	left: -999em;
	opacity: 0;
	height: 0;
	width: 0;
}

div.safe-image {
  margin-bottom: 1em;
}
