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

p.trow {
	display: table-row;
}
span.tcell {
	display: table-cell;
	padding: 0 4px;
	vertical-align: middle;
}