span.image img {
	max-width: 100%;
}

div.g-recaptcha {
	transform-origin: left center;
	max-width: 100%;
}

@media screen and (max-width: 330px) {
	div.g-recaptcha {
		transform: scale(0.75);
	}
}

@media screen and (min-width: 331px) and (max-width: 400px) {
	div.g-recaptcha {
		transform: scale(0.8);
	}
}

@keyframes pop-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

header {
	animation: 0.5s pop-in forwards;
}
.iframe-container {
	text-align: center;
}
.iframe-container table {
	display: none;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 50%;
}
.iframe-container table img.icon {
	width: 20px;
	height: 20px;
	margin-left: 6px;
	vertical-align: -2px;
}
.iframe-container table td:first-child {
	padding-left: 1.25em;
}
.iframe-container table td:last-child {
	padding-right: 1.25em;
}
iframe.app {
	width: 80%;
	height: 600px;
	pointer-events: none;
}
#stats-header h1 {
	display: inline-block;
}
h1.underlined {
	text-decoration: underline;
}
#stats-header select {
	display: inline-block;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
		 appearance: menulist;
	width: 140px;
	margin-left: 16px;
	vertical-align: 10px;
}
div.stats span {
	display: inline-block;
	margin-bottom: 6px;
}
.hidden {
	display: none;
}
#chart-data-selector {
	margin-bottom: 50px;
}
#chart-data-selector div {
	display: inline-block;
}
#chart-data-selector div:first-child {
	float: left;
	margin-left: 100px;
}
#chart-data-selector div:last-child {
	float: right;
	margin-right: 100px;
}
#chart-data-selector button:focus,
#chart-data-selector button:active {
	outline: none !important;
	box-shadow: none;
}
button.selected {
	color: black !important;
	border: 2px solid black;
}
div.missing-data-warning {
	display: none;
	color: #a94442;
	background: #f2dede;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	margin-bottom: 12px;
}
div.missing-data-warning span {
	margin-top: 6px;
}

blockquote {
	width: 100%;
	text-align: justify;
}
