.table-adaptive .table-row > .row > div > strong, .table-adaptive .table-row > .row > div > p, .table-adaptive .table-row > .row > div > span, .table-adaptive .table-row > .row > div > .area-user, .wapper .monitoring .server p, .wapper .monitoring .server strong, .wapper .monitoring .server a, .block .block_head, .block .block_head_rb, .vertical-navigation li a, #place_for_messages .dialog > div:nth-child(1) div p, #events .event > a:not(.btn), #events .event > span, #top_users a div > span, #companions a div > span, #last_activity > div > p, #last_activity > span > p, #mybans > div > p, #mybans > span > p, #forum .row .col-lg-8 > div h3, #forum .row .col-lg-4 div p, #forum_topics .row .col-lg-9 h3, #forum_topics .row .col-lg-3 div p, .user a[href^="../profile"]:not(:first-child), .user .btn, .detailed-profile > div:nth-child(1) > div span, .detailed-profile table tr td:nth-child(2) span, .detailed-profile ul li a, #stats tr td, #news a.small-new div p {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.comment {
  position: relative;
  padding: 10px 2px 10px 2px; }
.comment > a {
  display: block;
  width: 32px;
  float: left;
}

.comment > a img {
  border-radius: 50%;
    height: 40px;
    width: 40px;
}
.comment > a span {
  width: 100%;
  display: block;
  text-align: center;
  color: #8a94a6;
  line-height: 24px;
  font-size: 10px;
}
.comment .message {
  width: calc(100% - 40px);
  float: right;
  word-wrap: break-word;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
}
.comment .message .info {
  font-size: 13px;
  display: block;
  height: 16px;
}
.comment .message .info .author {
  float: left;
  position: relative;
  cursor: pointer;
}
.comment .message .with_code {
  background: #787878;
  border-radius: 4px 15px 15px 15px;
  padding: 5px 15px;
  display: inline-block;
  font-size: 12px;
  color: #f2f2f2;
}
.comment .message .with_code img {
  max-width: 300px;
}

.comment-hover:hover{
  background: rgba(0, 0, 0, 0.1);
  border-radius: 17px;
  cursor: pointer;
}

.msg_type{
   display: inline-block;
    padding: 0.15em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.15rem;
}