<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================================ */
/* COMMENT BUBBLES */
/* (main.scss) */
/* ================================================================================ */
.comment-bubble-container {
  margin-bottom: 5px; }
  .comment-bubble-container .com-count {
    background: #336699;
    font-size: 0.75em;
    color: white;
    font-weight: bold;
    padding: 0 7px;
    line-height: 21px;
    height: 21px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
    margin-right: 5px;
    position: relative; }
    .comment-bubble-container .com-count:after {
      display: block;
      content: "";
      height: 7px;
      width: 100%;
      background: url(../../images/bubble-bottom_x2.png) right bottom no-repeat;
      background-size: 10px 7px;
      position: absolute;
      right: 4px;
      top: 21px; }
    .comment-bubble-container .com-count a {
      color: white; }
  .comment-bubble-container .com-label {
    font-weight: bold; }</pre></body></html>