﻿/*------------------------------------/ Comment /--------*/
.comments
{
	margin-bottom: 30px;
}

	.comments .media
	{
		background-color: white;
		border: 1px solid #ddd;
		padding: 15px;
	}

		.comments .media .media-heading
		{
			color: #e84333;
		}

		.comments .media.reply
		{
			margin-right: 30px;
			background-color: transparent;
			border: 0;
			border-right: 3px solid #ddd;
		}

			.comments .media.reply .media-heading
			{
				color: #22A6F0;
			}


.submit_comment
{
	background-color: #ccc;
	padding: 15px;
	margin-bottom: 30px;
	border: 1px solid rgb(160, 160, 160);
}

	.submit_comment textarea
	{
		min-height: initial;
		color: #999;
	}

	.submit_comment .input-group
	{
		margin-bottom: 5px;
	}

	.submit_comment .form-control
	{
		color: #999;
	}

.news_list .row
{
	margin-bottom: 10px;
}
		.rateBox
{
	float: left;
	border: 1px solid #ddd;
	width: 60px;
	text-align: left;
	padding: 2px;
	margin: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.comment-time {
	color:#555;
	font-family: Tahoma;
	font-size: 9pt;
}

.comment-des {
	margin-top: 10px;
	line-height: 200%;
}