


/**********************FAT_POLLS_VOTE**********************/



#PollResultGraphs{
	border:1px solid #C7C7C7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:20px;
	}
  
 #question {
     padding-bottom: 20px;
 }
 #question h3 {
     font-size: 24px;
 }
 #radio-answers {
     display: flex;
 }
 /*#radio-answers:hover {
 background-color: #E4E4E4;
}*/
 #radio-answers-group {
     vertical-align: middle;
 }
 #radio-answers p {
     font-size: 16px;
     margin: 0;
     padding-top: 17px;
     display: block;
     float: right;
 }
 input[type=radio] {
     border: 0px;
     width: 15px;
     height: 15px;
 }
 #vote {
     margin-bottom: 30px;
     margin-top: 10px;
 }
 #vote-btn {
     font-size: 20px;
     font-weight: bold;
     background-color: limegreen;
     cursor: pointer;
     color: #fff;
     border: 2px solid limegreen;
     -webkit-box-shadow: 0px 1px 3px #666666;
     -moz-box-shadow: 0px 1px 3px #666666;
     box-shadow: 0px 1px 3px #666666;
     padding: 10px 25px 10px 25px;
     margin: auto;
     text-align: center;
     border-radius: 10px;
     text-decoration: none;
 }
 #vote-btn:hover {
     box-shadow: 0px 0px 0px #FFFFFF;
     background-color: #01B300;
     color: #fff;
     border: 2px solid #01B300;
 }
 #line {
     margin-bottom: 30px;
 }
 .result-btn {
     display: inline-block;
     margin-right: 10px;
     margin-bottom: 30px;
     cursor: pointer;
     width: 225px;
     text-align: center;
     -webkit-border-radius: 7;
     -moz-border-radius: 7;
     border-radius: 7px;
     -webkit-box-shadow: 0px 1px 3px #666666;
     -moz-box-shadow: 0px 1px 3px #666666;
     box-shadow: 0px 1px 3px #666666;
     font-family: Arial;
     color: #ffffff;
     font-size: 20px;
     background: #bdbdbd;
     padding: 10px 20px 10px 20px;
     text-decoration: none;
 }
 .result-btn:hover {
     background: #A7A7A7;
     box-shadow: 0px 0px 0px #fff;
     text-decoration: none;
 }
 label {
     display: inline-block;
     -webkit-user-select: none;
     position: relative;
     width: 30px;
     height: 30px;
     border: 2px solid #808080;
     border-radius: 10px;
     transition: .25s;
     cursor: pointer;
     overflow: hidden;
     color: rgba(0, 0, 0, 0.1);
     font: normal 25px/31px "icon";
     font-weight: bold "icon";
     text-align: center;
     margin: 7px 20px 7px 20px;
 }
 label:after {
     content: "\2713";
 }
 label:hover {
     border-color: black;
     color: black;
 }
 label:active {
     transition: 0;
     -webkit-filter: brightness(.8);
 }
 input:checked + label {
     color: limegreen;
 }
 input:checked + .green-background {
     border-color: limegreen;
     background: limegreen;
     box-shadow: 0 0 0 .25rem limegreen;
     color: white;
 }
 input:checked + label {
     -webkit-animation: boom .5s;
 }
 @-webkit-keyframes boom {
     25% {
         -webkit-transform: scale(1.25);
     }
 }
 input.radio-circles {
     display: none;
 }
#poll-results {
  text-align: center;
  padding-bottom: 20px;
}
#poll-results H1 {
  font-size: 25px;
}
#polls-link {
  text-align: center;
  margin-top: 20px;
}
#previous-polls-link  {
     display: inline-block;
     margin-right: 10px;
     margin-bottom: 30px;
     cursor: pointer;
     width: 225px;
     text-align: center;
     -webkit-border-radius: 7;
     -moz-border-radius: 7;
     border-radius: 7px;
     -webkit-box-shadow: 0px 1px 3px #666666;
     -moz-box-shadow: 0px 1px 3px #666666;
     box-shadow: 0px 1px 3px #666666;
     font-family: Arial;
     color: #ffffff;
     font-size: 20px;
     background: #bdbdbd;
     padding: 10px 20px 10px 20px;
     text-decoration: none;
}
#previous-polls-link:hover {
     background: #bdbdbd;
     box-shadow: 0px 0px 0px #fff;
     text-decoration: none;
  }



/**********************FAT_POLL_RESULTS**********************/



#show-me-group{
	margin-bottom:400px;
	margin-top:50px;
}
h3{
	font-size:24px;
}
select{
	width:200px;
	padding: 10px 20px 10px 20px;
	-webkit-border-radius: 7;
     -moz-border-radius: 7;
     border-radius: 7px;
	 border:2px solid #bdbdbd;
	 font-size:16px;
	 margin-right:20px;
}

#show-me-btn {
     display: inline-block;
     margin-right: 10px;
     margin-bottom: 30px;
     cursor: pointer;
     width: 200px;
	 
     text-align: center;
     -webkit-border-radius: 7;
     -moz-border-radius: 7;
     border-radius: 7px;
     -webkit-box-shadow: 0px 1px 3px #666666;
     -moz-box-shadow: 0px 1px 3px #666666;
     box-shadow: 0px 1px 3px #666666;
     color: #ffffff;
     font-size: 16px;
     background: #bdbdbd;
     padding: 12px 20px 12px 20px;
     text-decoration: none;
	 border: hidden;
 }
 #show-me-btn:hover {
     background: #A7A7A7;
	 -webkit-box-shadow: 0px 0px 0px #fff;
     -moz-box-shadow: 0px 0px 0px #fff;
     box-shadow: 0px 0px 0px #fff;
     text-decoration: none;
 }
   #poll-results {
  text-align: center;
/*  padding-bottom: 20px;*/
}
#poll-results H1 {
  font-size: 25px;
}

#polls-link {
  text-align: center;
  margin-top: 20px;
}
#previous-polls-link  {
     display: inline-block;
     margin-right: 10px;
     margin-bottom: 30px;
     cursor: pointer;
     width: 225px;
     text-align: center;
     -webkit-border-radius: 7;
     -moz-border-radius: 7;
     border-radius: 7px;
     -webkit-box-shadow: 0px 1px 3px #666666;
     -moz-box-shadow: 0px 1px 3px #666666;
     box-shadow: 0px 1px 3px #666666;
     font-family: Arial;
     color: #ffffff;
     font-size: 20px;
     background: #bdbdbd;
     padding: 10px 20px 10px 20px;
     text-decoration: none;
}
#previous-polls-link:hover {
     background: #bdbdbd;
     box-shadow: 0px 0px 0px #fff;
     text-decoration: none;
  }