html {
	font-size: 14px;
	height: 100vh;
}

body {
	height: 100%;
	background: whitesmoke;
}

body > nav.navbar {
	background-color: #47599b !important;
	border-bottom: 3px solid #198fcd !important;
}

body > main {
	padding-top: 80px;
	padding-bottom: 20px;
	min-height: 100%;
	background: white;
}

.btn-group-xs > .btn,
.btn-xs {
	padding: .25rem .4rem;
	font-size: .875rem;
	line-height: .5;
	border-radius: .2rem;
}