body {
	font: 1.1em/1.5 'Open Sans';
}

p,
ul {
	max-width: 850px;
}

.footnotes {
	font-size: .9em;

	padding-top: 2em;

	border-top: 1px solid #999;
}

.footnotes li {
	list-style-type: none;

	text-indent: -10px;
}

.footnotes sup {
	line-height: 1;

	display: inline-block;

	width: 10px;
}

.text-section {
	display: flex;
	flex-direction: column;

	box-sizing: border-box;
	min-height: 200px;
	min-height: 70vh;
	padding: 30px;

	text-align: center;

	align-items: center;
	justify-content: center;
}

h1 {
	font: 300 2.5em/1.5 Comfortaa;

	margin: 2em 0;

	color: #222;
}

ul {
	text-align: left;
}

a {
	color: #00a2d8;
}

a:visited {
	color: #0084b0;
}

.button {
	font-size: 1.5em;

	position: relative;

	padding: .5em;

	transition: all .3s ease-out;
	text-decoration: none;

	color: #333;
}

.button:hover {
	/*background: #00A2D8;
	color: #fff;*/
}

.button:visited {
	color: #333;
}

.button-arrow:after {
	font-size: 1em;
	line-height: 48px;

	position: absolute;
	top: 0;
	left: calc( 100% + 1em );
	/*box-sizing: border-box;*/

	width: 50px;
	height: 50px;

	content: '\027E9';
	transition: all .3s ease-out;

	border: 2px solid #00a2d8;
	border-radius: 100%;
}

.button-arrow:hover:after {
	transform: rotateZ( 90deg );

	color: #fff;
	background: #00a2d8;
}

.button-sep {
	display: inline-block;

	width: 0;
	height: 1em;

	border-right: 1px solid rgba(0,0,0,.2);
}

#see-results-wrapper {
	margin-top: 2.5em;
}

#see-results {
	color: #00a2d8;
}

#header-buttons {
	margin-top: 2em;
}

#map {
	width: 100%;
	height: 100vh;
	position: relative;
}

#the-map {
	height: calc( 100% - 80px );
}

#the-map .map-legend {
	font-size: 1rem;
	display: table;
	background: rgba(255, 255, 255, .8);
	border-radius: 5px;
}

#the-map .map-legend .color {
	width: 2em;
	height: 1em;
	border-radius: 3px;
}

#the-map .map-legend span {
	display: inline-block;
	margin-right: 1em;
	text-shadow: 0px 0px 2px rgba(150, 150, 150, .1);
}

#map-howto {
	display: none;
}

:checked + #map-howto-content {
	display: none;
}

#map-howto-content {
	display: flex;
	flex-direction: column;

	align-items: center;
	justify-content: center;

	position: absolute;
	top: 0;
	right: 0;
	bottom: 80px;
	left: 0;
	z-index: 999;
	background: rgba(0,0,0, 0.5);
	text-align: center;
}

#map-howto-content .close {
	cursor: pointer;
	color: #00a2d8;
	/*display: block;*/
}

#map-howto-content-inner {
	background: #fff;
	padding: 20px 30px;
}

#alternatives-button {
	line-height: 80px;

	display: block;

	box-sizing: border-box;
	width: 100%;
	height: 80px;
	padding: 0;

	text-align: center;
}

.learn-more ~ .open,
.learn-more ~ .close {
	font-size: .9em;

	display: block;

	width: 850px;
	max-width: 100%;

	text-align: right;

	opacity: .7;
	cursor: pointer;
	margin-top: 5px;
}

.learn-more ~ label:before {
	content: '[';
}

.learn-more ~ label:after {
	content: ']';
}

.learn-more,
.learn-more ~ .more-content,
.learn-more:not(:checked) ~ .close,
.learn-more:checked ~ .open {
	display: none;
}

.learn-more:checked ~ .more-content {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 5px 0 10px 0;
	margin-bottom: 10px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.pro,
.con {
	padding-left: 38px;
	margin: 5px 0;
}

.pro:before,
.con:before {
	font: bold 1em/1 monospace;
	display: inline-block;
	width: 35px;
	margin-left: -38px;
}

.pro:before {
	content: "+++";
	color: #52FF52;
}

.con:before {
	content: "---";
	color: #FF5252;
}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
}

figure {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
}

figcaption {
	margin-bottom: 1em;
	font-style: italic;
}

#results-table {
	padding-bottom: 0;
}

#results-table table tbody td {
	padding: 5px;
}

#results-table table tbody td:first-child {
	width: 100%;
	padding-right: 20px;
}

#results-table table th {
	padding-right: 20px;
}

#results-table table tbody tr:not(:last-child) td {
	border-bottom: 1px solid #ddd;
}

#results-table .winning td:first-child {
	font-weight: bold;
}

#details {
	flex-direction: row;
}

#round2-table table {
	min-width: 30vw;
}

/* share buttons */

#share-buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 5px 5px 5px 10px;
	background: #fff;
	z-index: 1000;
	border-radius: 0 10px 0 0;
}

#share-buttons h6 {
	padding-right: 10px;
	display: inline-block;
	font-weight: normal;
	margin: 0;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
	display: inline-block
}

.resp-sharing-button__link {
	text-decoration: none;
}

.resp-sharing-button {
	border-radius: 5px;
	transition: 250ms ease-out;
	padding: 0.5em 0.75em;
	font-size: 14px;
	line-height: 14px;
}

.resp-sharing-button__icon svg {
	width: 1em;
	height: 1em;
}

.resp-sharing-button span {
	padding-left: 0.4em
}


/* Solid icons get a fill */
.resp-sharing-button__icon--solid {
	fill: #fff;
	stroke: none
}

.resp-sharing-button--facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
	background-color: #2d4373;
	border-color: #2d4373;
}

.resp-sharing-button--twitter {
	background-color: #55acee;
	border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
	background-color: #2795e9;
	border-color: #2795e9;
}

.resp-sharing-button--google {
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
	background-color: #c23321;
	border-color: #c23321;
}

.resp-sharing-button--email {
	background-color: #777777;
	border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
	background-color: #5e5e5e;
	border-color: #5e5e5e;
}

.resp-sharing-button--reddit {
	background-color: #5f99cf;
	border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
	background-color: #3a80c1;
	border-color: #3a80c1;
}


@media ( min-width: 850px ) {
	#results-table table th {
		white-space: nowrap;
	}
}