li{
	display: flex;
	flex-direction: row;
	margin:5px;
	padding:5px;
	border: 1px solid grey;
}


li div{
	width: 100px;
	margin:1px;
}