.history-reply {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.history-reply:last-child {
    border-bottom: none;
}

.history-reply .text-muted {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}

.table-replies {
    margin: 0;
}

.table-replies td {
    vertical-align: middle !important;
}

.table-replies .reply-content {
    min-width: 300px;
    white-space: pre-wrap;
    word-break: break-all;
}

.table-replies .reply-time {
    width: 160px;
    color: #666;
}

.table-replies .admin-name {
    width: 100px;
} 