.usericon {    width: 15px;
    vertical-align: -5px;
	height: auto;}#threadchat {
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06),0 1px 2px rgba(0,0,0,0.12);
    border: 1px solid #2A2A2A
}

#threadchat .head {
    padding: 12px;
    background: #386b8d;
    color: #fff
}

#threadchat.front .head {
    cursor: pointer
}

#threadchat .head .right {
    float: right;
    margin: 0;
    font-size: 13px
}

#threadchat.collapsed .head {
    opacity: 0.6
}

#threadchat.collapsed .body {
    display: none
}

#threadchat .user {
    color: #fff
}

#threadchat .panel .sb_pvt {
    position: absolute;
    display: inline-block;
    height: 20px;
    top: 8px;
    left: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1
}

#threadchat .panel .sb_pvt.visible {
    opacity: 1
}

#threadchat .panel .sb_pvt .closer {
    color: red;
    cursor: pointer;
    font-size: 14
}

#threadchat .panel {
    border-top: solid 2px rgba(0,0,0,0.1);
    border-top: 1px solid #386b8d
}

#threadchat input.text {
    margin: 0;
    padding: 10px 8px;
    width: 97.2%;
    box-sizing: border-box;
    border: none;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.08);
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    color: #000;
    background: #202020;
    font-size: 12px;
    color: #AAA
}

#threadchat .minposts,#threadchat .blocked {
    padding: 6px;
    font-size: 11px
}

#threadchat .panel.minposts {
    background: #202020;
    color: #dd4030
}

#threadchat .panel.blocked {
    background: #202020;
    color: #dd4030
}

#threadchat .panel p {
    margin: 0
}

#threadchat .window {
    overflow-y: scroll;
    background: #232323
}

#threadchat .data {
    display: table;
    width: 100%;
    border-top: solid 2px rgba(0,0,0,0.1);
    font-family: 'Roboto',sans-serif;
    font-size: 13px
}

#threadchat.front .data {
    border-top: none
}

#threadchat .entry {
    display: table-row;
    width: 100%;
    transition: background-color 0.2s
}

#threadchat .system > .text {
    color: #FFA200;
    font-style: italic
}

#threadchat .entry:nth-child(even) {
    background-color: rgba(48,48,48,0.01)
}

#threadchat .entry.new {
    background-color: rgba(48,48,48,0.1)
}

#threadchat .entry:target {
    background-color: rgba(48,48,48,0.1)
}

#threadchat .entry > div {
    background: #212121;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #1B1B1B
}

#threadchat .entry:last-child > div {
    border-bottom: none
}

#threadchat .entry > div {
    display: table-cell;
    padding: 6px;
    overflow: hidden
}

#threadchat .avatar img {
    margin: 0 auto;
    vertical-align: middle;
    max-height: 20px;
    max-width: 20px;
    cursor: pointer;
    padding: 2px;
    border-radius: 4px
}

#threadchat .user {
    border-right: solid 1px #2a2a2a;
    text-align: right;
    white-space: nowrap
}

#threadchat .text {
    width: 100%;
    color: #AAA;
    word-break: break-word;
    word-wrap: break-word
}

#threadchat .info {
    font-size: 11px;
    color: #AAA;
    white-space: nowrap;
    text-align: right
}

#threadchat .entry.unread .info:before {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 10px;
    height: 4px;
    width: 4px;
    content: '';
    background: rgba(255,100,0,0.8);
    border-radius: 10px
}

#threadchat .info a {
    color: inherit
}

#threadchat .mod {
    padding: 6px 8px;
    font-size: 9px;
    font-weight: bold;
    color: #AAA;
    text-decoration: none
}

#threadchat .mod:nth-of-type(2) {
    margin-right: 5px
}

#threadchat .ip {
    margin-right: 10px;
    color: #CECECE
}

#threadchat .threadchat-messages {
    height: 100%
}

#threadchat .entry.private .text {
    color: #C0392B
}

#threadchat .entry::before {
    content: ''
}

.entry.mention .avatar {
    box-shadow: inset 2px 0px 0px 0px red
}

#threadchat .entry code {
    background-color: #191919;
    border-radius: 3px;
    font-family: courier,monospace;
    padding: 0 3px
}

#threadchat .user-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

#threadchat .input.text:focus,#threadchat input.text:focus {
    outline: 0!important
}

#threadchat .info,#threadchat .user {
    white-space: nowrap;
    text-align: right
}

#threadchat .private {
    color: #C0392B
}

#threadchat .item-icon {
    vertical-align: middle;
    margin-left: 3px
}
		
		