.smiley-loading{
	background: url('./loading.gif') transparent center no-repeat;
}
.tabbox{
	max-height: 200px;
	margin-bottom: 6px !important;
}
.tabbox img{
	margin: 3px;
}
.message-box{
	width: unset;
}
.smiley-box{
	width: unset;
	float: unset;
}
.inputbox{
	box-sizing: border-box;
}
.bbcode-status{
	display: none;
}
.tab-icon{
	height: 1.5em;
}
.tabbox .tab > a,.tabbox .tab > a:hover{
	border: 1px black solid;
	bottom: -1px;
}
.tabbox .activetab > a, .tabbox .activetab > a:hover{
	border-bottom: none;
}
.tabbox .panel{
	border: 1px black solid;
}

#mytabs{
	margin: 0;
}

#mytabs > ul{
	padding-left: 7px;
	padding-right: 7px;
	display: flex;
	flex-wrap: wrap;
}
#mytabs > ul > li{
	flex-grow: 1;
	text-align: center;
}

#mytabs .panel{
	text-align: initial;
}

li.tab:hover{
	border: none;
	background: none;
	color: unset;
}

/* This one below adapts tab box and jquery-ui css to prosilver. */
.ui-state-focus{
	border: none;
	background: none;
	font-weight: unset;
	color: unset;
}