#div_finding .table-div {
	width: 100%;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
}

#div_finding .assigntable {
	color: black;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 15px 15px 0;
}

#div_finding .row {
	padding: 10px;
	margin: 5px;
	background: #ffffffc0;
	width: 33%;
}

#div_finding .header {
	display: block;
	box-sizing: border-box;
	font-weight: normal;
	background: #ffffff;
	color: #000000;
	border: 0px solid #79746D;
	border-width: 0px 0px 4px 0px;
	padding: 1px 5px 1px 5px;
}

#div_finding .entry {
	padding: 1px 5px 1px 5px;
	color: #00000082;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

#div_finding .row div:nth-child(even) {
	background: #e0e0e0a0;
}

#div_finding .row div:nth-child(even):hover {
	background: #a0a0a0a0;
}

#div_finding .row div:nth-child(odd) {
	background: #ffffff;
}

#div_finding .row div:nth-child(odd):hover {
	background: #a0a0a0a0;
}

#div_finding .image_circle_inactive {
	width: 6px;
	height: 6px;
	border-radius: 4px;
	border: 1px solid #707070;
}

#div_finding .image_circle_active {
	width: 6px;
	height: 6px;
	border-radius: 4px;
	border: 1px solid #707070;
	background: #707070;
}

#div_finding #button-div {
	display: flex;
	justify-content: flex-end;
}

#div_finding #reject-image-button {
	/* background-color: #b3aca1ff; */
	font-weight: 300;
	background: #336c9dff;
	padding: 5px;
}