/* table style for top-animals list */

body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  align-content: center; /* check */
}

table{
  margin: 0 auto;
  margin-bottom: 25px;
  max-width: 600px;
  font-weight: 200;
  position: relative;
  z-index: 10;
}

th {
  text-align: left;
  font-weight: 100;
  font-size: 10px;
  opacity: .8;
  padding-bottom: 5px;
  text-transform: uppercase;
}

table th:first-child {
  width: 40px;
}

tr td {
  padding: 2px 0 10px 0;
  font-size: 15px;
}

.image-col {
  box-sizing: border-box;
  display: block;
  padding-top: 0px;
  padding-left: 10px;
}

.source {
  font-size: 10px;
  text-align: center;
}

caption {
  padding-bottom: 10px;
}

img {
  width: auto;
  height: 150px;
  border-style: solid;
  border-width: .5px;
}

.text-col {
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 15px;
  vertical-align: top;
  width: 350px;
  font-size: 16px;
}

/*
table b {
  display: block;
} */
