.searchItems_div1 {
	display: flex;
	align-items: center;
}

.searchItems_span1 {
	/* color: #868786; */
	cursor: pointer;
}

.searchItems_label1 {
	color: #868786;
	cursor: pointer;
}

.searchItems_input1 {
	cursor: pointer;
}

.searchItems_td1 {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.searchItems_td2 {
	width: 20px;
	color: #868786;
}

.searchItems_td3 {
	width: 200px;
}

.searchItems_td4 {
	width: 150px;
	color: #868786;
}

.searchItems_span1 {
	cursor: pointer;
	padding: 0px 0px 0px 5px;
	color: black;
}

.searchItems_displayNone {
	display: none;
}

.searchItems_displayBlock {
	display: block;
}

.searchItems_pad50 {
	padding-left: 50px;
}