* {
padding: 0px;
margin: 0px;
word-wrap: break-word;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a {

}

a:hover {

}

html {
background: #333;
}

body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333;
font-size: 16px;
overflow-y: scroll;
}

#container {
width: 100%;
margin: 0px auto;
}

#logo {
margin-top: 10px;
margin-bottom: 18px;
text-align: center;
}

#herotext {
font-weight: bold;
font-size: 26px;
text-align: center;
color: #eee;
}

#create {
width: 700px;
margin: 0px auto;
margin-top: 52px;
}

.title {
width: 100%;
border: 0;
border-bottom: 2px solid #808080;
background: #333;
font-weight: bold;
font-size: 34px;
padding: 10px 20px;
outline: none;
color: #eee !important;
margin-bottom: 10px;
  -webkit-transition: border, 0.50s, ease;
  -moz-transition: background, 0.50s, ease;
  -ms-transition: background, 0.50s, ease;
  -o-transition: background, 0.50s, ease;
}

.title:focus {
border-bottom: 2px solid #01a427;
}

.answer {
width: 100%;
border: 0;
border-bottom: 2px solid #808080;
background: #333;
font-size: 24px;
padding: 10px 20px;
outline: none;
color: #eee !important;
margin-top: 20px;
  -webkit-transition: border, 0.50s, ease;
  -moz-transition: background, 0.50s, ease;
  -ms-transition: background, 0.50s, ease;
  -o-transition: background, 0.50s, ease;
}

.answer:focus {
border-bottom: 2px solid #01a427;
}

.polloption {
text-align: left;
margin-bottom: 20px;
width: 400px;
}

.form_button {
    margin: 0px auto;
    padding: 8px 0px;
    color: #01a427;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    width: 200px;
    text-align: center;
    display: block;
    background: #333;
    border: 1px solid #01a427;
    outline: none;
cursor: pointer;
border-radius: 20px;
  -webkit-transition: background, 0.30s, ease;
  -moz-transition: background, 0.35s, ease;
  -ms-transition: background, 0.35s, ease;
  -o-transition: background, 0.35s, ease;
}

.form_button:hover {
    background: #01a427;
    color: #fff;
}

#go {
margin-top: 30px;
}

#aftervote {
display: none;
}

.appendbox {
color: #eee;
font-weight: bold;
background: #808080;
}

.hide {
display: none;
}

#add {
/*margin-top: 20px;*/
}

#errors {
color: #b22222;
font-size: 24px;
margin-bottom: 20px;
margin-top: 10px;
padding: 10px;	
}

@media only screen and (max-width: 740px) {
    #create {
	width: 100%;	
    }
}

