@charset "utf-8";
/* CSS Document */

table {
	width:560px;
	border-collapse:separate;
	border-spacing:1px;
	/*background-color:#E7E7E7;*/
	margin-bottom:20px;
}

td, th {
	padding: 1em;
	/*border: 1px solid #FFF;*/
	border-bottom:1px dashed #ccc;
}

th {
	/*background:#ECF7EE;*/
	font-weight:bold;
	white-space: nowrap;
}

tr{
	/*background: #f9f9f9;
	text-align:left;*/
	}

tr td { 
	background: #FFF;
	}
