.disqus_comments_loader {
  background-color: #fff;
  padding: 0 15px;
}

.disqus_comments_loader .disqus_comments_loader_inner {
  background-color: #ccc;
  border-radius: 1.6rem;
  margin-bottom: 1.6rem;
  position: relative;
}

.disqus_comments_loader .disqus_comments_loader_inner a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.disqus_comments_loader .disqus_comments_loader_inner a .disqus-comment-count {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 6px;
  margin-bottom: 4px;
  font-size: 1.6rem;
}

.disqus_comments_loader .disqus_comments_loader_inner a .disqus-comment-count .bubble {
  position: relative;
  width: 35px;
  height: 35px;
  padding: 0;
  background: #666;
  border-radius: 100%;
  color: white;
  display: inline-block;
}

.disqus_comments_loader .disqus_comments_loader_inner a .disqus-comment-count .bubble em {
  font-style: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}

.disqus_comments_loader .disqus_comments_loader_inner a .disqus-comment-count .bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 17px 4px 0;
  border-color: #666 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -2px;
  left: -6px;
  -webkit-transform: rotate(56deg);
      -ms-transform: rotate(56deg);
          transform: rotate(56deg);
}

.disqus_comments_loader .disqus_comments_loader_inner a .disqus-comment-count span {
  display: inline-block;
  position: relative;
  top: -11px;
  margin-left: 8px;
  white-space: nowrap;
  color: #444;
}

.disqus_container {
  margin: 0 15px 15px 15px;
}
