.shoutbox-text {
    word-break: normal;
    overflow-wrap: break-word;
}

img.avatar {
    height: 30px;
    width: 30px;
    transition: transform 1.0s;
    position: relative;
    z-index: 1;
}

img.avatar:hover {
    transform: scale(2);
    z-index: 9999;
}

.shoutbox.table-responsive {
    overflow: visible !important
}

/* Fixed layout so long words and URLs wrap instead of stretching the table beyond the box. */
.shoutbox-messages table,
table.shoutbox-messages {
    table-layout: fixed;
    width: 100%;
}

.shoutbox-messages td,
table.shoutbox-messages td {
    overflow-wrap: break-word;
}

img.shoutbox-captcha-image {
    max-width: 100%;
    height: auto;
}

/* Shoutbox: name + message only. Separator matches the Online list. */
.shoutbox-messages .shoutbox-entry td {
    padding: 6px 0 !important;
    border: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.05) !important;
    background: transparent !important;
}

.shoutbox-messages .shoutbox-entry:last-child td {
    border-bottom: none !important;
}

.shoutbox-messages .shoutbox-entry .shoutbox-text {
    margin-top: 6px;
    line-height: 1.5;
}

.shoutbox-messages .shoutbox-entry b {
    font-weight: 700;
}

.shoutbox-messages .shoutbox-entry .shoutbox-delete {
    margin-left: 8px;
}
