html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
	box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px;
}

blockquote {
	background: #f9f9f9;
	border-left: 3px solid #cccccc;
	margin: 0 0 1rem;
	padding: 0.5rem 10px;
}

	blockquote p {
		display: inline-block;
	}

	blockquote > :last-child {
		margin-bottom: 0;
	}

.dev-banner, .staging-banner {
	color: white;
	margin: 0;
	padding: 0.25rem;
}

.dev-banner {
	background-color: red;
}

.staging-banner {
	background-color: orange;
}

.network-list-item {
	font-size: 1.25rem;
	margin: 0.5rem 0;
	padding: 0.5rem 0;
}

.network-list-text {
	margin-left: 0.65rem;
}