html {
	min-height: 100%;
}

body {
	color: rgb(0, 0, 0);
	background-color: rgb(184, 184, 184);
	background-image: linear-gradient(180deg, rgb(221, 221, 221) 0%, rgb(173, 173, 173) 100%);
	font-family: "URW Gothic L","Corbel","Verdana","Trebuchet MS","Century Gothic",sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 106.7%;
	margin: 0;
	padding: 0;
	min-height: 100%;
	text-align: center;
}

p {
	margin: 1.33em 1.33em;
}

A:link { color: rgb(25, 40, 181); }
A:visited { color: rgb(146, 40, 181); }

A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
}
A:hover, A:active {
	text-decoration: underline;
}

button {
	box-sizing: border-box;
	vertical-align: middle;
	width: auto;
	font: inherit;
	border-width: 1px;

	padding: 0.13em 0.83em;

	color: black;
	background-color: rgb(228,228,228);
	background-image: linear-gradient(to bottom, rgb(238,238,238) 0%, rgb(190,190,190) 85%);
	text-align: center;
}

.tfw-calendar-app { margin: 0 auto; }

