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

#date {
	float: right;
	text-align: right;
	margin-bottom: 30px;
}

h2 {
	clear: both;
	margin-top: 10px;	
}

table {
	margin: 15px 0 0;
	padding: 0;
	background-color: #f1f1f1;
	
}

th {
	margin:0;
	padding: 15px 10px;
	text-align: right;
	font-size: 11px;
	background-color: #f1f1f1;
	width: 100px;
	border-bottom: 1px solid #fff;
}
th.w {
	background-color: #f9f9f9 !important;
}

td {
	margin:0;
	padding: 15px 10px;
	text-align: left;
	font-size: 11px;
	background-color: #f1f1f1;
	width: 515px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 130%;
}
td.w {
	background-color: #f9f9f9 !important;
}

