@charset "utf-8";
/* CSS Document */
.logoHolder{text-align:center;}
.logoholder img{width:40%;}
.mainContent{margin-top:1em;}
.mc_Header{margin-top:1em;text-align:center;color:#999999; font-size:5vw;}
.mc_SubHeader{margin-top:1em;text-align:center;color:#000000; font-size:3vw;}
.mc_Copy{margin-top:1em;}
.mc_welcomeText{margin-top:1em;}
.StartSurvey_btn{margin-top:1em;}
.genBut {
box-shadow: 0px 0px 0px 0px #3e7327;
background:linear-gradient(to bottom, #99cc66 5%, #619647 100%);
background-color:#99cc66;
border-radius:17px;
border:3px solid #000000;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Verdana;
font-size:23px;
padding:8px 31px;
text-decoration:none;
text-shadow:0px 1px 0px #5b8a3c;
}
.genBut:hover {
background:linear-gradient(to bottom, #619647 5%, #99cc66 100%);
background-color:#619647;
}
.genBut:active {
position:relative;
top:1px;
}
#myQuestionHolder{margin-bottom:1em;}
.myComment{width:100%;}
#QuestionCount{font-family:Roboto;	font-size:18px; margin-bottom:1em;}
#QuestionText{font-family:Roboto;	font-size:18px;margin-bottom:1em;}
#QuestionComment{font-family:Roboto;	font-size:16px; margin-bottom:1em;}
#QuestionBtns{}
#back_btn{float:left;}
#next_btn{float:right;}
.floatRNoMargin{display:inline;float:right;}
.SliderDisLables{position:relative;display:block;width:100%;font-family:roboto;font-size:16px;color:#666666;margin-top:1em;margin-bottom:1em;}
.myQuestionText{margin-bottom:1em;}
.myComment{width:100%;}
.mySurveyQuestionCount{color:#999999;}
.checkboxes_ul{list-style-type:none !Important;margin:0;padding:0;}