*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	background: #f2f2f2;
}

h1{
	color: #26514a;
	display: inline-block;
	font-size: 3.9rem;
	margin-bottom: 1.4rem;
	margin-left: 15px;
	text-align: center;
	width: 75%;
}

.inDate, .inText {
	font-size: 1.2rem;
	font-weight: bolder;
	font-family: 'Roboto', 'Arial', sans-serif;
	border: 1px solid #80bfb7;
	border-radius: 6px;
	height: 40px;
	padding-left: 25px;
	width: 260px;
}

.pollLogo {
    border-radius: 50%;
    height: 250px;
    margin-left: 20px;
    width: 250px;
}

.headerContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.banner {
	background-color:#e5e5e5;
	color: #182322;
	font-size: 1.4rem;
	margin: 20px auto;
	margin-bottom: 0;
	padding: 20px 15px;
	width: 80%;
}

.banner p {
	margin: 10px;
	padding: 0;
}

.wrapper {
	border-left: 2px solid #191919;
	border-right: 2px solid #191919;
	font-family: 'Roboto', sans-serif;
	margin: 20px auto;
	margin-top: 10px;
	padding: 10px 20px;
	width: 80%;
}

.wrapper strong, .worst, .better, .text {
	font-size: 1.4rem;
}

.worst {
	color:#b87075;
	font-weight: bold;
	margin-right: 10px;
}

.better {
	color:#75b875;
	font-weight: bold;
	margin-left: 10px;
}

.flexContainer {
	margin : 0 auto;
	width: 60%;
}

.questionSection {
	margin: 39px 0;
}

.label {
	background-image: -webkit-linear-gradient(bottom left,  #b1b3b2, #b9beba, #c4c6c5, #dddfde, #e0e2e1, #e4e6e5, #fff);
	border: 1px solid #80bfb7;
	border-radius: 50%;
	color: #a9a9a9;
	display: inline-block;
	font-size: 1.7rem;
	font-style: bold;
	height: 50px;
	margin: 15px 0;
	padding-top: 8px;
	width: 50px;
	text-align: center;
}

.light1:checked + label{
	background-image: -webkit-linear-gradient(bottom left, #780000, #d80000);
	border-width: 4px;
	color: transparent;
}

.light2:checked + label{
	background-image: -webkit-linear-gradient(bottom left, #84072d, #c66778);
	border-width: 4px;
	color: transparent;
}

.light3:checked + label{
	background-image: -webkit-linear-gradient(bottom left, #710113, #b6695f);
	border-width: 4px;
	color: transparent;
}

.light4:checked + label{
	background-image: -webkit-linear-gradient(bottom left, #c15017, #cc9072);
	border-width: 4px;
	color: transparent;
}

.light5:checked + label{
	background-image: -webkit-linear-gradient(bottom left, #ce800a, #cea25f);
	border-width: 4px;
	color: transparent;
}

.light6:checked + label{
	background-image: -webkit-linear-gradient(bottom left, #7e7c08, #c4d372);
	border-width: 4px;
	color: transparent;
}

.light7:checked + label{
	background-image: -webkit-linear-gradient(bottom left, #669910, #98c471);
	border-width: 4px;
	color: transparent;
}

.light8:checked + label{
	background-image: -webkit-linear-gradient(bottom left, #467900, #78a451);
	border-width: 4px;
	color: transparent;
}

.light9:checked + label{
	background-image: -webkit-linear-gradient(bottom left, #1f6308, #5faf50);
	border-width: 4px;
	color: transparent;
}

.light10:checked + label{
	background-image: -webkit-linear-gradient(bottom left, #648d6f, #05b720);
	border-width: 4px;
	color: transparent;
}

.innerColumn{
	margin: 0 auto;
	width: 90%;
}

textarea {
	height: 200px;
	max-height: 200px;
	max-width: 600px;
	min-height: 200px;
	min-width: 600px;
	padding: 15px;
	width: 600px;
}

.error {
	color: red;
}

.send {
	background: #44844a;
	border: none;
	display: block;
	color: #f6f6f6;
	padding: 10px 17px;
	margin: 0 auto;
}

