<style type="text/css">

.garbage {}

body {
	text-align: center;
	padding: 0;
	margin: 0;
	overflow-y: scroll;
	height: 100%;
	background-color: #f0f0f0;
}

#logo {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 1%;
	display: inline-block;
	width: 206px;
	height: 40px;
	background-image: url('logo.png');
}

.nav1 {
	text-align: right;
	color: #4f4f4f;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin-top: 43px;
	-webkit-font-smoothing:antialiased;
}

.nav2 {
	text-align: left;
	color: #4f4f4f;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin-top: 43px;
	-webkit-font-smoothing:antialiased;
}

.nav2:hover {
	text-decoration: none;
	color: #2f2f2f;
}

.nav1:hover {
	text-decoration: none;
	color: #2f2f2f;
}

.header {
	background: white;
	min-height: 100px;
}

.notice {
	background:#3498DB;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Lato', sans-serif;
	color: white !important;
	margin-left: 0px;
	margin-right: 0px;
}

.notice #total {
	color: white;
	-webkit-font-smoothing:antialiased;
	font-weight: 400;
	margin-top: 0;
}

#total {
	margin-top: 26px;
	color: #2f2f2f;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	height: auto;
	font-size: 1em;
	line-height: 150%;
}

.total {
	font-weight: 400;
}

#sidebar {
	width: 270px;
	height: auto;
	position: absolute;
	text-align: left;
	top: 134px;
	right: 0px;
	background-color: #d4d6da;
	font-family: 'Lato', sans-serif;
}


#thumbnail {
	color: #2f2f2f;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	width: 270px;
	height: auto;
	position: absolute;
	top: 0px;
	right: 0px;
}


#thumbnailpic {
	position: absolute;
	top: -10px;
	right: 40px;
}

.instructions {
	padding-top:30px;
	padding-bottom: 30px;
	font-style: italic;
	font-size: 1.2em;
	color: #2f2f2f;
	font-weight: 300;
}

#main {
	border-top: 1px solid rgba(189,195,199,0);
	border-bottom: 1px solid rgba(189,195,199,0);
	text-align: center;
	padding: 40px;
	border-radius: 10px;
	height: 410px;
	min-height: 220px;
	background-color: white;
	font-family: 'Lato', sans-serif;
}

#question {
	font-size: 2.2em;
	font-weight: 700;
	color: rgb(50,50,50);
	margin-top: 40px;
}

#answer {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100px;
	height: 55px;
	font-size: 1.8em;
	padding: 22px;
	text-align: center;
	border-radius: 7px;
	touch-action: manipulation;
	border: 1px solid #d0d0d0;
}


#myChart {
	width: 100% !important;
	max-width: 1440px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: auto !important;
}

.button {
	padding-top: 12px !important;
	border-radius: 20px;
	height: 40px;
}

#tweet {
	display: inline-block;
	margin: 0 auto;
	margin-right: 5px;
	margin-top: 30px;
	margin-bottom: 11px;
	width: 120px;
	padding: 10px;
	font-family: 'Lato', sans-serif;
	color: white;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	background-color: #55acee;
}

#fbshare {
	display: inline-block;
	margin: 0 auto;
	margin-top: 30px;
	margin-left: 5px;
	margin-bottom: 11px;
	width: 120px;
	padding: 10px;
	font-family: 'Lato', sans-serif;
	color: white;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	background-color: #3b5999;
}

#fbshare:hover {
	background-color: #4269c9;
}

#tweet:hover {
	background-color: #65b7f9;
}


#retry:hover {
	background: #3e3e3e;
}

#retry {
	margin: 0 auto;
	width: 120px;
	padding: 10px;
	font-family: 'Lato', sans-serif;
	color: white;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	background-color: #2f2f2f;
}



</style>