/* Re-do Decimated Styling to remove width: 96%; */
.img_decimated {
    margin: 0 auto;
    /* margin: -2px; */
    display: flex;
    padding: 0;
    width: 100%;
}
.img_decimated_top {
    margin: 0 auto;
    /* margin: -2px; */
    display: flex;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0;
    width: 100%;
}
.img_decimated_bot {
    margin: 0 auto;
    /* margin: -2px; */
    display: flex;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0;
    width: 100%;
}
/* END Re-do Decimated Styling to remove width: 96%; */

.target_hidden {
    position: absolute;
    top: 10px;
    left: 40px;
    z-index: 2;
    height: 40px;
    /* filter: saturate(100%) brightness(10%) contrast(190%); */
    filter: saturate(100%) brightness(0%) contrast(150%);
    visibility: hidden;
}

.tbl_id_persons {
    margin: auto;
    border-collapse: collapse;
    border: 3px solid rgb(62, 54, 46);
}

/* table td {
    border: 1px solid black;
} */

.tbl_hdr {
    padding: 3px;
    color: white;
    background-color: rgb(62, 54, 46);
    font-size: 13px;
}

.tbl_field_std {
    padding: 1px;
    /* height: 32px; */
    border: 1px solid rgb(62, 54, 46);
    width: 80px;
}
.tbl_field_long {
    padding: 1px;
    /* height: 32px; */
    border: 1px solid rgb(62, 54, 46);
    width: 100px;
}
.tbl_field_longer {
    padding: 1px;
    /* height: 32px; */
    border: 1px solid rgb(62, 54, 46);
    width: 150px;
}

.tbl_text {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12px;
}