#commentsWrapper *{
	box-sizing:border-box;
}

#commentsWrapper .note {
	font-style: italic;
}
#commentsWrapper{
	float: left;
	width: 100%;
	max-width: 550px;
}

#commentsWrapper h3{
	font-size: 1.75em;
}

#commentsWrapper h4{
	color:#014898;
	font-weight: 600;
	font-size: 1.5em;
}

#rating {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.ratingBoard {
/* 	float: left; */
}

.ratingBoard > li {
	float: left;	
}

.ratingBoard > li > a {
	float: left;
	width: 100%;
	font-size: 2em;
}

.ratingBoard > li > a.active{
	color:#ffd400;
}
.ratingBoard > li > a:hover{
	color: #89b5e0 !important;
	cursor: pointer !important;
}

.ratingBoard > li > a > .fa-star {
	display: none;
}
.ratingBoard > li > a > .fa-star-o {
	display: block;
}
.ratingBoard > li > a.active > .fa-star {
	display: block;	
	color:#ffd400;
}
.ratingBoard > li > a.hover > .fa-star-o {
	color: #ffd400;
}
.ratingBoard > li > a.active > .fa-star-o {
	display: none;	
}

#currentRating {
	float: left;
	margin-left: 10px;
	font-size: 1em;
	color:#777;
}

.ratingBoard.current li > a:hover{
	cursor: default !important;
}

#currentRating strong {
	font-size: 2em;
	color: black;
	font-weight: 600;
	line-height: .95em;
}
#commentsForm {
	float: left;
	width: 100%;
	margin-top: 20px;
}
#commentsForm .fieldRow {
	float: left;
	width: 100%;	
}
#commentsForm .fieldRow input,
#commentsForm .fieldRow textarea,
#commentsForm .fieldRow a {
	float: left;
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 5px;
	border: solid 1px #ccc;
	border-radius: 2px;
	font-weight: 200;
	font-size: 1em;
	resize: none;
}
#commentsForm .fieldRow a#btn_submit_comment {
	background: #014898;
	border:none;
	border-radius: 2px;
	color: white;
	text-align: center;
	font-size: 1.25em;
}
#ratingForm a#btn_submit_rating{
	float: right;
	padding: 5px 15px;
	background: #014898;
	border:none;
	border-radius: 2px;
	color: white;
	text-align: center;
	font-size: 1.25em;
}
#commentsForm .fieldRow a#btn_submit_comment:hover,
#ratingForm a#btn_submit_rating:hover {
	background: black;
}

#commentsList {
	float: left;
	width: 100%;	
}
.commentWrapper {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ddd;	
}
.comment {
	float: left;
	width: 100%;	
}
.comment .ratingBoard > li > a{
	font-size: 1em !important;	
}

.commentAuthor {
	float: left;
	width: 100%;	
	color: black;
	font-weight: 500;
	font-size: 1.35em;
}
.commentDate {
	float: left;
	padding: 5px 0;
	color: #89b5e0;
	font-size: .95em;
}
