.notice {
	margin-left: 0;
    margin-top: 15px;
}
#localcircle-reviews-wrapper {
	width:50%;
	max-width: 500px;
}
#localcircle-reviews-wrapper form {
	width: 100%;
}
#localcircle-reviews-wrapper form > div {
	padding: 5px 0;
}
#localcircle-reviews-wrapper form > .form-elements {
	background: #EAEAEA;
    padding: 10px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 15px 0;
}
#localcircle-reviews-wrapper form > div label {
	margin: 0 0 5px 0;
}
#localcircle-reviews-wrapper input[type="text"] {
	width:100%;
}

/* ===============
 * Feedback List
 * ===============
 */
#review-list {
	height: 400px;
	overflow: auto;
}
#review-list .fa-star {
	color: #A3A3A3;
	font-size: 20px;
}
#review-list .fa-star.active {
	color: #ffcc66;
}
#review-list .item {
	padding: 20px 0;
    border-top: 1px solid #AEAEAE;
}
#review-list .item:first-child {
	border-top: none;
    padding-top: 10px;
}
#review-list .item-rating-author {
	font-size: 11px;
	margin-top: 4px;
}
#review-list .item-content {
	font-size: 12px;
}

.text-center {
    text-align: center
}