body {
	margin: 0;
	font-family: sans-serif;
	background: #222;
	color: #ff0;
	overflow-x: hidden;
}

body>*:not(.toolbar) {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 45px;
	width: 100%;
	height: auto;
	min-height: 415px;
}

/************************************************************************************************/
body>.toolbar {
	box-sizing: border-box;
	border-bottom: 1px solid #2d3642;
	border-top: 1px solid #6d84a2;
	padding: 0 10px 10px 10px;
	height: 45px;
	background: #6d84a2 repeat-x;
}

.toolbar>h1 {
	position: absolute;
	overflow: hidden;
	left: 0%;
	margin: 1px 0 0 -1px;
	padding-top: 10px;
	height: 45px;
	font-size: 20px;
	width: 100%;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
}

/************************************************************************************************/
body>ul>li {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #E0E0E0;
	padding: 8px 0 8px 10px;
	font-size: 17px;
	font-weight: bold;
	list-style: none;
}

a {
	color: rgb(3, 203, 33);
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.group {
	position: relative;
	top: -1px;
	margin-bottom: -2px;
	border-top: 1px solid #7d7d7d;
	border-bottom: 1px solid #999999;
	padding: 1px 10px;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
	color: #FFFFFF;
	background: #727272 repeat-x;
}

.value {
	color: #0f0;
	float: right;
	padding: 0 8px;
}