.cs-hidden {
	display: none;
}

.cs-comments {
	margin-top: 10px;
	font-family: sans-serif;
}

.cs-stream {
	margin-top: 5px;
	margin-bottom: 5px;
}

.cs-comment {
	position: relative;
	overflow: hidden;
}

.cs-reply-comment {
	margin-top: 10px;
	margin-left: 30px;
}

.cs-comment-header {
	padding-top: 2px;
	padding-bottom: 2px;
}

.cs-head-comment > .cs-comment-header {
	border-top: 1px solid #00a7d8;
}

.cs-target-comment .cs-comment-header {
	border: 2px solid #0f0;
}

.cs-expanded .cs-comment-header {
	background-color: #e4f1ff;
}

.cs-collapsed .cs-comment-header {
	background-color: #eee;
	margin-bottom: 10px;
}

.cs-reply-comment > .cs-comment-header {
	background-color: #f5faff;
}

.cs-comment-header-left {
	display: inline-block;
	vertical-align: middle;
}

.cs-comment-header-center {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}

.cs-comment-header-right {
	display: inline-block;
	float: right;
}

.cs-avatar {
	height: 48px;
	padding: 5px;
}

.cs-comment-title {
	font-size: 1.14em;
	font-weight: bold;
}

.cs-comment-author {
	font-size: 0.86em;
}

.cs-comment-author-anonymous {
	font-style: italic;
	opacity: 0.8;
	color: #555;
}

.cs-comment-author a {
	font-weight: bold;
	color: #00a7d8;
}

.cs-comment-details {
	font-size: 0.86em;
	opacity: 0.8;
	color: #555;
}

.cs-voting-span {
	padding-left: 20px;
	padding-right: 20px;
}

.cs-vote-up-count,
.cs-vote-down-count {
	position: relative;
	margin-left: -5px;
}

.cs-comment-body {
	margin-bottom: 5px;
	font-size: 1em;
}

.cs-edit-box {
	position: relative;
	background-color: #e4f1ff;
	padding: 5px 5px 5px 5px;
	margin-bottom: 7px;
}

.cs-reply-edit-box {
	margin-left: 30px;
}

.cs-title-edit-field {
	border-radius: 2px;
	border-width: 1px;
	border-color: #00a7d8;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	font-family: sans-serif;
	font-size: 1.14em;
	font-weight: bold;
}

.cs-body-edit-field {
	border-radius: 2px;
	border-width: 1px;
	border-color: #00a7d8;
	width: 100%;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	font-family: sans-serif;
	font-size: 1em;
}

.cs-comments div.ve-ce-branchNode {
	border: 1px solid #00a7d8;
	margin-bottom: 5px;
}
