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

table{
	width:100%;
}
table td, table th{
	padding:5px 10px;
	vertical-align:top;
	border:1px solid #ccc;
	border-radius:5px;
}
table th{
	text-align:right;	
}