
body, table { font-size: 11px; }

a,
nav,
.ui-state-default,
.ui-state-default *,
.ui-corner-all,
li,
input {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.uk-container-max {
	max-width: 6000px;
}
.uk-container-square {
	max-width: 900px;
}

.background {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: -1;
	vertical-align: bottom;
}
.background img {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0px;
	left: 0px;
}

.tm-mid {
	background: #fff;
	padding-bottom: 35px;
}

footer {
	position: fixed;
	bottom: 0px;
	padding: 5px;
}
footer.uk-navbar {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

[type="submit"][class*="uk-button-"]:not([disabled]),
[type="button"][class*="uk-button-"]:not([disabled]),
[type="reset"][class*="uk-button-"]:not([disabled]),
a.uk-button-primary,
.ui-widget-content a.uk-button-primary { color: #fff; }
