    .wildlife_db_item {
        padding: 5px;
        cursor: pointer;
    }

    .wildlife_db_item_box {
        box-shadow: 5px 5px 9px darkgray;
        border:1px solid grey;
    }

    .wildlife_db_add {
        background-color: whitesmoke;
        border-left: 1px solid lightgrey;
        line-height: 30px;
        font-size: 11pt;
        font-weight: bold;
        text-align: center;
        padding: 0;
    }

    .wildlife_db_item_show_name {
        line-height: 30px;
        font-size: 7pt;
        font-weight: bold;
        text-align: center;
        padding: 0;
    }

    .wildlife_db_item_image {
        background-color: black;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
