body{
	background-color:#312E2B;
}
.sub-main-panel{
	position:relative;
	width:150px;
	float:left;
}
.main-body{
width:800px;
border:1px solid #fff;
	position:relative;

	float:left;
}
.boardgame{
	position:relative;
	margin:10px 10px 0 10px;
		width:800px;
}
.scoreboard{
	position:relative;
	width:380px;
	margin:0px 5px;
	height: 550px;
                overflow: auto;
}
.main-partner{
	display:block;	
	float:left;
}
table#scorebulletin{

	width:100%;
	background-color:#fff;
	border:2px solid #000;
}
table#scorebulletin tr td{
	text-align:center;
	height:30px;
vertical-align: middle;	
border:1px solid #000;
}
table#scorebulletin tr td span.title{
	font-size: 15px;
	color:#000;
	font-weight: bold;

}
.player-identification{
	
	position:relative;
		padding:5px;
	font-size: 15px;
	text-align:center;
	width:177px;
	float:left;
}
.player-identification-name{
position:relative;
		padding:5px;
	font-size: 15px;
	text-align:center;
	width:177px;
	float:left;
}

.player-identification-name{
		border-top:1px solid #000;
		border-right:1px solid #000;
}
.player-identification-name:last-child{
	
border-right:none;
}

.player-identification:first-child{
	border-right:1px solid #000;

}
table#scorebulletin tr td{
	font-size:10px;
}
.loading{
	position:relative;
	margin:0 auto;
	text-align: center;
	display:none;
}
.loading img{
	text-align:center;
}

