#shoutbox {
	background: #00000000 ;
	width: 100%;
	margin: auto auto;
	border-radius: 6px;
}

#shoutbox .head {
 
	padding: 8px;
}

#shoutbox .head {
 
	cursor: pointer; 
	color: #eee; 
	padding: 12px; 
	font-size: 15px; 
	font-family: 'Encode Sans Expanded', sans-serif; 
	text-transform: unset; 
	border-radius: 0; 
	position: relative; 
	overflow: visible; 
	background: #b803ff;
}

#shoutbox .head:before {
 
	height:  2px; 
	width: 96%; 
	background: #222; 
	bottom: 0; 
	display:  block; 
	position:  absolute; 
	left: 2%;
}

#shoutbox .head:after {
  
	width: 150px;    
	height:  2px;    
	position:  absolute;    
	bottom: 0;    
	left: 2%;    
	background: #ae1313;
}

#shoutbox .head .right {
 
	float: right; 
	margin: 0; 
	font-size: 13px;
}

#shoutbox.collapsed .head {
 
	opacity: 0.9;
}

#shoutbox.collapsed .body {
 
	display: none;
}

#shoutbox input.text {
	margin: 0; 
	padding: 10px 2%; 
	width: 100%; 
	box-sizing: border-box; 
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.08); 
	font-size: 13px; 
	background: #4a4956d9; 
	color: #fff; 
	border: none;
}

#shoutbox .minposts, #shoutbox .blocked {
 
	padding: 6px; 
	font-size: 13px;
}

#shoutbox .panel.minposts {
 
	background: #FFFED8; 
	color: #727250;
}

#shoutbox .panel.blocked {
 
	background: #FCEFEF; 
	color: #543A3A;
}

#shoutbox .panel p {
 
	margin: 0;
}

#shoutbox .window {
	overflow-y: scroll;
	resize: vertical;
	background: #4a4956d9;
	width: 96%;
	padding: 0 2%;
}

#shoutbox .data {
 
	display: table; 
	width: 100%; 
	font-size: 13px;
}

#shoutbox.front .data {
 
	border-top: none;
}

#shoutbox .entry {
 
	width: 100%;
	transition: background-color .2s;
	position: relative;
	background: #0003;
	border-radius: 10px;
	margin-bottom: 7px;
	margin-top: 7px;
	word-break: break-word;
}

#shoutbox .entry:nth-child(even) {
}

#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;
	padding: 10px 3px;
}

#shoutbox .avatar img {
	vertical-align: middle;
	height: 45px;
	width: 45px;
	border: 2px solid #222222;
	cursor: pointer;
	border-radius: 50%;
	left: 0;
}

@-moz-document url-prefix() {
#shoutbox .avatar img {
	margin: -5px auto -20px;
}


}

#shoutbox .user {
  
	text-align: left; 
	white-space: nowrap; font-size: 14px;
}

#shoutbox .text {
	width: 100%; 
	color: #b9b9b9;
}

#shoutbox .text .mycode_mention {
 
	background: #1111115e
	padding: 1px 4px; 
	border-radius: 10px;
}

#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_button {
	line-height: 24px !important;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(216,6,48,0.7);
	-moz-box-shadow: 0px 0px 30px 0px rgba(216,6,48,0.7);
	box-shadow: 0px 0px 10px 0px rgb(174, 19, 19);
	border-radius: 30px;
	position: absolute;
	float: right;
	border: none;
	margin-top: 5px;
	margin-left: -48px;
	min-width: 43px;
	height: 25px;
}

.f-size {
    font-size: 12px;
    line-height: 28px;
    padding: 0 15px;
}

.shoutbox-button-pr {
    background: #ae1313;
	color: #ffffff;
}

.sb-button {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
	padding: 6px 15px;
	transition: 0.1s all linear;
}

.small-s {
	font-size: 11px;
}

#topshouts {
width: 100%; display: flex; flex-flow: row wrap; justify-content: center; padding: 25px 0; margin: 15px 0px; background: #42587fd1; border-radius: 15px;
}

#topshouts > h3 {
margin: 0 5px 15px; font-weight: 500; width:  100%;display:  block;text-align:  center;font-size:  13px;
}

#topshouts > h3 span {
opacity: .6;font-size:  11px;
}

#topshouts .user-stats {
display: inline-flex;margin: 0 7px;
}

#topshouts .user-stats .avatar {
width: 40px;height: 40px;	border-radius: 50%;
}

#topshouts .user-stats .info {
padding:  0 10px;text-align:  center;
}

#topshouts .user-stats .info h3,
#topshouts .user-stats .info h4 {
margin: 0;padding: 0;
}

#topshouts .user-stats .info h4 {
font-size: 13px;font-weight: 500;line-height: 20px;
}

#topshouts .user-stats:nth-child(-n+3) .info h4:before {
content: "\f091";font-family: FontAwesome, Awesome; margin-right: 5px;font-size:  20px;line-height: 13px;
}

#topshouts .user-stats:nth-child(1) .info h4:before {
color: #f3cc00;
}

#topshouts .user-stats:nth-child(2) .info h4:before {
color: #c3c3c3;
}

#topshouts .user-stats:nth-child(3) .info h4:before {
color: #922525;
}

