/* line 12, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature .root_animal {
  /* The root animal for this pedigree. */
  border: 1px solid #666666;
  padding: 10px;
}

/* line 14, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature .root_animal:after {
  content: "";
  display: table;
  clear: both;
}

/* line 22, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature .root_animal a.thumbnail-popup.image_0 {
  display: block;
}

/* line 26, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature .root_animal img {
  float: left;
  margin-right: 10px;
}

/* line 31, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature .root_animal h2 {
  font-size: 1.571em !important;
}

/* line 37, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature .animal .name,
section.pedigree_feature .animal .notes {
  margin: 5px 0;
}

/* line 42, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature .animal .name {
  font-size: 1.1em;
  margin-bottom: 0.25em;
}

/* line 47, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature .animal .birthdate {
  display: block;
  color: #666666;
  font-weight: normal;
  font-size: 0.9em;
  margin-bottom: 0.25em;
}

/* line 56, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 0;
  table-layout: fixed;
  width: 100%;
}

/* line 63, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree td {
  border: 1px solid #666666;
  vertical-align: middle;
  padding: 3px;
  overflow-y: hidden;
}

/* line 70, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree.visible_levels_1 td {
  width: 100%;
}

/* line 74, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree td.level_0 {
  height: 160px;
}

/* line 70, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree.visible_levels_2 td {
  width: 50%;
}

/* line 74, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree td.level_1 {
  height: 80px;
}

/* line 70, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree.visible_levels_3 td {
  width: 33%;
}

/* line 74, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree td.level_2 {
  height: 40px;
}

/* line 70, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree.visible_levels_4 td {
  width: 25%;
}

/* line 74, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree td.level_3 {
  height: 20px;
}

/* line 79, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree .animal {
  overflow-y: hidden;
}

/* line 82, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree .animal .birthdate,
section.pedigree_feature table.pedigree_tree .animal .notes {
  display: none;
}

/* line 88, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree .level_0 {
  text-align: center;
}

/* line 92, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree .level_0 .animal a.thumbnail-popup.image_0 {
  display: block;
}

/* line 98, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree .level_1 {
  text-align: center;
}

/* line 102, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree .level_1 .animal a.thumbnail-popup.image_0 {
  display: block;
}

/* line 106, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree .level_1 .animal img {
  width: 60px;
  height: 60px;
}

/* line 114, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree .level_2 .animal a.thumbnail-popup.image_0 {
  display: block;
}

/* line 118, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree .level_2 .animal img {
  float: left;
  margin-right: 0.5em;
  width: 30px;
  height: 30px;
}

/* line 125, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree .level_2 .animal .name {
  font-size: 1em !important;
}

/* line 132, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree .level_3 .animal .name,
section.pedigree_feature table.pedigree_tree .level_4 .animal .name {
  font-size: 1em !important;
}

/* line 136, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature table.pedigree_tree .level_3 .animal a.thumbnail-popup img,
section.pedigree_feature table.pedigree_tree .level_4 .animal a.thumbnail-popup img {
  display: none;
}

/* line 143, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature[feature-width~="<600"] table.pedigree_tree td {
  text-align: center !important;
}

/* line 146, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature[feature-width~="<600"] table.pedigree_tree td img {
  display: none !important;
}

/* line 150, app/assets/stylesheets/usersite/pedigrees.scss */
section.pedigree_feature[feature-width~="<600"] table.pedigree_tree td h2 {
  font-size: 1em !important;
}
