#qrcode {
  border-radius: 8px;
  padding: 12px;
  background: white;
  display: inline-block;
}

body {
	min-width: 280px;
}

code {
  color: #05A63F;
  font-size: 110%;
}
nav {
	margin-bottom: 0;
}

.navbar {
	padding-left: 0;
	padding-right: 0;
}

.container-fluid {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.store-badges img {
	height: 40px;
}

.store-badges, .add-buttons {
	margin-top: -0.5em;
}
.store-badges a, .add-buttons a {
	margin-right: 0.5em;
	margin-top: 0.5em;
}
.card--text {
	border: none;
	max-width: 500px;
	background-color: #eee;
}
.card--white {
	background-color: #fff;
}
.thr-section--teaser {
	padding-top: 30px;
}
.thr-section--teaser h1 {
	margin-bottom: 0.5rem;
}