﻿.comment-container {
	margin-bottom: 30px;
}

.comment-send-box {
	padding: 15px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
}

	.comment-send-box .form-control::-webkit-input-placeholder {
		color: #bbb !important;
	}

	.comment-send-box .form-control:-moz-placeholder {
		color: #bbb !important;
	}

	.comment-send-box .form-control::-moz-placeholder {
		color: #bbb !important;
	}

	.comment-send-box .form-control:-ms-input-placeholder {
		color: #bbb !important;
	}

.comment-box {
	background-color: white;
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 15px;
}

.comment-header {
}

.comment-sender {
	line-height: 35px;
}

.comment-time {
	color: #999;
	font-size: 12px;
	margin-right: 30px;
}

	.comment-time i {
		vertical-align: sub;
		font-size: 14px;
	}

.comment-des {
	line-height: 250%;
}

.rate-box {
	float: left;
	width: 60px;
	text-align: left;
	margin: 0 2px;
	font-size: 16px;
}

	.rate-box span {
		margin-left: 5px;
		margin-right: 5px;
		vertical-align: sub;
		cursor: pointer;
		opacity: .5;
	}

		.rate-box span:hover {
			opacity: 1;
		}

		.rate-box span[data-type='like'] {
			color: #00d198;
		}

		.rate-box span[data-type='dislike'] {
			color: #ff005e;
		}


.reply-box {
	margin-right: 30px;
	margin-top: 20px;
	padding-right: 10px;
	background-color: transparent;
	border: 0;
	border-right: 3px solid #22A6F0;
}

.reply-header {
}

.reply-sender {
	color: #22A6F0;
}

.reply-time {
	color: #999;
	font-size: 12px;
	margin-right: 30px;
}

	.reply-time i {
		vertical-align: sub;
		font-size: 14px;
	}

.reply-des {
	line-height: 250%;
}
