@charset "UTF-8";

table.fixed{
	table-layout:fixed;
}
table.border td {
	background: #f8f8f8;
}
table.border tr:nth-child(odd) td {
	background: #fff;
}