.bootstrap-tagsinput {
    width: 100%;
}

.inline{
	display: inline-block;
}

.font-larger {
	font-size: larger;
}

.xlActive{
	color: black;
}

.xlUserFeedback .margin-top-50{
	margin-top: 50px;
}
.xlUserFeedback .margin-top-20{
	margin-top: 20px;
}
.xlUserFeedback .padding-bottom-20{
	padding-bottom: 20px;
}

.xlUserFeedback .banner h1{
	font: 600 100px/1 Geogrotesque,sans-serif;
	font-size: 60px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.xlUserFeedback .banner h2{
	font: 400 23px/normal Raleway,sans-serif;
/* 	font-size: 40px; */
	padding-top: 20px;
	padding-bottom: 40px;
}

.xlUserFeedback .sideblock{
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 30px;
	margin: 10px;
	position: relative;
}

.feature-stats__vote-count {
	height: 46px;
	width: 46px;
	line-height: 37px;
	border-radius: 22px;
	display: inline-block;
	text-align: center;
	padding: 0;
	border: 5px solid #e5e5e5;
	color: #777;
}

.xlVoted{
	border-color: #46b8da;
}

.xlRequestText{
	color: #6b7179;
	font: 400 18px/1.56 Geogrotesque,sans-serif;
	line-height: 1.55;
	margin: 10px 0 0px;
	padding: 5px;
	background: #f5f5f5;
	width: 100%;
}

.xlComment{
	border-bottom: 1px solid #e3e3e3;
	margin-top: 10px;
	margin-bottom: 10px;
}
.xlComment:first-child {
	border-top: 1px solid #e3e3e3;
}
.xlAuthor {
	font-family: Raleway,sans-serif;
	font-weight: 600;
	margin-right: 15px;
	margin-top: 10px;
}
.xlCommentText {
	color: #676767;
	margin-top: 10px;
}