#chirpstack-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	box-shadow: 0 0 10px 0 #ccc;
	padding: 16px;
	z-index: 2;
	background: white;
}

.chirpstack-logo {
	float: left;
	height: 32px;
}

.chirpstack-links {
	margin-top: 7px;
	font-size: 16px;
	float: right;
	font-family: "Open Sans", sans-serif;
}

.chirpstack-buttons {
	margin-top: 5px;
	float: right;
	margin-left: 32px;
}

.chirpstack-links a {
	color: black;
	text-decoration: none;
}

.chirpstack-links a:hover {
	text-decoration: underline;
}

.container {
	padding-top: 128px;
	z-index: 0;
	padding-bottom: 64px;
}

.row {
	margin-top: 32px;
}

h2 {
	margin-top: 32px;
}

h3 {
	margin-top: 32px;
}

.chirpstack-supported-by img {
	max-height: 135px;
	max-width: 350px;
}