
div.speciesHeader{
background: #CFCCBD;
padding: 2px 2px 2px 5px ;
border-top: 1px solid;
cursor: pointer;
margin: 0 5px 0 0;
}

div#mammals{
height: 200px;
width: 215px;
max-height: 200px;
overflow: auto;
margin: 0 5px 0 0;

}
div#birds,div#reptiles,div#amphibians,div#insects,div#plants,div#range,div#baseLayers,div#prjFrog{
display: none;
height: 200px;
width: 215px;
max-height: 200px;
overflow: auto;
margin: 0 5px 0 0;

}
#hidden{
display: hidden;
}
div#buttons{
position: absolute;
bottom: 10px;
left: 50px;
}
