.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comments-container {
  max-height: 500px;
  min-height: 500px;
  overflow: auto;
  margin-bottom: 10px;
  background: none;
}
.comment {
  width: 244px;
  min-height: 120px;
  padding: 0 3px;
  position: relative;
  margin: 0px 20px 5px 0px;
  float: left;
  font-size: 13px;
  font-family: 'Gueda', sans-serif;
  color: #555;
}
.context-container,
.header {
  height: 20px;
  margin-top: 5px;
  clear: both;
}
.context-marker {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #ccc;
  margin: 2px;
  margin-top: 4px;
  float: right;
  cursor: pointer;
}
.context-marker.current {
  background-color: #999;
}
.context-body {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 5px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
}
.context-body > .question {
  font-size: 10px;
  color: #999;
  text-align: center;
  max-height: 20px;
  overflow: hidden;
}
.context-body > .answer {
  margin-top: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  max-height: 20px;
  overflow: hidden;
}
.star-comment {
  padding-left: 5px;
  padding-right: 2px;
  float: right;
  cursor: pointer;
}
.star-comment i {
  color: #ccc;
  font-size: 16px;
}
.starred {
  background-color: #fffce9;
}
.starred .star-comment i {
  color: goldenrod;
}
.search-bold {
  font-weight: bold;
  background-color: lightGoldenrodYellow;
}
.body {
  word-wrap: break-word;
}
.body .icon-quote-left,
.body .icon-quote-right {
  font-size: 17px;
}
#comments-pagination .disabled {
  color: #ccc;
  cursor: default;
}
#comments-pagination .disabled:hover {
  text-decoration: none !important;
}
#comments-pagination span {
  cursor: pointer;
  padding: 3px;
}
#comments-pagination .first:hover,
#comments-pagination .last:hover {
  text-decoration: underline;
}
.brush .extent {
  stroke: #fff;
  fill-opacity: .125;
  shape-rendering: crispEdges;
}
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.axis text {
  font: 10px sans-serif;
}
.bar rect {
  shape-rendering: crispEdges;
}
.bar text {
  fill: none;
}
#metric-chart .title {
  height: 20px;
}
.ellipsis {
  cursor: pointer;
  z-index: 30;
  display: inline-block;
  color: gold;
  padding: 0 6px;
}
.comment .body .ellipsis {
  color: inherit;
  font-size: 16px;
}
.current-colorby {
  font-weight: 600;
}
.author {
  float: left;
  font-size: 90%;
  color: #999 !important;
  font-weight: lighter;
}
.author .ellipsis {
  color: #999 !important;
}
