/* Comments Widget Plus
----------------------------*/

.cwp-author-link {
	font-family: 'PT Sans Narrow', sans-serif;
    font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 14px;
}

.cwp-author-link  a {
    color: #007fc8;
	font-weight: normal;
}

.cwp-author-link  a:hover {
	color: #1A8BF4;
}

.cwp-on-text {
	font-family: 'PT Sans Narrow', sans-serif;
    font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 14px;
}

.cwp-comment-link {
	font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
	font-style: normal;
	font-size: 14px;
	line-height: 12px;
}

.cwp-comment-link:after {
	content: ":";
}

.cwp-comment-excerpt {
	display: block;
	margin-top: 6px;
	padding-left: 5px;
	border-left: 1px dotted #007fc8;
	font-family: 'Verdana', sans-serif;
    font-weight: normal;
	font-style: normal;
	font-size: 11px;
	line-height: 13px;
	word-wrap: break-word;
}