body{
	background-color:#EEEEEE;
	color:#000000;
	font-family:arial;
	margin:0px;
	padding:0px;
}

.Table{
	display:table;
}

.TableBody {
	display:table-row-group;
}

.TableFoot {
	background-color: #EEE;
	display:table-footer-group;
	font-weight:bold;
}

.TableRow {
	display:table-row;
}

.TableCell, .TableHead {
	border:none;
	display:table-cell;
	padding:2px;
}

.button{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}

.text{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}

.note{
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}

a.button{
	-webkit-appearance:button;
	-moz-appearance:button;
	appearance:button;
	text-decoration:none;
	color:initial;
	display:inline-block;
	width:auto;
}

.noteinput{
	text-align:center;
	vertical-align:middle;
	max-width:40px;
}

