.prompt {
	display: block;
	width: 90%;
	z-index: 100;
	position: fixed;
	left: 50%;
	top: 10%;
	background-color: white;
	padding: 1%;
	border-radius: 10px;
	transform: translate(-50%, -10%);
}
.promptHelp {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
	display: block;
	z-index: 99;
	position: fixed;
	left: 0;
	top: 0;
}
ul {
	list-style: none outside none;
	padding: 0px;
}
li {
	padding: 1%;
	font-size: 5vmin;
}
button {
	width: 90%;
	font-size: 5vmin;
}
input {
	width: 86%;
	height: 5%;
	font-size: 5vmin;
}
div {
	font-size: 5vmin;
	text-align: center;
}
select {
	font-size: 5vmin;
}
table {
	width: 90%;
	border: solid 0.5vmin;
	font-size: 4vmin;
	display: inline-table;
	border-collapse: collapse;
	margin-top: 1%;
}
td {
	border: solid 0.5vmin;
	margin: auto;
}
.list, .th {
	background-color: white;
	border: none;
}
.th {
	font-weight: bold;
	font-size: 4vmin;
}