1/* ----------------  Ruby markup  ----------------- */
2
3ruby {
4	display: inline-table;
5	text-align: center;
6	vertical-align: bottom;
7}
8
9rb {
10	display: table-row-group;
11}
12
13rt {
14	display: table-header-group;
15	font-size: 60%;
16}
17
18rp {
19	display: none;
20}