body {
	font-family: arial, helvetica, sans-serif;
}

table, thead, tbody, tfoot, tr, th, td {
	border: 1px solid black;
	max-width: 100%;
}

td {
	overflow: auto;
}

select, textarea, input[type="text"] {
	vertical-align: text-top;
}

textarea {
	overflow: auto;
}

label {
	width: 140px;
	float: left;
	text-align: right;
	padding-right: 5px;
}

.hidden {
	display: none;
}
