
.embeddable_animal_list .sorted_table_wrapper th
{
    background-color: #47CBDE; 
    /* this is the actual font color: #22aabe;*/ 
    /* (i made it slightly lighter for header/footer) */
    /* old version had this as row highlight: #a3d9a1;*/
}

.embeddable_animal_list .pagenavigation,
.embeddable_animal_list .sorted_table_wrapper tr.datarow:hover
{
    /* even lighter version of the color for hover */
    background-color: #93E1EC;
}

.embeddable_animal_list .pagenavigation a.pagelink
{
    border: none;
    color: #0063b3;
}

.embedded_frame .featherlight-content .animal_content img
{
    max-width: 575px;
}
