/* Comments */
.nav-tabs>li {
	margin-bottom: -2px;
}
.nav-tabs {
	border-bottom: 2px solid #ccc;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: 2px solid #ccc;
	border-bottom-color: transparent;
}
.commentBox {
	width: 31.25rem;
	height: 9.375rem;
	border: 0.125rem solid #343330;
	
	border-radius: 0.375rem;
	-moz-border-radius: 0.375rem;
	-webkit-border-radius: 0.375rem;
}
#comments  {
	background-color: #f8f8f8;
	margin: 0rem;
	padding: 0rem;
}
#comments > li {
	list-style: none;
}
#comments .isAuthor,
#comments .isAuthor .isAuthor {
	background-color: #fff9df;
}
#comments .isUser,
#comments .isUser .isUser {
	background-color: #ffe5a7;
}
#comments .bar {
	background-color: #ccc;
	height: 1.5625rem;
	line-height: 1.5625rem;
}
#comments .user {
	max-width: 12rem;
}
#comments .commentContent {
	float: left;
}
#comments .bar > .date {
	padding-left: 1.25rem;
	font-size: 0.75rem;
}
#comments .bar > .date > span:hover {
	cursor: pointer;
	text-decoration: underline;
}
#comments .comment {
	padding: 1.25rem;
}
#comments .commentContent {
	float: left;
}
#comments .report {
	margin-top: 0.625rem;
	text-align: center;
	font-size: 0.625rem;
}
#comments .report > a {
	cursor: pointer;
}
#comments #noComments {
	display: none;
	height: 2.5rem;
	padding: 1.25rem 1.25rem 0 1.25rem;
}
#comments .baseThumbnail {
	margin: 1.25rem 1.25rem 1.25rem 0;
}
#toggleComments {
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
}
#postYourComment {
	background-color: #f8f8f8;
	padding: 2.5rem 0 1.25rem 0;
	margin: 0 1.25rem 0 1.25rem;
}
#postYourComment .login {
	padding-bottom: 2.5rem;
	font-size: 1.125rem;
	color: #444444;
	margin-left: 1.25rem;
}
#postYourComment #post{
	width: 53.75rem;
	height: 11.25rem;	
	padding: 0.3125rem;
	display: block;
	margin: 0 0 1.25rem 1.875rem;
}
#postYourComment .reminder {
	margin-bottom: 0.625rem;
	text-align: left;
	margin-left: 2.1875rem;
}
#postYourComment .mainButton {
	margin-bottom: 1.25rem;
}
#pushComment {
	margin-bottom: 1.875rem;
}
#comments #listPagination {
	margin-bottom: 1.25rem;
}
#comments #listPagination a {
	cursor: pointer;
}
#comments #listPagination a:hover {
	color: #fff;
}
.deleteComment {
	cursor: pointer;
}
.deleteComment > img {
	vertical-align: middle;
}
#commentError {
	display: none;
}
.commentError {
	background-color: #ed6767;
}
#postYourComment .mce-panel {
	margin: auto;
}