body {
	margin: 0;
	height: 100vh;
	font-family: sans-serif;
	background-color: #f5f5f5;
}
.ubfooter {
	width: 100%;
	background-color: #1B3A59;
	box-shadow: 0 4px 10px black;
	opacity: 0.95;
	color: white;
	font-size: 13px;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: right;
}
.ubfooter a {
	color: white;
	text-decoration: none;
}
.ubfooterinner {
	padding: 11px 13px 0 0;
}
.ublogo {
	height: 20px;
	vertical-align: middle;
	margin-top: 2px;
}
