/* table style for top-animals list */
div {
	height: 115px;
}

img {
  width: 650px;
  display: block;
  margin: 0 auto;
  cursor: pointer; 
}

body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  border: 1px;
}

@media only screen and (max-width: 320px) {
  img {
    width: 300px;
  }
}