﻿.commentsContainer {
	margin:20px 0px;
	display:none;
}

.commentsContainer a {
	color:#3b5998;
	text-decoration:none;
	font-weight:normal;
}

.commentsContainer a:hover {
	color:red;
	text-decoration:none;
	font-weight:normal;
}

.addcommentWriter	{
	width:100%;
	font-weight:bold;
	color: black;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

.addcommentTxt {
	height:30px;
	overflow:hidden;
	display:block;
}
.commentBlock {
	margin-top: 4px;
	border-left:2px solid silver;
	padding: 5px;
	background: #edeff4;
	color: black;
	display:block;
	margin:0.3em 0em;
	border-radius:0.5em;	
}

.commentWriter {
	font-weight: bold;
	color: black;
}

.commentWriter a {
	font-weight: normal;
	margin-left:3px;
}

.commentLikers {
	display:none;
	font-weight:normal;
	padding:5px 0px;
	font-style:italic;
}

.commentLiker {
	display:inline-block;
	border:1px solid rgb(228, 225, 225);
	font-weight:normal;
	font-style:normal;
	background-color:#edf0f8;
	padding:0.2rem 0.3rem;
	margin:2px 4px 2px 0px;
	color:black;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

.commentsContainer .commentliker {
	line-height:2.2em;	
}

.commentTxt {
	margin-top:10px;
	color: black;
}

.commentsStatusBlock {
	color: black;
	margin:3px 0px;
}

.commentform {
	color: black;
	margin-top: 5px;
	background: white;
}

#bbsview .commentsContainer{
	padding-bottom:2px;
}


#bbsview .commentsContainer, #bbsview .commentsContainer a, #bbsview .commentsStatusBlock{
	font-size:10px;
	font-weight:normal!important;
	color: #777;
}

#bbsview .commentsStatusBlock span {
	font-weight:normal!important;
}

#bbsview .commentFollow{
	display:none;
}