/* Stars */
.averageRatingStat, .alreadyRated {font-size:0.7em;clear: both;display: block; padding:1em 0;}
#starAverage	{margin:15px 0 3px 0; overflow:hidden;}
#starRating .star	{ float: left; }
#starAverage .star	{	float: left;	}
#starIntro .star	{	float: left;	}

/* Comments */
.additionalComments	{
	display: none;
}

/* content rating comment */
#contentRating
{
   border-top: 1px solid #bdc3c7;  
   padding: 40px 0 8px;
   margin-top:30px;
}
.ratingBox{margin-bottom:15px;}
.average {float:left; vertical-align:top;}
.average.lt {width:85px; border-right: 1px solid #CCCCCC; padding-right:10px; min-height: 90px;}
.average.dk{width:115px; margin:0 0 0 9px; min-height: 90px;}
.ratingBox h2,
.reportIssue h2,
.comments h2{font-size:14px; color:#00337f;margin-bottom:20px;}
.ratingBox h3{font-size:12px; color:#979998; font-weight:normal;margin-bottom:10px;}
.ratingBox .dk h3{font-size:12px; color:#979998; font-weight:normal;margin-bottom:10px;}
.reportIssue{float:left; width:166px; vertical-align:top; border-left:1px solid #ccc; padding:0 0 0 10px; min-height: 125px;}
.reportIssue.wide {width:400px; border:none; padding-left:0; margin-left:0; min-height: 85px;}
.reportIssue.wide .issue-intro, .reportIssue.wide .issue-button{float:left; vertical-align:top;}
.reportIssue.wide .issue-button input {margin:0;}
.comments input,
.reportIssue input{
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#00337F;
	font-size:10px;
	padding:3px;
	font-weight:bold;
}
.reportIssue input{
	margin-top:16px;	
}
.comments{}
.comment-intro, .comment-button{ vertical-align:top;}
.comment-intro, .reportIssue.wide .issue-intro {margin-right: 10px;}

.otherComments {clear:both; padding:10px 0;}
.otherComments h3{font-size:12px; border-bottom:1px solid #ccc; text-transform:capitalize; margin-bottom:10px; padding-bottom:10px;}

.comment p.details{font-size:10px; color:#979998;}
.comment p.details b{font-weight:normal;}
.comment p.commentText{margin-bottom:1em;}

p#otherCommentsLink{text-align:right; font-weight:bold;}


#form-comment {
   clear:both;
}

#addCommentWrapper {
   
}