    .admin_wildlife_type {
        border-bottom: 1px solid lightgray;
        line-height: 30px;
        cursor: pointer;
    }

    .wildlife_image_item_background {
        background-color: #0e0e0e;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        color: white;
        font-size: 10pt;
        line-height: unset;
        cursor: pointer;
    }

    .album_image_item {
        padding: 2px;
        float: left;
    }

    .wildlife_image_item_menu {
        float: right;
        text-align: center;
        padding: 0;
        width: 30px;
        justify-content: center;
    }