.mod_teamspeak3 {
    overflow: auto;
}

.mod_teamspeak3 .nickname {
    display: none;
}

.mod_teamspeak3 table .corpus {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mod_teamspeak3 table .suffix {
    text-align: right;
}

.mod_teamspeak3.tip-wrap .avatar {
    max-width: 100%;
}