/* DVZ Shoutbox */
#shoutbox { margin-bottom: 10px; border: solid 1px rgba(0,0,0,0.1);     margin-bottom: 60px; }
#shoutbox .head { padding: 8px; }
#shoutbox.front .head { cursor: pointer; }
#shoutbox .head .right { float: right; margin: 0 -8px 0 0; font-size: 13px; }
#shoutbox .head .right a { padding: 8px; }
#shoutbox.collapsed .head { opacity: 0.6; }
#shoutbox.collapsed .body { display: none; }

#shoutbox .panel { position:  relative; top: 5px; }
#shoutbox input.text { margin: 0; padding: 10px 8px; width: 100%; box-sizing: border-box; border: none; box-shadow: inset 0 2px 4px rgba(0,0,0,0.08); font-family: Arial, sans-serif; font-size: 12px; color: #000;     border: 1px solid #e0e0e0; }
#shoutbox .minposts, #shoutbox .blocked { padding: 6px; font-size: 11px; }
#shoutbox .panel.minposts { background: #FFFED8; color: #727250; }
#shoutbox .panel.blocked { background: #FCEFEF; color: #543A3A; }
#shoutbox .panel p { margin: 0; }

#shoutbox .window { border-top: solid 2px rgba(0,0,0,0.1); overflow-y: scroll;      border-bottom: solid 2px rgba(0,0,0,0.1);}
#shoutbox .data { display: table; width: 100%; border-top: solid 2px rgba(0,0,0,0.1); font-family: Arial, sans-serif; font-size: 12px; }
#shoutbox.front .data { border-top: none; margin-top: 20px; }

#shoutbox .entry { display: table-row !important; width: 100%; transition: background-color 0.2s;  top: -20px; position: relative; }
#shoutbox .entry:nth-child(even) { background-color: rgba(0,0,0,0.01); }
#shoutbox .entry.new { background-color: rgba(255,255,100,0.1); }
#shoutbox .entry:target { background-color: rgba(50,200,255,0.1); }
#shoutbox .entry > div { }
#shoutbox .entry:last-child > div { border-bottom: none; }

#shoutbox .entry > div { display: table-cell;}

#shoutbox .avatar { height: 22px;  display: block!important; position: relative; top: 13px;left: 15px; }
#shoutbox .avatar img { margin: 0 auto; vertical-align: middle; height: 32px; width: 32px; border: solid 1px rgba(255,255,255,0.1); box-shadow: 0 0 2px rgba(0,0,0,0.1); cursor: pointer; border-radius: 50%; }
#shoutbox .user { text-align: left; white-space: nowrap; float: left; z-index: 200; margin-left: 70px; line-height: 0px!important; position: relative; top: -15px;}
#shoutbox .text { width: 100%; color: #555; float: left; word-break: break-all; word-wrap: break-word; position: relative; z-index: 0; top: -5px; border-bottom: dashed 1px rgb(0 0 0 / 5%); margin-left: 70px; }
#shoutbox .info { font-size: 11px; color: #AAA; white-space: nowrap; text-align: right; }
#shoutbox .entry.unread .info:before { display: inline-block; margin-right: 10px; height: 4px; width: 4px; content: ''; background: rgba(255,100,0,0.8); border-radius: 10px; vertical-align: middle; }
#shoutbox .info a { color: inherit; }
#shoutbox .mod { padding: 6px 8px; font-size: 9px; font-weight: bold; color: #AAA; text-decoration: none; }
#shoutbox .mod:nth-of-type(2) { margin-right: 5px; border-left: solid 1px rgba(0,0,0,0.1); }
#shoutbox  .ip { margin-right: 10px; color: #CECECE; }

		