.answer-icon {
	width: 90px;
	cursor: pointer;
}

.quick-feedback {
	width: 500px;
	background-color: white;
	padding: 15px;
	position: fixed;
	left: -530px;
	top: 20%;
	z-index: 100;
	-webkit-transition: left 0.5s ease;
	-moz-transition: left 0.5s ease;
	-ms-transition: left 0.5s ease;
	-o-transition: left 0.5s ease;
	transition: left 0.5s ease;
	min-height: 260px;
}

.quick-feedback textarea, .quick-feedback input[type="text"] {
	width: 235px;
	/*margin-left: 10px;*/
}


.quick-feedback input[type="text"] {
  height: 30px;	
}

.handle {
	width: 50px;
	height: 290px;
	position: absolute;
	right: -50px;
	top: 0;
	background-color: white;
	cursor: pointer;
}

.handle img {
	margin-left: 10px;
	margin-top: 10px;
}

.quick-feedback button {
	border-style: none;
	font-size: 30px;
	padding: 10px;
	font-family: 'Impact', Arial, sans-serif;
	
}

.quick-feedback label {
	width: 200px;
	font-family: 'Impact', Arial, sans-serif;
	font-size: 18px;
	font-weight: 100;
	margin-right: 10px;
}

.quick-feedback-error {
	background-color: red;
	padding: 7px;
	margin-bottom: 10px;
	color: white;
	border-radius: 5px;
	margin-top: 5px;
}

.info {
	background-color: #35aae1;
	padding: 7px;
	margin-bottom: 10px;
	color: white;
	border-radius: 5px;	
	margin-top: 5px;
}
/** tooltips */