.namelistabc{
	display:flex;
	flex-direction:row;
	box-sizing: border-box;
	width: 100%; 
	padding: 20px 10px 0px 10px;
	justify-content: space-between;
	gap:10px;
}

.namelistfact{
	width: 20%;
}

.namelistcontent{
	display:flex;
	flex-direction:row;
	box-sizing: border-box;
	width: 100%; 
	padding: 5px 10px 20px 10px;
	justify-content: space-between;
	gap:10px;
}
		