* {
	font-family: Arial;
}

body {
	margin: 0px;
}

div.name-modal {
	display: none;
}

div.name-modal.shown {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: absolute;
	top: 50px;
	left: 50px;
	background-color: #fff;
	padding: 10px;
}

div.name-modal > div {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

div.name-modal > div:last-child {
	margin-bottom: 0;
}

div.name-modal > div div.title {
	width: 75px;
}
