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

table {
	border:1px solid #CCC;
}

table tr:hover td {
	background-color:#F7EDD2;
}

table td,
table th {
	padding:3px 10px;
}

table th {
	background-color:#fad984;
}

table td {
	border-bottom:1px dotted #CCC;
}


table .number {
	text-align:right;
}

table .action {
	width:30px;
}
