.follow {
margin: 10px;
background-color: #76B131;
z-index: 999;
position: fixed;
top: 80%;
left: 90%;
width: 8%;
height: 8%;
}

.no-change{
	color: white;
	text-align: center;
}
.no-change:hover{
	color: white;
	text-decoration: none;
}
.no-change:visited{
	color: white;
}
.no-change:active{
	color: white;
}

.btn-feedback{
	background-color: #aaa;
	font-size: 90%;
}

.close{
	left: 90%;
}
.form-control{margin-bottom:13px}

.feedback {
	background-color: #76B131;
}

.feedback-form{
    margin: 10px;
	z-index: 998;
	position: fixed;
	top: 19%;
	left: 75%;
	width: 35%;
	height: 20%;
}