.feedback-form{
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	padding: 80px 0;
}

.feedback-form .field-wrap{
	justify-content: center;
}

.feedback-form #ninja_forms_required_items,
.feedback-form .nf-field-container,
.feedback-form .label-above .nf-field-label{
	margin-bottom:0;
}


.feedback-form .textarea-wrap .nf-field-element,
.feedback-form .number-wrap .nf-field-element{
	line-height: 0;
}

.feedback-form textarea{
	line-height: 1.5;
}

.feedback-form p,
.feedback-form p:last-child{
	margin:0 auto 24px;
}

.feedback-form a{
	border-bottom: 0;
}

.feedback-logo{
	padding-bottom: 80px
}

.feedback-vote,
.feedback-comment{
	padding-bottom: 24px;
}

.vote-value{
	color: #fff;
  background: #000;
  font-size: 48px;
	line-height: 1.5;
  width: 1.5em;
  display: inline-block;
  border-radius: 8px;
}

.vote-value:empty:after{
	content:'0';
}

.vote-down:before{
	display: inline-block;
	content:'';
  width: 0;
  height: 0;
	margin-right: 8px;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #ccc transparent transparent;
}

.vote-up:before{
	display: inline-block;
	content:'';
  width: 0;
  height: 0;
	margin-left: 8px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #ccc;
}

.vote-down:hover:before,
.vote-up:hover:before{
	color: #999;
}

.vote-input-wrapper,
.name-input-wrapper{
	display: none;
}

.feedback-nickname{
	padding-top:80px;
}

.nickname-modal{
	max-width: 300px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	border: solid 1px;
	color: #999;
	background: #999;
	position: relative;
	top: -4.5em;
}

.nickname-modal.hidden{
	display: none;
}

.nickname-modal-input{
	flex:1;
	border: 0;
	color: #999 !important;
	padding-left: 12px;
	padding-right: 1em;
	font-size: 24px;
	background: #fff;
}

.nickname-modal-button{
	width: 48px;
  background: #999;
  display: block;
	font-size: 40px;
	line-height: 48px;
	align-self: center;
}

.nickname-modal-button:before{
	content: '\2794';
	display: block;
	color: #fff;
}

.nickname-modal-description{
	flex-basis: 100%;
	font-style: italic;
	font-size: 0.75em;
	text-align: left;
	border-top: solid 1px;
	padding: 0.5em 12px;
	background: #fff;
}

.feedback-footer img{
	max-width: 250px;
}
