﻿/* portrait tn are 180 high and expected to fit a 150 wide cell,
 landscape tn are 180 wide and expected to fit a 210 wide cell
*/

*.tntable_1_1p0l { width: 150px; float: left; }
*.tntable_1_0p1l { width: 210px; float: left; }

*.tntable_2_2p0l { width: 300px; float: left; }
*.tntable_2_1p1l { width: 360px; float: left; }
*.tntable_2_0p2l { width: 420px; float: left; }

*.tntable_3_3p0l { width: 450px; float: left; }
*.tntable_3_2p1l { width: 510px; float: left; }
*.tntable_3_1p2l { width: 590px; float: left; }
*.tntable_3_0p3l { width: 630px; float: left; }

*.tntable_4_4p0l { width: 600px; float: left; }
*.tntable_4_0p4l { width: 840px; float: left; }

*.tncell_p { width: 145px; font-style: italic; vertical-align:top; }
*.tncell_l { width: 200px; font-style: italic; vertical-align:top; }

*.dayth { vertical-align: 0.4em; font-size: 0.7em; }