.page_content table{
	width:100%;
	padding:10px;
	border-radius:10px;
	margin-bottom:20px;
	background:#CCC;
	border-spacing:3px;
}
.page_content td{
	padding:5px;
	border-radius:3px;
	background:#eee;
	vertical-align:central;
}
.page_content table tr:nth-child(1) td{
	border-radius:5px;
	font-weight:bold;
	background:#333;
	color:#fff;
	text-align:center;
}
.page_content table tr:nth-child(2) td{
	border-radius:5px;
	font-weight:bold;
	background:#555;
	color:#fff;
}
.page_content table tr:nth-child(3) td:first-child{
	width:100px;
}