<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#comments_container {

	width: 100%;
}

.comments_title {

	font-size: 1.4em;
  	font-weight: bold;
  	border-bottom: 1px solid black;
  	margin-bottom: 12px;
  	margin-top: 13px;
}

.sg360_comments {
    padding-left:10px;
    width: 97%;
    height: 100%;
}

#sg-community-comments .sg360_comments {
	width: 91%;
}

.sg360_comments_container {
	height: auto;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	padding: 5px;
}

.comment_av_img_container {

  width: 106px;
  height: 100%;
}

.comment_av_img img {

	width: 106px;
  height: 115px;
}

.comment_text_container {
  width: 60%;
  height: 100%;
}

.comment_text {
	margin-left: 10px;
}

.comment_text a {
  font-weight: bold;
  font-size: 1.2em;
}

.scorecard_comment {

	margin-top: 15px;
}

#comments_page_container {
  position: relative;
  width: 96%;
  margin-left: 16px;
}

#comments_header_container {
  position: relative;
}

#post_comment {
  position: absolute;
  right: 0;
  top: 3px;
  margin-top: 1px;
}

#post_comment a {
  color: #a4b800;
}

#post_comment_icon {
  background: url('/images/icons/16x16/comment-icon.png');
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.comment_date {
  font-size: 0.9em;
  color: #b3b3b3;
}

.comment_grey {

  background-color: #EEE;
}

.delete_comment_container {
  position: relative;
  width: 16px;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  margin-top: 25px;
}

.delete_comment {
	cursor: pointer;
	position: absolute;
	bottom: 5px;
	color: #e72525;
	right: 0;
	font-size: 15px;
}</pre></body></html>