﻿.commentRate
{
	text-align: right;
	width: 100px;
}
.commentDate
{
	text-align: right;
	width: 100px;
}
.commentTitle
{
	font-weight: bold;
}
.commentMessage
{
	padding-top: 10px;
	padding-bottom: 10px;
}
.commentMember
{
	font-weight: bold;
	padding-right: 10px;
}
.commentAge
{
	padding-right: 10px;
}

.commentTitle
{
}

.commentContainer
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #bebebe;
	padding-bottom: 5px;
}
