
.recent-comments-ori {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.recent-comments-ori .sb-type-ln {
    color: #333;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.recent-comment-title {
    position: relative;
    margin-bottom: 10px;
    padding: 8px 3px;
    border-left: solid 30px #6da7ff;
    border-top: 1px solid #6da7ff;
    font-size: 85%;
    background: #fafcff;
}
.recent-comment-title:before {
    font-family: FontAwesome;
    content: "\f27a";
    position: absolute;
    color: #ffffff;
    left: -30px;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 23px;
    margin: auto;
    text-align: center;
}
.recent-comment-date, .recent-comment-date-left {
    color: #ffffff;
    line-height: 1.3;
    margin: 0 auto;
    padding: 2px 6px;
    position: absolute;
    right: 0px;
    top: -9px;
    text-transform: uppercase;
    font-size: .6em;
    background: #6da7ff;
}
.recent-comment-date::before, .recent-comment-date-left::before {
    font-family: FontAwesome;
    content: "\f040";
    padding-right: 3px;
}
.sb-subtype-a .sb-icon {
    float: left;
    margin-right: 8px;
}
.sb-subtype-b .sb-icon {
    float: right;
    margin-left: 8px;
}
.sb-subtype-b  .sb-name {
    float: right;
}
.sb-content {
    font-size: 90%;
    clear: both;
    line-height: 1.46;
    border: solid 1px #ccc;
    padding: 6px;
    border-radius: 3px;
    position: relative;
}
.sb-subtype-a .sb-content::after, .sb-subtype-b .sb-content::after {
    position: absolute;
    content: '';
    border: 4px solid transparent;
    border-bottom: 6px solid #fff;
    top: -10px;
}
.sb-subtype-a .sb-content::before, .sb-subtype-b .sb-content::before {
    position: absolute;
    content: '';
    border: 4px solid transparent;
    border-bottom: 6px solid #ccc;
    top: -11px;
}
.sb-subtype-a .sb-content::after {
    left:  7px;
}
.sb-subtype-a .sb-content::before {
    left:  7px;
}.sb-subtype-b .sb-content::after {
    right: 7px;
}
.sb-subtype-b .sb-content::before {
    right: 7px;
}
.entry-content p a[target="_blank"]::after {
    font-family: 'FontAwesome';
    content: '\f08e';
    font-size: 90%;
    margin: 0 3px;
}
a.no-icon::after {
    display: none;
}
