@media only screen and (max-width:500px) {
	.g-recaptcha {
		transform: scale(.77);
		transform-origin: 0 0
	}
}

.card {
	margin-bottom: .2rem
}

.card-header {
	padding: 1.2rem
}

.alert a,
.card-header a,
a i,
li a {
	text-decoration: none
}

#tools-header,
.card-body {
	padding: 1rem
}

#filter-button,
.input-group {
	margin-bottom: .5rem
}

#footer-strapline {
	padding-top: 1rem;
	padding-bottom: 1rem
}

#footer-content {
	padding-top: 2rem;
	padding-bottom: 2rem
}

select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	border: none;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px
}

select::-ms-expand {
	display: none
}

.form-group {
	margin-bottom: 1rem
}

.form-control {
	padding: 10px 20px
}

.container-fluid {
	padding-left: 0;
	padding-right: 0
}

.select-container {
	position: relative;
	display: inline
}

.select-container:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	pointer-events: none
}

.btn-standard {
	max-width: 100%;
	width: 180px;
	box-sizing: content-box
}

.form-select {
	max-width: 100%;
	width: 160px;
	margin-right: 5px;
	display: inline
}

.section,
.section-alt {
	padding: 2rem
}

.section-title {
	padding: 1rem 2rem
}

.section-alt,
.section-content {
	padding: 1rem 2rem 2rem
}