a.show-comments{
	padding: 8px 15px;
	color: #7b7b7b;
	font-size: 12px;
	display: block;
	border-top: 1px solid #f3fbfd;
	cursor: pointer;
	transition: background-color .3s;
	-moz-transition: background-color .3s;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
}
a.show-comments:hover{
	background-color: #f3fbfd;
}
a.show-comments.empty{
	color: #aaaaaa;
}
a.show-comments:not(.empty) span.fa{
	color: #00a7d1;
}
a.show-comments i{
	color: #9b9b9b;
	font-size: 11px;
}
a.show-comments b{
	color: #555555;
}
div.comments-box{
	padding: 0 15px 10px 15px;
	background-color: #f2f2f2;
	border-top: 1px solid #dddddd;
	overflow: hidden;
}
div.comments-box.hidden{
	display: none;
}
div.comments-box div.comments-show-more{
	display: none;
	font-size: 11px;
	color: #0398c0;
	line-height: 22px;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}
div.comments-box form{
	width: 100%;
	border: 1px solid #dddddd;
	background-color: white;
	position: relative;
	margin: 0;
	padding: 0;
}
div.comments-box form textarea{
	outline: none;
	width: 100%;
	resize: none;
	border: none;
	margin: 0;
	padding: 4px 30px 4px 4px;
	font-size: 15px;
	color: #555;
	font-family: inherit;
	box-sizing: border-box;
	-moz-box-sizing: -moz-border-box;
}
div.comments-box form a.submit{
	color: #dddddd;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 20px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	cursor: pointer;
}
div.comments-box form a.submit:hover,
div.comments-box form a.submit:focus{
	color: #00a7d1;
}
div.comments-box form span.busy{
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 20px;
	color: orange;
	display: none;
}
div.comments-box form.busyGet a.submit,
div.comments-box form.busyAdd a.submit,
div.comments-box form.busyModerate a.submit{
	display: none;
}
div.comments-box form.busyGet span.busy,
div.comments-box form.busyAdd span.busy,
div.comments-box form.busyModerate span.busy{
	display: block;
}
div.comments-box div.comment{
	padding: 10px 0 0 0;
	clear: both;
}
div.comments-box div.comment section.panel.comment-avatar{
	width: 47px;
}
div.comments-box div.comment section.panel.comment-comment{
	width: 100%;
}
div.comments-box div.comment a[user=avatar]{
	width: 32px;
	height: 32px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	display: block;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	margin-right: 15px;
	margin-left: 0;
}
div.comments-box div.comment p{
	padding: 0;
	font-size: 12px;
	margin: 0;
	color: #686868;
	line-height: 17px;
}
div.comments-box div.comment p b{
	color: #1b3b54;
	margin-right: 5px;
}
div.comments-box div.comment i.info{
	color: #979797;
	font-size: 10px;
}
div.comments-box div.comment i.info a{
	text-decoration: none;
	color: #00a7d1;
	float: right;
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
}
div.comments-box div.comment:not(:hover) i.info a{
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
