.showReceiveText {
    text-align: left;
    padding-top: 5px;
}

.showReceiveText div {
    text-align: left;
    height: 36px;
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.showReceiveText span {
    font-size: 13px;
    color: #000000;
    display: inline-block;
    width: calc(100% - 136px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.showReceiveText span.unread {
    color: red;
}

.showReceiveText button {
    font-size: 13px;
    width: 120px;
    height: 26px;
    line-height: 18px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 4px;
}

.showReceiveText button.showExistsReceiveText {
    color: red;
}

.showReceiveText a {
    font-size: 13px;
    margin-right: 10px;
    color: blue;
}

.showReceiveText a:hover {
    color: red;
}

.showReceiveText div.showReceiveTextActions {
    padding-left: 10px;
    padding-top: 5px;
    line-height: 16px;
    height: 16px;
}

.showReceiveText span.showReceiveTextAction {
    display: inline;
}

.showReceiveTextActions a {
    color: blue;
    text-decoration: none;
}

.showReceiveTextActions a:hover {
    color: blue;
    text-decoration: underline;
}

