.Bull {
  background: url(/media/images/male.png) left center no-repeat;
}

.Female {
  background: url(/media/images/female.png) left center no-repeat;
}

.Steer {
  background: url(/media/images/chart_organisation_delete.png) left center no-repeat;
}

.wrapper {
  width: 100%;
  border: 1px solid #000;
  clear: both;
}

.wrapper ul {
  height: 1.2em;
  margin: 0;
  padding: 0;
}

.wrapper li {
  float: left;
  width: 35em;
  list-style: none;
  display: inline-table;
}

.clear { 
  clear: both;
}

li.col2 {
  width: 20em;
}

li.col3 {
  width: 10em;
}

#animal-sire-sire ul li {
  background-color: #cde4b7;
  color: inherit;
}

#animal-sire-sire ul li.col1 {
  background: url(/media/images/male.png) left center no-repeat;
  background-color: #cde4b7;
  color: inherit;
  width: 27em;
  margin-left: 6em;
  padding-left: 2em;
}

#animal-sire ul li {
  background-color: #e4dab7;
  color: inherit;
}

#animal-sire ul li.col1 {
  background: url(/media/images/male.png) left center no-repeat;
  background-color: #e4dab7;
  color: inherit;
  width: 29em;
  padding-left: 2em;
  margin-left: 4em;
}

#animal-sire-dam ul li {
  background-color:#cde4b7;
  color: inherit;
}

#animal-sire-dam ul li.col1 {
  background: url(/media/images/female.png) left center no-repeat;
  background-color: #cde4b7;
  color: inherit;
  padding-left: 2em;
  margin-left: 6em;
  width: 27em;
}

#animal-dam-sire ul li {
  background-color: #cde4b7;
  color: inherit;
}

#animal-dam-sire ul li.col1 {
  background: url(/media/images/male.png) left center no-repeat;
  padding-left: 2em;
  background-color: #cde4b7;
  color: inherit;
  margin-left: 6em;
  width: 27em;
}

#animal-dam ul li {
  background-color: #e4dab7;
  color: inherit;
}

#animal-dam ul li.col1 {
  background: url(/media/images/female.png) left center no-repeat;
  padding-left: 2em;
  background-color: #e4dab7;
  color: inherit;
  margin-left: 4em;
  width: 29em;
}

#animal ul li {
  background-color: #e4dab7;
  color: inherit;
}

#animal ul li.col1 {
  background-color: #e4dab7;
  color: inherit;
  padding-left: 2em;
  width: 33em;
}

#animal-dam-dam ul li {
  background-color: #cde4b7;
  color: inherit;
}

#animal-dam-dam ul li.col1 {
  background: url(/media/images/female.png) left center no-repeat;
  padding-left: 2em;
  background-color: #cde4b7;
  color: inherit;
  margin-left: 6em;
  width: 27em;
}