/*dsg-222 rhp external party style*/
.rhp-forum-external-message-item-left:before, .rhp-forum-external-message-item-left:after
    {
    border-style: solid;
    position: absolute;
    height: 0;
    width: 0;
    content: "";
}

.rhp-forum-external-message-item-left {
    border: 1px solid #ea4e8a;
    margin-left: -0.3em;
    width: 100%;
    border-radius:4px;
    background-color:#fce5ee;
}

.rhp-forum-external-message-item-left:before {
    border-color: transparent #ea4e8a transparent transparent;
    border-width: 5px 7px;
    left: -17px;
    top: 6px;
}

.rhp-forum-external-message-item-left:after {
    border-color: transparent #fce5ee transparent transparent;
    border-width: 3px 5px;
    top: 8px;
    left: -13px;
}

.rhp-forum-external-user-name {
    font-family: arial;
    font-size: 12px;
    color: #ea4e8a;
    text-align: left;
}

.rhp-forum-external-thread-font {
    color: #ea4e8a;
    font-weight: bold;
    font-size: 12px;
}

.rhp-forum-external-userlabel {
    white-space: nowrap;
    width: 72px;
    color: #ea4e8a;
    font-family: arial;
    font-size: 12px;
    float: right;
    text-align: right;
}
.rhp-forum-long-name-external-userlabel {
    white-space: nowrap;
    width: 72px;
    overflow: hidden;
    color: #ea4e8a;
    font-family: arial;
    font-size: 14px;
    float: right;
    text-align: left;
    text-overflow:ellipsis;
}


/* rhp parties end*/

