.CS3 {
  font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
  /* HTML5 display-role reset for older browsers */
}
.CS3 html,
.CS3 body,
.CS3 div,
.CS3 span,
.CS3 applet,
.CS3 object,
.CS3 iframe,
.CS3 h1,
.CS3 h2,
.CS3 h3,
.CS3 h4,
.CS3 h5,
.CS3 h6,
.CS3 p,
.CS3 blockquote,
.CS3 pre,
.CS3 a,
.CS3 abbr,
.CS3 acronym,
.CS3 address,
.CS3 big,
.CS3 cite,
.CS3 code,
.CS3 del,
.CS3 dfn,
.CS3 em,
.CS3 img,
.CS3 ins,
.CS3 kbd,
.CS3 q,
.CS3 s,
.CS3 samp,
.CS3 small,
.CS3 strike,
.CS3 strong,
.CS3 sub,
.CS3 sup,
.CS3 tt,
.CS3 var,
.CS3 b,
.CS3 u,
.CS3 i,
.CS3 center,
.CS3 dl,
.CS3 dt,
.CS3 dd,
.CS3 ol,
.CS3 ul,
.CS3 li,
.CS3 fieldset,
.CS3 form,
.CS3 label,
.CS3 legend,
.CS3 table,
.CS3 caption,
.CS3 tbody,
.CS3 tfoot,
.CS3 thead,
.CS3 tr,
.CS3 th,
.CS3 td,
.CS3 article,
.CS3 aside,
.CS3 canvas,
.CS3 details,
.CS3 embed,
.CS3 figure,
.CS3 figcaption,
.CS3 footer,
.CS3 header,
.CS3 hgroup,
.CS3 menu,
.CS3 nav,
.CS3 output,
.CS3 ruby,
.CS3 section,
.CS3 summary,
.CS3 time,
.CS3 mark,
.CS3 audio,
.CS3 video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.CS3 article,
.CS3 aside,
.CS3 details,
.CS3 figcaption,
.CS3 figure,
.CS3 footer,
.CS3 header,
.CS3 hgroup,
.CS3 menu,
.CS3 nav,
.CS3 section {
  display: block;
}
.CS3 body {
  line-height: 1;
}
.CS3 ol,
.CS3 ul {
  list-style: none;
}
.CS3 blockquote,
.CS3 q {
  quotes: none;
}
.CS3 blockquote:before,
.CS3 blockquote:after,
.CS3 q:before,
.CS3 q:after {
  content: '';
  content: none;
}
.CS3 table {
  border-collapse: collapse;
  border-spacing: 0;
}
.CS3 body,
.CS3 html,
.CS3 div,
.CS3 blockquote,
.CS3 img,
.CS3 label,
.CS3 p,
.CS3 h1,
.CS3 h2,
.CS3 h3,
.CS3 h4,
.CS3 h5,
.CS3 h6,
.CS3 pre,
.CS3 ul,
.CS3 ol,
.CS3 li,
.CS3 dl,
.CS3 dt,
.CS3 dd,
.CS3 form,
.CS3 a,
.CS3 fieldset,
.CS3 input,
.CS3 th,
.CS3 td {
  margin: 0;
  padding: 0;
  outline: none;
}
.CS3 body {
  font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
.CS3 input[type='text'],
.CS3 input[type='email'],
.CS3 input[type='password'],
.CS3 input[type='url'],
.CS3 textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.CS3 textarea,
.CS3 input[type='url'] {
  outline: none;
  line-height: 20px;
  padding: 6px 9px;
  margin: 6px 0;
  display: block;
  border: 1px solid #ccc;
  font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.CS3 a {
  color: #09f;
  text-decoration: none;
}
.CS3 a.cmnt-btn {
  color: #fff;
  background-color: #09f;
  padding: 9px 20px;
  border: 1px solid #09f;
  border-radius: 3px;
  font: bold 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  -webkit-appearance: none;
}
.CS3 a.cmnt-btn:hover {
  background-color: #0088dd;
  border-color: #0088dd;
}
.CS3 a.cmnt-btn:active {
  background-color: #0077bb;
  border-color: #0077bb;
}
.CS3 a.cmnt-btn.size-30 {
  font-size: 12px;
  padding: 4px 15px;
}
.CS3 a.cmnt-btn.facebook {
  background: #3b5998 url(../img/social-icon-20-fff.png) 0 no-repeat;
  padding-left: 30px;
  padding-right: 10px;
  border-color: #3b5998;
}
.CS3 a.cmnt-btn.grey {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.CS3 a.cmnt-btn.grey:hover {
  background-color: #f4f4f4;
}
.CS3 a.cmnt-btn.grey:active {
  background-color: #eee;
  color: #000;
}
.CS3 a.cmnt-btn.disabled,
.CS3 a.cmnt-btn.disabled:hover,
.CS3 a.cmnt-btn.disabled:active {
  background-color: #09f;
  border-color: #09f;
  cursor: default;
}
.CS3 a.cmnt-btn.grey.disabled {
  background-color: #f4f4f4;
  border-color: #d4d4d4;
  color: #999;
  cursor: default;
}
.CS3 a.cmnt-btn.grey.disabled:hover {
  background-color: #f4f4f4;
  border-color: #d4d4d4;
}
.CS3 a.cmnt-btn.link {
  border-color: transparent;
  color: #999;
}
.CS3 a.cmnt-btn.link:hover {
  background-color: transparent;
}
.CS3 .inline-icon {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}
.CS3 .inline-icon .dot-menu {
  width: 4px;
  height: 16px;
  position: absolute;
  margin-left: -2px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
}
.CS3 .inline-icon .dot-menu .dot-1,
.CS3 .inline-icon .dot-menu .dot-2,
.CS3 .inline-icon .dot-menu .dot-3 {
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #999;
  border-radius: 2px;
}
.CS3 .inline-icon .dot-menu .dot-2 {
  top: 6px;
}
.CS3 .inline-icon .dot-menu .dot-3 {
  top: 12px;
}
.CS3 .inline-icon .arrow-head-s {
  display: block;
  width: 0;
  border-top: 5px solid #999;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -4px;
}
.CS3 .inline-icon .flag {
  width: 20px;
  height: 20px;
  background: url(../img/comment-flag.png) no-repeat;
}
.CS3 .inline-icon .remove {
  width: 20px;
  height: 20px;
  background: url(../img/comment-remove-1.png) no-repeat;
}
.CS3 .spinner-here {
  height: 40px;
  opacity: 0.4;
  background: url(../img/spin-white.gif) center no-repeat;
}
.CS3 .tab-bar {
  height: 43px;
  border-bottom: 1px solid #ddd;
}
.CS3 .tab-bar-left {
  float: left;
}
.CS3 .tab-bar-right {
  float: right;
  cursor: pointer;
}
.CS3 .tab-bar-right .tab {
  float: left;
}
.CS3 .overflow-menu .comment-pop-menu {
  top: 49px;
}
.CS3 .tab-bar-right .overflow-menu {
  float: right;
  padding: 12px 0;
  position: relative;
}
.CS3 .tab-bar h3 {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 0;
}
.CS3 .tab-bar ul.tab {
  list-style-type: none;
  overflow: hidden;
}
.CS3 .tab-bar .tab li {
  float: left;
}
.CS3 .tab-bar ul.tab a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #999;
  line-height: 20px;
  padding: 12px;
}
.CS3 .tab-bar ul.tab a:hover {
  color: #000;
}
.CS3 .tab-bar ul.tab li.active a {
  color: #000;
  border-bottom: 2px solid #09f;
  padding-bottom: 10px;
}
.CS3 .comment-embed {
  margin-top: 10px;
  min-height: 300px;
}
.CS3 .comment-section-title {
  position: relative;
}
.CS3 .comment-section-title h3 {
  font-size: 13px;
  float: left;
  line-height: 20px;
}
.CS3 .comment-section-title a.logout {
  color: #999;
  font-weight: normal;
  font-size: 12px;
  margin-left: 10px;
}
.CS3 .comment-section-title .sorting,
.CS3 .comment-section-title .moderation,
.CS3 .comment-generic-function {
  float: right;
  line-height: 20px;
  color: #999;
  position: relative;
  margin-left: 20px;
}
.CS3 .comment-section-title a.menu-trigger {
  color: #999;
  font-weight: bold;
  overflow: hidden;
}
.CS3 .comment-section-title span.label {
  display: block;
  float: left;
}
.CS3 span.drop {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: url(../img/dropdown.png) 0 -20px no-repeat;
  opacity: 0.3;
}
.CS3 a.menu-trigger:hover,
.CS3 a.menu-trigger.selected {
  color: #000;
}
.CS3 a.menu-trigger:hover span.drop {
  opacity: 1;
}
.CS3 a.menu-trigger.selected span.drop {
  opacity: 1;
  background: url(../img/dropdown.png) 0 -40px no-repeat;
}
.CS3 .comment-section-title .sorting p {
  overflow: hidden;
}
.CS3 .comment-section-title .sorting .menu-trigger {
  margin-left: 5px;
  float: left;
}
.CS3 .comment-pop-menu {
  position: absolute;
  min-width: 140px;
  top: 20px;
  right: 5px;
  z-index: 1;
}
.CS3 .moderation .comment-pop-menu {
  width: 180px;
}
.CS3 .comment-pop-menu ul {
  list-style-type: none;
  overflow: hidden;
  padding: 5px 0;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
}
.CS3 .comment-pop-menu a {
  display: block;
  color: #777;
  background-color: #fff;
  line-height: 30px;
  padding: 0 15px;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
}
.CS3 .comment-pop-menu a:hover {
  background-color: #f4f4f4;
  color: #333;
}
.CS3 .comment-pop-menu a:active {
  background-color: #eee;
  color: #000;
}
.CS3 .comment-pop-menu a span.icon {
  float: right;
}
.CS3 .comment-generic-function {
  border-left: 1px solid #eee;
  margin-left: 10px;
}
.CS3 .menu-trigger:hover .dot-menu .dot-1,
.CS3 .menu-trigger:hover .dot-menu .dot-2,
.CS3 .menu-trigger:hover .dot-menu .dot-3,
.CS3 .menu-trigger.selected .dot-menu .dot-1,
.CS3 .menu-trigger.selected .dot-menu .dot-2,
.CS3 .menu-trigger.selected .dot-menu .dot-3 {
  background-color: #000;
}
.CS3 .comment-section-spacer {
  height: 1px;
  margin: 0 auto 30px;
}
.CS3 .comment-entry {
  position: relative;
  padding-top: 10px;
}
.CS3 .comment-entry.indent-1 {
  margin-left: 20px;
  padding-top: 0px;
  border-bottom: none;
}
.CS3 .comment-entry.indent-1 .payload {
  margin-left: 40px;
}
.CS3 .comment-entry.indent-1 .avatar,
.CS3 .comment-entry.indent-1 .avatar .image-container,
.CS3 .comment-entry.indent-1 .avatar img {
  width: 30px;
  height: 30px;
}
.CS3 .comment-entry .avatar {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.CS3 .comment-entry .avatar .image-container {
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}
.CS3 .comment-entry .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.CS3 .comment-entry .payload {
  margin-left: 60px;
  padding-bottom: 10px;
}
.CS3 .comment-entry .payload .info {
  font-size: 11px;
  line-height: 20px;
  color: #999;
  margin-top: -4px;
}
.CS3 .comment-entry .payload .username,
.CS3 .comment-entry .payload .status {
  font-weight: bold;
  font-size: 13px;
  color: #000;
}
.CS3 .comment-entry .payload .username:hover {
  text-decoration: underline;
}
.CS3 .comment-entry .payload .img-embed {
  margin-right: 10px;
  display: block;
}
.CS3 .comment-entry .payload .img-embed img {
  max-width: 100%;
  max-height: 400px;
  width: auto;
}
.CS3 .comment-entry .info .username,
.CS3 .comment-entry .info .status,
.CS3 .comment-entry .info .badge,
.CS3 .comment-entry .info .points,
.CS3 .comment-entry .info .time {
  vertical-align: middle;
}
.CS3 .comment-entry .info .status .emoji {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-bottom: -3px;
}
.CS3 .comment-entry .info .badge,
.CS3 .comment-entry .info .meta {
  margin-left: 8px;
}
.CS3 .comment-entry .info .label {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #00B22D;
  font-size: 11px;
}
.CS3 .comment-entry .info .points {
  color: #999;
}
.CS3 .comment-entry .info .points.selected {
  color: #08f;
  font-weight: bold;
}
.CS3 .comment-entry .info a.time {
  color: #999;
}
.CS3 .comment-entry .info a.time:hover {
  color: #000;
}
.CS3 .comment-entry .payload .content {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.CS3 .comment-entry .payload .action {
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  color: #999;
}
.CS3 .comment-entry .action a {
  color: #999;
  font-weight: bold;
}
.CS3 .comment-entry .action a:hover {
  color: #777;
}
.CS3 .comment-entry .action .vote-buttons,
.CS3 .comment-entry .action .reply,
.CS3 .comment-entry .action .message,
.CS3 .comment-entry .action .delete,
.CS3 .comment-entry .action .admin {
  display: block;
  float: left;
  margin-right: 10px;
}
.CS3 .comment-entry .action .admin {
  color: #eee;
}
.CS3 .comment-entry .action .seperator {
  display: none;
  float: left;
  width: 1px;
  background-color: #eee;
  height: 14px;
  margin: 3px 5px 0 7px;
}
.CS3 .comment-entry .action .vote-buttons span.count {
  float: left;
  font-weight: bold;
  margin-right: 5px;
  height: 20px;
  line-height: 20px;
  display: none;
}
.CS3 .comment-entry .action .vote-buttons.up .count {
  color: #00a256;
}
.CS3 .comment-entry .action .vote-buttons.down .count {
  color: #fe2232;
}
.CS3 .comment-entry .action .vote-buttons .up,
.CS3 .comment-entry .action .vote-buttons .down {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  text-indent: -9999px;
  float: left;
  position: relative;
  margin-right: 10px;
}
.CS3 .comment-entry .action .vote-buttons .icn-up,
.CS3 .comment-entry .action .vote-buttons .icn-down {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
}
.CS3 .comment-entry .action .vote-buttons span.label {
  display: none;
  float: left;
}
.CS3 .comment-entry .action .vote-buttons.up span.label {
  color: #00a256;
}
.CS3 .comment-entry .action .vote-buttons .icn-up {
  background: url(../img/comment-sprite.png) no-repeat 0px 0px;
}
.CS3 .comment-entry .action .vote-buttons .down {
  background: url(../img/comment-sprite.png) no-repeat -20px 0px;
}
.CS3 .comment-entry .action .vote-buttons .up:hover .icn-up {
  background: url(../img/comment-sprite.png) no-repeat 0 -20px;
}
.CS3 .comment-entry .action .vote-buttons .down:hover .icn-down {
  background: url(../img/comment-sprite.png) no-repeat -20px -20px;
}
.CS3 .comment-entry .action .vote-buttons.up .icn-up,
.CS3 .comment-entry .action .vote-buttons.up .up:hover .icn-up {
  background: url(../img/comment-sprite.png) no-repeat 0 -40px;
}
.CS3 .comment-entry .action .vote-buttons.down .icn-down,
.CS3 .comment-entry .action .vote-buttons.down .down:hover .icn-down {
  background: url(../img/comment-sprite.png) no-repeat -20px -40px;
}
.CS3 .comment-entry .action .bubble {
  display: block;
  visibility: collapse;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  width: 60px;
  border-radius: 3px;
  text-indent: 0;
  text-align: center;
  position: absolute;
  margin-top: -50px;
  left: 50%;
  margin-left: -20px;
  opacity: 0;
}
.CS3 .comment-entry .action a.down .bubble {
  width: 80px;
  margin-left: -30px;
}
.CS3 .comment-entry .action .bubble .drop {
  display: block;
  position: absolute;
  width: 0;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  left: 50%;
  margin-left: -4px;
}
.CS3 .comment-entry .action a.up:hover .bubble,
.CS3 .comment-entry .action a.down:hover .bubble {
  visibility: visible;
  opacity: 1;
}
.CS3 .comment-entry .extra-menu {
  position: absolute;
  top: 10px;
  right: 0;
}
.CS3 .comment-entry.indent-1 .extra-menu {
  top: 0;
}
.CS3 .comment-entry .extra-menu a.flag-button,
.CS3 .comment-entry .extra-menu a.remove-button {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}
.CS3 .comment-entry .extra-menu .inline-icon,
.CS3 .comment-entry .menu-trigger span.drop {
  opacity: 0;
}
.CS3 .comment-entry:hover .inline-icon,
.CS3 .comment-entry:hover .menu-trigger span.drop {
  opacity: 0.3;
}
.CS3 .comment-entry .extra-menu .inline-icon:hover,
.CS3 .comment-entry .menu-trigger:hover span.drop,
.CS3 .comment-entry .menu-trigger.active span.drop {
  opacity: 1;
}
.CS3 .comment-entry.collapse {
  padding-top: 0;
  display: none;
  /*--temp--*/
}
.CS3 .collapsed-comment {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  margin-left: 40px;
  margin-bottom: 10px;
  color: #000;
}
.CS3 .collapsed-comment:hover {
  text-decoration: underline;
}
.CS3 .collapsed-comment.loading {
  opacity: 0.5;
  text-decoration: none;
  cursor: default;
}
.CS3 .dot-collapse {
  width: 30px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -12px;
}
.CS3 .dot-collapse .dot-1,
.CS3 .dot-collapse .dot-2,
.CS3 .dot-collapse .dot-3 {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #aaa;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
.CS3 .dot-collapse .dot-1 {
  left: 5px;
}
.CS3 .dot-collapse .dot-2 {
  left: 9px;
}
.CS3 .dot-collapse .dot-2 {
  left: 13px;
}
.CS3 .dot-collapse .dot-3 {
  left: 21px;
}
.CS3 .comment-entry.view-more {
  padding: 0;
}
.CS3 .comment-entry.view-more .view-more-button {
  color: #999;
  display: block;
  height: 30px;
  padding: 0 10px;
  overflow: hidden;
}
.CS3 .comment-entry.view-more .view-more-button:hover {
  background-color: #f8f8f8;
}
.CS3 .comment-entry.view-more span.drop {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  background: url(../img/dropdown.png) 0 -20px no-repeat;
  opacity: 0.3;
}
.CS3 .comment-entry.view-more span.label {
  display: block;
  float: left;
  line-height: 20px;
  padding: 5px 0;
  font-size: 12px;
  margin-right: 5px;
}
.CS3 .comment-box.first {
  border-top: none;
  padding-top: 10px;
}
.CS3 .comment-box.indent-1 {
  margin-left: 20px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.CS3 .comment-box.indent-1 .avatar,
.CS3 .comment-box.indent-1 .avatar .image-container,
.CS3 .comment-box.indent-1 .avatar img {
  width: 30px;
  height: 30px;
}
.CS3 .comment-box.indent-1 .payload {
  margin-left: 40px;
}
.CS3 .comment-box .avatar {
  float: left;
  overflow: hidden;
}
.CS3 .comment-box .avatar .image-container {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #f4f4f4;
}
.CS3 .comment-box .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.CS3 .comment-box .payload {
  margin-left: 60px;
}
.CS3 .comment-box .payload textarea,
.CS3 .comment-box .payload input[type='url'] {
  width: 100%;
  margin: 0;
  height: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0;
  line-height: 1.6em;
  cursor: pointer;
}
.CS3 .comment-box .payload input[type='url'] {
  cursor: text;
}
.CS3 .comment-box .payload input[type='url'].focus {
  border-bottom: none;
}
.CS3 .comment-box .payload .textarea-container textarea.focus,
.CS3 .comment-box.indent-1 .payload .textarea-container textarea {
  height: 50px;
  cursor: text;
  border-bottom: none;
}
.CS3 .comment-box .action {
  height: 30px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-top-color: #eee;
}
.CS3 .comment-box .action:before,
.CS3 .comment-box .action:after {
  display: table;
  content: '';
}
.CS3 .comment-box .action:after {
  clear: both;
}
.CS3 .comment-box .action .lhs {
  float: left;
}
.CS3 .comment-box .action .rhs {
  float: right;
}
.CS3 .comment-box .action .cmnt-reaction,
.CS3 .comment-box .action .cmnt-image {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  text-indent: -999px;
  overflow: hidden;
  margin-right: 10px;
}
.CS3 .comment-box .action .cmnt-reaction {
  background: url('../img/comment-action-sprite.png') 0 0 / 60px 60px no-repeat;
}
.CS3 .comment-box .action .cmnt-image {
  background: url('../img/comment-action-sprite.png') -30px 0 / 60px 60px no-repeat;
}
.CS3 .comment-box .action .cmnt-reaction:hover {
  background: url('../img/comment-action-sprite.png') 0 -30px / 60px 60px no-repeat;
}
.CS3 .comment-box .action .cmnt-image:hover {
  background: url('../img/comment-action-sprite.png') -30px -30px / 60px 60px no-repeat;
}
.CS3 .comment-box .action .cmnt-reaction.disabled,
.CS3 .comment-box .action .cmnt-image.disabled {
  cursor: default;
  opacity: 0.2;
}
.CS3 .comment-box .action .cmnt-identity {
  display: block;
  float: left;
  height: 30px;
  line-height: 28px;
}
.CS3 .comment-box.reaction .action .cmnt-btn.grey {
  margin-left: 0;
  padding: 4px 0;
}
.CS3 .comment-box .post-anonymously {
  float: left;
  height: 30px;
  line-height: 31px;
  color: #999;
}
.CS3 .comment-box .post-anonymously input[type='checkbox'] {
  margin-right: 5px;
}
.CS3 .comment-box .action .cmnt-btn {
  margin-left: 10px;
}
.CS3 .comment-box .action .word-count {
  float: left;
  height: 30px;
  line-height: 31px;
  color: #999;
}
.CS3 .comment-box .action .word-count.red {
  color: #fe2232;
  font-weight: bold;
}
.CS3 .comment-box .action .submit-comment,
.CS3 .comment-box .action .submit-reaction {
  float: left;
}
.CS3 .comment-box .cmnt-image-container {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px;
}
.CS3 .comment-box .cmnt-image-container:before,
.CS3 .comment-box .cmnt-image-container:after {
  display: table;
  content: '';
}
.CS3 .comment-box .cmnt-image-container:after {
  clear: both;
}
.CS3 .comment-box .img-container {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  background-color: #f4f4f4;
  margin-right: 10px;
  overflow: hidden;
}
.CS3 .comment-box .img-container img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.CS3 .comment-box .img-container.loading img {
  opacity: 0.2;
}
.CS3 .comment-box .img-container.loading .spinner-here {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url('../img/spin-f4f4f4.gif') no-repeat;
}
.CS3 .comment-box .img-container .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.CS3 .comment-box .img-container:hover .overlay {
  display: block;
}
.CS3 .comment-box .img-container .btn-delete {
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.5) url('../img/icn-remove-fff.png') 0 0 no-repeat;
  text-indent: -999px;
  overflow: hidden;
  border-radius: 2px;
  top: 10px;
  right: 10px;
  position: absolute;
}
.CS3 .comment-box.loading {
  opacity: 0.5;
}
.CS3 .comment-box .notice-message {
  margin: 0 0 10px;
}
.CS3 .comment-pagination {
  margin: 20px auto;
}
.CS3 .comment-pagination a.more {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.CS3 .comment-pagination a.more span.label {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  padding-right: 20px;
  color: #08f;
}
.CS3 .comment-pagination a.more:hover span.label {
  opacity: 1;
}
.CS3 .comment-permalink {
  color: #999;
}
.CS3 .tooltipsy {
  padding: 10px;
  max-width: 200px;
  color: #fff;
  background-color: rgba(34, 34, 34, 0.95);
  font-size: 12px;
  line-height: 1.4em;
  margin-top: -1px;
}
.CS3 .tooltipsy a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.CS3 .notice-message {
  background-color: #f4f4f4;
  border-radius: 3px;
  padding: 14px 16px;
  margin: 20px auto;
  position: relative;
}
.CS3 .notice-message p {
  line-height: 20px;
  font-weight: bold;
}
.CS3 .notice-message p.align-center {
  text-align: center;
}
.CS3 .notice-message p a:hover {
  text-decoration: underline;
}
.CS3 .notice-message .btn-container {
  margin: 16px 0 8px;
}
.CS3 .notice-message .btn-container a.btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 16px;
  background-color: #09f;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
}
.CS3 .notice-message .btn-container a.btn:hover {
  background-color: #08d;
}
.CS3 .notice-message .btn-container a.btn:active {
  background-color: #07d;
}
.CS3 .notice-message a.close-btn {
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  right: 0px;
  top: 0px;
  color: #999;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
}
.CS3 .notice-message a.close-btn:hover {
  color: #666;
}
.CS3 .notice-message.error {
  background-color: #fa114f;
  color: #fff;
}
.CS3 .notice-message.error a.close-btn {
  color: rgba(0, 0, 0, 0.4);
}
.CS3 .notice-message.error a.close-btn:hover {
  color: rgba(0, 0, 0, 0.8);
}
.CS3 span.badge,
.CS3 a.badge {
  display: inline-block;
  height: 12px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -999px;
  overflow: hidden;
  vertical-align: middle;
}
.CS3 span.badge.size-24,
.CS3 a.badge.size-24 {
  height: 24px;
  width: 50px;
}
.CS3 span.badge.pro,
.CS3 a.badge.pro {
  background-image: url('../img/pro-badge-24.png');
}
@media all and (max-width: 415px) {
  .CS3 .comment-box .action .cmnt-reaction,
  .CS3 .comment-box .action .cmnt-image,
  .CS3 .comment-box .action .cmnt-identity {
    display: none;
  }
}
.CS3 .align-center {
  text-align: center;
}
.CS3 .clearfix:before,
.CS3 .clearfix:after {
  content: ' ';
  display: table;
}
.CS3 .clearfix:after {
  clear: both;
}
.CS3 .hide {
  display: none !important;
}
.CS3 .notice-message .btn-container a.btn {
  max-width: 200px;
}
.CS3 h3 {
  font-weight: bold;
}
.CS3 .spinner-here {
  margin: 21px auto;
}
.CS3 .collapsed-comment.loading {
  text-align: left;
  margin-bottom: 0;
}
.CS3 .cmnt-identity select {
  padding: 0;
  height: 20px;
  font-weight: normal;
}
.CS3 .comment-box .action {
  height: auto;
}
.CS3 .comment-entry .payload .img-embed {
  display: inline-block;
}
@media all and (max-width: 800px) {
  .CS3 .comment-entry .extra-menu .inline-icon,
  .CS3 .comment-entry .menu-trigger span.drop,
  .CS3 .comment-entry:hover .inline-icon,
  .CS3 .comment-entry:hover .menu-trigger span.drop {
    opacity: 1;
  }
}
.CS3 .comment-entry .payload .content {
  word-break: normal;
  /* legacy name */
  word-wrap: break-word;
  /* new name as per the CSS3 spec */
  overflow-wrap: break-word;
}
