/* classes */


.wildlife{
  padding-left:3px;
  padding-right: 3px;
}
.wildlife table{
  background: #ffffff;
  border-collapse: collapse;
  width:100%;
  border: 1px solid #000;
}

.wildlife th{
   background: #355168;
  margin:0;
  padding:3px 20px;
  text-align: left;
  font-size: 8px;/* for IE>9  other will use rem */
  font-size: 0.8rem;
  font-weight: lighter;
  color: #FFFFFF;
}

.wildlife td{
  margin:0;
  font-size: 8px;/* for IE>9  other will use rem */
  font-size: 0.8rem;/* 12px */
  padding:3px 20px;
  text-align: left;
  border-bottom: 1px solid #333333;
  }

/* IDs */
#wildlifecheckbox{
  text-align: center;
}
