@charset "UTF-8";
 
html
{
	width: 100%;
	height: 100%;

	font-size: 10px;
}

body
{
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	color: black;
	font-family:Lato;
	background-color:#FFFFFF;
	text-align: center;
}
.nodisplay
{
	display: none;
}
.conttable
{
	display: flex;
	margin: 0 auto;
	justify-content: center;
}
.table
{
	display: table;
	min-width: 200px;
	max-width: 600px;
	margin: 0 10px 0 10px;
	border: 1px black solid;
}
.row
{
	display: table-row;
}
.rowcontent
{
	padding: 5px 10px;
}
#output
{
	width: 96%;
	height: 600px;
}