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

table.table1 th,
table.table1 td{
	padding: 0 4px;
}

span.table2 {
	display: table-row;
}
span.table2 > span {
	display: table-cell;
	vertical-align: middle;
}