@charset "utf-8";
/* CSS Document */
table{width:100%;border-collapse:collapse;}
th,caption{text-align:left;}
th, td{padding:.5em 1em;line-height:1.5em;}		
th{background:#eee;}
td{
	border-bottom:1px solid #eee;
	color: #000;
}
caption{font-style:italic;color:#777;margin:.5em 0;}	
