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

[hidden], area, base, basefont, command, datalist, head,
input[type=hidden], link, menu[type=context], meta, noembed, noframes,
param, rp, script, source, style, track, title { 
   display: none;
}

address, article, aside, blockquote, body, center, dd, dir, div, dl,
dt, figure, figcaption, footer, form, h1, h2, h3, h4, h5, h6, header,
hgroup, hr, html, legend, listing, menu, nav, ol, p, plaintext, pre,
section, summary, ul, xmp {
   display: block; 
   unicode-bidi: embed; 
}

table { 
   display: table; 
   unicode-bidi: embed; 
}

caption { 
   display: table-caption; 
   unicode-bidi: embed; 
}

colgroup, colgroup[hidden] { 
   display: table-column-group; 
   unicode-bidi: embed; 
}

col, col[hidden] { 
   display: table-column; 
   unicode-bidi: embed; 
}

thead, thead[hidden] { 
   display: table-header-group; 
   unicode-bidi: embed; 
}

tbody, tbody[hidden] { 
   display: table-row-group; 
   unicode-bidi: embed; 
}

tfoot, tfoot[hidden] { 
   display: table-footer-group; 
   unicode-bidi: embed; 
}

tr, tr[hidden] { 
   display: table-row; 
   unicode-bidi: embed; 
}

td, th, td[hidden], th[hidden] { 
   display: table-cell; 
   unicode-bidi: embed; 
}

colgroup[hidden], col[hidden], thead[hidden], tbody[hidden],
tfoot[hidden], tr[hidden], td[hidden], th[hidden] {
   visibility: collapse;
}

li { 
   display: list-item; 
   unicode-bidi: embed; 
}

ruby { 
   display: ruby; 
}

rt { 
   display: ruby-text; 
}
