.wanted_threadshow {
	display:flex;
	flex-direction:column;
	justify-content: flex-start;
	width: 100%;
}

.wanted_threadshow_heading {
	display:flex;
	flex-direction:row;
	flex:1;	
	text-align: center;
	text-transform: uppercase;
	font-family: var(--calibri);
	font-weight: bold;
	font-size:10px;
	justify-content: space-between;
    box-sizing: border-box;
    margin: 2px;
}

.wanted_threadshow_heading_kind, .wanted_threadshow_heading_age, .wanted_threadshow_heading_ava {
	width: 33%;
    padding: 8px 3px;
    display: flex;
	background-color: var(--sechs);
	color: var(--picked2);
    justify-content: center;
    align-content: center;
    align-items: center;
	box-sizing: border-box;
	letter-spacing: 1px;
	font-weight:900;
}

.wanted_threadshow_body_kind, .wanted_threadshow_body_age, .wanted_threadshow_body_ava {
	width: 33%;
    padding: 8px 3px;
    display: flex;
	background-color: var(--fuenf);
	color: var(--picked2);
    justify-content: center;
    align-content: center;
    align-items: center;
	box-sizing: border-box;
	opacity: 95%;
}

.wanted_threadshow_body {
	display:flex;
	flex-direction:row;
	flex:1;	
	text-align: center;
	text-transform: uppercase;
	font-family: var(--calibri);
	font-weight: 300;
	font-size:10px;
	justify-content: space-between;
    box-sizing: border-box;
    margin: 2px;
}

