/** Chat CSS. */
.wkwcodc-sup-comment-body {
   background: #d7cad2;
   padding: 2px 10px;
   position: relative;
   border-radius: 5px;
   margin-bottom: 2px;
}
.wkwcodc-message-arrow-self::after {
   border-color: #d7cad2 transparent;
   content: "";
   display: block;
   position: absolute;
   bottom: -10px;
   left: 20px;
   width: 0;
   height: 0;
   border-width: 10px 10px 0 0;
   border-style: solid;
}

.wkwcodc-message-arrow-other::after {
   border-color: #d7cad2 transparent;
   content: "";
   display: block;
   position: absolute;
   bottom: -10px;
   right: 20px;
   width: 0;
   height: 0;
   border-width: 10px 10px 0 0;
   border-style: solid;
}

.wkwcodc-sup-comment-head {
   font-size: 15px;
   font-style: italic;
}
.wkwcodc-message-self {
   text-align: left;
   padding-top: 3px;
}

.wkwcodc-message-other {
   text-align: right;
   padding-top: 3px;
}
#wkwcodc_comment {
   width: 100%;
}
