@charset "utf-8";
/* CSS Document */

h3{
	background:#3ab54b;
	font-weight:bold;
	padding:15px;
	color:#fff;
	font-size:180%;
	margin-bottom:35px;
}

h4{
	border:1px solid #999;
	border-radius:50px;
	padding:10px 30px;
	margin-bottom:15px;
	font-size:130%;
	display:inline-block;
}

table{
	margin-bottom:40px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-spacing:0;
	width:100%;
	font-size:116%;
}

th,td{
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:15px;
}

thead th{
	text-align:center;
	background:#F7F3E2;
}

tbody th{
	width:50%;
	background:rgba(243,249,238,1.00);
}

tbody td{
	text-align:right;
}