33 { font-weight: bold; color: #b676a9; }
/*Checklist*/

.checklist{
width:50%;
	margin:10px  auto;
 display: flex; 
	gap: 2px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;

}

.checklist .check_title{
	font-weight: bold;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}

.checklist .check_status{
	width: 9%;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
}

.checklist .check_fact{
	width: 90%;
		padding: 5px;
	box-sizing: border-box;
}

/*Showthread*/


.wob_flex{
	display: flex;
	align-items:  center;
	justify-content: center;
}

.wob_flex > div{
	margin: 0 10px;	
}  