    .show_wild_data {
        cursor: pointer;
    }

    .wildlife_lists_show_all {
        border-top: 1px solid lightgrey;
        border-right: 1px solid lightgrey;
        border-bottom: 1px solid lightgrey;
        padding-top: 8px;
        padding-bottom: 8px;
        background-color: white;
        cursor: pointer;
        font-size: 9pt;
    }

    .wildlife_lists_seen_counter {
        font-size: 7pt;
        line-height: 10px;
    }

    @media (max-width: 768px) {

    }

    .wildlife_lists_item_menu {
        background-color: #4c4c4c;
        color: whitesmoke;
        text-align: center;
        font-size: 8pt;
        cursor: pointer;
    }

    .wildlife_lists_content_image_unseen {
        filter: grayscale(100%);
        opacity: 0.5;
    }