#homePanel {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 747px;
	height: 469px;
	padding: 20px 18px 0 18px;
	margin: 0 auto;
	background: #9ab url('../_img/home-panel.png') 50% 50% no-repeat;
}

#homePanelContent {
	color: white;
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	margin-top: 12px;
}

table {
	border-collapse: separate !important;
}

td {
	background: none !important;
	color: white !important;
}

th {
	border: 1px solid #888 !important;
}

