﻿.comment-clear {
  clear: both;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 0px;
  line-height: 0px;
}
.comment,
.comment-mirrored {
  margin-bottom: 16px;
  width: 100%;
}
.comment .avatar-box,
.comment-mirrored .avatar-box {
  float: left;
  width: 20%;
}
.comment .avatar,
.comment-mirrored .avatar {
  background: #fff;
  padding: 4px;
  border: 1px solid #d8d8d8;
  margin-top: 10px;
  position: relative;
}
.comment .username,
.comment-mirrored .username {
  color: #383838;
  font-weight: bold;
  clear: left;
}
.comment .comment-box,
.comment-mirrored .comment-box {
  float: right;
  padding-bottom: 8px;
  width: 80%;
  height: auto;
  background: #fff;
  border: 1px solid #d8d8d8;
  position: relative;
}
.comment .comment-paragraph,
.comment-mirrored .comment-paragraph {
  color: #454545;
  line-height: 14px;
  margin: 4px 10px 0 15px;
  overflow-wrap: break-word;
}
.comment .comment-paragraph:focus,
.comment-mirrored .comment-paragraph:focus {
  outline: none;
}
.comment .reply,
.comment-mirrored .reply {
  font-size: 0.85em;
  color: #b7b7b7;
  margin-left: 23px;
  text-decoration: none;
  margin-top: 8px;
  position: relative;
  padding-bottom: 10px;
}
.comment .reply:before,
.comment-mirrored .reply:before {
  content: url(../images/bubble.png);
  width: 13px;
  height: 11px;
  position: relative;
  left: -7px;
  top: 2px;
}
.comment .date,
.comment-mirrored .date {
  float: right;
  font-size: 0.85em;
  color: #454545;
  margin-top: 0;
  margin-right: 15px;
}
.comment .comment-box:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #ffffff;
  border-bottom: 1px solid #d8d8d8;
  position: absolute;
  top: 24px;
  border-left: 1px solid #d8d8d8;
  left: -8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.comment-mirrored .avatar-box {
  float: right;
  padding-left: 20px;
}
.comment-mirrored .comment-box {
  float: left;
  background: aliceblue;
}
.comment-mirrored .comment-box:after {
  content: '';
  width: 13px;
  height: 13px;
  background: aliceblue;
  border-bottom: 1px solid #d8d8d8;
  position: absolute;
  top: 24px;
  border-right: 1px solid #d8d8d8;
  right: -8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.comments-container {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 300px;
  padding: 20px 0 20px 0;
}
/*# sourceMappingURL=comments.css.map */