/*
 * Suggestions CSS
 */

 .main-reply {
 	margin: 0 30px;
 }

 .main-reply .input-block-level {
 	clear: left;
 }

.post-suggestions {
	margin: 0;
	color: #434343;
	background: none repeat scroll 0 0 #F4F4F4;
}
.suggestion {
	border-bottom: 1px solid #BDBDBD;
	padding: 10px 30px;
	background: #FBFBFB;
	padding-top: 20px;
}

.suggestions-container {
	text-align: left;
}

.suggestion .entry-meta {
	border-bottom: none;
}

.suggestion .author-name {
  display: block;
  font-weight: bold;
  font-size: 16px;
  text-decoration: inherit;
}
.suggestion .profile-photo {
 	padding-right: 10px;
 }
.suggestion-footer {
 	border-top: 1px solid #C9C9C9;
 	margin-top: 10px;
	padding-top: 10px;
}

.post-suggestions li {
	list-style-type: none;
}

.hentry .suggestions-container .num-suggestions {
	padding: 35px 30px 20px;
	border-bottom: 15px solid;
	position: relative;
}

.hentry .suggestions-container .num-suggestions:after {
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid;
	position: absolute;
	content: '';
	bottom: -26px;
	left: 12px;
}

.hentry .no-suggestions .num-suggestions,
.hentry .no-suggestions .num-suggestions:after {
	border: none;

}

.suggestion-reply {
	background: #F4F4F4;
	border-bottom: 1px solid #B3B3B3;
	padding: 0;
}

.suggestion-reply-inner {
	margin: 0 20px 0 60px;
	padding: 15px 10px 15px 15px;
}

.more-link,
.more-link:hover {
	color: #2B2A2A;
	cursor: pointer;
	text-decoration: none;
}

.more-suggestions {
	margin: 10px 0;
}

.suggestion-apprecations .appreciate-button {
	color: #858585;
	font-family: Helvetica,Arial,sans-serif;
}

.suggestion-button .btn.btn-text {
	color: #7F7F7F;
	font-family: Helvetica,Arial,sans-serif;
}

/* w/e */
.user-name {
	margin-left: 5px;
}

.suggestion-persona-link:hover {
	text-decoration: underline;
}

.suggestion-main-author-link, .suggestion-main-author-link:hover {
	color: #656565;
}

.suggestion-apprecations .unpublish-button {
	color: #858585;
	font-family: Helvetica,Arial,sans-serif;
}

.suggestion .removed span{
	background-color: #E0E0E0;
}