.PostCommentContainer {
    width:100%;
    padding:10px;
}

.PostCommentsTitle{
    font-size: 18px;
    line-height: 18px;
    width:99%;
    color:#000000;
    padding-bottom:5px;
    padding-top:5px;
    text-decoration: none;
}

.PostCommentsPost {
	padding-top:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	float: left;
	width: 100%;
}

.PostCommentsName {
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	width: 100%;
	padding-bottom: 5px;    
}

.PostCommentsDateTime {
    float:right;    
    font-size: 16px;
    line-height: 16px;
    color: #7bc7dd;
    font-weight: bold;
    width: 20%;
    text-align: right;
	padding-bottom: 5px;  
}

.PostCommentsBody {
	padding-bottom: 10px;
	/*float: left;*/
}

.PostCommentsPages {
	width:99%;
	color: #327cb4;
	padding-bottom:35px;
	padding-top:5px;
	margin-top:30px;
	font-size: 22px;
	line-height: 40px;
}

.PostCommentsInputFieldsTitles{
}

.PostCommentsInputFields{
    width:220px;
}

.PostCommentsImege{
	float: left;
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	clear: both;
}
.quotation_class{
	font-weight: bold;
	font-size: 20px;
	color: #003A5E;
	padding-top: -3;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}