BODY {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
DIV.page {
	display: block;
	overflow: auto;
	width: 100vw;
	height: 100vh;
	border-bottom: 1px dashed black;
}
DIV.btntext {
	text-transform: capitalize;	
}
DIV.button {
	display: inline-block;
	width: 20vh;
	height: 20vh;
	line-height: 20vh;
	margin: 2vh;
	border: 1px solid black;
	border-radius: 30% 10%;
	text-align: center;
	vertical-align: middle;
}
DIV.button.add {
	color: #409040;
	border-color: #409040;
	background-color: #90f090;
}
DIV.button.cancel {
	color: #909040;
	border-color: #909040;
	background-color: #f0f090;
}
DIV#status {
	position: fixed;
	bottom: 0;
	right: 0;
}
DIV#status DIV {
	background-color: #900000;
	margin: 1pt;
	color: white;
	padding: 1pt;
}