/* DVZ Shoutbox */
#shoutbox { 
margin-bottom: 10px;
border-bottom: 1px solid #393939;
border-left: 1px solid #393939;
border-right: 1px solid #393939;
}
#shoutbox .head {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
height: 40px;
line-height: 40px;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
border-bottom: 2px solid rgba(0, 156, 255, 0.7);
	color:#fff;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
#shoutbox.front .head { cursor: pointer; }
#shoutbox .head .right { float: right; margin: 0; font-size: 13px; }
#shoutbox.collapsed .head { opacity: 0.6; }
#shoutbox.collapsed .body { display: none; }
#shoutbox .panel { border-top: solid 2px rgba(0,0,0,0.1); }
#shoutbox input.text { padding: 8px; width: 100%; box-sizing: border-box; background: rgba(0, 0, 0, 0.8); border: 1px solid rgba(0, 0, 0, 0.2); font-family: Arial, sans-serif; font-size: 12px; color: #AAA; }
#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 { padding: 1px; overflow-y: scroll; }
#shoutbox .data { display: table; width: 100%; font: 12px Arial, sans-serif; }
#shoutbox .entry > div { }
#shoutbox .entry { width: 100%; transition: background-color 0.0s; background: rgba(0, 0, 0, 0.55) none repeat scroll 0% 0%;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);}
/*#shoutbox .entry:nth-child(even) { background-color: rgba(0,0,0,0.02); }*/
#shoutbox .entry.new { background-color: rgba(255,255,100,0.1); }
#shoutbox .entry:last-child > div { border-bottom: none; }
#shoutbox .avatar { display: table-cell; padding: 6px; }
#shoutbox .avatar img { margin: 0 auto; vertical-align: middle; max-height: 25px; max-width: 25px; border-radius: 10px;
box-shadow: -1px 0px 35px 5px rgba(11, 165, 230, 0.52); }
#shoutbox .user { display: table-cell; margin: 0; padding: 6px; white-space: nowrap; }
#shoutbox .text { display: table-cell; margin: 0; width: 100%; padding: 6px; color: #fff; }
#shoutbox .call { cursor: pointer; color: #AAAAAA; }
#shoutbox .info { display: table-cell; padding: 4px; font-size: 11px; color: #AAA; text-align: right; white-space: nowrap; }
#shoutbox .info .date { margin-right: 5px; }
#shoutbox .info .ip { margin-right: 5px; color: #CECECE; }
#shoutbox .mod { padding: 3px 6px; font-size: 9px; font-weight: bold; color: #AAA; text-decoration: none; background: rgba(0, 0, 0, 0.60); }
#shoutbox .mod:nth-of-type(2) { margin-left: 1px; margin-right: 5px;}
#shoutbox ip { margin-left: 10px; }
		
		
		