
* { box-sizing: border-box;	}
img, table,	td,	blockquote,	code, pre, textarea, input,	iframe,	object,	embed,	video { max-width: 100%; }
textarea, table, td, th, code, pre,	samp { -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; word-wrap: break-word; }
code, pre, samp { white-space: pre-wrap; }

body { 
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 3em;
}
table {
	border: 1px solid black;
	width: 80%;
	margin: auto;
	padding: 1em;
}
select, input[type="submit"] {
	width: 100%;
	font-size: 1em;
	text-align: center;
	margin: auto;
}
input[type="text"], input[type="date"] {
	width: 99%;
	font-size: 1.1em;
	text-align: center;
	margin: auto;
}