body
{
	box-sizing: border-box;
	display: block;
	width: 100%;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
}

div#title
{
	font-weight: bold;
}
div.table
{
	display: table;
	width: 100%;
	table-layout: fixed;
}
div.tr
{
	display: table-row;
	width: auto;
	clear: both;
}
div.tr:nth-child(odd)
{
	background: #ccc;
}
div.td
{
	display: table-cell;
	width: 25%;
}
div.td:first-child
{
	width: 20%;
}
div.td:nth-child(2)
{
	width: 20%;
}
div.td input
{
	width: 75%;
}
div#total 
{
	padding-left: 10px;
}

div.tabletitle
{
	font-weight:bold;
	padding-top: 1vw;
}
