.writingboard {
	position: relative;
	background: url('/img/common/gui/bkg-slate') no-repeat;
	height: 320px;
	margin: -10px auto 10px;
	padding: 50px 45px;
	color: #fff;
	font: bold 23px 'SegoePrint', Arial, Verdana, sans-serif;
}
.writing-board-buttons, .writingboard {
	width: 560px;
}
.writing-board-buttons {
	margin: 0 auto;
}
.writingboard .eos-board .content {
	height: 160px;
}
.writingboard .eos-board-stat-general .content {
	font-size: 45px;
}
.eos-board {
	position: absolute;
	top: 60px; right: 60px; bottom: 60px; left: 60px;
}
.eos-board table td {
	border: 0!important;
}
.eos-btn-swap-details, .eos-btn-swap-general {
	height: 47px;
	line-height: 49px;
	font-size: 21px;
}
:lang(de) .eos-btn-swap-details,
:lang(de) .eos-btn-swap-general {
	font-size: 17px;
}
.eos-btn-swap-details {
	width: 131px;
	background: url('/img/common/gui/chalk-stroke-1.png') no-repeat;
}
.eos-btn-swap-details:hover {background-position: -131px 0;}
.eos-btn-swap-general {
	width: 223px;
	background: url('/img/common/gui/chalk-stroke-2.png') no-repeat;
}
.eos-btn-swap-general:hover {background-position: -223px 0;}
.eos-btn-swap {
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.eos-btn-swap:hover {
	color: #dca848;
}
.eos-board-stat-general .content {
	text-align: center;
	display: table-cell;
	width: 800px;
	vertical-align: middle;
}
.eos-board-stat-details .content {
	font-size: 18px;
	font-weight: normal;
}