div#tos-update {
	position: fixed;
	bottom: 0;
	width: 100vw;
	height: 5em;
	padding: 0;
	margin: -1em 0 0 0;
	background-color: rgba(255, 255, 255, .9);
	border: 1px solid #CCC;
}

div#tos-update p {
	margin: 0;
	padding: 1em;
	text-align: center;
	line-height: 3;
}

div#tos-update p a {
	white-space: nowrap;
}

div#tos-update p button {
	margin-left: 1em;
}

@media only screen and (max-width: 980px) {
	div#tos-update p {
		line-height: 2
	}

	div#tos-update {
		height: 6em;
	}

	div#tos-update p button {
		line-height: 1;
		font-size: 100%;
	}

	div#tos-update p .ui-button .ui-button-text {
		line-height: 1;
		font-size: 100%;
	}
}

@media only screen and (max-width: 500px) {
	div#tos-update {
		height: 8em;
	}
}
