#simpleTree {
   font-family: Arial;	
}

#simpleTree a {
   color: black;
   text-decoration: none;
}

#simpleTree ul {
   list-style: square;
}

#simpleTree li.leaf {
   list-style: circle;
}

#simpleTree li.leaf a {
   color: blue;
   text-decoration: underline;
}


.speciesTree {
   font-family: Arial;	
}
.speciesTag {
   font-family: Arial;	
   font-size: 1.4em;
}
.speciesCount {
   font-family: Arial;
}

.fetchSection {
   margin: 0 auto;
}

.fetchButtons {
   text-align: center;
}
.fetchMenu {
   text-align: right;
}

.results input {
   padding: 0;
   margin: 0;
   text-align: center;
   vertical-align: middle;
}
.results label {
   padding: 0;
   margin: 0;
}
