/* Split modes */

/* Column widths. */
.tk .layout-split.x2 > * { width: 50%; }
.tk .layout-split.x3 > * { width: 33.33%; }
.tk .layout-split.x3 > *:last-child { width: 33.34%; }
.tk .layout-split.x4 > * { width: 25%; }
.tk .layout-split.x5 > * { width: 20%; }
.tk .layout-split.x6 > * { width: 16.66%; }
.tk .layout-split.x6 > *:last-child { width: 16.7%; }
.tk .layout-split.x7 > * { width: 14.28%; }
.tk .layout-split.x7 > *:last-child { width: 14.32%; }
.tk .layout-split.x8 > * { width: 12.5%; }
.tk .layout-split.x9 > * { width: 11.11%; }
.tk .layout-split.x9 > *:last-child { width: 11.12%; }
.tk .layout-split.x10 > * { width: 10%; }
.tk .layout-split.x11 > * { width: 9.09%; }
.tk .layout-split.x11 > *:last-child { width: 9.1%; }
.tk .layout-split.x12 > * { width: 8.33%; }
.tk .layout-split.x12 > *:last-child { width: 8.37%; }
.tk .layout-split.x13 > * { width: 7.69%; }
.tk .layout-split.x13 > *:last-child { width: 7.72%; }
.tk .layout-split.x14 > * { width: 7.14%; }
.tk .layout-split.x14 > *:last-child { width: 7.18%; }
.tk .layout-split.x15 > * { width: 6.66%; }
.tk .layout-split.x15 > *:last-child { width: 6.76%; }
.tk .layout-split.x16 > * { width: 6.25%; }
.tk .layout-split.x17 > * { width: 5.88%; }
.tk .layout-split.x17 > *:last-child { width: 5.92%; }
.tk .layout-split.x18 > * { width: 5.55%; }
.tk .layout-split.x18 > *:last-child { width: 5.65%; }
.tk .layout-split.x19 > * { width: 5.26%; }
.tk .layout-split.x19 > *:last-child { width: 5.32%; }
.tk .layout-split.x20 > * { width: 5%; }
.tk .layout-split.x21 > * { width: 4.76%; }
.tk .layout-split.x21 > *:last-child { width: 4.8%; }
.tk .layout-split.x22 > * { width: 4.54%; }
.tk .layout-split.x22 > *:last-child { width: 4.66%; }
.tk .layout-split.x23 > * { width: 4.34%; }
.tk .layout-split.x23 > *:last-child { width: 4.52%; }
.tk .layout-split.x24 > * { width: 4.16%; }
.tk .layout-split.x24 > *:last-child { width: 4.32%; }
.tk .layout-split.x25 > *, .tk .layout-split.x26 > *:last-child { width: 4%; }
.tk .layout-split.x26 > * { width: 3.84%; }
.tk .layout-split.x27 > * { width: 3.7%; }
.tk .layout-split.x27 > *:last-child { width: 3.8%; }
.tk .layout-split.x28 > * { width: 3.57%; }
.tk .layout-split.x28 > *:last-child { width: 3.61%; }
.tk .layout-split.x29 > * { width: 3.44%; }
.tk .layout-split.x29 > *:last-child { width: 3.68%; }
.tk .layout-split.x30 > * { width: 3.33%; }
.tk .layout-split.x30 > *:last-child { width: 3.43%; }
.tk .layout-split.x31 > * { width: 3.22%; }
.tk .layout-split.x31 > *:last-child { width: 3.4%; }
.tk .layout-split.x32 > * { width: 3.12%; }
.tk .layout-split.x32 > *:last-child { width: 3.28%; }

/* All possible column spans.  */
.tk .layout-split.x3 > .span2, .tk .layout-split.x9 > .span6 { width: 66.66%; }
.tk .layout-split.x3 > .span2:last-child, .tk .layout-split.x9 > .span6:last-child { width: 66.67%; }
.tk .layout-split.x4 > .span2, .tk .layout-split.x8 > .span4, .tk .layout-split.x10 > .span5, .tk .layout-split.x16 > .span8, .tk .layout-split.x20 > .span10 { width: 50%; }
.tk .layout-split.x4 > .span3, .tk .layout-split.x8 > .span6, .tk .layout-split.x16 > .span12, .tk .layout-split.x20 > .span15 { width: 75%; }
.tk .layout-split.x5 > .span2, .tk .layout-split.x10 > .span4, .tk .layout-split.x20 > .span8, .tk .layout-split.x25 > .span10 { width: 40%; }
.tk .layout-split.x5 > .span3, .tk .layout-split.x10 > .span6, .tk .layout-split.x20 > .span12, .tk .layout-split.x25 > .span15 { width: 60%; }
.tk .layout-split.x5 > .span4, .tk .layout-split.x10 > .span8, .tk .layout-split.x20 > .span16, .tk .layout-split.x25 > .span20 { width: 80%; }
.tk .layout-split.x6 > .span2, .tk .layout-split.x12 > .span4, .tk .layout-split.x21 > .span7 { width: 33.32%; }
.tk .layout-split.x6 > .span2:last-child, .tk .layout-split.x12 > .span4:last-child, .tk .layout-split.x21 > .span7:last-child { width: 33.36%; }
.tk .layout-split.x6 > .span3, .tk .layout-split.x12 > .span6, .tk .layout-split.x14 > .span7, .tk .layout-split.x28 > .span14 { width: 49.98%; }
.tk .layout-split.x6 > .span3:last-child, .tk .layout-split.x12 > .span6:last-child, .tk .layout-split.x14 > .span7:last-child, .tk .layout-split.x28 > .span14:last-child { width: 50.02%; }
.tk .layout-split.x6 > .span4, .tk .layout-split.x12 > .span8, .tk .layout-split.x21 > .span14 { width: 66.64%; }
.tk .layout-split.x6 > .span4:last-child, .tk .layout-split.x12 > .span8:last-child, .tk .layout-split.x21 > .span14:last-child { width: 66.68%; }
.tk .layout-split.x6 > .span5, .tk .layout-split.x12 > .span10 { width: 83.3%; }
.tk .layout-split.x6 > .span5:last-child, .tk .layout-split.x12 > .span10:last-child { width: 83.34%; }
.tk .layout-split.x7 > .span2, .tk .layout-split.x14 > .span4, .tk .layout-split.x21 > .span6, .tk .layout-split.x28 > .span8 { width: 28.56%; }
.tk .layout-split.x7 > .span2:last-child, .tk .layout-split.x14 > .span4:last-child, .tk .layout-split.x21 > .span6:last-child, .tk .layout-split.x28 > .span8:last-child { width: 28.6%; }
.tk .layout-split.x7 > .span3, .tk .layout-split.x14 > .span6, .tk .layout-split.x21 > .span9, .tk .layout-split.x28 > .span12 { width: 42.84%; }
.tk .layout-split.x7 > .span3:last-child, .tk .layout-split.x14 > .span6:last-child, .tk .layout-split.x21 > .span9:last-child, .tk .layout-split.x28 > .span12:last-child { width: 42.88%; }
.tk .layout-split.x7 > .span4, .tk .layout-split.x14 > .span8, .tk .layout-split.x21 > .span12, .tk .layout-split.x28 > .span16 { width: 57.12%; }
.tk .layout-split.x7 > .span4:last-child, .tk .layout-split.x14 > .span8:last-child, .tk .layout-split.x21 > .span12:last-child, .tk .layout-split.x28 > .span16:last-child { width: 57.16%; }
.tk .layout-split.x7 > .span5, .tk .layout-split.x14 > .span10, .tk .layout-split.x21 > .span15, .tk .layout-split.x28 > .span20 { width: 71.4%; }
.tk .layout-split.x7 > .span5:last-child, .tk .layout-split.x14 > .span10:last-child, .tk .layout-split.x21 > .span15:last-child, .tk .layout-split.x28 > .span20:last-child { width: 71.44%; }
.tk .layout-split.x7 > .span6, .tk .layout-split.x14 > .span12, .tk .layout-split.x21 > .span18, .tk .layout-split.x28 > .span24 { width: 85.68%; }
.tk .layout-split.x7 > .span6:last-child, .tk .layout-split.x14 > .span12:last-child, .tk .layout-split.x21 > .span18:last-child, .tk .layout-split.x28 > .span24:last-child { width: 85.72%; }
.tk .layout-split.x8 > .span2, .tk .layout-split.x16 > .span4, .tk .layout-split.x20 > .span5 { width: 25%; }
.tk .layout-split.x8 > .span3, .tk .layout-split.x16 > .span6 { width: 37.5%; } .tk .layout-split.x8 > .span5, .tk .layout-split.x16 > .span10 { width: 62.5%; }
.tk .layout-split.x8 > .span7, .tk .layout-split.x16 > .span14 { width: 87.5%; } .tk .layout-split.x9 > .span2 { width: 22.22%; } .tk .layout-split.x9 > .span2:last-child { width: 22.23%; }
.tk .layout-split.x9 > .span3 { width: 33.33%; } .tk .layout-split.x9 > .span3:last-child { width: 33.34%; } .tk .layout-split.x9 > .span4 { width: 44.44%; }
.tk .layout-split.x9 > .span4:last-child { width: 44.45%; } .tk .layout-split.x9 > .span5 { width: 55.55%; } .tk .layout-split.x9 > .span5:last-child { width: 55.56%; }
.tk .layout-split.x9 > .span7 { width: 77.77%; } .tk .layout-split.x9 > .span7:last-child { width: 77.78%; } .tk .layout-split.x9 > .span8 { width: 88.88%; }
.tk .layout-split.x9 > .span8:last-child { width: 88.89%; } .tk .layout-split.x10 > .span2, .tk .layout-split.x20 > .span4, .tk .layout-split.x25 > .span5 { width: 20%; }
.tk .layout-split.x10 > .span3, .tk .layout-split.x20 > .span6 { width: 30%; } .tk .layout-split.x10 > .span7, .tk .layout-split.x20 > .span14 { width: 70%; }
.tk .layout-split.x10 > .span9, .tk .layout-split.x20 > .span18 { width: 90%; } .tk .layout-split.x11 > .span2 { width: 18.18%; } .tk .layout-split.x11 > .span2:last-child { width: 18.19%; }
.tk .layout-split.x11 > .span3 { width: 27.27%; } .tk .layout-split.x11 > .span3:last-child { width: 27.28%; } .tk .layout-split.x11 > .span4 { width: 36.36%; }
.tk .layout-split.x11 > .span4:last-child { width: 36.37%; } .tk .layout-split.x11 > .span5 { width: 45.45%; } .tk .layout-split.x11 > .span5:last-child { width: 45.46%; }
.tk .layout-split.x11 > .span6 { width: 54.54%; } .tk .layout-split.x11 > .span6:last-child { width: 54.55%; } .tk .layout-split.x11 > .span7 { width: 63.63%; }
.tk .layout-split.x11 > .span7:last-child { width: 63.64%; } .tk .layout-split.x11 > .span8 { width: 72.72%; } .tk .layout-split.x11 > .span8:last-child { width: 72.73%; }
.tk .layout-split.x11 > .span9 { width: 81.81%; } .tk .layout-split.x11 > .span9:last-child { width: 81.82%; } .tk .layout-split.x11 > .span10 { width: 90.9%; }
.tk .layout-split.x11 > .span10:last-child { width: 90.91%; } .tk .layout-split.x12 > .span2 { width: 16.66%; } .tk .layout-split.x12 > .span2:last-child { width: 16.7%; }
.tk .layout-split.x12 > .span3, .tk .layout-split.x28 > .span7 { width: 24.99%; } .tk .layout-split.x12 > .span3:last-child, .tk .layout-split.x28 > .span7:last-child { width: 25.03%; }
.tk .layout-split.x12 > .span5 { width: 41.65%; } .tk .layout-split.x12 > .span5:last-child { width: 41.69%; }
.tk .layout-split.x12 > .span7 { width: 58.31%; } .tk .layout-split.x12 > .span7:last-child { width: 58.35%; }
.tk .layout-split.x12 > .span9, .tk .layout-split.x28 > .span21 { width: 74.97%; } .tk .layout-split.x12 > .span9:last-child, .tk .layout-split.x28 > .span21:last-child { width: 75.01%; }
.tk .layout-split.x12 > .span11 { width: 91.63%; } .tk .layout-split.x12 > .span11:last-child { width: 91.67%; } .tk .layout-split.x13 > .span2 { width: 15.38%; }
.tk .layout-split.x13 > .span2:last-child { width: 15.41%; } .tk .layout-split.x13 > .span3 { width: 23.07%; } .tk .layout-split.x13 > .span3:last-child { width: 23.1%; }
.tk .layout-split.x13 > .span4 { width: 30.76%; } .tk .layout-split.x13 > .span4:last-child { width: 30.79%; } .tk .layout-split.x13 > .span5 { width: 38.45%; }
.tk .layout-split.x13 > .span5:last-child { width: 38.48%; } .tk .layout-split.x13 > .span6 { width: 46.14%; } .tk .layout-split.x13 > .span6:last-child { width: 46.17%; }
.tk .layout-split.x13 > .span7 { width: 53.83%; } .tk .layout-split.x13 > .span7:last-child { width: 53.86%; } .tk .layout-split.x13 > .span8 { width: 61.52%; }
.tk .layout-split.x13 > .span8:last-child { width: 61.55%; } .tk .layout-split.x13 > .span9 { width: 69.21%; } .tk .layout-split.x13 > .span9:last-child { width: 69.24%; }
.tk .layout-split.x13 > .span10 { width: 76.9%; } .tk .layout-split.x13 > .span10:last-child { width: 76.93%; } .tk .layout-split.x13 > .span11 { width: 84.59%; }
.tk .layout-split.x13 > .span11:last-child { width: 84.62%; } .tk .layout-split.x13 > .span12 { width: 92.28%; } .tk .layout-split.x13 > .span12:last-child { width: 92.31%; }
.tk .layout-split.x14 > .span2, .tk .layout-split.x21 > .span3, .tk .layout-split.x28 > .span4 { width: 14.28%; }
.tk .layout-split.x14 > .span2:last-child, .tk .layout-split.x21 > .span3:last-child, .tk .layout-split.x28 > .span4:last-child { width: 14.32%; }
.tk .layout-split.x14 > .span3, .tk .layout-split.x28 > .span6 { width: 21.42%; } .tk .layout-split.x14 > .span3:last-child, .tk .layout-split.x28 > .span6:last-child { width: 21.46%; }
.tk .layout-split.x14 > .span5, .tk .layout-split.x28 > .span10 { width: 35.7%; } .tk .layout-split.x14 > .span5:last-child, .tk .layout-split.x28 > .span10:last-child { width: 35.74%; }
.tk .layout-split.x14 > .span9, .tk .layout-split.x28 > .span18 { width: 64.26%; } .tk .layout-split.x14 > .span9:last-child, .tk .layout-split.x28 > .span18:last-child { width: 64.3%; }
.tk .layout-split.x14 > .span11, .tk .layout-split.x28 > .span22 { width: 78.54%; } .tk .layout-split.x14 > .span11:last-child, .tk .layout-split.x28 > .span22:last-child { width: 78.58%; }
.tk .layout-split.x14 > .span13, .tk .layout-split.x28 > .span26 { width: 92.82%; } .tk .layout-split.x14 > .span13:last-child, .tk .layout-split.x28 > .span26:last-child { width: 92.86%; }
.tk .layout-split.x15 > .span2, .tk .layout-split.x30 > .span4 { width: 13.32%; } .tk .layout-split.x15 > .span2:last-child, .tk .layout-split.x30 > .span4:last-child { width: 13.42%; }
.tk .layout-split.x15 > .span3, .tk .layout-split.x30 > .span6 { width: 19.98%; } .tk .layout-split.x15 > .span3:last-child, .tk .layout-split.x30 > .span6:last-child { width: 20.08%; }
.tk .layout-split.x15 > .span4, .tk .layout-split.x30 > .span8 { width: 26.64%; } .tk .layout-split.x15 > .span4:last-child, .tk .layout-split.x30 > .span8:last-child { width: 26.74%; }
.tk .layout-split.x15 > .span5, .tk .layout-split.x18 > .span6, .tk .layout-split.x27 > .span9, .tk .layout-split.x30 > .span10 { width: 33.3%; }
.tk .layout-split.x15 > .span5:last-child, .tk .layout-split.x18 > .span6:last-child, .tk .layout-split.x27 > .span9:last-child, .tk .layout-split.x30 > .span10:last-child { width: 33.4%; }
.tk .layout-split.x15 > .span6, .tk .layout-split.x30 > .span12 { width: 39.96%; } .tk .layout-split.x15 > .span6:last-child, .tk .layout-split.x30 > .span12:last-child { width: 40.06%; }
.tk .layout-split.x15 > .span7, .tk .layout-split.x30 > .span14 { width: 46.62%; } .tk .layout-split.x15 > .span7:last-child, .tk .layout-split.x30 > .span14:last-child { width: 46.72%; }
.tk .layout-split.x15 > .span8, .tk .layout-split.x30 > .span16 { width: 53.28%; } .tk .layout-split.x15 > .span8:last-child, .tk .layout-split.x30 > .span16:last-child { width: 53.38%; }
.tk .layout-split.x15 > .span9, .tk .layout-split.x30 > .span18 { width: 59.94%; } .tk .layout-split.x15 > .span9:last-child, .tk .layout-split.x30 > .span18:last-child { width: 60.04%; }
.tk .layout-split.x15 > .span10, .tk .layout-split.x18 > .span12, .tk .layout-split.x27 > .span18, .tk .layout-split.x30 > .span20 { width: 66.6%; }
.tk .layout-split.x15 > .span10:last-child, .tk .layout-split.x18 > .span12:last-child, .tk .layout-split.x27 > .span18:last-child, .tk .layout-split.x30 > .span20:last-child { width: 66.7%; }
.tk .layout-split.x15 > .span11, .tk .layout-split.x30 > .span22 { width: 73.26%; } .tk .layout-split.x15 > .span11:last-child, .tk .layout-split.x30 > .span22:last-child { width: 73.36%; }
.tk .layout-split.x15 > .span12, .tk .layout-split.x30 > .span24 { width: 79.92%; } .tk .layout-split.x15 > .span12:last-child, .tk .layout-split.x30 > .span24:last-child { width: 80.02%; }
.tk .layout-split.x15 > .span13, .tk .layout-split.x30 > .span26 { width: 86.58%; } .tk .layout-split.x15 > .span13:last-child, .tk .layout-split.x30 > .span26:last-child { width: 86.68%; }
.tk .layout-split.x15 > .span14, .tk .layout-split.x30 > .span28 { width: 93.24%; } .tk .layout-split.x15 > .span14:last-child, .tk .layout-split.x30 > .span28:last-child { width: 93.34%; }
.tk .layout-split.x16 > .span2 { width: 12.5%; } .tk .layout-split.x16 > .span3 { width: 18.75%; } .tk .layout-split.x16 > .span5 { width: 31.25%; } .tk .layout-split.x16 > .span7 { width: 43.75%; }
.tk .layout-split.x16 > .span9 { width: 56.25%; } .tk .layout-split.x16 > .span11 { width: 68.75%; } .tk .layout-split.x16 > .span13 { width: 81.25%; } .tk .layout-split.x16 > .span15 { width: 93.75%; }
.tk .layout-split.x17 > .span2 { width: 11.76%; } .tk .layout-split.x17 > .span2:last-child { width: 11.8%; } .tk .layout-split.x17 > .span3 { width: 17.64%; }
.tk .layout-split.x17 > .span3:last-child { width: 17.68%; } .tk .layout-split.x17 > .span4 { width: 23.52%; } .tk .layout-split.x17 > .span4:last-child { width: 23.56%; }
.tk .layout-split.x17 > .span5 { width: 29.4%; } .tk .layout-split.x17 > .span5:last-child { width: 29.44%; } .tk .layout-split.x17 > .span6 { width: 35.28%; }
.tk .layout-split.x17 > .span6:last-child { width: 35.32%; } .tk .layout-split.x17 > .span7 { width: 41.16%; } .tk .layout-split.x17 > .span7:last-child { width: 41.2%; }
.tk .layout-split.x17 > .span8 { width: 47.04%; } .tk .layout-split.x17 > .span8:last-child { width: 47.08%; } .tk .layout-split.x17 > .span9 { width: 52.92%; }
.tk .layout-split.x17 > .span9:last-child { width: 52.96%; } .tk .layout-split.x17 > .span10 { width: 58.8%; } .tk .layout-split.x17 > .span10:last-child { width: 58.84%; }
.tk .layout-split.x17 > .span11 { width: 64.68%; } .tk .layout-split.x17 > .span11:last-child { width: 64.72%; } .tk .layout-split.x17 > .span12 { width: 70.56%; }
.tk .layout-split.x17 > .span12:last-child { width: 70.6%; } .tk .layout-split.x17 > .span13 { width: 76.44%; } .tk .layout-split.x17 > .span13:last-child { width: 76.48%; }
.tk .layout-split.x17 > .span14 { width: 82.32%; } .tk .layout-split.x17 > .span14:last-child { width: 82.36%; } .tk .layout-split.x17 > .span15 { width: 88.2%; }
.tk .layout-split.x17 > .span15:last-child { width: 88.24%; } .tk .layout-split.x17 > .span16 { width: 94.08%; } .tk .layout-split.x17 > .span16:last-child { width: 94.12%; }
.tk .layout-split.x18 > .span2, .tk .layout-split.x27 > .span3 { width: 11.1%; } .tk .layout-split.x18 > .span2:last-child, .tk .layout-split.x27 > .span3:last-child { width: 11.2%; }
.tk .layout-split.x18 > .span3, .tk .layout-split.x30 > .span5 { width: 16.65%; } .tk .layout-split.x18 > .span3:last-child, .tk .layout-split.x30 > .span5:last-child { width: 16.75%; }
.tk .layout-split.x18 > .span4, .tk .layout-split.x27 > .span6 { width: 22.2%; } .tk .layout-split.x18 > .span4:last-child, .tk .layout-split.x27 > .span6:last-child { width: 22.3%; }
.tk .layout-split.x18 > .span5 { width: 27.75%; } .tk .layout-split.x18 > .span5:last-child { width: 27.85%; } .tk .layout-split.x18 > .span7 { width: 38.85%; }
.tk .layout-split.x18 > .span7:last-child { width: 38.95%; } .tk .layout-split.x18 > .span8, .tk .layout-split.x27 > .span12 { width: 44.4%; } .tk .layout-split.x18 > .span8:last-child, .tk .layout-split.x27 > .span12:last-child { width: 44.5%; }
.tk .layout-split.x18 > .span9, .tk .layout-split.x30 > .span15 { width: 49.95%; } .tk .layout-split.x18 > .span9:last-child, .tk .layout-split.x30 > .span15:last-child { width: 50.05%; }
.tk .layout-split.x18 > .span10, .tk .layout-split.x27 > .span15 { width: 55.5%; } .tk .layout-split.x18 > .span10:last-child, .tk .layout-split.x27 > .span15:last-child { width: 55.6%; }
.tk .layout-split.x18 > .span11 { width: 61.05%; } .tk .layout-split.x18 > .span11:last-child { width: 61.15%; } .tk .layout-split.x18 > .span13 { width: 72.15%; }
.tk .layout-split.x18 > .span13:last-child { width: 72.25%; } .tk .layout-split.x18 > .span14, .tk .layout-split.x27 > .span21 { width: 77.7%; } .tk .layout-split.x18 > .span14:last-child, .tk .layout-split.x27 > .span21:last-child { width: 77.8%; }
.tk .layout-split.x18 > .span15, .tk .layout-split.x30 > .span25 { width: 83.25%; } .tk .layout-split.x18 > .span15:last-child, .tk .layout-split.x30 > .span25:last-child { width: 83.35%; }
.tk .layout-split.x18 > .span16, .tk .layout-split.x27 > .span24 { width: 88.8%; } .tk .layout-split.x18 > .span16:last-child, .tk .layout-split.x27 > .span24:last-child { width: 88.9%; }
.tk .layout-split.x18 > .span17 { width: 94.35%; } .tk .layout-split.x18 > .span17:last-child { width: 94.45%; } .tk .layout-split.x19 > .span2 { width: 10.52%; }
.tk .layout-split.x19 > .span2:last-child { width: 10.58%; } .tk .layout-split.x19 > .span3 { width: 15.78%; } .tk .layout-split.x19 > .span3:last-child { width: 15.84%; }
.tk .layout-split.x19 > .span4 { width: 21.04%; } .tk .layout-split.x19 > .span4:last-child { width: 21.1%; } .tk .layout-split.x19 > .span5 { width: 26.3%; }
.tk .layout-split.x19 > .span5:last-child { width: 26.36%; } .tk .layout-split.x19 > .span6 { width: 31.56%; } .tk .layout-split.x19 > .span6:last-child { width: 31.62%; }
.tk .layout-split.x19 > .span7 { width: 36.82%; } .tk .layout-split.x19 > .span7:last-child { width: 36.88%; } .tk .layout-split.x19 > .span8 { width: 42.08%; }
.tk .layout-split.x19 > .span8:last-child { width: 42.14%; } .tk .layout-split.x19 > .span9 { width: 47.34%; } .tk .layout-split.x19 > .span9:last-child { width: 47.4%; }
.tk .layout-split.x19 > .span10 { width: 52.6%; } .tk .layout-split.x19 > .span10:last-child { width: 52.66%; } .tk .layout-split.x19 > .span11 { width: 57.86%; }
.tk .layout-split.x19 > .span11:last-child { width: 57.92%; } .tk .layout-split.x19 > .span12 { width: 63.12%; } .tk .layout-split.x19 > .span12:last-child { width: 63.18%; }
.tk .layout-split.x19 > .span13 { width: 68.38%; } .tk .layout-split.x19 > .span13:last-child { width: 68.44%; } .tk .layout-split.x19 > .span14 { width: 73.64%; }
.tk .layout-split.x19 > .span14:last-child { width: 73.7%; } .tk .layout-split.x19 > .span15 { width: 78.9%; } .tk .layout-split.x19 > .span15:last-child { width: 78.96%; }
.tk .layout-split.x19 > .span16 { width: 84.16%; } .tk .layout-split.x19 > .span16:last-child { width: 84.22%; } .tk .layout-split.x19 > .span17 { width: 89.42%; }
.tk .layout-split.x19 > .span17:last-child { width: 89.48%; } .tk .layout-split.x19 > .span18 { width: 94.68%; } .tk .layout-split.x19 > .span18:last-child { width: 94.74%; }
.tk .layout-split.x20 > .span2 { width: 10%; } .tk .layout-split.x20 > .span3 { width: 15%; } .tk .layout-split.x20 > .span7 { width: 35%; } .tk .layout-split.x20 > .span9 { width: 45%; }
.tk .layout-split.x20 > .span11 { width: 55%; } .tk .layout-split.x20 > .span13 { width: 65%; } .tk .layout-split.x20 > .span17 { width: 85%; }
.tk .layout-split.x20 > .span19 { width: 95%; } .tk .layout-split.x21 > .span2, .tk .layout-split.x32 > .span3:last-child { width: 9.52%; }
.tk .layout-split.x21 > .span2:last-child { width: 9.56%; } .tk .layout-split.x21 > .span4 { width: 19.04%; } .tk .layout-split.x21 > .span4:last-child { width: 19.08%; }
.tk .layout-split.x21 > .span5 { width: 23.8%; } .tk .layout-split.x21 > .span5:last-child { width: 23.84%; } .tk .layout-split.x21 > .span8, .tk .layout-split.x29 > .span11:last-child { width: 38.08%; }
.tk .layout-split.x21 > .span8:last-child { width: 38.12%; } .tk .layout-split.x21 > .span10 { width: 47.6%; } .tk .layout-split.x21 > .span10:last-child { width: 47.64%; }
.tk .layout-split.x21 > .span11 { width: 52.36%; } .tk .layout-split.x21 > .span11:last-child { width: 52.4%; } .tk .layout-split.x21 > .span13 { width: 61.88%; }
.tk .layout-split.x21 > .span13:last-child, .tk .layout-split.x29 > .span18 { width: 61.92%; } .tk .layout-split.x21 > .span16 { width: 76.16%; } .tk .layout-split.x21 > .span16:last-child { width: 76.2%; }
.tk .layout-split.x21 > .span17 { width: 80.92%; } .tk .layout-split.x21 > .span17:last-child { width: 80.96%; } .tk .layout-split.x21 > .span19 { width: 90.44%; }
.tk .layout-split.x21 > .span19:last-child, .tk .layout-split.x32 > .span29 { width: 90.48%; } .tk .layout-split.x21 > .span20 { width: 95.2%; } .tk .layout-split.x21 > .span20:last-child { width: 95.24%; }
.tk .layout-split.x22 > .span2 { width: 9.08%; } .tk .layout-split.x22 > .span2:last-child { width: 9.2%; } .tk .layout-split.x22 > .span3 { width: 13.62%; }
.tk .layout-split.x22 > .span3:last-child { width: 13.74%; } .tk .layout-split.x22 > .span4 { width: 18.16%; } .tk .layout-split.x22 > .span4:last-child { width: 18.28%; }
.tk .layout-split.x22 > .span5 { width: 22.7%; } .tk .layout-split.x22 > .span5:last-child { width: 22.82%; } .tk .layout-split.x22 > .span6 { width: 27.24%; }
.tk .layout-split.x22 > .span6:last-child { width: 27.36%; } .tk .layout-split.x22 > .span7 { width: 31.78%; } .tk .layout-split.x22 > .span7:last-child { width: 31.9%; } .tk .layout-split.x22 > .span8 { width: 36.32%; }
.tk .layout-split.x22 > .span8:last-child { width: 36.44%; } .tk .layout-split.x22 > .span9 { width: 40.86%; } .tk .layout-split.x22 > .span9:last-child { width: 40.98%; } .tk .layout-split.x22 > .span10 { width: 45.4%; }
.tk .layout-split.x22 > .span10:last-child { width: 45.52%; } .tk .layout-split.x22 > .span11 { width: 49.94%; } .tk .layout-split.x22 > .span11:last-child { width: 50.06%; }
.tk .layout-split.x22 > .span12 { width: 54.48%; } .tk .layout-split.x22 > .span12:last-child { width: 54.6%; } .tk .layout-split.x22 > .span13 { width: 59.02%; } .tk .layout-split.x22 > .span13:last-child { width: 59.14%; }
.tk .layout-split.x22 > .span14 { width: 63.56%; } .tk .layout-split.x22 > .span14:last-child { width: 63.68%; } .tk .layout-split.x22 > .span15 { width: 68.1%; }
.tk .layout-split.x22 > .span15:last-child { width: 68.22%; } .tk .layout-split.x22 > .span16 { width: 72.64%; } .tk .layout-split.x22 > .span16:last-child { width: 72.76%; }
.tk .layout-split.x22 > .span17 { width: 77.18%; } .tk .layout-split.x22 > .span17:last-child { width: 77.3%; } .tk .layout-split.x22 > .span18 { width: 81.72%; }
.tk .layout-split.x22 > .span18:last-child { width: 81.84%; } .tk .layout-split.x22 > .span19 { width: 86.26%; } .tk .layout-split.x22 > .span19:last-child { width: 86.38%; }
.tk .layout-split.x22 > .span20 { width: 90.8%; } .tk .layout-split.x22 > .span20:last-child { width: 90.92%; } .tk .layout-split.x22 > .span21 { width: 95.34%; }
.tk .layout-split.x22 > .span21:last-child { width: 95.46%; } .tk .layout-split.x23 > .span2 { width: 8.68%; } .tk .layout-split.x23 > .span2:last-child { width: 8.86%; }
.tk .layout-split.x23 > .span3 { width: 13.02%; } .tk .layout-split.x23 > .span3:last-child { width: 13.2%; } .tk .layout-split.x23 > .span4 { width: 17.36%; }
.tk .layout-split.x23 > .span4:last-child { width: 17.54%; } .tk .layout-split.x23 > .span5 { width: 21.7%; } .tk .layout-split.x23 > .span5:last-child { width: 21.88%; }
.tk .layout-split.x23 > .span6 { width: 26.04%; } .tk .layout-split.x23 > .span6:last-child { width: 26.22%; } .tk .layout-split.x23 > .span7 { width: 30.38%; }
.tk .layout-split.x23 > .span7:last-child { width: 30.56%; } .tk .layout-split.x23 > .span8, .tk .layout-split.x26 > .span9:last-child { width: 34.72%; } .tk .layout-split.x23 > .span8:last-child { width: 34.9%; }
.tk .layout-split.x23 > .span9 { width: 39.06%; } .tk .layout-split.x23 > .span9:last-child { width: 39.24%; } .tk .layout-split.x23 > .span10 { width: 43.4%; }
.tk .layout-split.x23 > .span10:last-child { width: 43.58%; } .tk .layout-split.x23 > .span11 { width: 47.74%; } .tk .layout-split.x23 > .span11:last-child { width: 47.92%; }
.tk .layout-split.x23 > .span12 { width: 52.08%; } .tk .layout-split.x23 > .span12:last-child { width: 52.26%; } .tk .layout-split.x23 > .span13 { width: 56.42%; }
.tk .layout-split.x23 > .span13:last-child { width: 56.6%; } .tk .layout-split.x23 > .span14 { width: 60.76%; } .tk .layout-split.x23 > .span14:last-child { width: 60.94%; }
.tk .layout-split.x23 > .span15 { width: 65.1%; } .tk .layout-split.x23 > .span15:last-child, .tk .layout-split.x26 > .span17 { width: 65.28%; } .tk .layout-split.x23 > .span16 { width: 69.44%; }
.tk .layout-split.x23 > .span16:last-child { width: 69.62%; } .tk .layout-split.x23 > .span17 { width: 73.78%; } .tk .layout-split.x23 > .span17:last-child { width: 73.96%; }
.tk .layout-split.x23 > .span18 { width: 78.12%; } .tk .layout-split.x23 > .span18:last-child { width: 78.3%; } .tk .layout-split.x23 > .span19 { width: 82.46%; }
.tk .layout-split.x23 > .span19:last-child { width: 82.64%; } .tk .layout-split.x23 > .span20 { width: 86.8%; } .tk .layout-split.x23 > .span20:last-child { width: 86.98%; }
.tk .layout-split.x23 > .span21 { width: 91.14%; } .tk .layout-split.x23 > .span21:last-child { width: 91.32%; } .tk .layout-split.x23 > .span22 { width: 95.48%; }
.tk .layout-split.x23 > .span22:last-child { width: 95.66%; } .tk .layout-split.x24 > .span2 { width: 8.32%; } .tk .layout-split.x24 > .span2:last-child { width: 8.48%; }
.tk .layout-split.x24 > .span3, .tk .layout-split.x32 > .span4 { width: 12.48%; } .tk .layout-split.x24 > .span3:last-child, .tk .layout-split.x32 > .span4:last-child { width: 12.64%; }
.tk .layout-split.x24 > .span4 { width: 16.64%; } .tk .layout-split.x24 > .span4:last-child { width: 16.8%; } .tk .layout-split.x24 > .span5 { width: 20.8%; }
.tk .layout-split.x24 > .span5:last-child { width: 20.96%; } .tk .layout-split.x24 > .span6, .tk .layout-split.x32 > .span8 { width: 24.96%; } .tk .layout-split.x24 > .span6:last-child, .tk .layout-split.x32 > .span8:last-child { width: 25.12%; }
.tk .layout-split.x24 > .span7 { width: 29.12%; } .tk .layout-split.x24 > .span7:last-child { width: 29.28%; } .tk .layout-split.x24 > .span8 { width: 33.28%; }
.tk .layout-split.x24 > .span8:last-child { width: 33.44%; } .tk .layout-split.x24 > .span9, .tk .layout-split.x32 > .span12 { width: 37.44%; } .tk .layout-split.x24 > .span9:last-child, .tk .layout-split.x32 > .span12:last-child { width: 37.6%; }
.tk .layout-split.x24 > .span10 { width: 41.6%; } .tk .layout-split.x24 > .span10:last-child { width: 41.76%; } .tk .layout-split.x24 > .span11 { width: 45.76%; }
.tk .layout-split.x24 > .span11:last-child { width: 45.92%; } .tk .layout-split.x24 > .span12, .tk .layout-split.x26 > .span13, .tk .layout-split.x32 > .span16 { width: 49.92%; }
.tk .layout-split.x24 > .span12:last-child, .tk .layout-split.x26 > .span13:last-child, .tk .layout-split.x32 > .span16:last-child { width: 50.08%; }
.tk .layout-split.x24 > .span13 { width: 54.08%; } .tk .layout-split.x24 > .span13:last-child { width: 54.24%; } .tk .layout-split.x24 > .span14 { width: 58.24%; }
.tk .layout-split.x24 > .span14:last-child { width: 58.4%; } .tk .layout-split.x24 > .span15, .tk .layout-split.x32 > .span20 { width: 62.4%; } .tk .layout-split.x24 > .span15:last-child, .tk .layout-split.x32 > .span20:last-child { width: 62.56%; }
.tk .layout-split.x24 > .span16 { width: 66.56%; } .tk .layout-split.x24 > .span16:last-child { width: 66.72%; } .tk .layout-split.x24 > .span17 { width: 70.72%; }
.tk .layout-split.x24 > .span17:last-child { width: 70.88%; } .tk .layout-split.x24 > .span18, .tk .layout-split.x32 > .span24 { width: 74.88%; } .tk .layout-split.x24 > .span18:last-child, .tk .layout-split.x32 > .span24:last-child { width: 75.04%; }
.tk .layout-split.x24 > .span19 { width: 79.04%; } .tk .layout-split.x24 > .span19:last-child { width: 79.2%; } .tk .layout-split.x24 > .span20 { width: 83.2%; }
.tk .layout-split.x24 > .span20:last-child { width: 83.36%; } .tk .layout-split.x24 > .span21, .tk .layout-split.x32 > .span28 { width: 87.36%; } .tk .layout-split.x24 > .span21:last-child, .tk .layout-split.x32 > .span28:last-child { width: 87.52%; }
.tk .layout-split.x24 > .span22 { width: 91.52%; } .tk .layout-split.x24 > .span22:last-child { width: 91.68%; } .tk .layout-split.x24 > .span23 { width: 95.68%; } .tk .layout-split.x24 > .span23:last-child { width: 95.84%; }
.tk .layout-split.x25 > .span2 { width: 8%; } .tk .layout-split.x25 > .span3 { width: 12%; } .tk .layout-split.x25 > .span4 { width: 16%; } .tk .layout-split.x25 > .span6 { width: 24%; }
.tk .layout-split.x25 > .span7 { width: 28%; } .tk .layout-split.x25 > .span8 { width: 32%; } .tk .layout-split.x25 > .span9 { width: 36%; } .tk .layout-split.x25 > .span11 { width: 44%; }
.tk .layout-split.x25 > .span12 { width: 48%; } .tk .layout-split.x25 > .span13 { width: 52%; } .tk .layout-split.x25 > .span14 { width: 56%; } .tk .layout-split.x25 > .span16 { width: 64%; }
.tk .layout-split.x25 > .span17 { width: 68%; } .tk .layout-split.x25 > .span18 { width: 72%; } .tk .layout-split.x25 > .span19 { width: 76%; } .tk .layout-split.x25 > .span21 { width: 84%; }
.tk .layout-split.x25 > .span22 { width: 88%; } .tk .layout-split.x25 > .span23 { width: 92%; } .tk .layout-split.x25 > .span24, .tk .layout-split.x26 > .span25 { width: 96%; }
.tk .layout-split.x26 > .span2 { width: 7.68%; } .tk .layout-split.x26 > .span2:last-child { width: 7.84%; } .tk .layout-split.x26 > .span3 { width: 11.52%; }
.tk .layout-split.x26 > .span3:last-child { width: 11.68%; } .tk .layout-split.x26 > .span4 { width: 15.36%; } .tk .layout-split.x26 > .span4:last-child { width: 15.52%; }
.tk .layout-split.x26 > .span5 { width: 19.2%; } .tk .layout-split.x26 > .span5:last-child { width: 19.36%; } .tk .layout-split.x26 > .span6 { width: 23.04%; }
.tk .layout-split.x26 > .span6:last-child { width: 23.2%; } .tk .layout-split.x26 > .span7 { width: 26.88%; } .tk .layout-split.x26 > .span7:last-child { width: 27.04%; }
.tk .layout-split.x26 > .span8 { width: 30.72%; } .tk .layout-split.x26 > .span8:last-child { width: 30.88%; } .tk .layout-split.x26 > .span9 { width: 34.56%; }
.tk .layout-split.x26 > .span10 { width: 38.4%; } .tk .layout-split.x26 > .span10:last-child { width: 38.56%; } .tk .layout-split.x26 > .span11 { width: 42.24%; }
.tk .layout-split.x26 > .span11:last-child { width: 42.4%; } .tk .layout-split.x26 > .span12 { width: 46.08%; } .tk .layout-split.x26 > .span12:last-child { width: 46.24%; }
.tk .layout-split.x26 > .span14 { width: 53.76%; } .tk .layout-split.x26 > .span14:last-child { width: 53.92%; } .tk .layout-split.x26 > .span15 { width: 57.6%; }
.tk .layout-split.x26 > .span15:last-child { width: 57.76%; } .tk .layout-split.x26 > .span16 { width: 61.44%; } .tk .layout-split.x26 > .span16:last-child { width: 61.6%; }
.tk .layout-split.x26 > .span17:last-child { width: 65.44%; } .tk .layout-split.x26 > .span18 { width: 69.12%; } .tk .layout-split.x26 > .span18:last-child { width: 69.28%; }
.tk .layout-split.x26 > .span19 { width: 72.96%; } .tk .layout-split.x26 > .span19:last-child { width: 73.12%; } .tk .layout-split.x26 > .span20 { width: 76.8%; }
.tk .layout-split.x26 > .span20:last-child { width: 76.96%; } .tk .layout-split.x26 > .span21 { width: 80.64%; } .tk .layout-split.x26 > .span21:last-child { width: 80.8%; }
.tk .layout-split.x26 > .span22 { width: 84.48%; } .tk .layout-split.x26 > .span22:last-child { width: 84.64%; } .tk .layout-split.x26 > .span23 { width: 88.32%; }
.tk .layout-split.x26 > .span23:last-child { width: 88.48%; } .tk .layout-split.x26 > .span24 { width: 92.16%; } .tk .layout-split.x26 > .span24:last-child { width: 92.32%; }
.tk .layout-split.x26 > .span25:last-child { width: 96.16%; } .tk .layout-split.x27 > .span2 { width: 7.4%; } .tk .layout-split.x27 > .span2:last-child { width: 7.5%; }
.tk .layout-split.x27 > .span4 { width: 14.8%; } .tk .layout-split.x27 > .span4:last-child { width: 14.9%; } .tk .layout-split.x27 > .span5 { width: 18.5%; }
.tk .layout-split.x27 > .span5:last-child { width: 18.6%; } .tk .layout-split.x27 > .span7 { width: 25.9%; } .tk .layout-split.x27 > .span7:last-child { width: 26%; }
.tk .layout-split.x27 > .span8 { width: 29.6%; } .tk .layout-split.x27 > .span8:last-child { width: 29.7%; } .tk .layout-split.x27 > .span10 { width: 37%; }
.tk .layout-split.x27 > .span10:last-child { width: 37.1%; } .tk .layout-split.x27 > .span11 { width: 40.7%; } .tk .layout-split.x27 > .span11:last-child { width: 40.8%; }
.tk .layout-split.x27 > .span13 { width: 48.1%; } .tk .layout-split.x27 > .span13:last-child { width: 48.2%; } .tk .layout-split.x27 > .span14 { width: 51.8%; }
.tk .layout-split.x27 > .span14:last-child { width: 51.9%; } .tk .layout-split.x27 > .span16 { width: 59.2%; } .tk .layout-split.x27 > .span16:last-child { width: 59.3%; }
.tk .layout-split.x27 > .span17 { width: 62.9%; } .tk .layout-split.x27 > .span17:last-child { width: 63%; } .tk .layout-split.x27 > .span19 { width: 70.3%; }
.tk .layout-split.x27 > .span19:last-child { width: 70.4%; } .tk .layout-split.x27 > .span20 { width: 74%; } .tk .layout-split.x27 > .span20:last-child { width: 74.1%; }
.tk .layout-split.x27 > .span22 { width: 81.4%; } .tk .layout-split.x27 > .span22:last-child { width: 81.5%; } .tk .layout-split.x27 > .span23 { width: 85.1%; }
.tk .layout-split.x27 > .span23:last-child { width: 85.2%; } .tk .layout-split.x27 > .span25 { width: 92.5%; } .tk .layout-split.x27 > .span25:last-child { width: 92.6%; }
.tk .layout-split.x27 > .span26 { width: 96.2%; } .tk .layout-split.x27 > .span26:last-child { width: 96.3%; } .tk .layout-split.x28 > .span2 { width: 7.14%; }
.tk .layout-split.x28 > .span2:last-child { width: 7.18%; } .tk .layout-split.x28 > .span3 { width: 10.71%; } .tk .layout-split.x28 > .span3:last-child { width: 10.75%; }
.tk .layout-split.x28 > .span5 { width: 17.85%; } .tk .layout-split.x28 > .span5:last-child { width: 17.89%; } .tk .layout-split.x28 > .span9 { width: 32.13%; }
.tk .layout-split.x28 > .span9:last-child { width: 32.17%; } .tk .layout-split.x28 > .span11 { width: 39.27%; } .tk .layout-split.x28 > .span11:last-child { width: 39.31%; }
.tk .layout-split.x28 > .span13 { width: 46.41%; } .tk .layout-split.x28 > .span13:last-child { width: 46.45%; } .tk .layout-split.x28 > .span15 { width: 53.55%; }
.tk .layout-split.x28 > .span15:last-child { width: 53.59%; } .tk .layout-split.x28 > .span17 { width: 60.69%; } .tk .layout-split.x28 > .span17:last-child { width: 60.73%; }
.tk .layout-split.x28 > .span19 { width: 67.83%; } .tk .layout-split.x28 > .span19:last-child { width: 67.87%; } .tk .layout-split.x28 > .span23 { width: 82.11%; }
.tk .layout-split.x28 > .span23:last-child { width: 82.15%; } .tk .layout-split.x28 > .span25 { width: 89.25%; } .tk .layout-split.x28 > .span25:last-child { width: 89.29%; }
.tk .layout-split.x28 > .span27 { width: 96.39%; } .tk .layout-split.x28 > .span27:last-child { width: 96.43%; } .tk .layout-split.x29 > .span2 { width: 6.88%; }
.tk .layout-split.x29 > .span2:last-child { width: 7.12%; } .tk .layout-split.x29 > .span3 { width: 10.32%; } .tk .layout-split.x29 > .span3:last-child { width: 10.56%; }
.tk .layout-split.x29 > .span4 { width: 13.76%; } .tk .layout-split.x29 > .span4:last-child { width: 14%; } .tk .layout-split.x29 > .span5 { width: 17.2%; }
.tk .layout-split.x29 > .span5:last-child { width: 17.44%; } .tk .layout-split.x29 > .span6 { width: 20.64%; } .tk .layout-split.x29 > .span6:last-child { width: 20.88%; }
.tk .layout-split.x29 > .span7 { width: 24.08%; } .tk .layout-split.x29 > .span7:last-child { width: 24.32%; } .tk .layout-split.x29 > .span8 { width: 27.52%; }
.tk .layout-split.x29 > .span8:last-child { width: 27.76%; } .tk .layout-split.x29 > .span9 { width: 30.96%; } .tk .layout-split.x29 > .span9:last-child, .tk .layout-split.x32 > .span10 { width: 31.2%; }
.tk .layout-split.x29 > .span10 { width: 34.4%; } .tk .layout-split.x29 > .span10:last-child { width: 34.64%; } .tk .layout-split.x29 > .span11 { width: 37.84%; }
.tk .layout-split.x29 > .span12 { width: 41.28%; } .tk .layout-split.x29 > .span12:last-child { width: 41.52%; } .tk .layout-split.x29 > .span13 { width: 44.72%; }
.tk .layout-split.x29 > .span13:last-child { width: 44.96%; } .tk .layout-split.x29 > .span14 { width: 48.16%; } .tk .layout-split.x29 > .span14:last-child { width: 48.4%; }
.tk .layout-split.x29 > .span15 { width: 51.6%; } .tk .layout-split.x29 > .span15:last-child { width: 51.84%; } .tk .layout-split.x29 > .span16 { width: 55.04%; }
.tk .layout-split.x29 > .span16:last-child { width: 55.28%; } .tk .layout-split.x29 > .span17 { width: 58.48%; } .tk .layout-split.x29 > .span17:last-child { width: 58.72%; }
.tk .layout-split.x29 > .span18:last-child { width: 62.16%; } .tk .layout-split.x29 > .span19 { width: 65.36%; } .tk .layout-split.x29 > .span19:last-child { width: 65.6%; }
.tk .layout-split.x29 > .span20, .tk .layout-split.x32 > .span22:last-child { width: 68.8%; } .tk .layout-split.x29 > .span20:last-child { width: 69.04%; }
.tk .layout-split.x29 > .span21 { width: 72.24%; } .tk .layout-split.x29 > .span21:last-child { width: 72.48%; } .tk .layout-split.x29 > .span22 { width: 75.68%; }
.tk .layout-split.x29 > .span22:last-child { width: 75.92%; } .tk .layout-split.x29 > .span23 { width: 79.12%; } .tk .layout-split.x29 > .span23:last-child { width: 79.36%; }
.tk .layout-split.x29 > .span24 { width: 82.56%; } .tk .layout-split.x29 > .span24:last-child { width: 82.8%; } .tk .layout-split.x29 > .span25 { width: 86%; }
.tk .layout-split.x29 > .span25:last-child { width: 86.24%; } .tk .layout-split.x29 > .span26 { width: 89.44%; } .tk .layout-split.x29 > .span26:last-child { width: 89.68%; }
.tk .layout-split.x29 > .span27 { width: 92.88%; } .tk .layout-split.x29 > .span27:last-child { width: 93.12%; } .tk .layout-split.x29 > .span28 { width: 96.32%; }
.tk .layout-split.x29 > .span28:last-child { width: 96.56%; } .tk .layout-split.x30 > .span2 { width: 6.66%; } .tk .layout-split.x30 > .span2:last-child { width: 6.76%; }
.tk .layout-split.x30 > .span3 { width: 9.99%; } .tk .layout-split.x30 > .span3:last-child { width: 10.09%; } .tk .layout-split.x30 > .span7 { width: 23.31%; }
.tk .layout-split.x30 > .span7:last-child { width: 23.41%; } .tk .layout-split.x30 > .span9 { width: 29.97%; } .tk .layout-split.x30 > .span9:last-child { width: 30.07%; }
.tk .layout-split.x30 > .span11 { width: 36.63%; } .tk .layout-split.x30 > .span11:last-child { width: 36.73%; } .tk .layout-split.x30 > .span13 { width: 43.29%; }
.tk .layout-split.x30 > .span13:last-child { width: 43.39%; } .tk .layout-split.x30 > .span17 { width: 56.61%; } .tk .layout-split.x30 > .span17:last-child { width: 56.71%; }
.tk .layout-split.x30 > .span19 { width: 63.27%; } .tk .layout-split.x30 > .span19:last-child { width: 63.37%; } .tk .layout-split.x30 > .span21 { width: 69.93%; }
.tk .layout-split.x30 > .span21:last-child { width: 70.03%; } .tk .layout-split.x30 > .span23 { width: 76.59%; } .tk .layout-split.x30 > .span23:last-child { width: 76.69%; }
.tk .layout-split.x30 > .span27 { width: 89.91%; } .tk .layout-split.x30 > .span27:last-child { width: 90.01%; } .tk .layout-split.x30 > .span29 { width: 96.57%; }
.tk .layout-split.x30 > .span29:last-child { width: 96.67%; } .tk .layout-split.x31 > .span2 { width: 6.44%; } .tk .layout-split.x31 > .span2:last-child { width: 6.62%; }
.tk .layout-split.x31 > .span3 { width: 9.66%; } .tk .layout-split.x31 > .span3:last-child { width: 9.84%; } .tk .layout-split.x31 > .span4 { width: 12.88%; }
.tk .layout-split.x31 > .span4:last-child { width: 13.06%; } .tk .layout-split.x31 > .span5 { width: 16.1%; } .tk .layout-split.x31 > .span5:last-child { width: 16.28%; }
.tk .layout-split.x31 > .span6 { width: 19.32%; } .tk .layout-split.x31 > .span6:last-child { width: 19.5%; } .tk .layout-split.x31 > .span7 { width: 22.54%; }
.tk .layout-split.x31 > .span7:last-child { width: 22.72%; } .tk .layout-split.x31 > .span8 { width: 25.76%; } .tk .layout-split.x31 > .span8:last-child { width: 25.94%; }
.tk .layout-split.x31 > .span9 { width: 28.98%; } .tk .layout-split.x31 > .span9:last-child { width: 29.16%; } .tk .layout-split.x31 > .span10 { width: 32.2%; }
.tk .layout-split.x31 > .span10:last-child { width: 32.38%; } .tk .layout-split.x31 > .span11 { width: 35.42%; } .tk .layout-split.x31 > .span11:last-child { width: 35.6%; }
.tk .layout-split.x31 > .span12 { width: 38.64%; } .tk .layout-split.x31 > .span12:last-child { width: 38.82%; } .tk .layout-split.x31 > .span13 { width: 41.86%; }
.tk .layout-split.x31 > .span13:last-child { width: 42.04%; } .tk .layout-split.x31 > .span14 { width: 45.08%; } .tk .layout-split.x31 > .span14:last-child { width: 45.26%; }
.tk .layout-split.x31 > .span15 { width: 48.3%; } .tk .layout-split.x31 > .span15:last-child { width: 48.48%; } .tk .layout-split.x31 > .span16 { width: 51.52%; }
.tk .layout-split.x31 > .span16:last-child { width: 51.7%; } .tk .layout-split.x31 > .span17 { width: 54.74%; } .tk .layout-split.x31 > .span17:last-child { width: 54.92%; }
.tk .layout-split.x31 > .span18 { width: 57.96%; } .tk .layout-split.x31 > .span18:last-child { width: 58.14%; } .tk .layout-split.x31 > .span19 { width: 61.18%; }
.tk .layout-split.x31 > .span19:last-child { width: 61.36%; } .tk .layout-split.x31 > .span20 { width: 64.4%; } .tk .layout-split.x31 > .span20:last-child { width: 64.58%; }
.tk .layout-split.x31 > .span21 { width: 67.62%; } .tk .layout-split.x31 > .span21:last-child { width: 67.8%; } .tk .layout-split.x31 > .span22 { width: 70.84%; }
.tk .layout-split.x31 > .span22:last-child { width: 71.02%; } .tk .layout-split.x31 > .span23 { width: 74.06%; } .tk .layout-split.x31 > .span23:last-child { width: 74.24%; }
.tk .layout-split.x31 > .span24 { width: 77.28%; } .tk .layout-split.x31 > .span24:last-child { width: 77.46%; } .tk .layout-split.x31 > .span25 { width: 80.5%; }
.tk .layout-split.x31 > .span25:last-child { width: 80.68%; } .tk .layout-split.x31 > .span26 { width: 83.72%; } .tk .layout-split.x31 > .span26:last-child { width: 83.9%; }
.tk .layout-split.x31 > .span27 { width: 86.94%; } .tk .layout-split.x31 > .span27:last-child { width: 87.12%; } .tk .layout-split.x31 > .span28 { width: 90.16%; }
.tk .layout-split.x31 > .span28:last-child { width: 90.34%; } .tk .layout-split.x31 > .span29 { width: 93.38%; } .tk .layout-split.x31 > .span29:last-child { width: 93.56%; }
.tk .layout-split.x31 > .span30 { width: 96.6%; } .tk .layout-split.x31 > .span30:last-child { width: 96.78%; } .tk .layout-split.x32 > .span2 { width: 6.24%; }
.tk .layout-split.x32 > .span2:last-child { width: 6.4%; } .tk .layout-split.x32 > .span3 { width: 9.36%; } .tk .layout-split.x32 > .span5 { width: 15.6%; }
.tk .layout-split.x32 > .span5:last-child { width: 15.76%; } .tk .layout-split.x32 > .span6 { width: 18.72%; } .tk .layout-split.x32 > .span6:last-child { width: 18.88%; }
.tk .layout-split.x32 > .span7 { width: 21.84%; } .tk .layout-split.x32 > .span7:last-child { width: 22%; } .tk .layout-split.x32 > .span9 { width: 28.08%; }
.tk .layout-split.x32 > .span9:last-child { width: 28.24%; } .tk .layout-split.x32 > .span10:last-child { width: 31.36%; } .tk .layout-split.x32 > .span11 { width: 34.32%; }
.tk .layout-split.x32 > .span11:last-child { width: 34.48%; } .tk .layout-split.x32 > .span13 { width: 40.56%; } .tk .layout-split.x32 > .span13:last-child { width: 40.72%; }
.tk .layout-split.x32 > .span14 { width: 43.68%; } .tk .layout-split.x32 > .span14:last-child { width: 43.84%; } .tk .layout-split.x32 > .span15 { width: 46.8%; }
.tk .layout-split.x32 > .span15:last-child { width: 46.96%; } .tk .layout-split.x32 > .span17 { width: 53.04%; } .tk .layout-split.x32 > .span17:last-child { width: 53.2%; }
.tk .layout-split.x32 > .span18 { width: 56.16%; } .tk .layout-split.x32 > .span18:last-child { width: 56.32%; } .tk .layout-split.x32 > .span19 { width: 59.28%; }
.tk .layout-split.x32 > .span19:last-child { width: 59.44%; } .tk .layout-split.x32 > .span21 { width: 65.52%; } .tk .layout-split.x32 > .span21:last-child { width: 65.68%; }
.tk .layout-split.x32 > .span22 { width: 68.64%; } .tk .layout-split.x32 > .span23 { width: 71.76%; } .tk .layout-split.x32 > .span23:last-child { width: 71.92%; }
.tk .layout-split.x32 > .span25 { width: 78%; } .tk .layout-split.x32 > .span25:last-child { width: 78.16%; } .tk .layout-split.x32 > .span26 { width: 81.12%; }
.tk .layout-split.x32 > .span26:last-child { width: 81.28%; } .tk .layout-split.x32 > .span27 { width: 84.24%; } .tk .layout-split.x32 > .span27:last-child { width: 84.4%; }
.tk .layout-split.x32 > .span29:last-child { width: 90.64%; } .tk .layout-split.x32 > .span30 { width: 93.6%; } .tk .layout-split.x32 > .span30:last-child { width: 93.76%; }
.tk .layout-split.x32 > .span31 { width: 96.72%; } .tk .layout-split.x32 > .span31:last-child { width: 96.88%; }