

section#wrapper > div
{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align:center;
}

section#wrapper > div form
{
	margin: 25px;
}

section#wrapper > div table
{
	text-align:right;
	display: inline-block;
}


section#wrapper > div table td[colspan]
{
	text-align: center;
	padding-top: 10px;
}

section#wrapper
{
	padding-bottom: 50px;
}


input[type=text],
input[type=password]
{
	width: 200px;
}