#shoutbox.collapsed .head {
    opacity: 0.6
}

#shoutbox .thead{
	display: block;
}

#shoutbox.collapsed .body {
    display: none
}
#shoutbox .body {
    background: #0d0d24;
}
#shoutbox .message {
	background:#00819e;
	padding: 13px 20px;
	box-sizing: border-box;
	width: 100%;
}
#shoutbox .panel {
    margin: 0;
    border: 0;
    box-shadow: none;
    background: none;
}
#shoutbox .panel .container-inputs {
	position: relative;
	display:table;
	width:100%;
}
#shoutbox input.text {
    margin: 0;
    padding: 10px 8px;
    box-sizing: border-box;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    background: #0d0d24;
    outline: none;
    color: #fff;
    border-radius: 0;
}
#shoutbox .panel .container-inputs input[type=text] {
	display:table-cell;
	width: 92%;
	height: 45px;
}
#shoutbox .panel .container-inputs input[type=submit] {
	display:table-cell;
	width: 8%;
	background: #8d1424;
	border: 0;
	margin: 0;
	font-weight: bold;
	padding: 0;
	height: 45px;
	vertical-align: top;
}
#shoutbox .dvz_smilies {
	position: absolute;
	top: 50%;
	right: 9%;
	transform: translateY(-50%);
	cursor: pointer;
}
#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 {
    overflow-y: scroll;
}
#shoutbox .data {
    display: table;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 12px;
}
#shoutbox.front .data {
    border-top: none
}
#shoutbox .entry {
	position: relative;
	clear: both;
    width: 100%
    transition: background-color 0.2s
}
#shoutbox .entry:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}
#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 {
    border-bottom: dashed 1px rgba(0, 0, 0, 0.05)
}
#shoutbox .entry:last-child > div {
    border-bottom: none
}
#shoutbox .entry > div {
    display: table-cell;
    padding: 6px 4px;
    color: #fff;
}
#shoutbox .entry:after {
	display: table;
	content: '';
	clear: both;
}
#shoutbox .avatar img {
    margin: 0 auto;
    vertical-align: middle;
    max-height: 35px;
    max-width: 35px;
    height: 35px;
    width: 35px;
    cursor: pointer;
    border-radius: 50%;
}
#shoutbox .user {
    border-right: solid 1px rgba(0, 0, 0, 0.05);
    text-align: left;
    white-space: nowrap
}
#shoutbox .text {
    width: 100%;
    color: #555
}
#shoutbox .info {
    font-size: 11px;
    color: #AAA;
    white-space: nowrap;
    text-align: right
}
#shoutbox .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
}
#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
}
#shoutbox .leftsd {
	display:inline-block;
	vertical-align:middle;
	float:left;
}
#shoutbox .rightsd {
	display:inline-block;
	vertical-align:middle;
	float:right;
}
.dvz_stats {
	display: flex;
	justify-content: space-around;
}
.dvz_stats-title {
	font-weight: 700;	
}
.dvz_stats-value {
	padding: 3px;
}
#dvz_smilies {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: none;
	width: 35%;
	padding: 4px;
	background: black;
	z-index: 99999;
}
#dvz_smilies .nav-tabs {
	border-color: #00819E;
}
#dvz_smilies a {
		border: none;
}
#dvz_smilies .active a {
	background: #00819E;
	color: #fff;
}
#dvz_smilies a:hover {
	background: #00819E;
}
#dvz_smilies .close {
	color: #fff;
	opacity: .3;
}
@media screen and (max-width: 200px) {
	#shoutbox .panel .container-inputs input[type=text] {
		width: 85%;	
	}
	#shoutbox .dvz_smilies {
		right: 17%;
	}
	#shoutbox .panel .container-inputs input[type=submit] {
		width: 15%;	
	}
	#shoutbox .entry {
		clear: both;
		width: 98%;
		margin: 0 auto;
	}
	#shoutbox .entry > div {
		display: block;
		padding: 6px 0;
	}
	#shoutbox .avatar {
		width: 50px;
		float: left;
	}
	#shoutbox .user {
		float: left;
		width: 75%;
		line-height: 35px;
	}
	#shoutbox .text {
		clear: both;
		float: left;
	}
	#shoutbox .info {
		position: absolute;
		right: 5px;
		float: right;
		width: 30%;
		line-height: 35px;
	}
	.dvz_stats {
		flex-direction: column;
		align-items: center;
	}
}
@media screen and (max-width: 701px) {
		#dvz_smilies {
		width: 95%;
	}
}
