.tabcontainer{
	padding: 0px;
	background: #202020;
	border: 1px solid #4b4b4b;
	margin: 5px;
	display: inline-table;
	width: auto;
}

.tabtitle{
	border: 1px solid #2c2c2c;
	padding-left: 10px;
	font-weight: bold;
	//text-align: center;
	 background-image:
    linear-gradient(
      #314553, #141414
    );
	overflow: hidden;
}

.tabtitlehigh{
	height: 20px;
	padding-top: 5px;
}

.tabtitlehigh span{
	display:inline-block; 
	vertical-align: middle; 
}

.tabbody{
	padding: 10px;
	background: #202020;
	max-height: 400px;
	max-width: 580px;
	overflow-y: auto;
	overflow: hidden;
}

.tabhalf{
	width: 47%;
}

.labname {
    height: 12px;
    background: url(../images/icons/lab-skumavka.png) no-repeat;
    background-size: 12px 12px;
    background-position: 0px 4px;
    font-weight: bold;
    color: #FE9A2E;
	padding: 3px;
	padding-left: 15px;
}

.labname a {
    font-weight: bold;
    color: #FE9A2E;	
}

.labname a:hover {
    font-weight: bold;
    color: #fece9a;	
}

.playernamebig {
	font-size: 20px;
    font-weight: bold;
    color: #FE9A2E;
	padding: 3px;
}