.inferno_table select {
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	color: #000;
	font: 11px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	outline: 0 none;
	padding: 4px
}

.inferno_text {
	width: 99%;
	border: 1px solid #ccc;
	height: 32px;
	border-radius: 4px;
	font-size: 14px
}

.inferno_shoutbox {
	font-size: 14px;
}

.inferno_content {
	padding-left: 0px;
	word-wrap: break-word;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-top: 5px;
	overflow: auto;
	margin-left: 0px;
	padding-right: 10px
}

.inferno_content a {
	text-decoration: none;
	padding: 0 2px
}

.inferno_content img {
	max-width: 80px;
	max-height: 80px
}

.inferno_content iframe {
	width: 120px;
	height: 120px
}

.inferno_buttons_icons {
	cursor: pointer;
	padding: 2px 5px
}

.inferno_alert {
	font-weight: bold;
	padding: 1px
}

.inferno_alert_div {
	padding: 8px 0px 3px 5px
}

.sbcount {
	width: 188px;
	height: auto;
	color: #AAA;
	background: #4a4a4a;
	border-radius: 2px;
	margin: auto;
	padding: 0;
	position: absolute;
	list-style: none;
	display: none;
	text-align: center;
	line-height: 30px
}

.sbcount li {
	display: block;
	border-bottom: 1px dotted #958d8d;
	width: 188px
}

.shout_pm,.shout_mine,.shout_user,.shout_private {
	display: flex;
	margin: 10px 5px 10px 5px;
	align-items: center;
}

.shout_pm a,.shout_mine a,.shout_user a,.shout_private a {
	color: #086
}

.inferno_separator {
	width: 25px;
	display: none;
	vertical-align: top
}

.chat_normal_shout,.chat_pm_shout {
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	padding: 10px 0px 10px 0px;
	color: #dbdbdb;
	flex: 1;
}

.chat_avatar {
	display: inline-block;
	margin: 0px -1px -5px 0px;
	border-radius: 50%;
	margin-right: 5px;
}

.chat_avatar > img {
	width: 25px;
	height: 25px;
}

.chat_date_shout {
	font-size: 11px;
	width: 50px;
	text-align: right;
	margin-right: 5px;
}

.chat_controls {
	width: 80px;
	float: right;
	display: inline-block;
	vertical-align: top;
	text-align: right
}

.sb_shouts {
	display: flex;
	width: 100%;
	align-items: center;
}

#inferno_content > div:nth-child(even) {
	background-color: #252525;
}

.shoutbox_avatar_letter {
	font-weight: 700;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	font-size: 10px;
	line-height: 18px;
	box-sizing: content-box;
	color: #FFF;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
	margin: 0px -1px -5px 0px;
	margin-right: 5px;
}

#inferno_shout_entry {
	background-color: #000;
	border: none;
	color: #fff;
	border-radius: 5px 0px 0px 5px;
	outline: none;
	width: 100%;
	height: 38px;
	padding: 0px 5px;
}

.inferno_alert_error {
	text-align: center;
	background: #f6de30;
	border-radius: 2px;
	height: 25px;
	border: 1px solid #d7a911;
	font-weight: bold;
	line-height: 22px;
	color: #404139;
	opacity: 0.8
}

.sb_shouts_archive {
	display: flex;
	align-items: center;
}

#postshout {
	display: none;
}

.sb-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 21px;
}

.sb-head-buttons span{
	cursor: pointer;
}

.sb-head-buttons a:hover{
	color: #fff;
}

#smiliesbutton {
	background-color: black;
	margin: 0;
	padding: 12px;
	border-radius: 0px 5px 5px 0px;
}

#inferno_edit_shout {
	position: relative;
	margin-bottom: -44px;
}

#inferno_update_shout {
	width: 99%;
	height: 38px;
	background-color: #000;
	border: none;
	color: #fff;
	border-radius: 5px;
	outline: none;
	padding: 0px 5px;
}

.sb-head-buttons {
	display: none;
}

@media only screen and (min-device-width:320px) and (max-device-width:550px) {
	#bannedlist,#postshout,#buttonclear,#smiliesbutton,#inferno_links,.chat_date_shout,.chat_controls {
		display: none
	}
}