<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[192444] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/192444">192444</a></dd>
<dt>Author</dt> <dd>zalan@apple.com</dd>
<dt>Date</dt> <dd>2015-11-13 15:11:43 -0800 (Fri, 13 Nov 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Always render at least a device pixel line when border/outline width &gt; 0.
https://bugs.webkit.org/show_bug.cgi?id=151269

This matches Firefox behaviour.

Reviewed by Simon Fraser.

Source/WebCore:

Existing test is modified to reflect the new behaviour.

* css/StyleBuilderConverter.h:
(WebCore::StyleBuilderConverter::convertLineWidth):
* rendering/BorderEdge.cpp:
(WebCore::BorderEdge::BorderEdge): Deleted.
* rendering/BorderEdge.h:

LayoutTests:

* fast/borders/hidpi-border-width-flooring-expected.html:
* fast/borders/hidpi-border-width-flooring.html:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestscssomsubpixeloffsetlefttopwidthheightvaluesexpectedtxt">trunk/LayoutTests/cssom/subpixel-offsetleft-top-width-height-values-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastbordershidpiborderwidthflooringexpectedhtml">trunk/LayoutTests/fast/borders/hidpi-border-width-flooring-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastbordershidpiborderwidthflooringhtml">trunk/LayoutTests/fast/borders/hidpi-border-width-flooring.html</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug89315expectedtxt">trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug89315-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug89315expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorecssStyleBuilderConverterh">trunk/Source/WebCore/css/StyleBuilderConverter.h</a></li>
<li><a href="#trunkSourceWebCorepagePagecpp">trunk/Source/WebCore/page/Page.cpp</a></li>
<li><a href="#trunkSourceWebCorepagePageh">trunk/Source/WebCore/page/Page.h</a></li>
<li><a href="#trunkSourceWebCorerenderingBorderEdgecpp">trunk/Source/WebCore/rendering/BorderEdge.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingBorderEdgeh">trunk/Source/WebCore/rendering/BorderEdge.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (192443 => 192444)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-11-13 22:16:47 UTC (rev 192443)
+++ trunk/LayoutTests/ChangeLog        2015-11-13 23:11:43 UTC (rev 192444)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2015-11-13  Zalan Bujtas  &lt;zalan@apple.com&gt;
+
+        Always render at least a device pixel line when border/outline width &gt; 0.
+        https://bugs.webkit.org/show_bug.cgi?id=151269
+
+        This matches Firefox behaviour.
+
+        Reviewed by Simon Fraser.
+
+        * fast/borders/hidpi-border-width-flooring-expected.html:
+        * fast/borders/hidpi-border-width-flooring.html:
+
</ins><span class="cx"> 2015-11-13  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [GTK] GTK gardening.
</span></span></pre></div>
<a id="trunkLayoutTestscssomsubpixeloffsetlefttopwidthheightvaluesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/cssom/subpixel-offsetleft-top-width-height-values-expected.txt (192443 => 192444)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/cssom/subpixel-offsetleft-top-width-height-values-expected.txt        2015-11-13 22:16:47 UTC (rev 192443)
+++ trunk/LayoutTests/cssom/subpixel-offsetleft-top-width-height-values-expected.txt        2015-11-13 23:11:43 UTC (rev 192444)
</span><span class="lines">@@ -1,801 +1,801 @@
</span><del>-offsetTop:0.00 offsetLeft:0.00 offsetWidth:0.00 offsetHeight:0.00
-clientTop:0.00 clientLeft:0.00 clientWidth:0.00 clientHeight:0.00
-offsetTop:0.00 offsetLeft:0.00 offsetWidth:0.00 offsetHeight:0.00
-clientTop:0.00 clientLeft:0.00 clientWidth:0.00 clientHeight:0.00
-offsetTop:0.00 offsetLeft:0.00 offsetWidth:0.00 offsetHeight:0.00
-clientTop:0.00 clientLeft:0.00 clientWidth:0.00 clientHeight:0.00
-offsetTop:1.00 offsetLeft:1.00 offsetWidth:0.00 offsetHeight:0.00
-clientTop:0.00 clientLeft:0.00 clientWidth:0.00 clientHeight:0.00
-offsetTop:1.00 offsetLeft:2.00 offsetWidth:0.00 offsetHeight:0.00
-clientTop:0.00 clientLeft:0.00 clientWidth:0.00 clientHeight:0.00
-offsetTop:1.00 offsetLeft:3.00 offsetWidth:1.00 offsetHeight:1.00
-clientTop:0.00 clientLeft:0.00 clientWidth:1.00 clientHeight:1.00
-offsetTop:1.00 offsetLeft:4.00 offsetWidth:1.00 offsetHeight:1.00
-clientTop:0.00 clientLeft:0.00 clientWidth:1.00 clientHeight:1.00
-offsetTop:1.00 offsetLeft:5.00 offsetWidth:1.00 offsetHeight:1.00
-clientTop:0.00 clientLeft:0.00 clientWidth:1.00 clientHeight:1.00
-offsetTop:2.00 offsetLeft:6.00 offsetWidth:1.00 offsetHeight:1.00
-clientTop:0.00 clientLeft:0.00 clientWidth:1.00 clientHeight:1.00
-offsetTop:2.00 offsetLeft:8.00 offsetWidth:1.00 offsetHeight:1.00
-clientTop:0.00 clientLeft:0.00 clientWidth:1.00 clientHeight:1.00
-offsetTop:2.00 offsetLeft:10.00 offsetWidth:1.00 offsetHeight:1.00
-clientTop:0.00 clientLeft:0.00 clientWidth:1.00 clientHeight:1.00
-offsetTop:2.00 offsetLeft:12.00 offsetWidth:1.00 offsetHeight:1.00
-clientTop:0.00 clientLeft:0.00 clientWidth:1.00 clientHeight:1.00
-offsetTop:2.00 offsetLeft:14.00 offsetWidth:1.00 offsetHeight:1.00
-clientTop:0.00 clientLeft:0.00 clientWidth:1.00 clientHeight:1.00
-offsetTop:3.00 offsetLeft:17.00 offsetWidth:1.00 offsetHeight:1.00
-clientTop:0.00 clientLeft:0.00 clientWidth:1.00 clientHeight:1.00
-offsetTop:3.00 offsetLeft:20.00 offsetWidth:1.00 offsetHeight:1.00
-clientTop:0.00 clientLeft:0.00 clientWidth:1.00 clientHeight:1.00
-offsetTop:3.00 offsetLeft:23.00 offsetWidth:2.00 offsetHeight:2.00
-clientTop:0.00 clientLeft:0.00 clientWidth:2.00 clientHeight:2.00
-offsetTop:3.00 offsetLeft:26.00 offsetWidth:2.00 offsetHeight:2.00
-clientTop:0.00 clientLeft:0.00 clientWidth:2.00 clientHeight:2.00
-offsetTop:3.00 offsetLeft:29.00 offsetWidth:2.00 offsetHeight:2.00
-clientTop:0.00 clientLeft:0.00 clientWidth:2.00 clientHeight:2.00
-offsetTop:4.00 offsetLeft:32.00 offsetWidth:2.00 offsetHeight:2.00
-clientTop:0.00 clientLeft:0.00 clientWidth:2.00 clientHeight:2.00
-offsetTop:4.00 offsetLeft:36.00 offsetWidth:2.00 offsetHeight:2.00
-clientTop:0.00 clientLeft:0.00 clientWidth:2.00 clientHeight:2.00
-offsetTop:2.00 offsetLeft:0.00 offsetWidth:2.00 offsetHeight:2.00
-clientTop:0.00 clientLeft:0.00 clientWidth:2.00 clientHeight:2.00
-offsetTop:2.00 offsetLeft:2.00 offsetWidth:2.00 offsetHeight:2.00
-clientTop:0.00 clientLeft:0.00 clientWidth:2.00 clientHeight:2.00
-offsetTop:3.00 offsetLeft:5.00 offsetWidth:2.00 offsetHeight:2.00
-clientTop:0.00 clientLeft:0.00 clientWidth:2.00 clientHeight:2.00
-offsetTop:3.00 offsetLeft:7.00 offsetWidth:2.00 offsetHeight:2.00
-clientTop:0.00 clientLeft:0.00 clientWidth:2.00 clientHeight:2.00
-offsetTop:4.00 offsetLeft:10.00 offsetWidth:3.00 offsetHeight:3.00
-clientTop:0.00 clientLeft:0.00 clientWidth:2.00 clientHeight:2.00
-offsetTop:4.00 offsetLeft:13.00 offsetWidth:3.00 offsetHeight:3.00
-clientTop:0.00 clientLeft:0.00 clientWidth:3.00 clientHeight:3.00
-offsetTop:4.00 offsetLeft:16.00 offsetWidth:3.00 offsetHeight:3.00
-clientTop:0.00 clientLeft:0.00 clientWidth:3.00 clientHeight:3.00
-offsetTop:5.00 offsetLeft:19.00 offsetWidth:3.00 offsetHeight:3.00
-clientTop:0.00 clientLeft:0.00 clientWidth:3.00 clientHeight:3.00
-offsetTop:5.00 offsetLeft:23.00 offsetWidth:3.00 offsetHeight:3.00
-clientTop:0.00 clientLeft:0.00 clientWidth:3.00 clientHeight:3.00
-offsetTop:6.00 offsetLeft:26.00 offsetWidth:3.00 offsetHeight:3.00
-clientTop:0.00 clientLeft:0.00 clientWidth:3.00 clientHeight:3.00
-offsetTop:6.00 offsetLeft:30.00 offsetWidth:3.00 offsetHeight:3.00
-clientTop:0.00 clientLeft:0.00 clientWidth:3.00 clientHeight:3.00
-offsetTop:6.00 offsetLeft:34.00 offsetWidth:3.00 offsetHeight:3.00
-clientTop:0.00 clientLeft:0.00 clientWidth:3.00 clientHeight:3.00
-offsetTop:7.00 offsetLeft:39.00 offsetWidth:3.00 offsetHeight:3.00
-clientTop:0.00 clientLeft:0.00 clientWidth:3.00 clientHeight:3.00
-offsetTop:7.00 offsetLeft:43.00 offsetWidth:3.00 offsetHeight:3.00
-clientTop:0.00 clientLeft:0.00 clientWidth:3.00 clientHeight:3.00
-offsetTop:8.00 offsetLeft:48.00 offsetWidth:4.00 offsetHeight:4.00
-clientTop:0.00 clientLeft:0.00 clientWidth:3.00 clientHeight:3.00
-offsetTop:8.00 offsetLeft:53.00 offsetWidth:4.00 offsetHeight:4.00
-clientTop:0.00 clientLeft:0.00 clientWidth:4.00 clientHeight:4.00
-offsetTop:8.00 offsetLeft:58.00 offsetWidth:4.00 offsetHeight:4.00
-clientTop:0.00 clientLeft:0.00 clientWidth:4.00 clientHeight:4.00
-offsetTop:9.00 offsetLeft:63.00 offsetWidth:4.00 offsetHeight:4.00
-clientTop:0.00 clientLeft:0.00 clientWidth:4.00 clientHeight:4.00
-offsetTop:9.00 offsetLeft:69.00 offsetWidth:4.00 offsetHeight:4.00
-clientTop:0.00 clientLeft:0.00 clientWidth:4.00 clientHeight:4.00
-offsetTop:10.00 offsetLeft:74.00 offsetWidth:4.00 offsetHeight:4.00
-clientTop:0.00 clientLeft:0.00 clientWidth:4.00 clientHeight:4.00
-offsetTop:8.00 offsetLeft:1.00 offsetWidth:4.00 offsetHeight:4.00
-clientTop:0.00 clientLeft:0.00 clientWidth:4.00 clientHeight:4.00
-offsetTop:9.00 offsetLeft:5.00 offsetWidth:4.00 offsetHeight:4.00
-clientTop:0.00 clientLeft:0.00 clientWidth:4.00 clientHeight:4.00
-offsetTop:9.00 offsetLeft:9.00 offsetWidth:4.00 offsetHeight:4.00
-clientTop:0.00 clientLeft:0.00 clientWidth:4.00 clientHeight:4.00
-offsetTop:10.00 offsetLeft:14.00 offsetWidth:4.00 offsetHeight:4.00
-clientTop:0.00 clientLeft:0.00 clientWidth:4.00 clientHeight:4.00
-offsetTop:10.00 offsetLeft:18.00 offsetWidth:5.00 offsetHeight:5.00
-clientTop:0.00 clientLeft:0.00 clientWidth:4.00 clientHeight:4.00
-offsetTop:11.00 offsetLeft:23.00 offsetWidth:5.00 offsetHeight:5.00
-clientTop:0.00 clientLeft:0.00 clientWidth:5.00 clientHeight:5.00
-offsetTop:12.00 offsetLeft:28.00 offsetWidth:5.00 offsetHeight:5.00
-clientTop:0.00 clientLeft:0.00 clientWidth:5.00 clientHeight:5.00
-offsetTop:12.00 offsetLeft:34.00 offsetWidth:5.00 offsetHeight:5.00
-clientTop:0.00 clientLeft:0.00 clientWidth:5.00 clientHeight:5.00
-offsetTop:13.00 offsetLeft:39.00 offsetWidth:5.00 offsetHeight:5.00
-clientTop:0.00 clientLeft:0.00 clientWidth:5.00 clientHeight:5.00
-offsetTop:13.00 offsetLeft:45.00 offsetWidth:5.00 offsetHeight:5.00
-clientTop:0.00 clientLeft:0.00 clientWidth:5.00 clientHeight:5.00
-offsetTop:14.00 offsetLeft:51.00 offsetWidth:5.00 offsetHeight:5.00
-clientTop:0.00 clientLeft:0.00 clientWidth:5.00 clientHeight:5.00
-offsetTop:15.00 offsetLeft:57.00 offsetWidth:5.00 offsetHeight:5.00
-clientTop:0.00 clientLeft:0.00 clientWidth:5.00 clientHeight:5.00
-offsetTop:15.00 offsetLeft:63.00 offsetWidth:5.00 offsetHeight:5.00
-clientTop:0.00 clientLeft:0.00 clientWidth:5.00 clientHeight:5.00
-offsetTop:16.00 offsetLeft:70.00 offsetWidth:5.00 offsetHeight:5.00
-clientTop:0.00 clientLeft:0.00 clientWidth:5.00 clientHeight:5.00
-offsetTop:16.00 offsetLeft:76.00 offsetWidth:6.00 offsetHeight:6.00
-clientTop:0.00 clientLeft:0.00 clientWidth:5.00 clientHeight:5.00
-offsetTop:17.00 offsetLeft:83.00 offsetWidth:6.00 offsetHeight:6.00
-clientTop:0.00 clientLeft:0.00 clientWidth:6.00 clientHeight:6.00
-offsetTop:18.00 offsetLeft:90.00 offsetWidth:6.00 offsetHeight:6.00
-clientTop:0.00 clientLeft:0.00 clientWidth:6.00 clientHeight:6.00
-offsetTop:18.00 offsetLeft:98.00 offsetWidth:6.00 offsetHeight:6.00
-clientTop:0.00 clientLeft:0.00 clientWidth:6.00 clientHeight:6.00
-offsetTop:19.00 offsetLeft:105.00 offsetWidth:6.00 offsetHeight:6.00
-clientTop:0.00 clientLeft:0.00 clientWidth:6.00 clientHeight:6.00
-offsetTop:19.00 offsetLeft:113.00 offsetWidth:6.00 offsetHeight:6.00
-clientTop:0.00 clientLeft:0.00 clientWidth:6.00 clientHeight:6.00
-offsetTop:18.00 offsetLeft:2.00 offsetWidth:6.00 offsetHeight:6.00
-clientTop:0.00 clientLeft:0.00 clientWidth:6.00 clientHeight:6.00
-offsetTop:19.00 offsetLeft:8.00 offsetWidth:6.00 offsetHeight:6.00
-clientTop:0.00 clientLeft:0.00 clientWidth:6.00 clientHeight:6.00
-offsetTop:20.00 offsetLeft:14.00 offsetWidth:6.00 offsetHeight:6.00
-clientTop:0.00 clientLeft:0.00 clientWidth:6.00 clientHeight:6.00
-offsetTop:20.00 offsetLeft:20.00 offsetWidth:7.00 offsetHeight:7.00
-clientTop:0.00 clientLeft:0.00 clientWidth:6.00 clientHeight:6.00
-offsetTop:21.00 offsetLeft:27.00 offsetWidth:7.00 offsetHeight:7.00
-clientTop:0.00 clientLeft:0.00 clientWidth:6.00 clientHeight:6.00
-offsetTop:22.00 offsetLeft:34.00 offsetWidth:7.00 offsetHeight:7.00
-clientTop:0.00 clientLeft:0.00 clientWidth:7.00 clientHeight:7.00
-offsetTop:23.00 offsetLeft:41.00 offsetWidth:7.00 offsetHeight:7.00
-clientTop:0.00 clientLeft:0.00 clientWidth:7.00 clientHeight:7.00
-offsetTop:24.00 offsetLeft:48.00 offsetWidth:7.00 offsetHeight:7.00
-clientTop:0.00 clientLeft:0.00 clientWidth:7.00 clientHeight:7.00
-offsetTop:24.00 offsetLeft:56.00 offsetWidth:7.00 offsetHeight:7.00
-clientTop:0.00 clientLeft:0.00 clientWidth:7.00 clientHeight:7.00
-offsetTop:25.00 offsetLeft:64.00 offsetWidth:7.00 offsetHeight:7.00
-clientTop:0.00 clientLeft:0.00 clientWidth:7.00 clientHeight:7.00
-offsetTop:26.00 offsetLeft:72.00 offsetWidth:7.00 offsetHeight:7.00
-clientTop:0.00 clientLeft:0.00 clientWidth:7.00 clientHeight:7.00
-offsetTop:27.00 offsetLeft:80.00 offsetWidth:7.00 offsetHeight:7.00
-clientTop:0.00 clientLeft:0.00 clientWidth:7.00 clientHeight:7.00
-offsetTop:28.00 offsetLeft:88.00 offsetWidth:7.00 offsetHeight:7.00
-clientTop:0.00 clientLeft:0.00 clientWidth:7.00 clientHeight:7.00
-offsetTop:28.00 offsetLeft:96.00 offsetWidth:8.00 offsetHeight:8.00
-clientTop:0.00 clientLeft:0.00 clientWidth:7.00 clientHeight:7.00
-offsetTop:29.00 offsetLeft:105.00 offsetWidth:8.00 offsetHeight:8.00
-clientTop:0.00 clientLeft:0.00 clientWidth:7.00 clientHeight:7.00
-offsetTop:30.00 offsetLeft:114.00 offsetWidth:8.00 offsetHeight:8.00
-clientTop:0.00 clientLeft:0.00 clientWidth:8.00 clientHeight:8.00
-offsetTop:31.00 offsetLeft:123.00 offsetWidth:8.00 offsetHeight:8.00
-clientTop:0.00 clientLeft:0.00 clientWidth:8.00 clientHeight:8.00
-offsetTop:32.00 offsetLeft:132.00 offsetWidth:8.00 offsetHeight:8.00
-clientTop:0.00 clientLeft:0.00 clientWidth:8.00 clientHeight:8.00
-offsetTop:32.00 offsetLeft:142.00 offsetWidth:8.00 offsetHeight:8.00
-clientTop:0.00 clientLeft:0.00 clientWidth:8.00 clientHeight:8.00
-offsetTop:33.00 offsetLeft:152.00 offsetWidth:8.00 offsetHeight:8.00
-clientTop:0.00 clientLeft:0.00 clientWidth:8.00 clientHeight:8.00
-offsetTop:32.00 offsetLeft:2.00 offsetWidth:8.00 offsetHeight:8.00
-clientTop:0.00 clientLeft:0.00 clientWidth:8.00 clientHeight:8.00
-offsetTop:33.00 offsetLeft:11.00 offsetWidth:8.00 offsetHeight:8.00
-clientTop:0.00 clientLeft:0.00 clientWidth:8.00 clientHeight:8.00
-offsetTop:34.00 offsetLeft:19.00 offsetWidth:8.00 offsetHeight:8.00
-clientTop:0.00 clientLeft:0.00 clientWidth:8.00 clientHeight:8.00
-offsetTop:35.00 offsetLeft:27.00 offsetWidth:9.00 offsetHeight:9.00
-clientTop:0.00 clientLeft:0.00 clientWidth:8.00 clientHeight:8.00
-offsetTop:36.00 offsetLeft:36.00 offsetWidth:9.00 offsetHeight:9.00
-clientTop:0.00 clientLeft:0.00 clientWidth:8.00 clientHeight:8.00
-offsetTop:37.00 offsetLeft:45.00 offsetWidth:9.00 offsetHeight:9.00
-clientTop:0.00 clientLeft:0.00 clientWidth:9.00 clientHeight:9.00
-offsetTop:38.00 offsetLeft:54.00 offsetWidth:9.00 offsetHeight:9.00
-clientTop:0.00 clientLeft:0.00 clientWidth:9.00 clientHeight:9.00
-offsetTop:39.00 offsetLeft:63.00 offsetWidth:9.00 offsetHeight:9.00
-clientTop:0.00 clientLeft:0.00 clientWidth:9.00 clientHeight:9.00
-offsetTop:40.00 offsetLeft:73.00 offsetWidth:9.00 offsetHeight:9.00
-clientTop:0.00 clientLeft:0.00 clientWidth:9.00 clientHeight:9.00
-offsetTop:41.00 offsetLeft:83.00 offsetWidth:9.00 offsetHeight:9.00
-clientTop:0.00 clientLeft:0.00 clientWidth:9.00 clientHeight:9.00
-offsetTop:42.00 offsetLeft:92.00 offsetWidth:9.00 offsetHeight:9.00
-clientTop:0.00 clientLeft:0.00 clientWidth:9.00 clientHeight:9.00
-offsetTop:43.00 offsetLeft:103.00 offsetWidth:9.00 offsetHeight:9.00
-clientTop:0.00 clientLeft:0.00 clientWidth:9.00 clientHeight:9.00
-offsetTop:44.00 offsetLeft:113.00 offsetWidth:9.00 offsetHeight:9.00
-clientTop:0.00 clientLeft:0.00 clientWidth:9.00 clientHeight:9.00
-offsetTop:45.00 offsetLeft:123.00 offsetWidth:10.00 offsetHeight:10.00
-clientTop:0.00 clientLeft:0.00 clientWidth:9.00 clientHeight:9.00
-offsetTop:46.00 offsetLeft:134.00 offsetWidth:10.00 offsetHeight:10.00
-clientTop:0.00 clientLeft:0.00 clientWidth:9.00 clientHeight:9.00
-offsetTop:47.00 offsetLeft:145.00 offsetWidth:10.00 offsetHeight:10.00
-clientTop:0.00 clientLeft:0.00 clientWidth:10.00 clientHeight:10.00
-offsetTop:48.00 offsetLeft:156.00 offsetWidth:10.00 offsetHeight:10.00
-clientTop:0.00 clientLeft:0.00 clientWidth:10.00 clientHeight:10.00
-offsetTop:49.00 offsetLeft:167.00 offsetWidth:10.00 offsetHeight:10.00
-clientTop:0.00 clientLeft:0.00 clientWidth:10.00 clientHeight:10.00
-offsetTop:50.00 offsetLeft:179.00 offsetWidth:10.00 offsetHeight:10.00
-clientTop:0.00 clientLeft:0.00 clientWidth:10.00 clientHeight:10.00
-offsetTop:51.00 offsetLeft:191.00 offsetWidth:10.00 offsetHeight:10.00
-clientTop:0.00 clientLeft:0.00 clientWidth:10.00 clientHeight:10.00
-offsetTop:50.00 offsetLeft:4.00 offsetWidth:10.00 offsetHeight:10.00
-clientTop:0.00 clientLeft:0.00 clientWidth:10.00 clientHeight:10.00
-offsetTop:51.00 offsetLeft:14.00 offsetWidth:10.00 offsetHeight:10.00
-clientTop:0.00 clientLeft:0.00 clientWidth:10.00 clientHeight:10.00
-offsetTop:52.00 offsetLeft:24.00 offsetWidth:11.00 offsetHeight:11.00
-clientTop:0.00 clientLeft:0.00 clientWidth:10.00 clientHeight:10.00
-offsetTop:54.00 offsetLeft:34.00 offsetWidth:11.00 offsetHeight:11.00
-clientTop:0.00 clientLeft:0.00 clientWidth:10.00 clientHeight:10.00
-offsetTop:55.00 offsetLeft:45.00 offsetWidth:11.00 offsetHeight:11.00
-clientTop:0.00 clientLeft:0.00 clientWidth:10.00 clientHeight:10.00
-offsetTop:56.00 offsetLeft:56.00 offsetWidth:11.00 offsetHeight:11.00
-clientTop:0.00 clientLeft:0.00 clientWidth:11.00 clientHeight:11.00
-offsetTop:57.00 offsetLeft:67.00 offsetWidth:11.00 offsetHeight:11.00
-clientTop:0.00 clientLeft:0.00 clientWidth:11.00 clientHeight:11.00
-offsetTop:58.00 offsetLeft:78.00 offsetWidth:11.00 offsetHeight:11.00
-clientTop:0.00 clientLeft:0.00 clientWidth:11.00 clientHeight:11.00
-offsetTop:60.00 offsetLeft:90.00 offsetWidth:11.00 offsetHeight:11.00
-clientTop:0.00 clientLeft:0.00 clientWidth:11.00 clientHeight:11.00
-offsetTop:61.00 offsetLeft:102.00 offsetWidth:11.00 offsetHeight:11.00
-clientTop:0.00 clientLeft:0.00 clientWidth:11.00 clientHeight:11.00
-offsetTop:62.00 offsetLeft:114.00 offsetWidth:11.00 offsetHeight:11.00
-clientTop:0.00 clientLeft:0.00 clientWidth:11.00 clientHeight:11.00
-offsetTop:63.00 offsetLeft:126.00 offsetWidth:11.00 offsetHeight:11.00
-clientTop:0.00 clientLeft:0.00 clientWidth:11.00 clientHeight:11.00
-offsetTop:64.00 offsetLeft:138.00 offsetWidth:12.00 offsetHeight:12.00
-clientTop:0.00 clientLeft:0.00 clientWidth:11.00 clientHeight:11.00
-offsetTop:66.00 offsetLeft:150.00 offsetWidth:12.00 offsetHeight:12.00
-clientTop:0.00 clientLeft:0.00 clientWidth:11.00 clientHeight:11.00
-offsetTop:67.00 offsetLeft:163.00 offsetWidth:12.00 offsetHeight:12.00
-clientTop:0.00 clientLeft:0.00 clientWidth:11.00 clientHeight:11.00
-offsetTop:68.00 offsetLeft:176.00 offsetWidth:12.00 offsetHeight:12.00
-clientTop:0.00 clientLeft:0.00 clientWidth:12.00 clientHeight:12.00
-offsetTop:69.00 offsetLeft:189.00 offsetWidth:12.00 offsetHeight:12.00
-clientTop:0.00 clientLeft:0.00 clientWidth:12.00 clientHeight:12.00
-offsetTop:70.00 offsetLeft:202.00 offsetWidth:12.00 offsetHeight:12.00
-clientTop:0.00 clientLeft:0.00 clientWidth:12.00 clientHeight:12.00
-offsetTop:72.00 offsetLeft:216.00 offsetWidth:12.00 offsetHeight:12.00
-clientTop:0.00 clientLeft:0.00 clientWidth:12.00 clientHeight:12.00
-offsetTop:73.00 offsetLeft:230.00 offsetWidth:12.00 offsetHeight:12.00
-clientTop:0.00 clientLeft:0.00 clientWidth:12.00 clientHeight:12.00
-offsetTop:72.00 offsetLeft:5.00 offsetWidth:12.00 offsetHeight:12.00
-clientTop:0.00 clientLeft:0.00 clientWidth:12.00 clientHeight:12.00
-offsetTop:73.00 offsetLeft:17.00 offsetWidth:12.00 offsetHeight:12.00
-clientTop:0.00 clientLeft:0.00 clientWidth:12.00 clientHeight:12.00
-offsetTop:75.00 offsetLeft:29.00 offsetWidth:13.00 offsetHeight:13.00
-clientTop:0.00 clientLeft:0.00 clientWidth:12.00 clientHeight:12.00
-offsetTop:76.00 offsetLeft:42.00 offsetWidth:13.00 offsetHeight:13.00
-clientTop:0.00 clientLeft:0.00 clientWidth:12.00 clientHeight:12.00
-offsetTop:78.00 offsetLeft:54.00 offsetWidth:13.00 offsetHeight:13.00
-clientTop:0.00 clientLeft:0.00 clientWidth:12.00 clientHeight:12.00
-offsetTop:79.00 offsetLeft:67.00 offsetWidth:13.00 offsetHeight:13.00
-clientTop:0.00 clientLeft:0.00 clientWidth:13.00 clientHeight:13.00
-offsetTop:80.00 offsetLeft:80.00 offsetWidth:13.00 offsetHeight:13.00
-clientTop:0.00 clientLeft:0.00 clientWidth:13.00 clientHeight:13.00
-offsetTop:82.00 offsetLeft:94.00 offsetWidth:13.00 offsetHeight:13.00
-clientTop:0.00 clientLeft:0.00 clientWidth:13.00 clientHeight:13.00
-offsetTop:83.00 offsetLeft:107.00 offsetWidth:13.00 offsetHeight:13.00
-clientTop:0.00 clientLeft:0.00 clientWidth:13.00 clientHeight:13.00
-offsetTop:85.00 offsetLeft:121.00 offsetWidth:13.00 offsetHeight:13.00
-clientTop:0.00 clientLeft:0.00 clientWidth:13.00 clientHeight:13.00
-offsetTop:86.00 offsetLeft:135.00 offsetWidth:13.00 offsetHeight:13.00
-clientTop:0.00 clientLeft:0.00 clientWidth:13.00 clientHeight:13.00
-offsetTop:87.00 offsetLeft:149.00 offsetWidth:13.00 offsetHeight:13.00
-clientTop:0.00 clientLeft:0.00 clientWidth:13.00 clientHeight:13.00
-offsetTop:89.00 offsetLeft:163.00 offsetWidth:14.00 offsetHeight:14.00
-clientTop:0.00 clientLeft:0.00 clientWidth:13.00 clientHeight:13.00
-offsetTop:90.00 offsetLeft:178.00 offsetWidth:14.00 offsetHeight:14.00
-clientTop:0.00 clientLeft:0.00 clientWidth:13.00 clientHeight:13.00
-offsetTop:92.00 offsetLeft:192.00 offsetWidth:14.00 offsetHeight:14.00
-clientTop:0.00 clientLeft:0.00 clientWidth:13.00 clientHeight:13.00
-offsetTop:93.00 offsetLeft:207.00 offsetWidth:14.00 offsetHeight:14.00
-clientTop:0.00 clientLeft:0.00 clientWidth:14.00 clientHeight:14.00
-offsetTop:94.00 offsetLeft:222.00 offsetWidth:14.00 offsetHeight:14.00
-clientTop:0.00 clientLeft:0.00 clientWidth:14.00 clientHeight:14.00
-offsetTop:96.00 offsetLeft:238.00 offsetWidth:14.00 offsetHeight:14.00
-clientTop:0.00 clientLeft:0.00 clientWidth:14.00 clientHeight:14.00
-offsetTop:97.00 offsetLeft:253.00 offsetWidth:14.00 offsetHeight:14.00
-clientTop:0.00 clientLeft:0.00 clientWidth:14.00 clientHeight:14.00
-offsetTop:99.00 offsetLeft:269.00 offsetWidth:14.00 offsetHeight:14.00
-clientTop:0.00 clientLeft:0.00 clientWidth:14.00 clientHeight:14.00
-offsetTop:98.00 offsetLeft:6.00 offsetWidth:14.00 offsetHeight:14.00
-clientTop:0.00 clientLeft:0.00 clientWidth:14.00 clientHeight:14.00
-offsetTop:100.00 offsetLeft:20.00 offsetWidth:15.00 offsetHeight:15.00
-clientTop:0.00 clientLeft:0.00 clientWidth:14.00 clientHeight:14.00
-offsetTop:101.00 offsetLeft:35.00 offsetWidth:15.00 offsetHeight:15.00
-clientTop:0.00 clientLeft:0.00 clientWidth:14.00 clientHeight:14.00
-offsetTop:103.00 offsetLeft:49.00 offsetWidth:15.00 offsetHeight:15.00
-clientTop:0.00 clientLeft:0.00 clientWidth:14.00 clientHeight:14.00
-offsetTop:104.00 offsetLeft:64.00 offsetWidth:15.00 offsetHeight:15.00
-clientTop:0.00 clientLeft:0.00 clientWidth:14.00 clientHeight:14.00
-offsetTop:106.00 offsetLeft:79.00 offsetWidth:15.00 offsetHeight:15.00
-clientTop:0.00 clientLeft:0.00 clientWidth:15.00 clientHeight:15.00
-offsetTop:108.00 offsetLeft:94.00 offsetWidth:15.00 offsetHeight:15.00
-clientTop:0.00 clientLeft:0.00 clientWidth:15.00 clientHeight:15.00
-offsetTop:109.00 offsetLeft:109.00 offsetWidth:15.00 offsetHeight:15.00
-clientTop:0.00 clientLeft:0.00 clientWidth:15.00 clientHeight:15.00
-offsetTop:111.00 offsetLeft:125.00 offsetWidth:15.00 offsetHeight:15.00
-clientTop:0.00 clientLeft:0.00 clientWidth:15.00 clientHeight:15.00
-offsetTop:112.00 offsetLeft:140.00 offsetWidth:15.00 offsetHeight:15.00
-clientTop:0.00 clientLeft:0.00 clientWidth:15.00 clientHeight:15.00
-offsetTop:114.00 offsetLeft:156.00 offsetWidth:15.00 offsetHeight:15.00
-clientTop:0.00 clientLeft:0.00 clientWidth:15.00 clientHeight:15.00
-offsetTop:116.00 offsetLeft:172.00 offsetWidth:16.00 offsetHeight:16.00
-clientTop:0.00 clientLeft:0.00 clientWidth:15.00 clientHeight:15.00
-offsetTop:117.00 offsetLeft:189.00 offsetWidth:16.00 offsetHeight:16.00
-clientTop:0.00 clientLeft:0.00 clientWidth:15.00 clientHeight:15.00
-offsetTop:119.00 offsetLeft:205.00 offsetWidth:16.00 offsetHeight:16.00
-clientTop:0.00 clientLeft:0.00 clientWidth:15.00 clientHeight:15.00
-offsetTop:120.00 offsetLeft:222.00 offsetWidth:16.00 offsetHeight:16.00
-clientTop:0.00 clientLeft:0.00 clientWidth:15.00 clientHeight:15.00
-offsetTop:122.00 offsetLeft:239.00 offsetWidth:16.00 offsetHeight:16.00
-clientTop:0.00 clientLeft:0.00 clientWidth:16.00 clientHeight:16.00
-offsetTop:124.00 offsetLeft:256.00 offsetWidth:16.00 offsetHeight:16.00
-clientTop:0.00 clientLeft:0.00 clientWidth:16.00 clientHeight:16.00
-offsetTop:125.00 offsetLeft:273.00 offsetWidth:16.00 offsetHeight:16.00
-clientTop:0.00 clientLeft:0.00 clientWidth:16.00 clientHeight:16.00
-offsetTop:127.00 offsetLeft:291.00 offsetWidth:16.00 offsetHeight:16.00
-clientTop:0.00 clientLeft:0.00 clientWidth:16.00 clientHeight:16.00
-offsetTop:128.00 offsetLeft:308.00 offsetWidth:16.00 offsetHeight:16.00
-clientTop:0.00 clientLeft:0.00 clientWidth:16.00 clientHeight:16.00
-offsetTop:128.00 offsetLeft:8.00 offsetWidth:17.00 offsetHeight:17.00
-clientTop:0.00 clientLeft:0.00 clientWidth:16.00 clientHeight:16.00
-offsetTop:130.00 offsetLeft:24.00 offsetWidth:17.00 offsetHeight:17.00
-clientTop:0.00 clientLeft:0.00 clientWidth:16.00 clientHeight:16.00
-offsetTop:132.00 offsetLeft:40.00 offsetWidth:17.00 offsetHeight:17.00
-clientTop:0.00 clientLeft:0.00 clientWidth:16.00 clientHeight:16.00
-offsetTop:133.00 offsetLeft:57.00 offsetWidth:17.00 offsetHeight:17.00
-clientTop:0.00 clientLeft:0.00 clientWidth:16.00 clientHeight:16.00
-offsetTop:135.00 offsetLeft:74.00 offsetWidth:17.00 offsetHeight:17.00
-clientTop:0.00 clientLeft:0.00 clientWidth:16.00 clientHeight:16.00
-offsetTop:137.00 offsetLeft:91.00 offsetWidth:17.00 offsetHeight:17.00
-clientTop:0.00 clientLeft:0.00 clientWidth:17.00 clientHeight:17.00
-offsetTop:139.00 offsetLeft:108.00 offsetWidth:17.00 offsetHeight:17.00
-clientTop:0.00 clientLeft:0.00 clientWidth:17.00 clientHeight:17.00
-offsetTop:141.00 offsetLeft:125.00 offsetWidth:17.00 offsetHeight:17.00
-clientTop:0.00 clientLeft:0.00 clientWidth:17.00 clientHeight:17.00
-offsetTop:142.00 offsetLeft:142.00 offsetWidth:17.00 offsetHeight:17.00
-clientTop:0.00 clientLeft:0.00 clientWidth:17.00 clientHeight:17.00
-offsetTop:144.00 offsetLeft:160.00 offsetWidth:17.00 offsetHeight:17.00
-clientTop:0.00 clientLeft:0.00 clientWidth:17.00 clientHeight:17.00
-offsetTop:146.00 offsetLeft:178.00 offsetWidth:18.00 offsetHeight:18.00
-clientTop:0.00 clientLeft:0.00 clientWidth:17.00 clientHeight:17.00
-offsetTop:148.00 offsetLeft:196.00 offsetWidth:18.00 offsetHeight:18.00
-clientTop:0.00 clientLeft:0.00 clientWidth:17.00 clientHeight:17.00
-offsetTop:150.00 offsetLeft:214.00 offsetWidth:18.00 offsetHeight:18.00
-clientTop:0.00 clientLeft:0.00 clientWidth:17.00 clientHeight:17.00
-offsetTop:151.00 offsetLeft:233.00 offsetWidth:18.00 offsetHeight:18.00
-clientTop:0.00 clientLeft:0.00 clientWidth:17.00 clientHeight:17.00
-offsetTop:153.00 offsetLeft:252.00 offsetWidth:18.00 offsetHeight:18.00
-clientTop:0.00 clientLeft:0.00 clientWidth:17.00 clientHeight:17.00
-offsetTop:155.00 offsetLeft:271.00 offsetWidth:18.00 offsetHeight:18.00
-clientTop:0.00 clientLeft:0.00 clientWidth:18.00 clientHeight:18.00
-offsetTop:157.00 offsetLeft:290.00 offsetWidth:18.00 offsetHeight:18.00
-clientTop:0.00 clientLeft:0.00 clientWidth:18.00 clientHeight:18.00
-offsetTop:159.00 offsetLeft:309.00 offsetWidth:18.00 offsetHeight:18.00
-clientTop:0.00 clientLeft:0.00 clientWidth:18.00 clientHeight:18.00
-offsetTop:160.00 offsetLeft:328.00 offsetWidth:18.00 offsetHeight:18.00
-clientTop:0.00 clientLeft:0.00 clientWidth:18.00 clientHeight:18.00
-offsetTop:162.00 offsetLeft:348.00 offsetWidth:18.00 offsetHeight:18.00
-clientTop:0.00 clientLeft:0.00 clientWidth:18.00 clientHeight:18.00
-offsetTop:162.00 offsetLeft:10.00 offsetWidth:19.00 offsetHeight:19.00
-clientTop:0.00 clientLeft:0.00 clientWidth:18.00 clientHeight:18.00
-offsetTop:164.00 offsetLeft:28.00 offsetWidth:19.00 offsetHeight:19.00
-clientTop:0.00 clientLeft:0.00 clientWidth:18.00 clientHeight:18.00
-offsetTop:166.00 offsetLeft:46.00 offsetWidth:19.00 offsetHeight:19.00
-clientTop:0.00 clientLeft:0.00 clientWidth:18.00 clientHeight:18.00
-offsetTop:168.00 offsetLeft:65.00 offsetWidth:19.00 offsetHeight:19.00
-clientTop:0.00 clientLeft:0.00 clientWidth:18.00 clientHeight:18.00
-offsetTop:170.00 offsetLeft:84.00 offsetWidth:19.00 offsetHeight:19.00
-clientTop:0.00 clientLeft:0.00 clientWidth:18.00 clientHeight:18.00
-offsetTop:172.00 offsetLeft:102.00 offsetWidth:19.00 offsetHeight:19.00
-clientTop:0.00 clientLeft:0.00 clientWidth:19.00 clientHeight:19.00
-offsetTop:174.00 offsetLeft:122.00 offsetWidth:19.00 offsetHeight:19.00
-clientTop:0.00 clientLeft:0.00 clientWidth:19.00 clientHeight:19.00
-offsetTop:176.00 offsetLeft:141.00 offsetWidth:19.00 offsetHeight:19.00
-clientTop:0.00 clientLeft:0.00 clientWidth:19.00 clientHeight:19.00
-offsetTop:178.00 offsetLeft:160.00 offsetWidth:19.00 offsetHeight:19.00
-clientTop:0.00 clientLeft:0.00 clientWidth:19.00 clientHeight:19.00
-offsetTop:180.00 offsetLeft:180.00 offsetWidth:19.00 offsetHeight:19.00
-clientTop:0.00 clientLeft:0.00 clientWidth:19.00 clientHeight:19.00
-offsetTop:182.00 offsetLeft:200.00 offsetWidth:20.00 offsetHeight:20.00
-clientTop:0.00 clientLeft:0.00 clientWidth:19.00 clientHeight:19.00
-offsetTop:184.00 offsetLeft:220.00 offsetWidth:20.00 offsetHeight:20.00
-clientTop:0.00 clientLeft:0.00 clientWidth:19.00 clientHeight:19.00
-offsetTop:186.00 offsetLeft:240.00 offsetWidth:20.00 offsetHeight:20.00
-clientTop:0.00 clientLeft:0.00 clientWidth:19.00 clientHeight:19.00
-offsetTop:188.00 offsetLeft:261.00 offsetWidth:20.00 offsetHeight:20.00
-clientTop:0.00 clientLeft:0.00 clientWidth:19.00 clientHeight:19.00
-offsetTop:190.00 offsetLeft:282.00 offsetWidth:20.00 offsetHeight:20.00
-clientTop:0.00 clientLeft:0.00 clientWidth:19.00 clientHeight:19.00
-offsetTop:192.00 offsetLeft:302.00 offsetWidth:20.00 offsetHeight:20.00
-clientTop:0.00 clientLeft:0.00 clientWidth:20.00 clientHeight:20.00
-offsetTop:194.00 offsetLeft:324.00 offsetWidth:20.00 offsetHeight:20.00
-clientTop:0.00 clientLeft:0.00 clientWidth:20.00 clientHeight:20.00
-offsetTop:196.00 offsetLeft:345.00 offsetWidth:20.00 offsetHeight:20.00
-clientTop:0.00 clientLeft:0.00 clientWidth:20.00 clientHeight:20.00
-offsetTop:198.00 offsetLeft:366.00 offsetWidth:20.00 offsetHeight:20.00
-clientTop:0.00 clientLeft:0.00 clientWidth:20.00 clientHeight:20.00
-offsetTop:200.00 offsetLeft:388.00 offsetWidth:20.00 offsetHeight:20.00
-clientTop:0.00 clientLeft:0.00 clientWidth:20.00 clientHeight:20.00
-offsetTop:200.00 offsetLeft:12.00 offsetWidth:21.00 offsetHeight:21.00
-clientTop:0.00 clientLeft:0.00 clientWidth:20.00 clientHeight:20.00
-offsetTop:202.00 offsetLeft:32.00 offsetWidth:21.00 offsetHeight:21.00
-clientTop:0.00 clientLeft:0.00 clientWidth:20.00 clientHeight:20.00
-offsetTop:204.00 offsetLeft:52.00 offsetWidth:21.00 offsetHeight:21.00
-clientTop:0.00 clientLeft:0.00 clientWidth:20.00 clientHeight:20.00
-offsetTop:207.00 offsetLeft:73.00 offsetWidth:21.00 offsetHeight:21.00
-clientTop:0.00 clientLeft:0.00 clientWidth:20.00 clientHeight:20.00
-offsetTop:209.00 offsetLeft:94.00 offsetWidth:21.00 offsetHeight:21.00
-clientTop:0.00 clientLeft:0.00 clientWidth:20.00 clientHeight:20.00
-offsetTop:211.00 offsetLeft:115.00 offsetWidth:21.00 offsetHeight:21.00
-clientTop:0.00 clientLeft:0.00 clientWidth:21.00 clientHeight:21.00
-offsetTop:213.00 offsetLeft:136.00 offsetWidth:21.00 offsetHeight:21.00
-clientTop:0.00 clientLeft:0.00 clientWidth:21.00 clientHeight:21.00
-offsetTop:215.00 offsetLeft:157.00 offsetWidth:21.00 offsetHeight:21.00
-clientTop:0.00 clientLeft:0.00 clientWidth:21.00 clientHeight:21.00
-offsetTop:218.00 offsetLeft:178.00 offsetWidth:21.00 offsetHeight:21.00
-clientTop:0.00 clientLeft:0.00 clientWidth:21.00 clientHeight:21.00
-offsetTop:220.00 offsetLeft:200.00 offsetWidth:21.00 offsetHeight:21.00
-clientTop:0.00 clientLeft:0.00 clientWidth:21.00 clientHeight:21.00
-offsetTop:222.00 offsetLeft:222.00 offsetWidth:22.00 offsetHeight:22.00
-clientTop:0.00 clientLeft:0.00 clientWidth:21.00 clientHeight:21.00
-offsetTop:224.00 offsetLeft:244.00 offsetWidth:22.00 offsetHeight:22.00
-clientTop:0.00 clientLeft:0.00 clientWidth:21.00 clientHeight:21.00
-offsetTop:226.00 offsetLeft:266.00 offsetWidth:22.00 offsetHeight:22.00
-clientTop:0.00 clientLeft:0.00 clientWidth:21.00 clientHeight:21.00
-offsetTop:229.00 offsetLeft:289.00 offsetWidth:22.00 offsetHeight:22.00
-clientTop:0.00 clientLeft:0.00 clientWidth:21.00 clientHeight:21.00
-offsetTop:231.00 offsetLeft:312.00 offsetWidth:22.00 offsetHeight:22.00
-clientTop:0.00 clientLeft:0.00 clientWidth:21.00 clientHeight:21.00
-offsetTop:233.00 offsetLeft:335.00 offsetWidth:22.00 offsetHeight:22.00
-clientTop:0.00 clientLeft:0.00 clientWidth:22.00 clientHeight:22.00
-offsetTop:235.00 offsetLeft:358.00 offsetWidth:22.00 offsetHeight:22.00
-clientTop:0.00 clientLeft:0.00 clientWidth:22.00 clientHeight:22.00
-offsetTop:237.00 offsetLeft:381.00 offsetWidth:22.00 offsetHeight:22.00
-clientTop:0.00 clientLeft:0.00 clientWidth:22.00 clientHeight:22.00
-offsetTop:240.00 offsetLeft:404.00 offsetWidth:22.00 offsetHeight:22.00
-clientTop:0.00 clientLeft:0.00 clientWidth:22.00 clientHeight:22.00
-offsetTop:242.00 offsetLeft:428.00 offsetWidth:22.00 offsetHeight:22.00
-clientTop:0.00 clientLeft:0.00 clientWidth:22.00 clientHeight:22.00
-offsetTop:242.00 offsetLeft:14.00 offsetWidth:23.00 offsetHeight:23.00
-clientTop:0.00 clientLeft:0.00 clientWidth:22.00 clientHeight:22.00
-offsetTop:244.00 offsetLeft:36.00 offsetWidth:23.00 offsetHeight:23.00
-clientTop:0.00 clientLeft:0.00 clientWidth:22.00 clientHeight:22.00
-offsetTop:247.00 offsetLeft:59.00 offsetWidth:23.00 offsetHeight:23.00
-clientTop:0.00 clientLeft:0.00 clientWidth:22.00 clientHeight:22.00
-offsetTop:249.00 offsetLeft:81.00 offsetWidth:23.00 offsetHeight:23.00
-clientTop:0.00 clientLeft:0.00 clientWidth:22.00 clientHeight:22.00
-offsetTop:252.00 offsetLeft:104.00 offsetWidth:23.00 offsetHeight:23.00
-clientTop:0.00 clientLeft:0.00 clientWidth:22.00 clientHeight:22.00
-offsetTop:254.00 offsetLeft:127.00 offsetWidth:23.00 offsetHeight:23.00
-clientTop:0.00 clientLeft:0.00 clientWidth:23.00 clientHeight:23.00
-offsetTop:256.00 offsetLeft:150.00 offsetWidth:23.00 offsetHeight:23.00
-clientTop:0.00 clientLeft:0.00 clientWidth:23.00 clientHeight:23.00
-offsetTop:259.00 offsetLeft:173.00 offsetWidth:23.00 offsetHeight:23.00
-clientTop:0.00 clientLeft:0.00 clientWidth:23.00 clientHeight:23.00
-offsetTop:261.00 offsetLeft:197.00 offsetWidth:23.00 offsetHeight:23.00
-clientTop:0.00 clientLeft:0.00 clientWidth:23.00 clientHeight:23.00
-offsetTop:264.00 offsetLeft:220.00 offsetWidth:24.00 offsetHeight:24.00
-clientTop:0.00 clientLeft:0.00 clientWidth:23.00 clientHeight:23.00
-offsetTop:266.00 offsetLeft:244.00 offsetWidth:24.00 offsetHeight:24.00
-clientTop:0.00 clientLeft:0.00 clientWidth:23.00 clientHeight:23.00
-offsetTop:268.00 offsetLeft:268.00 offsetWidth:24.00 offsetHeight:24.00
-clientTop:0.00 clientLeft:0.00 clientWidth:23.00 clientHeight:23.00
-offsetTop:271.00 offsetLeft:293.00 offsetWidth:24.00 offsetHeight:24.00
-clientTop:0.00 clientLeft:0.00 clientWidth:23.00 clientHeight:23.00
-offsetTop:273.00 offsetLeft:317.00 offsetWidth:24.00 offsetHeight:24.00
-clientTop:0.00 clientLeft:0.00 clientWidth:23.00 clientHeight:23.00
-offsetTop:276.00 offsetLeft:342.00 offsetWidth:24.00 offsetHeight:24.00
-clientTop:0.00 clientLeft:0.00 clientWidth:23.00 clientHeight:23.00
-offsetTop:278.00 offsetLeft:367.00 offsetWidth:24.00 offsetHeight:24.00
-clientTop:0.00 clientLeft:0.00 clientWidth:24.00 clientHeight:24.00
-offsetTop:280.00 offsetLeft:392.00 offsetWidth:24.00 offsetHeight:24.00
-clientTop:0.00 clientLeft:0.00 clientWidth:24.00 clientHeight:24.00
-offsetTop:283.00 offsetLeft:417.00 offsetWidth:24.00 offsetHeight:24.00
-clientTop:0.00 clientLeft:0.00 clientWidth:24.00 clientHeight:24.00
-offsetTop:285.00 offsetLeft:443.00 offsetWidth:24.00 offsetHeight:24.00
-clientTop:0.00 clientLeft:0.00 clientWidth:24.00 clientHeight:24.00
-offsetTop:288.00 offsetLeft:468.00 offsetWidth:25.00 offsetHeight:25.00
-clientTop:0.00 clientLeft:0.00 clientWidth:24.00 clientHeight:24.00
-offsetTop:288.00 offsetLeft:17.00 offsetWidth:25.00 offsetHeight:25.00
-clientTop:0.00 clientLeft:0.00 clientWidth:24.00 clientHeight:24.00
-offsetTop:291.00 offsetLeft:41.00 offsetWidth:25.00 offsetHeight:25.00
-clientTop:0.00 clientLeft:0.00 clientWidth:24.00 clientHeight:24.00
-offsetTop:293.00 offsetLeft:65.00 offsetWidth:25.00 offsetHeight:25.00
-clientTop:0.00 clientLeft:0.00 clientWidth:24.00 clientHeight:24.00
-offsetTop:296.00 offsetLeft:90.00 offsetWidth:25.00 offsetHeight:25.00
-clientTop:0.00 clientLeft:0.00 clientWidth:24.00 clientHeight:24.00
-offsetTop:298.00 offsetLeft:114.00 offsetWidth:25.00 offsetHeight:25.00
-clientTop:0.00 clientLeft:0.00 clientWidth:24.00 clientHeight:24.00
-offsetTop:301.00 offsetLeft:139.00 offsetWidth:25.00 offsetHeight:25.00
-clientTop:0.00 clientLeft:0.00 clientWidth:25.00 clientHeight:25.00
-offsetTop:304.00 offsetLeft:164.00 offsetWidth:25.00 offsetHeight:25.00
-clientTop:0.00 clientLeft:0.00 clientWidth:25.00 clientHeight:25.00
-offsetTop:306.00 offsetLeft:190.00 offsetWidth:25.00 offsetHeight:25.00
-clientTop:0.00 clientLeft:0.00 clientWidth:25.00 clientHeight:25.00
-offsetTop:309.00 offsetLeft:215.00 offsetWidth:25.00 offsetHeight:25.00
-clientTop:0.00 clientLeft:0.00 clientWidth:25.00 clientHeight:25.00
-offsetTop:311.00 offsetLeft:241.00 offsetWidth:26.00 offsetHeight:26.00
-clientTop:0.00 clientLeft:0.00 clientWidth:25.00 clientHeight:25.00
-offsetTop:314.00 offsetLeft:267.00 offsetWidth:26.00 offsetHeight:26.00
-clientTop:0.00 clientLeft:0.00 clientWidth:25.00 clientHeight:25.00
-offsetTop:317.00 offsetLeft:293.00 offsetWidth:26.00 offsetHeight:26.00
-clientTop:0.00 clientLeft:0.00 clientWidth:25.00 clientHeight:25.00
-offsetTop:319.00 offsetLeft:319.00 offsetWidth:26.00 offsetHeight:26.00
-clientTop:0.00 clientLeft:0.00 clientWidth:25.00 clientHeight:25.00
-offsetTop:322.00 offsetLeft:346.00 offsetWidth:26.00 offsetHeight:26.00
-clientTop:0.00 clientLeft:0.00 clientWidth:25.00 clientHeight:25.00
-offsetTop:324.00 offsetLeft:372.00 offsetWidth:26.00 offsetHeight:26.00
-clientTop:0.00 clientLeft:0.00 clientWidth:25.00 clientHeight:25.00
-offsetTop:327.00 offsetLeft:399.00 offsetWidth:26.00 offsetHeight:26.00
-clientTop:0.00 clientLeft:0.00 clientWidth:26.00 clientHeight:26.00
-offsetTop:330.00 offsetLeft:426.00 offsetWidth:26.00 offsetHeight:26.00
-clientTop:0.00 clientLeft:0.00 clientWidth:26.00 clientHeight:26.00
-offsetTop:332.00 offsetLeft:454.00 offsetWidth:26.00 offsetHeight:26.00
-clientTop:0.00 clientLeft:0.00 clientWidth:26.00 clientHeight:26.00
-offsetTop:335.00 offsetLeft:481.00 offsetWidth:26.00 offsetHeight:26.00
-clientTop:0.00 clientLeft:0.00 clientWidth:26.00 clientHeight:26.00
-offsetTop:337.00 offsetLeft:509.00 offsetWidth:27.00 offsetHeight:27.00
-clientTop:0.00 clientLeft:0.00 clientWidth:26.00 clientHeight:26.00
-offsetTop:338.00 offsetLeft:20.00 offsetWidth:27.00 offsetHeight:27.00
-clientTop:0.00 clientLeft:0.00 clientWidth:26.00 clientHeight:26.00
-offsetTop:341.00 offsetLeft:46.00 offsetWidth:27.00 offsetHeight:27.00
-clientTop:0.00 clientLeft:0.00 clientWidth:26.00 clientHeight:26.00
-offsetTop:344.00 offsetLeft:72.00 offsetWidth:27.00 offsetHeight:27.00
-clientTop:0.00 clientLeft:0.00 clientWidth:26.00 clientHeight:26.00
-offsetTop:346.00 offsetLeft:98.00 offsetWidth:27.00 offsetHeight:27.00
-clientTop:0.00 clientLeft:0.00 clientWidth:26.00 clientHeight:26.00
-offsetTop:349.00 offsetLeft:125.00 offsetWidth:27.00 offsetHeight:27.00
-clientTop:0.00 clientLeft:0.00 clientWidth:26.00 clientHeight:26.00
-offsetTop:352.00 offsetLeft:152.00 offsetWidth:27.00 offsetHeight:27.00
-clientTop:0.00 clientLeft:0.00 clientWidth:27.00 clientHeight:27.00
-offsetTop:355.00 offsetLeft:179.00 offsetWidth:27.00 offsetHeight:27.00
-clientTop:0.00 clientLeft:0.00 clientWidth:27.00 clientHeight:27.00
-offsetTop:358.00 offsetLeft:206.00 offsetWidth:27.00 offsetHeight:27.00
-clientTop:0.00 clientLeft:0.00 clientWidth:27.00 clientHeight:27.00
-offsetTop:360.00 offsetLeft:234.00 offsetWidth:28.00 offsetHeight:28.00
-clientTop:0.00 clientLeft:0.00 clientWidth:27.00 clientHeight:27.00
-offsetTop:363.00 offsetLeft:262.00 offsetWidth:28.00 offsetHeight:28.00
-clientTop:0.00 clientLeft:0.00 clientWidth:27.00 clientHeight:27.00
-offsetTop:366.00 offsetLeft:290.00 offsetWidth:28.00 offsetHeight:28.00
-clientTop:0.00 clientLeft:0.00 clientWidth:27.00 clientHeight:27.00
-offsetTop:369.00 offsetLeft:318.00 offsetWidth:28.00 offsetHeight:28.00
-clientTop:0.00 clientLeft:0.00 clientWidth:27.00 clientHeight:27.00
-offsetTop:372.00 offsetLeft:346.00 offsetWidth:28.00 offsetHeight:28.00
-clientTop:0.00 clientLeft:0.00 clientWidth:27.00 clientHeight:27.00
-offsetTop:374.00 offsetLeft:374.00 offsetWidth:28.00 offsetHeight:28.00
-clientTop:0.00 clientLeft:0.00 clientWidth:27.00 clientHeight:27.00
-offsetTop:377.00 offsetLeft:403.00 offsetWidth:28.00 offsetHeight:28.00
-clientTop:0.00 clientLeft:0.00 clientWidth:27.00 clientHeight:27.00
-offsetTop:380.00 offsetLeft:432.00 offsetWidth:28.00 offsetHeight:28.00
-clientTop:0.00 clientLeft:0.00 clientWidth:28.00 clientHeight:28.00
-offsetTop:383.00 offsetLeft:461.00 offsetWidth:28.00 offsetHeight:28.00
-clientTop:0.00 clientLeft:0.00 clientWidth:28.00 clientHeight:28.00
-offsetTop:386.00 offsetLeft:490.00 offsetWidth:28.00 offsetHeight:28.00
-clientTop:0.00 clientLeft:0.00 clientWidth:28.00 clientHeight:28.00
-offsetTop:388.00 offsetLeft:520.00 offsetWidth:29.00 offsetHeight:29.00
-clientTop:0.00 clientLeft:0.00 clientWidth:28.00 clientHeight:28.00
-offsetTop:391.00 offsetLeft:550.00 offsetWidth:29.00 offsetHeight:29.00
-clientTop:0.00 clientLeft:0.00 clientWidth:28.00 clientHeight:28.00
-offsetTop:392.00 offsetLeft:22.00 offsetWidth:29.00 offsetHeight:29.00
-clientTop:0.00 clientLeft:0.00 clientWidth:28.00 clientHeight:28.00
-offsetTop:395.00 offsetLeft:51.00 offsetWidth:29.00 offsetHeight:29.00
-clientTop:0.00 clientLeft:0.00 clientWidth:28.00 clientHeight:28.00
-offsetTop:398.00 offsetLeft:79.00 offsetWidth:29.00 offsetHeight:29.00
-clientTop:0.00 clientLeft:0.00 clientWidth:28.00 clientHeight:28.00
-offsetTop:401.00 offsetLeft:107.00 offsetWidth:29.00 offsetHeight:29.00
-clientTop:0.00 clientLeft:0.00 clientWidth:28.00 clientHeight:28.00
-offsetTop:404.00 offsetLeft:136.00 offsetWidth:29.00 offsetHeight:29.00
-clientTop:0.00 clientLeft:0.00 clientWidth:28.00 clientHeight:28.00
-offsetTop:407.00 offsetLeft:165.00 offsetWidth:29.00 offsetHeight:29.00
-clientTop:0.00 clientLeft:0.00 clientWidth:29.00 clientHeight:29.00
-offsetTop:410.00 offsetLeft:194.00 offsetWidth:29.00 offsetHeight:29.00
-clientTop:0.00 clientLeft:0.00 clientWidth:29.00 clientHeight:29.00
-offsetTop:413.00 offsetLeft:223.00 offsetWidth:29.00 offsetHeight:29.00
-clientTop:0.00 clientLeft:0.00 clientWidth:29.00 clientHeight:29.00
-offsetTop:416.00 offsetLeft:253.00 offsetWidth:30.00 offsetHeight:30.00
-clientTop:0.00 clientLeft:0.00 clientWidth:29.00 clientHeight:29.00
-offsetTop:419.00 offsetLeft:283.00 offsetWidth:30.00 offsetHeight:30.00
-clientTop:0.00 clientLeft:0.00 clientWidth:29.00 clientHeight:29.00
-offsetTop:422.00 offsetLeft:312.00 offsetWidth:30.00 offsetHeight:30.00
-clientTop:0.00 clientLeft:0.00 clientWidth:29.00 clientHeight:29.00
-offsetTop:425.00 offsetLeft:343.00 offsetWidth:30.00 offsetHeight:30.00
-clientTop:0.00 clientLeft:0.00 clientWidth:29.00 clientHeight:29.00
-offsetTop:428.00 offsetLeft:373.00 offsetWidth:30.00 offsetHeight:30.00
-clientTop:0.00 clientLeft:0.00 clientWidth:29.00 clientHeight:29.00
-offsetTop:431.00 offsetLeft:403.00 offsetWidth:30.00 offsetHeight:30.00
-clientTop:0.00 clientLeft:0.00 clientWidth:29.00 clientHeight:29.00
-offsetTop:434.00 offsetLeft:434.00 offsetWidth:30.00 offsetHeight:30.00
-clientTop:0.00 clientLeft:0.00 clientWidth:29.00 clientHeight:29.00
-offsetTop:437.00 offsetLeft:465.00 offsetWidth:30.00 offsetHeight:30.00
-clientTop:0.00 clientLeft:0.00 clientWidth:30.00 clientHeight:30.00
-offsetTop:440.00 offsetLeft:496.00 offsetWidth:30.00 offsetHeight:30.00
-clientTop:0.00 clientLeft:0.00 clientWidth:30.00 clientHeight:30.00
-offsetTop:443.00 offsetLeft:527.00 offsetWidth:30.00 offsetHeight:30.00
-clientTop:0.00 clientLeft:0.00 clientWidth:30.00 clientHeight:30.00
-offsetTop:446.00 offsetLeft:559.00 offsetWidth:31.00 offsetHeight:31.00
-clientTop:0.00 clientLeft:0.00 clientWidth:30.00 clientHeight:30.00
-offsetTop:449.00 offsetLeft:591.00 offsetWidth:31.00 offsetHeight:31.00
-clientTop:0.00 clientLeft:0.00 clientWidth:30.00 clientHeight:30.00
-offsetTop:450.00 offsetLeft:26.00 offsetWidth:31.00 offsetHeight:31.00
-clientTop:0.00 clientLeft:0.00 clientWidth:30.00 clientHeight:30.00
-offsetTop:453.00 offsetLeft:56.00 offsetWidth:31.00 offsetHeight:31.00
-clientTop:0.00 clientLeft:0.00 clientWidth:30.00 clientHeight:30.00
-offsetTop:456.00 offsetLeft:86.00 offsetWidth:31.00 offsetHeight:31.00
-clientTop:0.00 clientLeft:0.00 clientWidth:30.00 clientHeight:30.00
-offsetTop:460.00 offsetLeft:116.00 offsetWidth:31.00 offsetHeight:31.00
-clientTop:0.00 clientLeft:0.00 clientWidth:30.00 clientHeight:30.00
-offsetTop:463.00 offsetLeft:147.00 offsetWidth:31.00 offsetHeight:31.00
-clientTop:0.00 clientLeft:0.00 clientWidth:30.00 clientHeight:30.00
-offsetTop:466.00 offsetLeft:178.00 offsetWidth:31.00 offsetHeight:31.00
-clientTop:0.00 clientLeft:0.00 clientWidth:31.00 clientHeight:31.00
-offsetTop:469.00 offsetLeft:209.00 offsetWidth:31.00 offsetHeight:31.00
-clientTop:0.00 clientLeft:0.00 clientWidth:31.00 clientHeight:31.00
-offsetTop:472.00 offsetLeft:240.00 offsetWidth:32.00 offsetHeight:32.00
-clientTop:0.00 clientLeft:0.00 clientWidth:31.00 clientHeight:31.00
-offsetTop:476.00 offsetLeft:272.00 offsetWidth:32.00 offsetHeight:32.00
-clientTop:0.00 clientLeft:0.00 clientWidth:31.00 clientHeight:31.00
-offsetTop:479.00 offsetLeft:304.00 offsetWidth:32.00 offsetHeight:32.00
-clientTop:0.00 clientLeft:0.00 clientWidth:31.00 clientHeight:31.00
-offsetTop:482.00 offsetLeft:336.00 offsetWidth:32.00 offsetHeight:32.00
-clientTop:0.00 clientLeft:0.00 clientWidth:31.00 clientHeight:31.00
-offsetTop:485.00 offsetLeft:368.00 offsetWidth:32.00 offsetHeight:32.00
-clientTop:0.00 clientLeft:0.00 clientWidth:31.00 clientHeight:31.00
-offsetTop:488.00 offsetLeft:400.00 offsetWidth:32.00 offsetHeight:32.00
-clientTop:0.00 clientLeft:0.00 clientWidth:31.00 clientHeight:31.00
-offsetTop:492.00 offsetLeft:432.00 offsetWidth:32.00 offsetHeight:32.00
-clientTop:0.00 clientLeft:0.00 clientWidth:31.00 clientHeight:31.00
-offsetTop:495.00 offsetLeft:465.00 offsetWidth:32.00 offsetHeight:32.00
-clientTop:0.00 clientLeft:0.00 clientWidth:31.00 clientHeight:31.00
-offsetTop:498.00 offsetLeft:498.00 offsetWidth:32.00 offsetHeight:32.00
-clientTop:0.00 clientLeft:0.00 clientWidth:32.00 clientHeight:32.00
-offsetTop:501.00 offsetLeft:531.00 offsetWidth:32.00 offsetHeight:32.00
-clientTop:0.00 clientLeft:0.00 clientWidth:32.00 clientHeight:32.00
-offsetTop:504.00 offsetLeft:564.00 offsetWidth:33.00 offsetHeight:33.00
-clientTop:0.00 clientLeft:0.00 clientWidth:32.00 clientHeight:32.00
-offsetTop:508.00 offsetLeft:598.00 offsetWidth:33.00 offsetHeight:33.00
-clientTop:0.00 clientLeft:0.00 clientWidth:32.00 clientHeight:32.00
-offsetTop:511.00 offsetLeft:632.00 offsetWidth:33.00 offsetHeight:33.00
-clientTop:0.00 clientLeft:0.00 clientWidth:32.00 clientHeight:32.00
-offsetTop:512.00 offsetLeft:29.00 offsetWidth:33.00 offsetHeight:33.00
-clientTop:0.00 clientLeft:0.00 clientWidth:32.00 clientHeight:32.00
-offsetTop:515.00 offsetLeft:61.00 offsetWidth:33.00 offsetHeight:33.00
-clientTop:0.00 clientLeft:0.00 clientWidth:32.00 clientHeight:32.00
-offsetTop:519.00 offsetLeft:93.00 offsetWidth:33.00 offsetHeight:33.00
-clientTop:0.00 clientLeft:0.00 clientWidth:32.00 clientHeight:32.00
-offsetTop:522.00 offsetLeft:126.00 offsetWidth:33.00 offsetHeight:33.00
-clientTop:0.00 clientLeft:0.00 clientWidth:32.00 clientHeight:32.00
-offsetTop:526.00 offsetLeft:158.00 offsetWidth:33.00 offsetHeight:33.00
-clientTop:0.00 clientLeft:0.00 clientWidth:32.00 clientHeight:32.00
-offsetTop:529.00 offsetLeft:191.00 offsetWidth:33.00 offsetHeight:33.00
-clientTop:0.00 clientLeft:0.00 clientWidth:33.00 clientHeight:33.00
-offsetTop:532.00 offsetLeft:224.00 offsetWidth:33.00 offsetHeight:33.00
-clientTop:0.00 clientLeft:0.00 clientWidth:33.00 clientHeight:33.00
-offsetTop:536.00 offsetLeft:258.00 offsetWidth:34.00 offsetHeight:34.00
-clientTop:0.00 clientLeft:0.00 clientWidth:33.00 clientHeight:33.00
-offsetTop:539.00 offsetLeft:291.00 offsetWidth:34.00 offsetHeight:34.00
-clientTop:0.00 clientLeft:0.00 clientWidth:33.00 clientHeight:33.00
-offsetTop:543.00 offsetLeft:325.00 offsetWidth:34.00 offsetHeight:34.00
-clientTop:0.00 clientLeft:0.00 clientWidth:33.00 clientHeight:33.00
-offsetTop:546.00 offsetLeft:359.00 offsetWidth:34.00 offsetHeight:34.00
-clientTop:0.00 clientLeft:0.00 clientWidth:33.00 clientHeight:33.00
-offsetTop:549.00 offsetLeft:393.00 offsetWidth:34.00 offsetHeight:34.00
-clientTop:0.00 clientLeft:0.00 clientWidth:33.00 clientHeight:33.00
-offsetTop:553.00 offsetLeft:427.00 offsetWidth:34.00 offsetHeight:34.00
-clientTop:0.00 clientLeft:0.00 clientWidth:33.00 clientHeight:33.00
-offsetTop:556.00 offsetLeft:462.00 offsetWidth:34.00 offsetHeight:34.00
-clientTop:0.00 clientLeft:0.00 clientWidth:33.00 clientHeight:33.00
-offsetTop:560.00 offsetLeft:496.00 offsetWidth:34.00 offsetHeight:34.00
-clientTop:0.00 clientLeft:0.00 clientWidth:33.00 clientHeight:33.00
-offsetTop:563.00 offsetLeft:531.00 offsetWidth:34.00 offsetHeight:34.00
-clientTop:0.00 clientLeft:0.00 clientWidth:34.00 clientHeight:34.00
-offsetTop:566.00 offsetLeft:566.00 offsetWidth:34.00 offsetHeight:34.00
-clientTop:0.00 clientLeft:0.00 clientWidth:34.00 clientHeight:34.00
-offsetTop:570.00 offsetLeft:602.00 offsetWidth:35.00 offsetHeight:35.00
-clientTop:0.00 clientLeft:0.00 clientWidth:34.00 clientHeight:34.00
-offsetTop:573.00 offsetLeft:637.00 offsetWidth:35.00 offsetHeight:35.00
-clientTop:0.00 clientLeft:0.00 clientWidth:34.00 clientHeight:34.00
-offsetTop:577.00 offsetLeft:673.00 offsetWidth:35.00 offsetHeight:35.00
-clientTop:0.00 clientLeft:0.00 clientWidth:34.00 clientHeight:34.00
-offsetTop:578.00 offsetLeft:32.00 offsetWidth:35.00 offsetHeight:35.00
-clientTop:0.00 clientLeft:0.00 clientWidth:34.00 clientHeight:34.00
-offsetTop:582.00 offsetLeft:66.00 offsetWidth:35.00 offsetHeight:35.00
-clientTop:0.00 clientLeft:0.00 clientWidth:34.00 clientHeight:34.00
-offsetTop:585.00 offsetLeft:101.00 offsetWidth:35.00 offsetHeight:35.00
-clientTop:0.00 clientLeft:0.00 clientWidth:34.00 clientHeight:34.00
-offsetTop:589.00 offsetLeft:135.00 offsetWidth:35.00 offsetHeight:35.00
-clientTop:0.00 clientLeft:0.00 clientWidth:34.00 clientHeight:34.00
-offsetTop:592.00 offsetLeft:170.00 offsetWidth:35.00 offsetHeight:35.00
-clientTop:0.00 clientLeft:0.00 clientWidth:34.00 clientHeight:34.00
-offsetTop:596.00 offsetLeft:205.00 offsetWidth:35.00 offsetHeight:35.00
-clientTop:0.00 clientLeft:0.00 clientWidth:35.00 clientHeight:35.00
-offsetTop:600.00 offsetLeft:240.00 offsetWidth:36.00 offsetHeight:36.00
-clientTop:0.00 clientLeft:0.00 clientWidth:35.00 clientHeight:35.00
-offsetTop:603.00 offsetLeft:275.00 offsetWidth:36.00 offsetHeight:36.00
-clientTop:0.00 clientLeft:0.00 clientWidth:35.00 clientHeight:35.00
-offsetTop:607.00 offsetLeft:311.00 offsetWidth:36.00 offsetHeight:36.00
-clientTop:0.00 clientLeft:0.00 clientWidth:35.00 clientHeight:35.00
-offsetTop:610.00 offsetLeft:346.00 offsetWidth:36.00 offsetHeight:36.00
-clientTop:0.00 clientLeft:0.00 clientWidth:35.00 clientHeight:35.00
-offsetTop:614.00 offsetLeft:382.00 offsetWidth:36.00 offsetHeight:36.00
-clientTop:0.00 clientLeft:0.00 clientWidth:35.00 clientHeight:35.00
-offsetTop:618.00 offsetLeft:418.00 offsetWidth:36.00 offsetHeight:36.00
-clientTop:0.00 clientLeft:0.00 clientWidth:35.00 clientHeight:35.00
-offsetTop:621.00 offsetLeft:455.00 offsetWidth:36.00 offsetHeight:36.00
-clientTop:0.00 clientLeft:0.00 clientWidth:35.00 clientHeight:35.00
-offsetTop:625.00 offsetLeft:491.00 offsetWidth:36.00 offsetHeight:36.00
-clientTop:0.00 clientLeft:0.00 clientWidth:35.00 clientHeight:35.00
-offsetTop:628.00 offsetLeft:528.00 offsetWidth:36.00 offsetHeight:36.00
-clientTop:0.00 clientLeft:0.00 clientWidth:35.00 clientHeight:35.00
-offsetTop:632.00 offsetLeft:565.00 offsetWidth:36.00 offsetHeight:36.00
-clientTop:0.00 clientLeft:0.00 clientWidth:36.00 clientHeight:36.00
-offsetTop:636.00 offsetLeft:602.00 offsetWidth:37.00 offsetHeight:37.00
-clientTop:0.00 clientLeft:0.00 clientWidth:36.00 clientHeight:36.00
-offsetTop:639.00 offsetLeft:639.00 offsetWidth:37.00 offsetHeight:37.00
-clientTop:0.00 clientLeft:0.00 clientWidth:36.00 clientHeight:36.00
-offsetTop:643.00 offsetLeft:677.00 offsetWidth:37.00 offsetHeight:37.00
-clientTop:0.00 clientLeft:0.00 clientWidth:36.00 clientHeight:36.00
-offsetTop:646.00 offsetLeft:714.00 offsetWidth:37.00 offsetHeight:37.00
-clientTop:0.00 clientLeft:0.00 clientWidth:36.00 clientHeight:36.00
-offsetTop:648.00 offsetLeft:36.00 offsetWidth:37.00 offsetHeight:37.00
</del><ins>+offsetTop:0.00 offsetLeft:0.00 offsetWidth:2.00 offsetHeight:2.00
+clientTop:1.00 clientLeft:1.00 clientWidth:0.00 clientHeight:0.00
+offsetTop:0.00 offsetLeft:0.00 offsetWidth:2.00 offsetHeight:2.00
+clientTop:1.00 clientLeft:1.00 clientWidth:0.00 clientHeight:0.00
+offsetTop:0.00 offsetLeft:0.00 offsetWidth:2.00 offsetHeight:2.00
+clientTop:1.00 clientLeft:1.00 clientWidth:0.00 clientHeight:0.00
+offsetTop:1.00 offsetLeft:1.00 offsetWidth:2.00 offsetHeight:2.00
+clientTop:1.00 clientLeft:1.00 clientWidth:0.00 clientHeight:0.00
+offsetTop:1.00 offsetLeft:2.00 offsetWidth:2.00 offsetHeight:2.00
+clientTop:1.00 clientLeft:1.00 clientWidth:0.00 clientHeight:0.00
+offsetTop:1.00 offsetLeft:3.00 offsetWidth:3.00 offsetHeight:3.00
+clientTop:1.00 clientLeft:1.00 clientWidth:1.00 clientHeight:1.00
+offsetTop:1.00 offsetLeft:4.00 offsetWidth:3.00 offsetHeight:3.00
+clientTop:1.00 clientLeft:1.00 clientWidth:1.00 clientHeight:1.00
+offsetTop:1.00 offsetLeft:5.00 offsetWidth:3.00 offsetHeight:3.00
+clientTop:1.00 clientLeft:1.00 clientWidth:1.00 clientHeight:1.00
+offsetTop:2.00 offsetLeft:6.00 offsetWidth:3.00 offsetHeight:3.00
+clientTop:1.00 clientLeft:1.00 clientWidth:1.00 clientHeight:1.00
+offsetTop:2.00 offsetLeft:8.00 offsetWidth:3.00 offsetHeight:3.00
+clientTop:1.00 clientLeft:1.00 clientWidth:1.00 clientHeight:1.00
+offsetTop:2.00 offsetLeft:10.00 offsetWidth:3.00 offsetHeight:3.00
+clientTop:1.00 clientLeft:1.00 clientWidth:1.00 clientHeight:1.00
+offsetTop:2.00 offsetLeft:12.00 offsetWidth:3.00 offsetHeight:3.00
+clientTop:1.00 clientLeft:1.00 clientWidth:1.00 clientHeight:1.00
+offsetTop:2.00 offsetLeft:14.00 offsetWidth:3.00 offsetHeight:3.00
+clientTop:1.00 clientLeft:1.00 clientWidth:1.00 clientHeight:1.00
+offsetTop:3.00 offsetLeft:17.00 offsetWidth:3.00 offsetHeight:3.00
+clientTop:1.00 clientLeft:1.00 clientWidth:1.00 clientHeight:1.00
+offsetTop:3.00 offsetLeft:20.00 offsetWidth:3.00 offsetHeight:3.00
+clientTop:1.00 clientLeft:1.00 clientWidth:1.00 clientHeight:1.00
+offsetTop:3.00 offsetLeft:23.00 offsetWidth:4.00 offsetHeight:4.00
+clientTop:1.00 clientLeft:1.00 clientWidth:2.00 clientHeight:2.00
+offsetTop:3.00 offsetLeft:26.00 offsetWidth:4.00 offsetHeight:4.00
+clientTop:1.00 clientLeft:1.00 clientWidth:2.00 clientHeight:2.00
+offsetTop:3.00 offsetLeft:29.00 offsetWidth:4.00 offsetHeight:4.00
+clientTop:1.00 clientLeft:1.00 clientWidth:2.00 clientHeight:2.00
+offsetTop:4.00 offsetLeft:32.00 offsetWidth:4.00 offsetHeight:4.00
+clientTop:1.00 clientLeft:1.00 clientWidth:2.00 clientHeight:2.00
+offsetTop:4.00 offsetLeft:36.00 offsetWidth:4.00 offsetHeight:4.00
+clientTop:1.00 clientLeft:1.00 clientWidth:2.00 clientHeight:2.00
+offsetTop:2.00 offsetLeft:0.00 offsetWidth:4.00 offsetHeight:4.00
+clientTop:1.00 clientLeft:1.00 clientWidth:2.00 clientHeight:2.00
+offsetTop:2.00 offsetLeft:2.00 offsetWidth:4.00 offsetHeight:4.00
+clientTop:1.00 clientLeft:1.00 clientWidth:2.00 clientHeight:2.00
+offsetTop:3.00 offsetLeft:5.00 offsetWidth:4.00 offsetHeight:4.00
+clientTop:1.00 clientLeft:1.00 clientWidth:2.00 clientHeight:2.00
+offsetTop:3.00 offsetLeft:7.00 offsetWidth:4.00 offsetHeight:4.00
+clientTop:1.00 clientLeft:1.00 clientWidth:2.00 clientHeight:2.00
+offsetTop:4.00 offsetLeft:10.00 offsetWidth:4.00 offsetHeight:4.00
+clientTop:1.00 clientLeft:1.00 clientWidth:2.00 clientHeight:2.00
+offsetTop:4.00 offsetLeft:13.00 offsetWidth:5.00 offsetHeight:5.00
+clientTop:1.00 clientLeft:1.00 clientWidth:3.00 clientHeight:3.00
+offsetTop:4.00 offsetLeft:16.00 offsetWidth:5.00 offsetHeight:5.00
+clientTop:1.00 clientLeft:1.00 clientWidth:3.00 clientHeight:3.00
+offsetTop:5.00 offsetLeft:19.00 offsetWidth:5.00 offsetHeight:5.00
+clientTop:1.00 clientLeft:1.00 clientWidth:3.00 clientHeight:3.00
+offsetTop:5.00 offsetLeft:23.00 offsetWidth:5.00 offsetHeight:5.00
+clientTop:1.00 clientLeft:1.00 clientWidth:3.00 clientHeight:3.00
+offsetTop:6.00 offsetLeft:26.00 offsetWidth:5.00 offsetHeight:5.00
+clientTop:1.00 clientLeft:1.00 clientWidth:3.00 clientHeight:3.00
+offsetTop:6.00 offsetLeft:30.00 offsetWidth:5.00 offsetHeight:5.00
+clientTop:1.00 clientLeft:1.00 clientWidth:3.00 clientHeight:3.00
+offsetTop:6.00 offsetLeft:34.00 offsetWidth:5.00 offsetHeight:5.00
+clientTop:1.00 clientLeft:1.00 clientWidth:3.00 clientHeight:3.00
+offsetTop:7.00 offsetLeft:39.00 offsetWidth:5.00 offsetHeight:5.00
+clientTop:1.00 clientLeft:1.00 clientWidth:3.00 clientHeight:3.00
+offsetTop:7.00 offsetLeft:43.00 offsetWidth:5.00 offsetHeight:5.00
+clientTop:1.00 clientLeft:1.00 clientWidth:3.00 clientHeight:3.00
+offsetTop:8.00 offsetLeft:48.00 offsetWidth:5.00 offsetHeight:5.00
+clientTop:1.00 clientLeft:1.00 clientWidth:3.00 clientHeight:3.00
+offsetTop:8.00 offsetLeft:53.00 offsetWidth:6.00 offsetHeight:6.00
+clientTop:1.00 clientLeft:1.00 clientWidth:4.00 clientHeight:4.00
+offsetTop:8.00 offsetLeft:58.00 offsetWidth:6.00 offsetHeight:6.00
+clientTop:1.00 clientLeft:1.00 clientWidth:4.00 clientHeight:4.00
+offsetTop:9.00 offsetLeft:63.00 offsetWidth:6.00 offsetHeight:6.00
+clientTop:1.00 clientLeft:1.00 clientWidth:4.00 clientHeight:4.00
+offsetTop:9.00 offsetLeft:69.00 offsetWidth:6.00 offsetHeight:6.00
+clientTop:1.00 clientLeft:1.00 clientWidth:4.00 clientHeight:4.00
+offsetTop:10.00 offsetLeft:74.00 offsetWidth:6.00 offsetHeight:6.00
+clientTop:1.00 clientLeft:1.00 clientWidth:4.00 clientHeight:4.00
+offsetTop:8.00 offsetLeft:1.00 offsetWidth:6.00 offsetHeight:6.00
+clientTop:1.00 clientLeft:1.00 clientWidth:4.00 clientHeight:4.00
+offsetTop:9.00 offsetLeft:5.00 offsetWidth:6.00 offsetHeight:6.00
+clientTop:1.00 clientLeft:1.00 clientWidth:4.00 clientHeight:4.00
+offsetTop:9.00 offsetLeft:9.00 offsetWidth:6.00 offsetHeight:6.00
+clientTop:1.00 clientLeft:1.00 clientWidth:4.00 clientHeight:4.00
+offsetTop:10.00 offsetLeft:14.00 offsetWidth:6.00 offsetHeight:6.00
+clientTop:1.00 clientLeft:1.00 clientWidth:4.00 clientHeight:4.00
+offsetTop:10.00 offsetLeft:18.00 offsetWidth:6.00 offsetHeight:6.00
+clientTop:1.00 clientLeft:1.00 clientWidth:4.00 clientHeight:4.00
+offsetTop:11.00 offsetLeft:23.00 offsetWidth:7.00 offsetHeight:7.00
+clientTop:1.00 clientLeft:1.00 clientWidth:5.00 clientHeight:5.00
+offsetTop:12.00 offsetLeft:28.00 offsetWidth:7.00 offsetHeight:7.00
+clientTop:1.00 clientLeft:1.00 clientWidth:5.00 clientHeight:5.00
+offsetTop:12.00 offsetLeft:34.00 offsetWidth:7.00 offsetHeight:7.00
+clientTop:1.00 clientLeft:1.00 clientWidth:5.00 clientHeight:5.00
+offsetTop:13.00 offsetLeft:39.00 offsetWidth:7.00 offsetHeight:7.00
+clientTop:1.00 clientLeft:1.00 clientWidth:5.00 clientHeight:5.00
+offsetTop:13.00 offsetLeft:45.00 offsetWidth:7.00 offsetHeight:7.00
+clientTop:1.00 clientLeft:1.00 clientWidth:5.00 clientHeight:5.00
+offsetTop:14.00 offsetLeft:51.00 offsetWidth:7.00 offsetHeight:7.00
+clientTop:1.00 clientLeft:1.00 clientWidth:5.00 clientHeight:5.00
+offsetTop:15.00 offsetLeft:57.00 offsetWidth:7.00 offsetHeight:7.00
+clientTop:1.00 clientLeft:1.00 clientWidth:5.00 clientHeight:5.00
+offsetTop:15.00 offsetLeft:63.00 offsetWidth:7.00 offsetHeight:7.00
+clientTop:1.00 clientLeft:1.00 clientWidth:5.00 clientHeight:5.00
+offsetTop:16.00 offsetLeft:70.00 offsetWidth:7.00 offsetHeight:7.00
+clientTop:1.00 clientLeft:1.00 clientWidth:5.00 clientHeight:5.00
+offsetTop:16.00 offsetLeft:76.00 offsetWidth:7.00 offsetHeight:7.00
+clientTop:1.00 clientLeft:1.00 clientWidth:5.00 clientHeight:5.00
+offsetTop:17.00 offsetLeft:83.00 offsetWidth:8.00 offsetHeight:8.00
+clientTop:1.00 clientLeft:1.00 clientWidth:6.00 clientHeight:6.00
+offsetTop:18.00 offsetLeft:90.00 offsetWidth:8.00 offsetHeight:8.00
+clientTop:1.00 clientLeft:1.00 clientWidth:6.00 clientHeight:6.00
+offsetTop:18.00 offsetLeft:98.00 offsetWidth:8.00 offsetHeight:8.00
+clientTop:1.00 clientLeft:1.00 clientWidth:6.00 clientHeight:6.00
+offsetTop:19.00 offsetLeft:105.00 offsetWidth:8.00 offsetHeight:8.00
+clientTop:1.00 clientLeft:1.00 clientWidth:6.00 clientHeight:6.00
+offsetTop:19.00 offsetLeft:113.00 offsetWidth:8.00 offsetHeight:8.00
+clientTop:1.00 clientLeft:1.00 clientWidth:6.00 clientHeight:6.00
+offsetTop:18.00 offsetLeft:2.00 offsetWidth:8.00 offsetHeight:8.00
+clientTop:1.00 clientLeft:1.00 clientWidth:6.00 clientHeight:6.00
+offsetTop:19.00 offsetLeft:8.00 offsetWidth:8.00 offsetHeight:8.00
+clientTop:1.00 clientLeft:1.00 clientWidth:6.00 clientHeight:6.00
+offsetTop:20.00 offsetLeft:14.00 offsetWidth:8.00 offsetHeight:8.00
+clientTop:1.00 clientLeft:1.00 clientWidth:6.00 clientHeight:6.00
+offsetTop:20.00 offsetLeft:20.00 offsetWidth:8.00 offsetHeight:8.00
+clientTop:1.00 clientLeft:1.00 clientWidth:6.00 clientHeight:6.00
+offsetTop:21.00 offsetLeft:27.00 offsetWidth:8.00 offsetHeight:8.00
+clientTop:1.00 clientLeft:1.00 clientWidth:6.00 clientHeight:6.00
+offsetTop:22.00 offsetLeft:34.00 offsetWidth:9.00 offsetHeight:9.00
+clientTop:1.00 clientLeft:1.00 clientWidth:7.00 clientHeight:7.00
+offsetTop:23.00 offsetLeft:41.00 offsetWidth:9.00 offsetHeight:9.00
+clientTop:1.00 clientLeft:1.00 clientWidth:7.00 clientHeight:7.00
+offsetTop:24.00 offsetLeft:48.00 offsetWidth:9.00 offsetHeight:9.00
+clientTop:1.00 clientLeft:1.00 clientWidth:7.00 clientHeight:7.00
+offsetTop:24.00 offsetLeft:56.00 offsetWidth:9.00 offsetHeight:9.00
+clientTop:1.00 clientLeft:1.00 clientWidth:7.00 clientHeight:7.00
+offsetTop:25.00 offsetLeft:64.00 offsetWidth:9.00 offsetHeight:9.00
+clientTop:1.00 clientLeft:1.00 clientWidth:7.00 clientHeight:7.00
+offsetTop:26.00 offsetLeft:72.00 offsetWidth:9.00 offsetHeight:9.00
+clientTop:1.00 clientLeft:1.00 clientWidth:7.00 clientHeight:7.00
+offsetTop:27.00 offsetLeft:80.00 offsetWidth:9.00 offsetHeight:9.00
+clientTop:1.00 clientLeft:1.00 clientWidth:7.00 clientHeight:7.00
+offsetTop:28.00 offsetLeft:88.00 offsetWidth:9.00 offsetHeight:9.00
+clientTop:1.00 clientLeft:1.00 clientWidth:7.00 clientHeight:7.00
+offsetTop:28.00 offsetLeft:96.00 offsetWidth:9.00 offsetHeight:9.00
+clientTop:1.00 clientLeft:1.00 clientWidth:7.00 clientHeight:7.00
+offsetTop:29.00 offsetLeft:105.00 offsetWidth:9.00 offsetHeight:9.00
+clientTop:1.00 clientLeft:1.00 clientWidth:7.00 clientHeight:7.00
+offsetTop:30.00 offsetLeft:114.00 offsetWidth:10.00 offsetHeight:10.00
+clientTop:1.00 clientLeft:1.00 clientWidth:8.00 clientHeight:8.00
+offsetTop:31.00 offsetLeft:123.00 offsetWidth:10.00 offsetHeight:10.00
+clientTop:1.00 clientLeft:1.00 clientWidth:8.00 clientHeight:8.00
+offsetTop:32.00 offsetLeft:132.00 offsetWidth:10.00 offsetHeight:10.00
+clientTop:1.00 clientLeft:1.00 clientWidth:8.00 clientHeight:8.00
+offsetTop:32.00 offsetLeft:142.00 offsetWidth:10.00 offsetHeight:10.00
+clientTop:1.00 clientLeft:1.00 clientWidth:8.00 clientHeight:8.00
+offsetTop:33.00 offsetLeft:152.00 offsetWidth:10.00 offsetHeight:10.00
+clientTop:1.00 clientLeft:1.00 clientWidth:8.00 clientHeight:8.00
+offsetTop:32.00 offsetLeft:2.00 offsetWidth:10.00 offsetHeight:10.00
+clientTop:1.00 clientLeft:1.00 clientWidth:8.00 clientHeight:8.00
+offsetTop:33.00 offsetLeft:11.00 offsetWidth:10.00 offsetHeight:10.00
+clientTop:1.00 clientLeft:1.00 clientWidth:8.00 clientHeight:8.00
+offsetTop:34.00 offsetLeft:19.00 offsetWidth:10.00 offsetHeight:10.00
+clientTop:1.00 clientLeft:1.00 clientWidth:8.00 clientHeight:8.00
+offsetTop:35.00 offsetLeft:27.00 offsetWidth:10.00 offsetHeight:10.00
+clientTop:1.00 clientLeft:1.00 clientWidth:8.00 clientHeight:8.00
+offsetTop:36.00 offsetLeft:36.00 offsetWidth:10.00 offsetHeight:10.00
+clientTop:1.00 clientLeft:1.00 clientWidth:8.00 clientHeight:8.00
+offsetTop:37.00 offsetLeft:45.00 offsetWidth:11.00 offsetHeight:11.00
+clientTop:1.00 clientLeft:1.00 clientWidth:9.00 clientHeight:9.00
+offsetTop:38.00 offsetLeft:54.00 offsetWidth:11.00 offsetHeight:11.00
+clientTop:1.00 clientLeft:1.00 clientWidth:9.00 clientHeight:9.00
+offsetTop:39.00 offsetLeft:63.00 offsetWidth:11.00 offsetHeight:11.00
+clientTop:1.00 clientLeft:1.00 clientWidth:9.00 clientHeight:9.00
+offsetTop:40.00 offsetLeft:73.00 offsetWidth:11.00 offsetHeight:11.00
+clientTop:1.00 clientLeft:1.00 clientWidth:9.00 clientHeight:9.00
+offsetTop:41.00 offsetLeft:83.00 offsetWidth:11.00 offsetHeight:11.00
+clientTop:1.00 clientLeft:1.00 clientWidth:9.00 clientHeight:9.00
+offsetTop:42.00 offsetLeft:92.00 offsetWidth:11.00 offsetHeight:11.00
+clientTop:1.00 clientLeft:1.00 clientWidth:9.00 clientHeight:9.00
+offsetTop:43.00 offsetLeft:103.00 offsetWidth:11.00 offsetHeight:11.00
+clientTop:1.00 clientLeft:1.00 clientWidth:9.00 clientHeight:9.00
+offsetTop:44.00 offsetLeft:113.00 offsetWidth:11.00 offsetHeight:11.00
+clientTop:1.00 clientLeft:1.00 clientWidth:9.00 clientHeight:9.00
+offsetTop:45.00 offsetLeft:123.00 offsetWidth:11.00 offsetHeight:11.00
+clientTop:1.00 clientLeft:1.00 clientWidth:9.00 clientHeight:9.00
+offsetTop:46.00 offsetLeft:134.00 offsetWidth:11.00 offsetHeight:11.00
+clientTop:1.00 clientLeft:1.00 clientWidth:9.00 clientHeight:9.00
+offsetTop:47.00 offsetLeft:145.00 offsetWidth:12.00 offsetHeight:12.00
+clientTop:1.00 clientLeft:1.00 clientWidth:10.00 clientHeight:10.00
+offsetTop:48.00 offsetLeft:156.00 offsetWidth:12.00 offsetHeight:12.00
+clientTop:1.00 clientLeft:1.00 clientWidth:10.00 clientHeight:10.00
+offsetTop:49.00 offsetLeft:167.00 offsetWidth:12.00 offsetHeight:12.00
+clientTop:1.00 clientLeft:1.00 clientWidth:10.00 clientHeight:10.00
+offsetTop:50.00 offsetLeft:179.00 offsetWidth:12.00 offsetHeight:12.00
+clientTop:1.00 clientLeft:1.00 clientWidth:10.00 clientHeight:10.00
+offsetTop:51.00 offsetLeft:191.00 offsetWidth:12.00 offsetHeight:12.00
+clientTop:1.00 clientLeft:1.00 clientWidth:10.00 clientHeight:10.00
+offsetTop:50.00 offsetLeft:4.00 offsetWidth:12.00 offsetHeight:12.00
+clientTop:1.00 clientLeft:1.00 clientWidth:10.00 clientHeight:10.00
+offsetTop:51.00 offsetLeft:14.00 offsetWidth:12.00 offsetHeight:12.00
+clientTop:1.00 clientLeft:1.00 clientWidth:10.00 clientHeight:10.00
+offsetTop:52.00 offsetLeft:24.00 offsetWidth:12.00 offsetHeight:12.00
+clientTop:1.00 clientLeft:1.00 clientWidth:10.00 clientHeight:10.00
+offsetTop:54.00 offsetLeft:34.00 offsetWidth:12.00 offsetHeight:12.00
+clientTop:1.00 clientLeft:1.00 clientWidth:10.00 clientHeight:10.00
+offsetTop:55.00 offsetLeft:45.00 offsetWidth:12.00 offsetHeight:12.00
+clientTop:1.00 clientLeft:1.00 clientWidth:10.00 clientHeight:10.00
+offsetTop:56.00 offsetLeft:56.00 offsetWidth:13.00 offsetHeight:13.00
+clientTop:1.00 clientLeft:1.00 clientWidth:11.00 clientHeight:11.00
+offsetTop:57.00 offsetLeft:67.00 offsetWidth:13.00 offsetHeight:13.00
+clientTop:1.00 clientLeft:1.00 clientWidth:11.00 clientHeight:11.00
+offsetTop:58.00 offsetLeft:78.00 offsetWidth:13.00 offsetHeight:13.00
+clientTop:1.00 clientLeft:1.00 clientWidth:11.00 clientHeight:11.00
+offsetTop:60.00 offsetLeft:90.00 offsetWidth:13.00 offsetHeight:13.00
+clientTop:1.00 clientLeft:1.00 clientWidth:11.00 clientHeight:11.00
+offsetTop:61.00 offsetLeft:102.00 offsetWidth:13.00 offsetHeight:13.00
+clientTop:1.00 clientLeft:1.00 clientWidth:11.00 clientHeight:11.00
+offsetTop:62.00 offsetLeft:114.00 offsetWidth:13.00 offsetHeight:13.00
+clientTop:1.00 clientLeft:1.00 clientWidth:11.00 clientHeight:11.00
+offsetTop:63.00 offsetLeft:126.00 offsetWidth:13.00 offsetHeight:13.00
+clientTop:1.00 clientLeft:1.00 clientWidth:11.00 clientHeight:11.00
+offsetTop:64.00 offsetLeft:138.00 offsetWidth:13.00 offsetHeight:13.00
+clientTop:1.00 clientLeft:1.00 clientWidth:11.00 clientHeight:11.00
+offsetTop:66.00 offsetLeft:150.00 offsetWidth:13.00 offsetHeight:13.00
+clientTop:1.00 clientLeft:1.00 clientWidth:11.00 clientHeight:11.00
+offsetTop:67.00 offsetLeft:163.00 offsetWidth:13.00 offsetHeight:13.00
+clientTop:1.00 clientLeft:1.00 clientWidth:11.00 clientHeight:11.00
+offsetTop:68.00 offsetLeft:176.00 offsetWidth:14.00 offsetHeight:14.00
+clientTop:1.00 clientLeft:1.00 clientWidth:12.00 clientHeight:12.00
+offsetTop:69.00 offsetLeft:189.00 offsetWidth:14.00 offsetHeight:14.00
+clientTop:1.00 clientLeft:1.00 clientWidth:12.00 clientHeight:12.00
+offsetTop:70.00 offsetLeft:202.00 offsetWidth:14.00 offsetHeight:14.00
+clientTop:1.00 clientLeft:1.00 clientWidth:12.00 clientHeight:12.00
+offsetTop:72.00 offsetLeft:216.00 offsetWidth:14.00 offsetHeight:14.00
+clientTop:1.00 clientLeft:1.00 clientWidth:12.00 clientHeight:12.00
+offsetTop:73.00 offsetLeft:230.00 offsetWidth:14.00 offsetHeight:14.00
+clientTop:1.00 clientLeft:1.00 clientWidth:12.00 clientHeight:12.00
+offsetTop:72.00 offsetLeft:5.00 offsetWidth:14.00 offsetHeight:14.00
+clientTop:1.00 clientLeft:1.00 clientWidth:12.00 clientHeight:12.00
+offsetTop:73.00 offsetLeft:17.00 offsetWidth:14.00 offsetHeight:14.00
+clientTop:1.00 clientLeft:1.00 clientWidth:12.00 clientHeight:12.00
+offsetTop:75.00 offsetLeft:29.00 offsetWidth:14.00 offsetHeight:14.00
+clientTop:1.00 clientLeft:1.00 clientWidth:12.00 clientHeight:12.00
+offsetTop:76.00 offsetLeft:42.00 offsetWidth:14.00 offsetHeight:14.00
+clientTop:1.00 clientLeft:1.00 clientWidth:12.00 clientHeight:12.00
+offsetTop:78.00 offsetLeft:54.00 offsetWidth:14.00 offsetHeight:14.00
+clientTop:1.00 clientLeft:1.00 clientWidth:12.00 clientHeight:12.00
+offsetTop:79.00 offsetLeft:67.00 offsetWidth:15.00 offsetHeight:15.00
+clientTop:1.00 clientLeft:1.00 clientWidth:13.00 clientHeight:13.00
+offsetTop:80.00 offsetLeft:80.00 offsetWidth:15.00 offsetHeight:15.00
+clientTop:1.00 clientLeft:1.00 clientWidth:13.00 clientHeight:13.00
+offsetTop:82.00 offsetLeft:94.00 offsetWidth:15.00 offsetHeight:15.00
+clientTop:1.00 clientLeft:1.00 clientWidth:13.00 clientHeight:13.00
+offsetTop:83.00 offsetLeft:107.00 offsetWidth:15.00 offsetHeight:15.00
+clientTop:1.00 clientLeft:1.00 clientWidth:13.00 clientHeight:13.00
+offsetTop:85.00 offsetLeft:121.00 offsetWidth:15.00 offsetHeight:15.00
+clientTop:1.00 clientLeft:1.00 clientWidth:13.00 clientHeight:13.00
+offsetTop:86.00 offsetLeft:135.00 offsetWidth:15.00 offsetHeight:15.00
+clientTop:1.00 clientLeft:1.00 clientWidth:13.00 clientHeight:13.00
+offsetTop:87.00 offsetLeft:149.00 offsetWidth:15.00 offsetHeight:15.00
+clientTop:1.00 clientLeft:1.00 clientWidth:13.00 clientHeight:13.00
+offsetTop:89.00 offsetLeft:163.00 offsetWidth:15.00 offsetHeight:15.00
+clientTop:1.00 clientLeft:1.00 clientWidth:13.00 clientHeight:13.00
+offsetTop:90.00 offsetLeft:178.00 offsetWidth:15.00 offsetHeight:15.00
+clientTop:1.00 clientLeft:1.00 clientWidth:13.00 clientHeight:13.00
+offsetTop:92.00 offsetLeft:192.00 offsetWidth:15.00 offsetHeight:15.00
+clientTop:1.00 clientLeft:1.00 clientWidth:13.00 clientHeight:13.00
+offsetTop:93.00 offsetLeft:207.00 offsetWidth:16.00 offsetHeight:16.00
+clientTop:1.00 clientLeft:1.00 clientWidth:14.00 clientHeight:14.00
+offsetTop:94.00 offsetLeft:222.00 offsetWidth:16.00 offsetHeight:16.00
+clientTop:1.00 clientLeft:1.00 clientWidth:14.00 clientHeight:14.00
+offsetTop:96.00 offsetLeft:238.00 offsetWidth:16.00 offsetHeight:16.00
+clientTop:1.00 clientLeft:1.00 clientWidth:14.00 clientHeight:14.00
+offsetTop:97.00 offsetLeft:253.00 offsetWidth:16.00 offsetHeight:16.00
+clientTop:1.00 clientLeft:1.00 clientWidth:14.00 clientHeight:14.00
+offsetTop:99.00 offsetLeft:269.00 offsetWidth:16.00 offsetHeight:16.00
+clientTop:1.00 clientLeft:1.00 clientWidth:14.00 clientHeight:14.00
+offsetTop:98.00 offsetLeft:6.00 offsetWidth:16.00 offsetHeight:16.00
+clientTop:1.00 clientLeft:1.00 clientWidth:14.00 clientHeight:14.00
+offsetTop:100.00 offsetLeft:20.00 offsetWidth:16.00 offsetHeight:16.00
+clientTop:1.00 clientLeft:1.00 clientWidth:14.00 clientHeight:14.00
+offsetTop:101.00 offsetLeft:35.00 offsetWidth:16.00 offsetHeight:16.00
+clientTop:1.00 clientLeft:1.00 clientWidth:14.00 clientHeight:14.00
+offsetTop:103.00 offsetLeft:49.00 offsetWidth:16.00 offsetHeight:16.00
+clientTop:1.00 clientLeft:1.00 clientWidth:14.00 clientHeight:14.00
+offsetTop:104.00 offsetLeft:64.00 offsetWidth:16.00 offsetHeight:16.00
+clientTop:1.00 clientLeft:1.00 clientWidth:14.00 clientHeight:14.00
+offsetTop:106.00 offsetLeft:79.00 offsetWidth:17.00 offsetHeight:17.00
+clientTop:1.00 clientLeft:1.00 clientWidth:15.00 clientHeight:15.00
+offsetTop:108.00 offsetLeft:94.00 offsetWidth:17.00 offsetHeight:17.00
+clientTop:1.00 clientLeft:1.00 clientWidth:15.00 clientHeight:15.00
+offsetTop:109.00 offsetLeft:109.00 offsetWidth:17.00 offsetHeight:17.00
+clientTop:1.00 clientLeft:1.00 clientWidth:15.00 clientHeight:15.00
+offsetTop:111.00 offsetLeft:125.00 offsetWidth:17.00 offsetHeight:17.00
+clientTop:1.00 clientLeft:1.00 clientWidth:15.00 clientHeight:15.00
+offsetTop:112.00 offsetLeft:140.00 offsetWidth:17.00 offsetHeight:17.00
+clientTop:1.00 clientLeft:1.00 clientWidth:15.00 clientHeight:15.00
+offsetTop:114.00 offsetLeft:156.00 offsetWidth:17.00 offsetHeight:17.00
+clientTop:1.00 clientLeft:1.00 clientWidth:15.00 clientHeight:15.00
+offsetTop:116.00 offsetLeft:172.00 offsetWidth:17.00 offsetHeight:17.00
+clientTop:1.00 clientLeft:1.00 clientWidth:15.00 clientHeight:15.00
+offsetTop:117.00 offsetLeft:189.00 offsetWidth:17.00 offsetHeight:17.00
+clientTop:1.00 clientLeft:1.00 clientWidth:15.00 clientHeight:15.00
+offsetTop:119.00 offsetLeft:205.00 offsetWidth:17.00 offsetHeight:17.00
+clientTop:1.00 clientLeft:1.00 clientWidth:15.00 clientHeight:15.00
+offsetTop:120.00 offsetLeft:222.00 offsetWidth:17.00 offsetHeight:17.00
+clientTop:1.00 clientLeft:1.00 clientWidth:15.00 clientHeight:15.00
+offsetTop:122.00 offsetLeft:239.00 offsetWidth:18.00 offsetHeight:18.00
+clientTop:1.00 clientLeft:1.00 clientWidth:16.00 clientHeight:16.00
+offsetTop:124.00 offsetLeft:256.00 offsetWidth:18.00 offsetHeight:18.00
+clientTop:1.00 clientLeft:1.00 clientWidth:16.00 clientHeight:16.00
+offsetTop:125.00 offsetLeft:273.00 offsetWidth:18.00 offsetHeight:18.00
+clientTop:1.00 clientLeft:1.00 clientWidth:16.00 clientHeight:16.00
+offsetTop:127.00 offsetLeft:291.00 offsetWidth:18.00 offsetHeight:18.00
+clientTop:1.00 clientLeft:1.00 clientWidth:16.00 clientHeight:16.00
+offsetTop:128.00 offsetLeft:308.00 offsetWidth:18.00 offsetHeight:18.00
+clientTop:1.00 clientLeft:1.00 clientWidth:16.00 clientHeight:16.00
+offsetTop:128.00 offsetLeft:8.00 offsetWidth:18.00 offsetHeight:18.00
+clientTop:1.00 clientLeft:1.00 clientWidth:16.00 clientHeight:16.00
+offsetTop:130.00 offsetLeft:24.00 offsetWidth:18.00 offsetHeight:18.00
+clientTop:1.00 clientLeft:1.00 clientWidth:16.00 clientHeight:16.00
+offsetTop:132.00 offsetLeft:40.00 offsetWidth:18.00 offsetHeight:18.00
+clientTop:1.00 clientLeft:1.00 clientWidth:16.00 clientHeight:16.00
+offsetTop:133.00 offsetLeft:57.00 offsetWidth:18.00 offsetHeight:18.00
+clientTop:1.00 clientLeft:1.00 clientWidth:16.00 clientHeight:16.00
+offsetTop:135.00 offsetLeft:74.00 offsetWidth:18.00 offsetHeight:18.00
+clientTop:1.00 clientLeft:1.00 clientWidth:16.00 clientHeight:16.00
+offsetTop:137.00 offsetLeft:91.00 offsetWidth:19.00 offsetHeight:19.00
+clientTop:1.00 clientLeft:1.00 clientWidth:17.00 clientHeight:17.00
+offsetTop:139.00 offsetLeft:108.00 offsetWidth:19.00 offsetHeight:19.00
+clientTop:1.00 clientLeft:1.00 clientWidth:17.00 clientHeight:17.00
+offsetTop:141.00 offsetLeft:125.00 offsetWidth:19.00 offsetHeight:19.00
+clientTop:1.00 clientLeft:1.00 clientWidth:17.00 clientHeight:17.00
+offsetTop:142.00 offsetLeft:142.00 offsetWidth:19.00 offsetHeight:19.00
+clientTop:1.00 clientLeft:1.00 clientWidth:17.00 clientHeight:17.00
+offsetTop:144.00 offsetLeft:160.00 offsetWidth:19.00 offsetHeight:19.00
+clientTop:1.00 clientLeft:1.00 clientWidth:17.00 clientHeight:17.00
+offsetTop:146.00 offsetLeft:178.00 offsetWidth:19.00 offsetHeight:19.00
+clientTop:1.00 clientLeft:1.00 clientWidth:17.00 clientHeight:17.00
+offsetTop:148.00 offsetLeft:196.00 offsetWidth:19.00 offsetHeight:19.00
+clientTop:1.00 clientLeft:1.00 clientWidth:17.00 clientHeight:17.00
+offsetTop:150.00 offsetLeft:214.00 offsetWidth:19.00 offsetHeight:19.00
+clientTop:1.00 clientLeft:1.00 clientWidth:17.00 clientHeight:17.00
+offsetTop:151.00 offsetLeft:233.00 offsetWidth:19.00 offsetHeight:19.00
+clientTop:1.00 clientLeft:1.00 clientWidth:17.00 clientHeight:17.00
+offsetTop:153.00 offsetLeft:252.00 offsetWidth:19.00 offsetHeight:19.00
+clientTop:1.00 clientLeft:1.00 clientWidth:17.00 clientHeight:17.00
+offsetTop:155.00 offsetLeft:271.00 offsetWidth:20.00 offsetHeight:20.00
+clientTop:1.00 clientLeft:1.00 clientWidth:18.00 clientHeight:18.00
+offsetTop:157.00 offsetLeft:290.00 offsetWidth:20.00 offsetHeight:20.00
+clientTop:1.00 clientLeft:1.00 clientWidth:18.00 clientHeight:18.00
+offsetTop:159.00 offsetLeft:309.00 offsetWidth:20.00 offsetHeight:20.00
+clientTop:1.00 clientLeft:1.00 clientWidth:18.00 clientHeight:18.00
+offsetTop:160.00 offsetLeft:328.00 offsetWidth:20.00 offsetHeight:20.00
+clientTop:1.00 clientLeft:1.00 clientWidth:18.00 clientHeight:18.00
+offsetTop:162.00 offsetLeft:348.00 offsetWidth:20.00 offsetHeight:20.00
+clientTop:1.00 clientLeft:1.00 clientWidth:18.00 clientHeight:18.00
+offsetTop:162.00 offsetLeft:10.00 offsetWidth:20.00 offsetHeight:20.00
+clientTop:1.00 clientLeft:1.00 clientWidth:18.00 clientHeight:18.00
+offsetTop:164.00 offsetLeft:28.00 offsetWidth:20.00 offsetHeight:20.00
+clientTop:1.00 clientLeft:1.00 clientWidth:18.00 clientHeight:18.00
+offsetTop:166.00 offsetLeft:46.00 offsetWidth:20.00 offsetHeight:20.00
+clientTop:1.00 clientLeft:1.00 clientWidth:18.00 clientHeight:18.00
+offsetTop:168.00 offsetLeft:65.00 offsetWidth:20.00 offsetHeight:20.00
+clientTop:1.00 clientLeft:1.00 clientWidth:18.00 clientHeight:18.00
+offsetTop:170.00 offsetLeft:84.00 offsetWidth:20.00 offsetHeight:20.00
+clientTop:1.00 clientLeft:1.00 clientWidth:18.00 clientHeight:18.00
+offsetTop:172.00 offsetLeft:102.00 offsetWidth:21.00 offsetHeight:21.00
+clientTop:1.00 clientLeft:1.00 clientWidth:19.00 clientHeight:19.00
+offsetTop:174.00 offsetLeft:122.00 offsetWidth:21.00 offsetHeight:21.00
+clientTop:1.00 clientLeft:1.00 clientWidth:19.00 clientHeight:19.00
+offsetTop:176.00 offsetLeft:141.00 offsetWidth:21.00 offsetHeight:21.00
+clientTop:1.00 clientLeft:1.00 clientWidth:19.00 clientHeight:19.00
+offsetTop:178.00 offsetLeft:160.00 offsetWidth:21.00 offsetHeight:21.00
+clientTop:1.00 clientLeft:1.00 clientWidth:19.00 clientHeight:19.00
+offsetTop:180.00 offsetLeft:180.00 offsetWidth:21.00 offsetHeight:21.00
+clientTop:1.00 clientLeft:1.00 clientWidth:19.00 clientHeight:19.00
+offsetTop:182.00 offsetLeft:200.00 offsetWidth:21.00 offsetHeight:21.00
+clientTop:1.00 clientLeft:1.00 clientWidth:19.00 clientHeight:19.00
+offsetTop:184.00 offsetLeft:220.00 offsetWidth:21.00 offsetHeight:21.00
+clientTop:1.00 clientLeft:1.00 clientWidth:19.00 clientHeight:19.00
+offsetTop:186.00 offsetLeft:240.00 offsetWidth:21.00 offsetHeight:21.00
+clientTop:1.00 clientLeft:1.00 clientWidth:19.00 clientHeight:19.00
+offsetTop:188.00 offsetLeft:261.00 offsetWidth:21.00 offsetHeight:21.00
+clientTop:1.00 clientLeft:1.00 clientWidth:19.00 clientHeight:19.00
+offsetTop:190.00 offsetLeft:282.00 offsetWidth:21.00 offsetHeight:21.00
+clientTop:1.00 clientLeft:1.00 clientWidth:19.00 clientHeight:19.00
+offsetTop:192.00 offsetLeft:302.00 offsetWidth:22.00 offsetHeight:22.00
+clientTop:1.00 clientLeft:1.00 clientWidth:20.00 clientHeight:20.00
+offsetTop:194.00 offsetLeft:324.00 offsetWidth:22.00 offsetHeight:22.00
+clientTop:1.00 clientLeft:1.00 clientWidth:20.00 clientHeight:20.00
+offsetTop:196.00 offsetLeft:345.00 offsetWidth:22.00 offsetHeight:22.00
+clientTop:1.00 clientLeft:1.00 clientWidth:20.00 clientHeight:20.00
+offsetTop:198.00 offsetLeft:366.00 offsetWidth:22.00 offsetHeight:22.00
+clientTop:1.00 clientLeft:1.00 clientWidth:20.00 clientHeight:20.00
+offsetTop:200.00 offsetLeft:388.00 offsetWidth:22.00 offsetHeight:22.00
+clientTop:1.00 clientLeft:1.00 clientWidth:20.00 clientHeight:20.00
+offsetTop:200.00 offsetLeft:12.00 offsetWidth:22.00 offsetHeight:22.00
+clientTop:1.00 clientLeft:1.00 clientWidth:20.00 clientHeight:20.00
+offsetTop:202.00 offsetLeft:32.00 offsetWidth:22.00 offsetHeight:22.00
+clientTop:1.00 clientLeft:1.00 clientWidth:20.00 clientHeight:20.00
+offsetTop:204.00 offsetLeft:52.00 offsetWidth:22.00 offsetHeight:22.00
+clientTop:1.00 clientLeft:1.00 clientWidth:20.00 clientHeight:20.00
+offsetTop:207.00 offsetLeft:73.00 offsetWidth:22.00 offsetHeight:22.00
+clientTop:1.00 clientLeft:1.00 clientWidth:20.00 clientHeight:20.00
+offsetTop:209.00 offsetLeft:94.00 offsetWidth:22.00 offsetHeight:22.00
+clientTop:1.00 clientLeft:1.00 clientWidth:20.00 clientHeight:20.00
+offsetTop:211.00 offsetLeft:115.00 offsetWidth:23.00 offsetHeight:23.00
+clientTop:1.00 clientLeft:1.00 clientWidth:21.00 clientHeight:21.00
+offsetTop:213.00 offsetLeft:136.00 offsetWidth:23.00 offsetHeight:23.00
+clientTop:1.00 clientLeft:1.00 clientWidth:21.00 clientHeight:21.00
+offsetTop:215.00 offsetLeft:157.00 offsetWidth:23.00 offsetHeight:23.00
+clientTop:1.00 clientLeft:1.00 clientWidth:21.00 clientHeight:21.00
+offsetTop:218.00 offsetLeft:178.00 offsetWidth:23.00 offsetHeight:23.00
+clientTop:1.00 clientLeft:1.00 clientWidth:21.00 clientHeight:21.00
+offsetTop:220.00 offsetLeft:200.00 offsetWidth:23.00 offsetHeight:23.00
+clientTop:1.00 clientLeft:1.00 clientWidth:21.00 clientHeight:21.00
+offsetTop:222.00 offsetLeft:222.00 offsetWidth:23.00 offsetHeight:23.00
+clientTop:1.00 clientLeft:1.00 clientWidth:21.00 clientHeight:21.00
+offsetTop:224.00 offsetLeft:244.00 offsetWidth:23.00 offsetHeight:23.00
+clientTop:1.00 clientLeft:1.00 clientWidth:21.00 clientHeight:21.00
+offsetTop:226.00 offsetLeft:266.00 offsetWidth:23.00 offsetHeight:23.00
+clientTop:1.00 clientLeft:1.00 clientWidth:21.00 clientHeight:21.00
+offsetTop:229.00 offsetLeft:289.00 offsetWidth:23.00 offsetHeight:23.00
+clientTop:1.00 clientLeft:1.00 clientWidth:21.00 clientHeight:21.00
+offsetTop:231.00 offsetLeft:312.00 offsetWidth:23.00 offsetHeight:23.00
+clientTop:1.00 clientLeft:1.00 clientWidth:21.00 clientHeight:21.00
+offsetTop:233.00 offsetLeft:335.00 offsetWidth:24.00 offsetHeight:24.00
+clientTop:1.00 clientLeft:1.00 clientWidth:22.00 clientHeight:22.00
+offsetTop:235.00 offsetLeft:358.00 offsetWidth:24.00 offsetHeight:24.00
+clientTop:1.00 clientLeft:1.00 clientWidth:22.00 clientHeight:22.00
+offsetTop:237.00 offsetLeft:381.00 offsetWidth:24.00 offsetHeight:24.00
+clientTop:1.00 clientLeft:1.00 clientWidth:22.00 clientHeight:22.00
+offsetTop:240.00 offsetLeft:404.00 offsetWidth:24.00 offsetHeight:24.00
+clientTop:1.00 clientLeft:1.00 clientWidth:22.00 clientHeight:22.00
+offsetTop:242.00 offsetLeft:428.00 offsetWidth:24.00 offsetHeight:24.00
+clientTop:1.00 clientLeft:1.00 clientWidth:22.00 clientHeight:22.00
+offsetTop:242.00 offsetLeft:14.00 offsetWidth:24.00 offsetHeight:24.00
+clientTop:1.00 clientLeft:1.00 clientWidth:22.00 clientHeight:22.00
+offsetTop:244.00 offsetLeft:36.00 offsetWidth:24.00 offsetHeight:24.00
+clientTop:1.00 clientLeft:1.00 clientWidth:22.00 clientHeight:22.00
+offsetTop:247.00 offsetLeft:59.00 offsetWidth:24.00 offsetHeight:24.00
+clientTop:1.00 clientLeft:1.00 clientWidth:22.00 clientHeight:22.00
+offsetTop:249.00 offsetLeft:81.00 offsetWidth:24.00 offsetHeight:24.00
+clientTop:1.00 clientLeft:1.00 clientWidth:22.00 clientHeight:22.00
+offsetTop:252.00 offsetLeft:104.00 offsetWidth:24.00 offsetHeight:24.00
+clientTop:1.00 clientLeft:1.00 clientWidth:22.00 clientHeight:22.00
+offsetTop:254.00 offsetLeft:127.00 offsetWidth:25.00 offsetHeight:25.00
+clientTop:1.00 clientLeft:1.00 clientWidth:23.00 clientHeight:23.00
+offsetTop:256.00 offsetLeft:150.00 offsetWidth:25.00 offsetHeight:25.00
+clientTop:1.00 clientLeft:1.00 clientWidth:23.00 clientHeight:23.00
+offsetTop:259.00 offsetLeft:173.00 offsetWidth:25.00 offsetHeight:25.00
+clientTop:1.00 clientLeft:1.00 clientWidth:23.00 clientHeight:23.00
+offsetTop:261.00 offsetLeft:197.00 offsetWidth:25.00 offsetHeight:25.00
+clientTop:1.00 clientLeft:1.00 clientWidth:23.00 clientHeight:23.00
+offsetTop:264.00 offsetLeft:220.00 offsetWidth:25.00 offsetHeight:25.00
+clientTop:1.00 clientLeft:1.00 clientWidth:23.00 clientHeight:23.00
+offsetTop:266.00 offsetLeft:244.00 offsetWidth:25.00 offsetHeight:25.00
+clientTop:1.00 clientLeft:1.00 clientWidth:23.00 clientHeight:23.00
+offsetTop:268.00 offsetLeft:268.00 offsetWidth:25.00 offsetHeight:25.00
+clientTop:1.00 clientLeft:1.00 clientWidth:23.00 clientHeight:23.00
+offsetTop:271.00 offsetLeft:293.00 offsetWidth:25.00 offsetHeight:25.00
+clientTop:1.00 clientLeft:1.00 clientWidth:23.00 clientHeight:23.00
+offsetTop:273.00 offsetLeft:317.00 offsetWidth:25.00 offsetHeight:25.00
+clientTop:1.00 clientLeft:1.00 clientWidth:23.00 clientHeight:23.00
+offsetTop:276.00 offsetLeft:342.00 offsetWidth:25.00 offsetHeight:25.00
+clientTop:1.00 clientLeft:1.00 clientWidth:23.00 clientHeight:23.00
+offsetTop:278.00 offsetLeft:367.00 offsetWidth:26.00 offsetHeight:26.00
+clientTop:1.00 clientLeft:1.00 clientWidth:24.00 clientHeight:24.00
+offsetTop:280.00 offsetLeft:392.00 offsetWidth:26.00 offsetHeight:26.00
+clientTop:1.00 clientLeft:1.00 clientWidth:24.00 clientHeight:24.00
+offsetTop:283.00 offsetLeft:417.00 offsetWidth:26.00 offsetHeight:26.00
+clientTop:1.00 clientLeft:1.00 clientWidth:24.00 clientHeight:24.00
+offsetTop:285.00 offsetLeft:443.00 offsetWidth:26.00 offsetHeight:26.00
+clientTop:1.00 clientLeft:1.00 clientWidth:24.00 clientHeight:24.00
+offsetTop:288.00 offsetLeft:468.00 offsetWidth:26.00 offsetHeight:26.00
+clientTop:1.00 clientLeft:1.00 clientWidth:24.00 clientHeight:24.00
+offsetTop:288.00 offsetLeft:17.00 offsetWidth:26.00 offsetHeight:26.00
+clientTop:1.00 clientLeft:1.00 clientWidth:24.00 clientHeight:24.00
+offsetTop:291.00 offsetLeft:41.00 offsetWidth:26.00 offsetHeight:26.00
+clientTop:1.00 clientLeft:1.00 clientWidth:24.00 clientHeight:24.00
+offsetTop:293.00 offsetLeft:65.00 offsetWidth:26.00 offsetHeight:26.00
+clientTop:1.00 clientLeft:1.00 clientWidth:24.00 clientHeight:24.00
+offsetTop:296.00 offsetLeft:90.00 offsetWidth:26.00 offsetHeight:26.00
+clientTop:1.00 clientLeft:1.00 clientWidth:24.00 clientHeight:24.00
+offsetTop:298.00 offsetLeft:114.00 offsetWidth:26.00 offsetHeight:26.00
+clientTop:1.00 clientLeft:1.00 clientWidth:24.00 clientHeight:24.00
+offsetTop:301.00 offsetLeft:139.00 offsetWidth:27.00 offsetHeight:27.00
+clientTop:1.00 clientLeft:1.00 clientWidth:25.00 clientHeight:25.00
+offsetTop:304.00 offsetLeft:164.00 offsetWidth:27.00 offsetHeight:27.00
+clientTop:1.00 clientLeft:1.00 clientWidth:25.00 clientHeight:25.00
+offsetTop:306.00 offsetLeft:190.00 offsetWidth:27.00 offsetHeight:27.00
+clientTop:1.00 clientLeft:1.00 clientWidth:25.00 clientHeight:25.00
+offsetTop:309.00 offsetLeft:215.00 offsetWidth:27.00 offsetHeight:27.00
+clientTop:1.00 clientLeft:1.00 clientWidth:25.00 clientHeight:25.00
+offsetTop:311.00 offsetLeft:241.00 offsetWidth:27.00 offsetHeight:27.00
+clientTop:1.00 clientLeft:1.00 clientWidth:25.00 clientHeight:25.00
+offsetTop:314.00 offsetLeft:267.00 offsetWidth:27.00 offsetHeight:27.00
+clientTop:1.00 clientLeft:1.00 clientWidth:25.00 clientHeight:25.00
+offsetTop:317.00 offsetLeft:293.00 offsetWidth:27.00 offsetHeight:27.00
+clientTop:1.00 clientLeft:1.00 clientWidth:25.00 clientHeight:25.00
+offsetTop:319.00 offsetLeft:319.00 offsetWidth:27.00 offsetHeight:27.00
+clientTop:1.00 clientLeft:1.00 clientWidth:25.00 clientHeight:25.00
+offsetTop:322.00 offsetLeft:346.00 offsetWidth:27.00 offsetHeight:27.00
+clientTop:1.00 clientLeft:1.00 clientWidth:25.00 clientHeight:25.00
+offsetTop:324.00 offsetLeft:372.00 offsetWidth:27.00 offsetHeight:27.00
+clientTop:1.00 clientLeft:1.00 clientWidth:25.00 clientHeight:25.00
+offsetTop:327.00 offsetLeft:399.00 offsetWidth:28.00 offsetHeight:28.00
+clientTop:1.00 clientLeft:1.00 clientWidth:26.00 clientHeight:26.00
+offsetTop:330.00 offsetLeft:426.00 offsetWidth:28.00 offsetHeight:28.00
+clientTop:1.00 clientLeft:1.00 clientWidth:26.00 clientHeight:26.00
+offsetTop:332.00 offsetLeft:454.00 offsetWidth:28.00 offsetHeight:28.00
+clientTop:1.00 clientLeft:1.00 clientWidth:26.00 clientHeight:26.00
+offsetTop:335.00 offsetLeft:481.00 offsetWidth:28.00 offsetHeight:28.00
+clientTop:1.00 clientLeft:1.00 clientWidth:26.00 clientHeight:26.00
+offsetTop:337.00 offsetLeft:509.00 offsetWidth:28.00 offsetHeight:28.00
+clientTop:1.00 clientLeft:1.00 clientWidth:26.00 clientHeight:26.00
+offsetTop:338.00 offsetLeft:20.00 offsetWidth:28.00 offsetHeight:28.00
+clientTop:1.00 clientLeft:1.00 clientWidth:26.00 clientHeight:26.00
+offsetTop:341.00 offsetLeft:46.00 offsetWidth:28.00 offsetHeight:28.00
+clientTop:1.00 clientLeft:1.00 clientWidth:26.00 clientHeight:26.00
+offsetTop:344.00 offsetLeft:72.00 offsetWidth:28.00 offsetHeight:28.00
+clientTop:1.00 clientLeft:1.00 clientWidth:26.00 clientHeight:26.00
+offsetTop:346.00 offsetLeft:98.00 offsetWidth:28.00 offsetHeight:28.00
+clientTop:1.00 clientLeft:1.00 clientWidth:26.00 clientHeight:26.00
+offsetTop:349.00 offsetLeft:125.00 offsetWidth:28.00 offsetHeight:28.00
+clientTop:1.00 clientLeft:1.00 clientWidth:26.00 clientHeight:26.00
+offsetTop:352.00 offsetLeft:152.00 offsetWidth:29.00 offsetHeight:29.00
+clientTop:1.00 clientLeft:1.00 clientWidth:27.00 clientHeight:27.00
+offsetTop:355.00 offsetLeft:179.00 offsetWidth:29.00 offsetHeight:29.00
+clientTop:1.00 clientLeft:1.00 clientWidth:27.00 clientHeight:27.00
+offsetTop:358.00 offsetLeft:206.00 offsetWidth:29.00 offsetHeight:29.00
+clientTop:1.00 clientLeft:1.00 clientWidth:27.00 clientHeight:27.00
+offsetTop:360.00 offsetLeft:234.00 offsetWidth:29.00 offsetHeight:29.00
+clientTop:1.00 clientLeft:1.00 clientWidth:27.00 clientHeight:27.00
+offsetTop:363.00 offsetLeft:262.00 offsetWidth:29.00 offsetHeight:29.00
+clientTop:1.00 clientLeft:1.00 clientWidth:27.00 clientHeight:27.00
+offsetTop:366.00 offsetLeft:290.00 offsetWidth:29.00 offsetHeight:29.00
+clientTop:1.00 clientLeft:1.00 clientWidth:27.00 clientHeight:27.00
+offsetTop:369.00 offsetLeft:318.00 offsetWidth:29.00 offsetHeight:29.00
+clientTop:1.00 clientLeft:1.00 clientWidth:27.00 clientHeight:27.00
+offsetTop:372.00 offsetLeft:346.00 offsetWidth:29.00 offsetHeight:29.00
+clientTop:1.00 clientLeft:1.00 clientWidth:27.00 clientHeight:27.00
+offsetTop:374.00 offsetLeft:374.00 offsetWidth:29.00 offsetHeight:29.00
+clientTop:1.00 clientLeft:1.00 clientWidth:27.00 clientHeight:27.00
+offsetTop:377.00 offsetLeft:403.00 offsetWidth:29.00 offsetHeight:29.00
+clientTop:1.00 clientLeft:1.00 clientWidth:27.00 clientHeight:27.00
+offsetTop:380.00 offsetLeft:432.00 offsetWidth:30.00 offsetHeight:30.00
+clientTop:1.00 clientLeft:1.00 clientWidth:28.00 clientHeight:28.00
+offsetTop:383.00 offsetLeft:461.00 offsetWidth:30.00 offsetHeight:30.00
+clientTop:1.00 clientLeft:1.00 clientWidth:28.00 clientHeight:28.00
+offsetTop:386.00 offsetLeft:490.00 offsetWidth:30.00 offsetHeight:30.00
+clientTop:1.00 clientLeft:1.00 clientWidth:28.00 clientHeight:28.00
+offsetTop:388.00 offsetLeft:520.00 offsetWidth:30.00 offsetHeight:30.00
+clientTop:1.00 clientLeft:1.00 clientWidth:28.00 clientHeight:28.00
+offsetTop:391.00 offsetLeft:550.00 offsetWidth:30.00 offsetHeight:30.00
+clientTop:1.00 clientLeft:1.00 clientWidth:28.00 clientHeight:28.00
+offsetTop:392.00 offsetLeft:22.00 offsetWidth:30.00 offsetHeight:30.00
+clientTop:1.00 clientLeft:1.00 clientWidth:28.00 clientHeight:28.00
+offsetTop:395.00 offsetLeft:51.00 offsetWidth:30.00 offsetHeight:30.00
+clientTop:1.00 clientLeft:1.00 clientWidth:28.00 clientHeight:28.00
+offsetTop:398.00 offsetLeft:79.00 offsetWidth:30.00 offsetHeight:30.00
+clientTop:1.00 clientLeft:1.00 clientWidth:28.00 clientHeight:28.00
+offsetTop:401.00 offsetLeft:107.00 offsetWidth:30.00 offsetHeight:30.00
+clientTop:1.00 clientLeft:1.00 clientWidth:28.00 clientHeight:28.00
+offsetTop:404.00 offsetLeft:136.00 offsetWidth:30.00 offsetHeight:30.00
+clientTop:1.00 clientLeft:1.00 clientWidth:28.00 clientHeight:28.00
+offsetTop:407.00 offsetLeft:165.00 offsetWidth:31.00 offsetHeight:31.00
+clientTop:1.00 clientLeft:1.00 clientWidth:29.00 clientHeight:29.00
+offsetTop:410.00 offsetLeft:194.00 offsetWidth:31.00 offsetHeight:31.00
+clientTop:1.00 clientLeft:1.00 clientWidth:29.00 clientHeight:29.00
+offsetTop:413.00 offsetLeft:223.00 offsetWidth:31.00 offsetHeight:31.00
+clientTop:1.00 clientLeft:1.00 clientWidth:29.00 clientHeight:29.00
+offsetTop:416.00 offsetLeft:253.00 offsetWidth:31.00 offsetHeight:31.00
+clientTop:1.00 clientLeft:1.00 clientWidth:29.00 clientHeight:29.00
+offsetTop:419.00 offsetLeft:283.00 offsetWidth:31.00 offsetHeight:31.00
+clientTop:1.00 clientLeft:1.00 clientWidth:29.00 clientHeight:29.00
+offsetTop:422.00 offsetLeft:312.00 offsetWidth:31.00 offsetHeight:31.00
+clientTop:1.00 clientLeft:1.00 clientWidth:29.00 clientHeight:29.00
+offsetTop:425.00 offsetLeft:343.00 offsetWidth:31.00 offsetHeight:31.00
+clientTop:1.00 clientLeft:1.00 clientWidth:29.00 clientHeight:29.00
+offsetTop:428.00 offsetLeft:373.00 offsetWidth:31.00 offsetHeight:31.00
+clientTop:1.00 clientLeft:1.00 clientWidth:29.00 clientHeight:29.00
+offsetTop:431.00 offsetLeft:403.00 offsetWidth:31.00 offsetHeight:31.00
+clientTop:1.00 clientLeft:1.00 clientWidth:29.00 clientHeight:29.00
+offsetTop:434.00 offsetLeft:434.00 offsetWidth:31.00 offsetHeight:31.00
+clientTop:1.00 clientLeft:1.00 clientWidth:29.00 clientHeight:29.00
+offsetTop:437.00 offsetLeft:465.00 offsetWidth:32.00 offsetHeight:32.00
+clientTop:1.00 clientLeft:1.00 clientWidth:30.00 clientHeight:30.00
+offsetTop:440.00 offsetLeft:496.00 offsetWidth:32.00 offsetHeight:32.00
+clientTop:1.00 clientLeft:1.00 clientWidth:30.00 clientHeight:30.00
+offsetTop:443.00 offsetLeft:527.00 offsetWidth:32.00 offsetHeight:32.00
+clientTop:1.00 clientLeft:1.00 clientWidth:30.00 clientHeight:30.00
+offsetTop:446.00 offsetLeft:559.00 offsetWidth:32.00 offsetHeight:32.00
+clientTop:1.00 clientLeft:1.00 clientWidth:30.00 clientHeight:30.00
+offsetTop:449.00 offsetLeft:591.00 offsetWidth:32.00 offsetHeight:32.00
+clientTop:1.00 clientLeft:1.00 clientWidth:30.00 clientHeight:30.00
+offsetTop:450.00 offsetLeft:26.00 offsetWidth:32.00 offsetHeight:32.00
+clientTop:1.00 clientLeft:1.00 clientWidth:30.00 clientHeight:30.00
+offsetTop:453.00 offsetLeft:56.00 offsetWidth:32.00 offsetHeight:32.00
+clientTop:1.00 clientLeft:1.00 clientWidth:30.00 clientHeight:30.00
+offsetTop:456.00 offsetLeft:86.00 offsetWidth:32.00 offsetHeight:32.00
+clientTop:1.00 clientLeft:1.00 clientWidth:30.00 clientHeight:30.00
+offsetTop:460.00 offsetLeft:116.00 offsetWidth:32.00 offsetHeight:32.00
+clientTop:1.00 clientLeft:1.00 clientWidth:30.00 clientHeight:30.00
+offsetTop:463.00 offsetLeft:147.00 offsetWidth:32.00 offsetHeight:32.00
+clientTop:1.00 clientLeft:1.00 clientWidth:30.00 clientHeight:30.00
+offsetTop:466.00 offsetLeft:178.00 offsetWidth:33.00 offsetHeight:33.00
+clientTop:1.00 clientLeft:1.00 clientWidth:31.00 clientHeight:31.00
+offsetTop:469.00 offsetLeft:209.00 offsetWidth:33.00 offsetHeight:33.00
+clientTop:1.00 clientLeft:1.00 clientWidth:31.00 clientHeight:31.00
+offsetTop:472.00 offsetLeft:240.00 offsetWidth:33.00 offsetHeight:33.00
+clientTop:1.00 clientLeft:1.00 clientWidth:31.00 clientHeight:31.00
+offsetTop:476.00 offsetLeft:272.00 offsetWidth:33.00 offsetHeight:33.00
+clientTop:1.00 clientLeft:1.00 clientWidth:31.00 clientHeight:31.00
+offsetTop:479.00 offsetLeft:304.00 offsetWidth:33.00 offsetHeight:33.00
+clientTop:1.00 clientLeft:1.00 clientWidth:31.00 clientHeight:31.00
+offsetTop:482.00 offsetLeft:336.00 offsetWidth:33.00 offsetHeight:33.00
+clientTop:1.00 clientLeft:1.00 clientWidth:31.00 clientHeight:31.00
+offsetTop:485.00 offsetLeft:368.00 offsetWidth:33.00 offsetHeight:33.00
+clientTop:1.00 clientLeft:1.00 clientWidth:31.00 clientHeight:31.00
+offsetTop:488.00 offsetLeft:400.00 offsetWidth:33.00 offsetHeight:33.00
+clientTop:1.00 clientLeft:1.00 clientWidth:31.00 clientHeight:31.00
+offsetTop:492.00 offsetLeft:432.00 offsetWidth:33.00 offsetHeight:33.00
+clientTop:1.00 clientLeft:1.00 clientWidth:31.00 clientHeight:31.00
+offsetTop:495.00 offsetLeft:465.00 offsetWidth:33.00 offsetHeight:33.00
+clientTop:1.00 clientLeft:1.00 clientWidth:31.00 clientHeight:31.00
+offsetTop:498.00 offsetLeft:498.00 offsetWidth:34.00 offsetHeight:34.00
+clientTop:1.00 clientLeft:1.00 clientWidth:32.00 clientHeight:32.00
+offsetTop:501.00 offsetLeft:531.00 offsetWidth:34.00 offsetHeight:34.00
+clientTop:1.00 clientLeft:1.00 clientWidth:32.00 clientHeight:32.00
+offsetTop:504.00 offsetLeft:564.00 offsetWidth:34.00 offsetHeight:34.00
+clientTop:1.00 clientLeft:1.00 clientWidth:32.00 clientHeight:32.00
+offsetTop:508.00 offsetLeft:598.00 offsetWidth:34.00 offsetHeight:34.00
+clientTop:1.00 clientLeft:1.00 clientWidth:32.00 clientHeight:32.00
+offsetTop:511.00 offsetLeft:632.00 offsetWidth:34.00 offsetHeight:34.00
+clientTop:1.00 clientLeft:1.00 clientWidth:32.00 clientHeight:32.00
+offsetTop:512.00 offsetLeft:29.00 offsetWidth:34.00 offsetHeight:34.00
+clientTop:1.00 clientLeft:1.00 clientWidth:32.00 clientHeight:32.00
+offsetTop:515.00 offsetLeft:61.00 offsetWidth:34.00 offsetHeight:34.00
+clientTop:1.00 clientLeft:1.00 clientWidth:32.00 clientHeight:32.00
+offsetTop:519.00 offsetLeft:93.00 offsetWidth:34.00 offsetHeight:34.00
+clientTop:1.00 clientLeft:1.00 clientWidth:32.00 clientHeight:32.00
+offsetTop:522.00 offsetLeft:126.00 offsetWidth:34.00 offsetHeight:34.00
+clientTop:1.00 clientLeft:1.00 clientWidth:32.00 clientHeight:32.00
+offsetTop:526.00 offsetLeft:158.00 offsetWidth:34.00 offsetHeight:34.00
+clientTop:1.00 clientLeft:1.00 clientWidth:32.00 clientHeight:32.00
+offsetTop:529.00 offsetLeft:191.00 offsetWidth:35.00 offsetHeight:35.00
+clientTop:1.00 clientLeft:1.00 clientWidth:33.00 clientHeight:33.00
+offsetTop:532.00 offsetLeft:224.00 offsetWidth:35.00 offsetHeight:35.00
+clientTop:1.00 clientLeft:1.00 clientWidth:33.00 clientHeight:33.00
+offsetTop:536.00 offsetLeft:258.00 offsetWidth:35.00 offsetHeight:35.00
+clientTop:1.00 clientLeft:1.00 clientWidth:33.00 clientHeight:33.00
+offsetTop:539.00 offsetLeft:291.00 offsetWidth:35.00 offsetHeight:35.00
+clientTop:1.00 clientLeft:1.00 clientWidth:33.00 clientHeight:33.00
+offsetTop:543.00 offsetLeft:325.00 offsetWidth:35.00 offsetHeight:35.00
+clientTop:1.00 clientLeft:1.00 clientWidth:33.00 clientHeight:33.00
+offsetTop:546.00 offsetLeft:359.00 offsetWidth:35.00 offsetHeight:35.00
+clientTop:1.00 clientLeft:1.00 clientWidth:33.00 clientHeight:33.00
+offsetTop:549.00 offsetLeft:393.00 offsetWidth:35.00 offsetHeight:35.00
+clientTop:1.00 clientLeft:1.00 clientWidth:33.00 clientHeight:33.00
+offsetTop:553.00 offsetLeft:427.00 offsetWidth:35.00 offsetHeight:35.00
+clientTop:1.00 clientLeft:1.00 clientWidth:33.00 clientHeight:33.00
+offsetTop:556.00 offsetLeft:462.00 offsetWidth:35.00 offsetHeight:35.00
+clientTop:1.00 clientLeft:1.00 clientWidth:33.00 clientHeight:33.00
+offsetTop:560.00 offsetLeft:496.00 offsetWidth:35.00 offsetHeight:35.00
+clientTop:1.00 clientLeft:1.00 clientWidth:33.00 clientHeight:33.00
+offsetTop:563.00 offsetLeft:531.00 offsetWidth:36.00 offsetHeight:36.00
+clientTop:1.00 clientLeft:1.00 clientWidth:34.00 clientHeight:34.00
+offsetTop:566.00 offsetLeft:566.00 offsetWidth:36.00 offsetHeight:36.00
+clientTop:1.00 clientLeft:1.00 clientWidth:34.00 clientHeight:34.00
+offsetTop:570.00 offsetLeft:602.00 offsetWidth:36.00 offsetHeight:36.00
+clientTop:1.00 clientLeft:1.00 clientWidth:34.00 clientHeight:34.00
+offsetTop:573.00 offsetLeft:637.00 offsetWidth:36.00 offsetHeight:36.00
+clientTop:1.00 clientLeft:1.00 clientWidth:34.00 clientHeight:34.00
+offsetTop:577.00 offsetLeft:673.00 offsetWidth:36.00 offsetHeight:36.00
+clientTop:1.00 clientLeft:1.00 clientWidth:34.00 clientHeight:34.00
+offsetTop:578.00 offsetLeft:32.00 offsetWidth:36.00 offsetHeight:36.00
+clientTop:1.00 clientLeft:1.00 clientWidth:34.00 clientHeight:34.00
+offsetTop:582.00 offsetLeft:66.00 offsetWidth:36.00 offsetHeight:36.00
+clientTop:1.00 clientLeft:1.00 clientWidth:34.00 clientHeight:34.00
+offsetTop:585.00 offsetLeft:101.00 offsetWidth:36.00 offsetHeight:36.00
+clientTop:1.00 clientLeft:1.00 clientWidth:34.00 clientHeight:34.00
+offsetTop:589.00 offsetLeft:135.00 offsetWidth:36.00 offsetHeight:36.00
+clientTop:1.00 clientLeft:1.00 clientWidth:34.00 clientHeight:34.00
+offsetTop:592.00 offsetLeft:170.00 offsetWidth:36.00 offsetHeight:36.00
+clientTop:1.00 clientLeft:1.00 clientWidth:34.00 clientHeight:34.00
+offsetTop:596.00 offsetLeft:205.00 offsetWidth:37.00 offsetHeight:37.00
+clientTop:1.00 clientLeft:1.00 clientWidth:35.00 clientHeight:35.00
+offsetTop:600.00 offsetLeft:240.00 offsetWidth:37.00 offsetHeight:37.00
+clientTop:1.00 clientLeft:1.00 clientWidth:35.00 clientHeight:35.00
+offsetTop:603.00 offsetLeft:275.00 offsetWidth:37.00 offsetHeight:37.00
+clientTop:1.00 clientLeft:1.00 clientWidth:35.00 clientHeight:35.00
+offsetTop:607.00 offsetLeft:311.00 offsetWidth:37.00 offsetHeight:37.00
+clientTop:1.00 clientLeft:1.00 clientWidth:35.00 clientHeight:35.00
+offsetTop:610.00 offsetLeft:346.00 offsetWidth:37.00 offsetHeight:37.00
+clientTop:1.00 clientLeft:1.00 clientWidth:35.00 clientHeight:35.00
+offsetTop:614.00 offsetLeft:382.00 offsetWidth:37.00 offsetHeight:37.00
+clientTop:1.00 clientLeft:1.00 clientWidth:35.00 clientHeight:35.00
+offsetTop:618.00 offsetLeft:418.00 offsetWidth:37.00 offsetHeight:37.00
+clientTop:1.00 clientLeft:1.00 clientWidth:35.00 clientHeight:35.00
+offsetTop:621.00 offsetLeft:455.00 offsetWidth:37.00 offsetHeight:37.00
+clientTop:1.00 clientLeft:1.00 clientWidth:35.00 clientHeight:35.00
+offsetTop:625.00 offsetLeft:491.00 offsetWidth:37.00 offsetHeight:37.00
+clientTop:1.00 clientLeft:1.00 clientWidth:35.00 clientHeight:35.00
+offsetTop:628.00 offsetLeft:528.00 offsetWidth:37.00 offsetHeight:37.00
+clientTop:1.00 clientLeft:1.00 clientWidth:35.00 clientHeight:35.00
+offsetTop:632.00 offsetLeft:565.00 offsetWidth:38.00 offsetHeight:38.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:36.00 clientHeight:36.00
</span><del>-offsetTop:652.00 offsetLeft:72.00 offsetWidth:37.00 offsetHeight:37.00
</del><ins>+offsetTop:636.00 offsetLeft:602.00 offsetWidth:38.00 offsetHeight:38.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:36.00 clientHeight:36.00
</span><del>-offsetTop:656.00 offsetLeft:108.00 offsetWidth:37.00 offsetHeight:37.00
</del><ins>+offsetTop:639.00 offsetLeft:639.00 offsetWidth:38.00 offsetHeight:38.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:36.00 clientHeight:36.00
</span><del>-offsetTop:659.00 offsetLeft:145.00 offsetWidth:37.00 offsetHeight:37.00
</del><ins>+offsetTop:643.00 offsetLeft:677.00 offsetWidth:38.00 offsetHeight:38.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:36.00 clientHeight:36.00
</span><del>-offsetTop:663.00 offsetLeft:182.00 offsetWidth:37.00 offsetHeight:37.00
</del><ins>+offsetTop:646.00 offsetLeft:714.00 offsetWidth:38.00 offsetHeight:38.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:36.00 clientHeight:36.00
</span><del>-offsetTop:667.00 offsetLeft:219.00 offsetWidth:38.00 offsetHeight:38.00
</del><ins>+offsetTop:648.00 offsetLeft:36.00 offsetWidth:38.00 offsetHeight:38.00
+clientTop:1.00 clientLeft:1.00 clientWidth:36.00 clientHeight:36.00
+offsetTop:652.00 offsetLeft:72.00 offsetWidth:38.00 offsetHeight:38.00
+clientTop:1.00 clientLeft:1.00 clientWidth:36.00 clientHeight:36.00
+offsetTop:656.00 offsetLeft:108.00 offsetWidth:38.00 offsetHeight:38.00
+clientTop:1.00 clientLeft:1.00 clientWidth:36.00 clientHeight:36.00
+offsetTop:659.00 offsetLeft:145.00 offsetWidth:38.00 offsetHeight:38.00
+clientTop:1.00 clientLeft:1.00 clientWidth:36.00 clientHeight:36.00
+offsetTop:663.00 offsetLeft:182.00 offsetWidth:38.00 offsetHeight:38.00
+clientTop:1.00 clientLeft:1.00 clientWidth:36.00 clientHeight:36.00
+offsetTop:667.00 offsetLeft:219.00 offsetWidth:39.00 offsetHeight:39.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:37.00 clientHeight:37.00
</span><del>-offsetTop:671.00 offsetLeft:256.00 offsetWidth:38.00 offsetHeight:38.00
</del><ins>+offsetTop:671.00 offsetLeft:256.00 offsetWidth:39.00 offsetHeight:39.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:37.00 clientHeight:37.00
</span><del>-offsetTop:675.00 offsetLeft:293.00 offsetWidth:38.00 offsetHeight:38.00
</del><ins>+offsetTop:675.00 offsetLeft:293.00 offsetWidth:39.00 offsetHeight:39.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:37.00 clientHeight:37.00
</span><del>-offsetTop:678.00 offsetLeft:330.00 offsetWidth:38.00 offsetHeight:38.00
</del><ins>+offsetTop:678.00 offsetLeft:330.00 offsetWidth:39.00 offsetHeight:39.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:37.00 clientHeight:37.00
</span><del>-offsetTop:682.00 offsetLeft:368.00 offsetWidth:38.00 offsetHeight:38.00
</del><ins>+offsetTop:682.00 offsetLeft:368.00 offsetWidth:39.00 offsetHeight:39.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:37.00 clientHeight:37.00
</span><del>-offsetTop:686.00 offsetLeft:406.00 offsetWidth:38.00 offsetHeight:38.00
</del><ins>+offsetTop:686.00 offsetLeft:406.00 offsetWidth:39.00 offsetHeight:39.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:37.00 clientHeight:37.00
</span><del>-offsetTop:690.00 offsetLeft:444.00 offsetWidth:38.00 offsetHeight:38.00
</del><ins>+offsetTop:690.00 offsetLeft:444.00 offsetWidth:39.00 offsetHeight:39.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:37.00 clientHeight:37.00
</span><del>-offsetTop:694.00 offsetLeft:482.00 offsetWidth:38.00 offsetHeight:38.00
</del><ins>+offsetTop:694.00 offsetLeft:482.00 offsetWidth:39.00 offsetHeight:39.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:37.00 clientHeight:37.00
</span><del>-offsetTop:697.00 offsetLeft:521.00 offsetWidth:38.00 offsetHeight:38.00
</del><ins>+offsetTop:697.00 offsetLeft:521.00 offsetWidth:39.00 offsetHeight:39.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:37.00 clientHeight:37.00
</span><del>-offsetTop:701.00 offsetLeft:560.00 offsetWidth:38.00 offsetHeight:38.00
</del><ins>+offsetTop:701.00 offsetLeft:560.00 offsetWidth:39.00 offsetHeight:39.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:37.00 clientHeight:37.00
</span><del>-offsetTop:705.00 offsetLeft:599.00 offsetWidth:39.00 offsetHeight:39.00
</del><ins>+offsetTop:705.00 offsetLeft:599.00 offsetWidth:40.00 offsetHeight:40.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:38.00 clientHeight:38.00
</span><del>-offsetTop:709.00 offsetLeft:638.00 offsetWidth:39.00 offsetHeight:39.00
</del><ins>+offsetTop:709.00 offsetLeft:638.00 offsetWidth:40.00 offsetHeight:40.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:38.00 clientHeight:38.00
</span><del>-offsetTop:713.00 offsetLeft:677.00 offsetWidth:39.00 offsetHeight:39.00
</del><ins>+offsetTop:713.00 offsetLeft:677.00 offsetWidth:40.00 offsetHeight:40.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:38.00 clientHeight:38.00
</span><del>-offsetTop:716.00 offsetLeft:716.00 offsetWidth:39.00 offsetHeight:39.00
</del><ins>+offsetTop:716.00 offsetLeft:716.00 offsetWidth:40.00 offsetHeight:40.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:38.00 clientHeight:38.00
</span><del>-offsetTop:720.00 offsetLeft:756.00 offsetWidth:39.00 offsetHeight:39.00
</del><ins>+offsetTop:720.00 offsetLeft:756.00 offsetWidth:40.00 offsetHeight:40.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:38.00 clientHeight:38.00
</span><del>-offsetTop:722.00 offsetLeft:40.00 offsetWidth:39.00 offsetHeight:39.00
</del><ins>+offsetTop:722.00 offsetLeft:40.00 offsetWidth:40.00 offsetHeight:40.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:38.00 clientHeight:38.00
</span><del>-offsetTop:726.00 offsetLeft:78.00 offsetWidth:39.00 offsetHeight:39.00
</del><ins>+offsetTop:726.00 offsetLeft:78.00 offsetWidth:40.00 offsetHeight:40.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:38.00 clientHeight:38.00
</span><del>-offsetTop:730.00 offsetLeft:116.00 offsetWidth:39.00 offsetHeight:39.00
</del><ins>+offsetTop:730.00 offsetLeft:116.00 offsetWidth:40.00 offsetHeight:40.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:38.00 clientHeight:38.00
</span><del>-offsetTop:734.00 offsetLeft:155.00 offsetWidth:39.00 offsetHeight:39.00
</del><ins>+offsetTop:734.00 offsetLeft:155.00 offsetWidth:40.00 offsetHeight:40.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:38.00 clientHeight:38.00
</span><del>-offsetTop:738.00 offsetLeft:194.00 offsetWidth:39.00 offsetHeight:39.00
</del><ins>+offsetTop:738.00 offsetLeft:194.00 offsetWidth:40.00 offsetHeight:40.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:38.00 clientHeight:38.00
</span><del>-offsetTop:742.00 offsetLeft:232.00 offsetWidth:40.00 offsetHeight:40.00
</del><ins>+offsetTop:742.00 offsetLeft:232.00 offsetWidth:41.00 offsetHeight:41.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:39.00 clientHeight:39.00
</span><del>-offsetTop:746.00 offsetLeft:272.00 offsetWidth:40.00 offsetHeight:40.00
</del><ins>+offsetTop:746.00 offsetLeft:272.00 offsetWidth:41.00 offsetHeight:41.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:39.00 clientHeight:39.00
</span><del>-offsetTop:750.00 offsetLeft:311.00 offsetWidth:40.00 offsetHeight:40.00
</del><ins>+offsetTop:750.00 offsetLeft:311.00 offsetWidth:41.00 offsetHeight:41.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:39.00 clientHeight:39.00
</span><del>-offsetTop:754.00 offsetLeft:350.00 offsetWidth:40.00 offsetHeight:40.00
</del><ins>+offsetTop:754.00 offsetLeft:350.00 offsetWidth:41.00 offsetHeight:41.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:39.00 clientHeight:39.00
</span><del>-offsetTop:758.00 offsetLeft:390.00 offsetWidth:40.00 offsetHeight:40.00
</del><ins>+offsetTop:758.00 offsetLeft:390.00 offsetWidth:41.00 offsetHeight:41.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:39.00 clientHeight:39.00
</span><del>-offsetTop:762.00 offsetLeft:430.00 offsetWidth:40.00 offsetHeight:40.00
</del><ins>+offsetTop:762.00 offsetLeft:430.00 offsetWidth:41.00 offsetHeight:41.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:39.00 clientHeight:39.00
</span><del>-offsetTop:766.00 offsetLeft:470.00 offsetWidth:40.00 offsetHeight:40.00
</del><ins>+offsetTop:766.00 offsetLeft:470.00 offsetWidth:41.00 offsetHeight:41.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:39.00 clientHeight:39.00
</span><del>-offsetTop:770.00 offsetLeft:510.00 offsetWidth:40.00 offsetHeight:40.00
</del><ins>+offsetTop:770.00 offsetLeft:510.00 offsetWidth:41.00 offsetHeight:41.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:39.00 clientHeight:39.00
</span><del>-offsetTop:774.00 offsetLeft:551.00 offsetWidth:40.00 offsetHeight:40.00
</del><ins>+offsetTop:774.00 offsetLeft:551.00 offsetWidth:41.00 offsetHeight:41.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:39.00 clientHeight:39.00
</span><del>-offsetTop:778.00 offsetLeft:592.00 offsetWidth:40.00 offsetHeight:40.00
</del><ins>+offsetTop:778.00 offsetLeft:592.00 offsetWidth:41.00 offsetHeight:41.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:39.00 clientHeight:39.00
</span><del>-offsetTop:782.00 offsetLeft:632.00 offsetWidth:41.00 offsetHeight:41.00
</del><ins>+offsetTop:782.00 offsetLeft:632.00 offsetWidth:42.00 offsetHeight:42.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:40.00 clientHeight:40.00
</span><del>-offsetTop:786.00 offsetLeft:674.00 offsetWidth:41.00 offsetHeight:41.00
</del><ins>+offsetTop:786.00 offsetLeft:674.00 offsetWidth:42.00 offsetHeight:42.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:40.00 clientHeight:40.00
</span><del>-offsetTop:790.00 offsetLeft:715.00 offsetWidth:41.00 offsetHeight:41.00
</del><ins>+offsetTop:790.00 offsetLeft:715.00 offsetWidth:42.00 offsetHeight:42.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:40.00 clientHeight:40.00
</span><del>-offsetTop:794.00 offsetLeft:756.00 offsetWidth:41.00 offsetHeight:41.00
</del><ins>+offsetTop:794.00 offsetLeft:756.00 offsetWidth:42.00 offsetHeight:42.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:40.00 clientHeight:40.00
</span><del>-offsetTop:798.00 offsetLeft:798.00 offsetWidth:41.00 offsetHeight:41.00
</del><ins>+offsetTop:798.00 offsetLeft:798.00 offsetWidth:42.00 offsetHeight:42.00
</ins><span class="cx"> clientTop:1.00 clientLeft:1.00 clientWidth:40.00 clientHeight:40.00
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastbordershidpiborderwidthflooringexpectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/borders/hidpi-border-width-flooring-expected.html (192443 => 192444)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/borders/hidpi-border-width-flooring-expected.html        2015-11-13 22:16:47 UTC (rev 192443)
+++ trunk/LayoutTests/fast/borders/hidpi-border-width-flooring-expected.html        2015-11-13 23:11:43 UTC (rev 192444)
</span><span class="lines">@@ -1,8 +1,29 @@
</span><span class="cx"> &lt;!DOCTYPE html&gt;
</span><span class="cx"> &lt;html&gt;
</span><span class="cx"> &lt;head&gt;
</span><del>-&lt;title&gt;This tests that we don't paint border's smaller than 0.5px on retina displays. (border width is floored)&lt;/title&gt;
</del><ins>+&lt;title&gt;This tests that we paint at least one device pixel width border when border-width &gt; 0.&lt;/title&gt;
+&lt;style&gt;
+  div {
+    height: 100px;
+    width: 10px;
+    left: 0px;
+    top: 0px;
+    position: absolute;
+    border: solid 0.5px green;
+  }
+&lt;/style&gt;
</ins><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><ins>+&lt;p id=&quot;container&quot;&gt;&lt;/p&gt;
+&lt;script&gt;
+  var container = document.getElementById(&quot;container&quot;);
+  var left = 0;
+  for (var i = 0; i &lt; 50; ++i) {
+    var e = document.createElement(&quot;div&quot;);
+    e.style.left = left + &quot;px&quot;;
+    container.appendChild(e);
+    left += 11;
+  }
+&lt;/script&gt;
</ins><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastbordershidpiborderwidthflooringhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/borders/hidpi-border-width-flooring.html (192443 => 192444)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/borders/hidpi-border-width-flooring.html        2015-11-13 22:16:47 UTC (rev 192443)
+++ trunk/LayoutTests/fast/borders/hidpi-border-width-flooring.html        2015-11-13 23:11:43 UTC (rev 192444)
</span><span class="lines">@@ -1,29 +1,31 @@
</span><span class="cx"> &lt;!DOCTYPE html&gt;
</span><span class="cx"> &lt;html&gt;
</span><span class="cx"> &lt;head&gt;
</span><del>-&lt;title&gt;This tests that we don't paint border's smaller than 0.5px on retina displays. (border width is floored)&lt;/title&gt;
</del><ins>+&lt;title&gt;This tests that we paint at least one device pixel width border when border-width &gt; 0.&lt;/title&gt;
</ins><span class="cx"> &lt;style&gt;
</span><span class="cx">   div {
</span><span class="cx">     height: 100px;
</span><del>-    width: 100px;
</del><ins>+    width: 10px;
</ins><span class="cx">     position: absolute;
</span><span class="cx">     left: 0px;
</span><span class="cx">     top: 0px;
</span><span class="cx">     border: solid 0px green;
</span><span class="cx">   }
</span><del>-
</del><span class="cx"> &lt;/style&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><span class="cx"> &lt;p id=&quot;container&quot;&gt;&lt;/p&gt;
</span><span class="cx"> &lt;script&gt;
</span><span class="cx">   var container = document.getElementById(&quot;container&quot;);
</span><del>-  adjustment = 0;
-  for (i = 0; i &lt; 49; ++i) {
-    adjustment += 0.01;
</del><ins>+  var borderWidth = 0.1;
+  var left = 0;
+  for (var i = 0; i &lt; 50; ++i) {
</ins><span class="cx">     var e = document.createElement(&quot;div&quot;);
</span><del>-    e.style.borderWidth = adjustment + &quot;px&quot;; 
</del><ins>+    e.style.borderWidth = borderWidth + &quot;px&quot;; 
+    e.style.left = left + &quot;px&quot;;
</ins><span class="cx">     container.appendChild(e);
</span><ins>+    borderWidth += 0.01;
+    left += 11;
</ins><span class="cx">   }
</span><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortablesmozilla_expected_failuresbugsbug89315expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug89315-expected.txt (192443 => 192444)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug89315-expected.txt        2015-11-13 22:16:47 UTC (rev 192443)
+++ trunk/LayoutTests/platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug89315-expected.txt        2015-11-13 23:11:43 UTC (rev 192444)
</span><span class="lines">@@ -1,3596 +1,3596 @@
</span><del>-layer at (0,0) size 800x4628
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x4628
-  RenderBlock {HTML} at (0,0) size 800x4628
-    RenderBody {BODY} at (8,8) size 784x4612
-      RenderBlock {DIV} at (0,0) size 784x4596
-        RenderBlock (anonymous) at (0,0) size 784x20
-          RenderText {#text} at (0,0) size 4x19
</del><ins>+layer at (0,0) size 785x4680
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x4680
+  RenderBlock {HTML} at (0,0) size 785x4680
+    RenderBody {BODY} at (8,8) size 769x4664
+      RenderBlock {DIV} at (0,0) size 769x4648
+        RenderBlock (anonymous) at (0,0) size 769x18
+          RenderText {#text} at (0,0) size 4x18
</ins><span class="cx">             text run at (0,0) width 4: &quot; &quot;
</span><del>-        RenderTable {TABLE} at (67,20) size 474x4528
-          RenderTableSection {TBODY} at (0,0) size 473x4528
-            RenderTableRow {TR} at (0,0) size 473x22
-              RenderTableCell {TD} at (0,0) size 473x22 [r=0 c=0 rs=1 cs=4]
-                RenderBlock {P} at (7,0) size 459x0
</del><ins>+        RenderTable {TABLE} at (67,18) size 474x4582 [border: none]
+          RenderTableSection {TBODY} at (0,0) size 472x4581
+            RenderTableRow {TR} at (0,0) size 472x22
+              RenderTableCell {TD} at (0,0) size 472x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=4]
+                RenderBlock {P} at (8,1) size 457x0
</ins><span class="cx">                   RenderInline {B} at (0,0) size 0x0
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                       RenderInline {O:P} at (0,0) size 0x0
</span><del>-                RenderBlock {P} at (7,0) size 459x22
</del><ins>+                RenderBlock {P} at (8,1) size 457x21
</ins><span class="cx">                   RenderInline {B} at (0,0) size 399x15
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 399x15
</span><del>-                      RenderInline {FONT} at (0,0) size 399x21 [color=#008080]
-                        RenderText {#text} at (30,0) size 399x21
-                          text run at (30,0) width 188: &quot;Radio Channel usage at &quot;
-                          text run at (217,0) width 212: &quot;Bayside.    Rev date 6-25-01&quot;
-                RenderBlock {P} at (7,22) size 459x0
</del><ins>+                      RenderInline {FONT} at (0,0) size 399x20 [color=#008080]
+                        RenderText {#text} at (29,0) size 399x20
+                          text run at (29,0) width 188: &quot;Radio Channel usage at &quot;
+                          text run at (216,0) width 212: &quot;Bayside.    Rev date 6-25-01&quot;
+                RenderBlock {P} at (8,22) size 457x0
</ins><span class="cx">                   RenderInline {B} at (0,0) size 0x0
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                       RenderInline {O:P} at (0,0) size 0x0
</span><del>-            RenderTableRow {TR} at (0,22) size 473x38
-              RenderTableCell {TD} at (0,22) size 99x38 [r=1 c=0 rs=1 cs=1]
-                RenderInline {B} at (0,0) size 56x38
-                  RenderInline {SPAN} at (0,0) size 56x37
-                    RenderText {#text} at (21,0) size 56x37
-                      text run at (21,0) width 56: &quot;Channel&quot;
-                      text run at (23,19) width 52: &quot;number&quot;
</del><ins>+            RenderTableRow {TR} at (0,22) size 472x35
+              RenderTableCell {TD} at (0,22) size 99x35 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
+                RenderInline {B} at (0,0) size 55x35
+                  RenderInline {SPAN} at (0,0) size 55x34
+                    RenderText {#text} at (22,1) size 55x34
+                      text run at (22,1) width 55: &quot;Channel&quot;
+                      text run at (24,18) width 52: &quot;number&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (98,22) size 171x19 [r=1 c=1 rs=1 cs=1]
-                RenderInline {B} at (0,0) size 95x19
-                  RenderInline {SPAN} at (0,0) size 95x18
-                    RenderText {#text} at (38,0) size 95x18
-                      text run at (38,0) width 95: &quot;Member name&quot;
</del><ins>+              RenderTableCell {TD} at (98,22) size 171x18 [border: (1px solid #000000) (1px none #808080)] [r=1 c=1 rs=1 cs=1]
+                RenderInline {B} at (0,0) size 95x18
+                  RenderInline {SPAN} at (0,0) size 95x17
+                    RenderText {#text} at (38,1) size 95x17
+                      text run at (38,1) width 95: &quot;Member name&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (268,22) size 100x38 [r=1 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x19
-                  RenderInline {B} at (0,0) size 45x15
-                    RenderInline {SPAN} at (0,0) size 45x18
-                      RenderText {#text} at (20,0) size 45x18
-                        text run at (20,0) width 45: &quot;Proper&quot;
-                      RenderInline {SPAN} at (0,0) size 1x18
-                        RenderInline {O:P} at (0,0) size 1x18
-                RenderBlock {P} at (7,19) size 85x19
</del><ins>+              RenderTableCell {TD} at (268,22) size 99x35 [border: (1px solid #000000) (1px none #808080)] [r=1 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x17
+                  RenderInline {B} at (0,0) size 46x15
+                    RenderInline {SPAN} at (0,0) size 46x16
+                      RenderText {#text} at (19,0) size 46x16
+                        text run at (19,0) width 46: &quot;Proper&quot;
+                      RenderInline {SPAN} at (0,0) size 1x16
+                        RenderInline {O:P} at (0,0) size 1x16
+                RenderBlock {P} at (8,18) size 84x17
</ins><span class="cx">                   RenderInline {B} at (0,0) size 37x15
</span><del>-                    RenderInline {SPAN} at (0,0) size 37x18
-                      RenderText {#text} at (24,0) size 37x18
-                        text run at (24,0) width 37: &quot;Plane&quot;
-              RenderTableCell {TD} at (367,22) size 106x38 [r=1 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x19
-                  RenderInline {B} at (0,0) size 69x15
-                    RenderInline {SPAN} at (0,0) size 69x18
-                      RenderText {#text} at (11,0) size 69x18
-                        text run at (11,0) width 69: &quot;Helicopter&quot;
-                      RenderInline {SPAN} at (0,0) size 1x18
-                        RenderInline {O:P} at (0,0) size 1x18
-                RenderBlock {P} at (7,19) size 91x19
-                  RenderInline {B} at (0,0) size 49x15
-                    RenderInline {SPAN} at (0,0) size 49x18
-                      RenderText {#text} at (21,0) size 49x18
-                        text run at (21,0) width 49: &quot;thingy.-&quot;
-            RenderTableRow {TR} at (0,60) size 473x32
-              RenderTableCell {TD} at (0,60) size 99x16 [r=2 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;00&quot;
</del><ins>+                    RenderInline {SPAN} at (0,0) size 37x16
+                      RenderText {#text} at (23,0) size 37x16
+                        text run at (23,0) width 37: &quot;Plane&quot;
+              RenderTableCell {TD} at (366,22) size 106x35 [border: (1px solid #000000) (1px none #808080)] [r=1 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x17
+                  RenderInline {B} at (0,0) size 68x15
+                    RenderInline {SPAN} at (0,0) size 68x16
+                      RenderText {#text} at (11,0) size 68x16
+                        text run at (11,0) width 68: &quot;Helicopter&quot;
+                      RenderInline {SPAN} at (0,0) size 1x16
+                        RenderInline {O:P} at (0,0) size 1x16
+                RenderBlock {P} at (8,18) size 90x17
+                  RenderInline {B} at (0,0) size 50x15
+                    RenderInline {SPAN} at (0,0) size 50x16
+                      RenderText {#text} at (20,0) size 50x16
+                        text run at (20,0) width 50: &quot;thingy.-&quot;
+            RenderTableRow {TR} at (0,57) size 472x33
+              RenderTableCell {TD} at (0,57) size 99x17 [border: (1px none #808080) none] [r=2 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;00&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,60) size 171x32 [r=2 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,57) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=2 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;Paul Scott&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 90x15
</span><span class="cx">                     text run at (0,0) width 90: &quot;Donald Carvalho&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,60) size 100x16 [r=2 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (268,57) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=2 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,60) size 106x16 [r=2 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,57) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=2 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,92) size 473x16
-              RenderTableCell {TD} at (0,92) size 99x16 [r=3 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;01&quot;
</del><ins>+            RenderTableRow {TR} at (0,90) size 472x17
+              RenderTableCell {TD} at (0,90) size 99x17 [border: (1px none #808080) none] [r=3 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;01&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,92) size 171x16 [r=3 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,90) size 171x17 [border: (1px none #808080) none (1px none #808080)] [r=3 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;Paul Scott&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,92) size 100x16 [r=3 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (268,90) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=3 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,92) size 106x16 [r=3 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,90) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=3 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,108) size 473x20
-              RenderTableCell {TD} at (0,108) size 99x16 [r=4 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
</del><ins>+            RenderTableRow {TR} at (0,107) size 472x19
+              RenderTableCell {TD} at (0,107) size 99x17 [border: (1px none #808080) none] [r=4 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 14x15
</span><del>-                    RenderText {#text} at (35,0) size 14x15
-                      text run at (35,0) width 14: &quot;02&quot;
</del><ins>+                    RenderText {#text} at (34,0) size 14x15
+                      text run at (34,0) width 14: &quot;02&quot;
</ins><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (98,108) size 171x16 [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (98,107) size 171x17 [border: (1px none #808080) none (1px none #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 54x15
</span><del>-                  RenderText {#text} at (7,0) size 54x15
-                    text run at (7,0) width 54: &quot;Don Coon&quot;
</del><ins>+                  RenderText {#text} at (8,1) size 54x15
+                    text run at (8,1) width 54: &quot;Don Coon&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (268,108) size 100x20 [r=4 c=2 rs=1 cs=1]
-                RenderText {#text} at (7,0) size 5x19
-                  text run at (7,0) width 5: &quot; &quot;
-              RenderTableCell {TD} at (367,108) size 106x20 [r=4 c=3 rs=1 cs=1]
-                RenderText {#text} at (7,0) size 5x19
-                  text run at (7,0) width 5: &quot; &quot;
-            RenderTableRow {TR} at (0,128) size 473x32
-              RenderTableCell {TD} at (0,128) size 99x16 [r=5 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (268,107) size 99x19 [border: (1px none #808080) none (1px none #808080)] [r=4 c=2 rs=1 cs=1]
+                RenderText {#text} at (8,1) size 5x18
+                  text run at (8,1) width 5: &quot; &quot;
+              RenderTableCell {TD} at (366,107) size 106x19 [border: (1px none #808080) none (1px none #808080)] [r=4 c=3 rs=1 cs=1]
+                RenderText {#text} at (8,1) size 5x18
+                  text run at (8,1) width 5: &quot; &quot;
+            RenderTableRow {TR} at (0,126) size 472x33
+              RenderTableCell {TD} at (0,126) size 99x17 [border: (1px none #808080) none] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 14x15
</span><del>-                  RenderText {#text} at (42,0) size 14x15
-                    text run at (42,0) width 14: &quot;05&quot;
</del><ins>+                  RenderText {#text} at (43,1) size 14x15
+                    text run at (43,1) width 14: &quot;05&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (98,128) size 171x32 [r=5 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,126) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=5 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 54x15
</span><span class="cx">                     RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                       text run at (0,0) width 54: &quot;Paul Scott&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 49x15
</span><span class="cx">                     RenderText {#text} at (0,0) size 49x15
</span><span class="cx">                       text run at (0,0) width 49: &quot;Bill Hunt&quot;
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                       RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,128) size 100x16 [r=5 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,126) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=5 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 17x15
</span><del>-                    RenderText {#text} at (34,0) size 17x15
-                      text run at (34,0) width 17: &quot;No&quot;
</del><ins>+                    RenderText {#text} at (33,0) size 17x15
+                      text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                       RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,128) size 106x16 [r=5 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,126) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=5 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 20x15
</span><span class="cx">                     RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                       text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                       RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,160) size 473x32
-              RenderTableCell {TD} at (0,160) size 99x16 [r=6 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,159) size 472x33
+              RenderTableCell {TD} at (0,159) size 99x17 [border: (1px none #808080) none] [r=6 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 14x15
</span><del>-                  RenderText {#text} at (42,0) size 14x15
-                    text run at (42,0) width 14: &quot;06&quot;
</del><ins>+                  RenderText {#text} at (43,1) size 14x15
+                    text run at (43,1) width 14: &quot;06&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (98,160) size 171x32 [r=6 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (98,159) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=6 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 135x31
</span><del>-                  RenderText {#text} at (7,0) size 135x31
-                    text run at (7,0) width 135: &quot;Gene Pheiffer                   &quot;
-                    text run at (7,16) width 80: &quot;Alberto Lanzas&quot;
</del><ins>+                  RenderText {#text} at (8,1) size 135x31
+                    text run at (8,1) width 135: &quot;Gene Pheiffer                   &quot;
+                    text run at (8,17) width 80: &quot;Alberto Lanzas&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (268,160) size 100x32 [r=6 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,159) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=6 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-              RenderTableCell {TD} at (367,160) size 106x32 [r=6 c=3 rs=1 cs=1]
-                RenderBlock (anonymous) at (7,0) size 91x16
-                  RenderInline {SPAN} at (0,0) size 17x19
</del><ins>+              RenderTableCell {TD} at (366,159) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=6 c=3 rs=1 cs=1]
+                RenderBlock (anonymous) at (8,1) size 90x16
+                  RenderInline {SPAN} at (0,0) size 17x18
</ins><span class="cx">                     RenderInline {FONT} at (0,0) size 17x15
</span><del>-                      RenderText {#text} at (37,0) size 17x15
-                        text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                      RenderText {#text} at (36,0) size 17x15
+                        text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-            RenderTableRow {TR} at (0,192) size 473x16
-              RenderTableCell {TD} at (0,192) size 99x16 [r=7 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
</del><ins>+            RenderTableRow {TR} at (0,192) size 472x17
+              RenderTableCell {TD} at (0,192) size 99x17 [border: (1px none #808080) none] [r=7 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 14x15
</span><del>-                    RenderText {#text} at (35,0) size 14x15
-                      text run at (35,0) width 14: &quot;07&quot;
</del><ins>+                    RenderText {#text} at (34,0) size 14x15
+                      text run at (34,0) width 14: &quot;07&quot;
</ins><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (98,192) size 171x16 [r=7 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (98,192) size 171x17 [border: (1px none #808080) none (1px none #808080)] [r=7 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 49x15
</span><del>-                  RenderText {#text} at (7,0) size 49x15
-                    text run at (7,0) width 49: &quot;Phil Cole&quot;
</del><ins>+                  RenderText {#text} at (8,1) size 49x15
+                    text run at (8,1) width 49: &quot;Phil Cole&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (268,192) size 100x16 [r=7 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,192) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=7 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 20x15
</span><span class="cx">                     RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                       text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (367,192) size 106x16 [r=7 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,192) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=7 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 20x15
</span><span class="cx">                     RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                       text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableRow {TR} at (0,208) size 473x32
-              RenderTableCell {TD} at (0,208) size 99x16 [r=8 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;08&quot;
</del><ins>+            RenderTableRow {TR} at (0,209) size 472x33
+              RenderTableCell {TD} at (0,209) size 99x17 [border: (1px none #808080) none] [r=8 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;08&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,208) size 171x32 [r=8 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,209) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=8 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;Paul Scott&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 73x15
</span><span class="cx">                     text run at (0,0) width 73: &quot;Gene Pheiffer&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,208) size 100x32 [r=8 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,209) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=8 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,208) size 106x32 [r=8 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,209) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=8 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,240) size 473x48
-              RenderTableCell {TD} at (0,240) size 99x16 [r=9 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (3,0) size 78x15
-                    text run at (3,0) width 78: &quot;Programmable&quot;
</del><ins>+            RenderTableRow {TR} at (0,242) size 472x49
+              RenderTableCell {TD} at (0,242) size 99x17 [border: (1px none #808080) none] [r=9 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (3,0) size 77x15
+                    text run at (3,0) width 77: &quot;Programmable&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,240) size 171x48 [r=9 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,242) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=9 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 101x15
</span><span class="cx">                     text run at (0,0) width 101: &quot;Richard Pevehouse&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 61x15
</span><span class="cx">                     text run at (0,0) width 61: &quot;Gary Heath&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Scott Hersh&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,240) size 100x32 [r=9 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,242) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=9 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,240) size 106x32 [r=9 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,242) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=9 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,288) size 473x112
-              RenderTableCell {TD} at (0,288) size 99x16 [r=10 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;11&quot;
</del><ins>+            RenderTableRow {TR} at (0,291) size 472x113
+              RenderTableCell {TD} at (0,291) size 99x17 [border: (1px none #808080) none] [r=10 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (35,0) size 13x15
+                    text run at (35,0) width 13: &quot;11&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,288) size 171x112 [r=10 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,291) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=10 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 79x15
</span><span class="cx">                     text run at (0,0) width 79: &quot;George Cowan&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 73x15
</span><span class="cx">                     text run at (0,0) width 73: &quot;Rick Klement&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 76x15
</span><span class="cx">                     text run at (0,0) width 76: &quot;John Mathews&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;Ed Cypret&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;John Chamorro&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;John Yearwood&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;Jason Anderson&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,288) size 100x112 [r=10 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,291) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=10 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,288) size 106x112 [r=10 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,291) size 106x113 [border: (1px none #808080) none (1px none #808080)] [r=10 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,400) size 473x80
-              RenderTableCell {TD} at (0,400) size 99x16 [r=11 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;12&quot;
</del><ins>+            RenderTableRow {TR} at (0,404) size 472x81
+              RenderTableCell {TD} at (0,404) size 99x17 [border: (1px none #808080) none] [r=11 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;12&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,400) size 171x80 [r=11 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,404) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=11 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 73x15
</span><span class="cx">                     text run at (0,0) width 73: &quot;Rick Klement&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;George Coward&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 84x15
</span><span class="cx">                     text run at (0,0) width 84: &quot;Gerald Cardinal&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 71x15
</span><span class="cx">                     text run at (0,0) width 71: &quot;Brock Brown&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 96x15
</span><span class="cx">                     text run at (0,0) width 96: &quot;Ellsworth Crowell&quot;
</span><del>-              RenderTableCell {TD} at (268,400) size 100x80 [r=11 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,404) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=11 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,400) size 106x80 [r=11 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,404) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=11 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,480) size 473x64
-              RenderTableCell {TD} at (0,480) size 99x16 [r=12 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;13&quot;
</del><ins>+            RenderTableRow {TR} at (0,485) size 472x65
+              RenderTableCell {TD} at (0,485) size 99x17 [border: (1px none #808080) none] [r=12 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;13&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,480) size 171x64 [r=12 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,485) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=12 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 65x15
</span><span class="cx">                     text run at (0,0) width 65: &quot; Oliver Baer&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                     text run at (0,0) width 57: &quot;Joe Araujo&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 73x15
</span><span class="cx">                     text run at (0,0) width 73: &quot;Jim Mirowski&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Scott Hersh&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,480) size 100x64 [r=12 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
-                  RenderText {#text} at (31,0) size 23x15
-                    text run at (31,0) width 23: &quot; Yes&quot;
-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,485) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=12 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (30,0) size 23x15
+                    text run at (30,0) width 23: &quot; Yes&quot;
+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,480) size 106x64 [r=12 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,485) size 106x65 [border: (1px none #808080) none (1px none #808080)] [r=12 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,544) size 473x48
-              RenderTableCell {TD} at (0,544) size 99x16 [r=13 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;14&quot;
</del><ins>+            RenderTableRow {TR} at (0,550) size 472x49
+              RenderTableCell {TD} at (0,550) size 99x17 [border: (1px none #808080) none] [r=13 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;14&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,544) size 171x48 [r=13 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,550) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=13 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 60x15
</span><span class="cx">                     text run at (0,0) width 60: &quot; Joe Araujo&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 69x15
</span><span class="cx">                     text run at (0,0) width 69: &quot;Steve Gilbert&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 77x15
</span><span class="cx">                     text run at (0,0) width 77: &quot;Gary Williams&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,544) size 100x32 [r=13 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,550) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=13 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,544) size 106x32 [r=13 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,550) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=13 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,592) size 473x80
-              RenderTableCell {TD} at (0,592) size 99x16 [r=14 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;15&quot;
</del><ins>+            RenderTableRow {TR} at (0,599) size 472x81
+              RenderTableCell {TD} at (0,599) size 99x17 [border: (1px none #808080) none] [r=14 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;15&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,592) size 171x80 [r=14 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,599) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=14 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 65x15
</span><span class="cx">                     text run at (0,0) width 65: &quot; Oliver Baer&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 52x15
</span><span class="cx">                     text run at (0,0) width 52: &quot;Joe Smith&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;John Paye&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;John Yearwood&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 69x15
</span><span class="cx">                     text run at (0,0) width 69: &quot;Harald Close&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,592) size 100x80 [r=14 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
-                  RenderText {#text} at (31,0) size 23x15
-                    text run at (31,0) width 23: &quot; Yes&quot;
-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,599) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=14 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (30,0) size 23x15
+                    text run at (30,0) width 23: &quot; Yes&quot;
+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,592) size 106x80 [r=14 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,599) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=14 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,672) size 473x32
-              RenderTableCell {TD} at (0,672) size 99x16 [r=15 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;16&quot;
</del><ins>+            RenderTableRow {TR} at (0,680) size 472x33
+              RenderTableCell {TD} at (0,680) size 99x17 [border: (1px none #808080) none] [r=15 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;16&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,672) size 171x32 [r=15 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,680) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=15 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot; James Haladus&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 52x15
</span><span class="cx">                     text run at (0,0) width 52: &quot;Joe Smith&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,672) size 100x16 [r=15 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
-                  RenderText {#text} at (31,0) size 23x15
-                    text run at (31,0) width 23: &quot; Yes&quot;
</del><ins>+              RenderTableCell {TD} at (268,680) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=15 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (30,0) size 23x15
+                    text run at (30,0) width 23: &quot; Yes&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,672) size 106x16 [r=15 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,680) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=15 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,704) size 473x80
-              RenderTableCell {TD} at (0,704) size 99x16 [r=16 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;17&quot;
</del><ins>+            RenderTableRow {TR} at (0,713) size 472x81
+              RenderTableCell {TD} at (0,713) size 99x17 [border: (1px none #808080) none] [r=16 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;17&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,704) size 171x80 [r=16 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,713) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=16 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 59x15
</span><span class="cx">                     text run at (0,0) width 59: &quot;Doug Field&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;Dave Neves&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Oliver Baer&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 55x15
</span><span class="cx">                     text run at (0,0) width 55: &quot;John Todd&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 96x15
</span><span class="cx">                     text run at (0,0) width 96: &quot;Dave Christiansen&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,704) size 100x80 [r=16 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,713) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=16 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,704) size 106x80 [r=16 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,713) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=16 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,784) size 473x112
-              RenderTableCell {TD} at (0,784) size 99x16 [r=17 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;18&quot;
</del><ins>+            RenderTableRow {TR} at (0,794) size 472x113
+              RenderTableCell {TD} at (0,794) size 99x17 [border: (1px none #808080) none] [r=17 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;18&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,784) size 171x112 [r=17 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,794) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=17 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 77x15
</span><span class="cx">                     text run at (0,0) width 77: &quot;Robert Barnett&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 72x15
</span><span class="cx">                     text run at (0,0) width 72: &quot;Jim Mahoney&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 77x15
</span><span class="cx">                     text run at (0,0) width 77: &quot;Dave Marshall&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 84x15
</span><span class="cx">                     text run at (0,0) width 84: &quot;Gerald Cardinal&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 101x15
</span><span class="cx">                     text run at (0,0) width 101: &quot;Dan &amp; Will Sievert&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 96x15
</span><span class="cx">                     text run at (0,0) width 96: &quot;Ellsworth Crowell&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 58x15
</span><span class="cx">                     text run at (0,0) width 58: &quot;Jim Colvin&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,784) size 100x96 [r=17 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,794) size 99x97 [border: (1px none #808080) none (1px none #808080)] [r=17 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,784) size 106x96 [r=17 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,794) size 106x97 [border: (1px none #808080) none (1px none #808080)] [r=17 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,896) size 473x64
-              RenderTableCell {TD} at (0,896) size 99x16 [r=18 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;19&quot;
</del><ins>+            RenderTableRow {TR} at (0,907) size 472x65
+              RenderTableCell {TD} at (0,907) size 99x17 [border: (1px none #808080) none] [r=18 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;19&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,896) size 171x64 [r=18 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,907) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=18 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 65x15
</span><span class="cx">                     RenderText {#text} at (0,0) size 65x15
</span><span class="cx">                       text run at (0,0) width 40: &quot;Noriya &quot;
</span><span class="cx">                       text run at (39,0) width 26: &quot;Kato&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 55x15
</span><span class="cx">                     text run at (0,0) width 55: &quot;John Todd&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 71x15
</span><span class="cx">                     text run at (0,0) width 71: &quot;James Brown&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 82x15
</span><span class="cx">                     text run at (0,0) width 82: &quot;Mike Anderson&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,896) size 100x64 [r=18 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,907) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=18 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 20x15
</span><span class="cx">                     RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                       text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 20x15
</span><span class="cx">                     RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                       text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 20x15
</span><span class="cx">                     RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                       text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,896) size 106x64 [r=18 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,907) size 106x65 [border: (1px none #808080) none (1px none #808080)] [r=18 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 17x15
</span><del>-                    RenderText {#text} at (37,0) size 17x15
-                      text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,32) size 91x16
</del><ins>+                    RenderText {#text} at (36,0) size 17x15
+                      text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,33) size 90x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 17x15
</span><del>-                    RenderText {#text} at (37,0) size 17x15
-                      text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
</del><ins>+                    RenderText {#text} at (36,0) size 17x15
+                      text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 17x15
</span><del>-                    RenderText {#text} at (37,0) size 17x15
-                      text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                    RenderText {#text} at (36,0) size 17x15
+                      text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,960) size 473x48
-              RenderTableCell {TD} at (0,960) size 99x16 [r=19 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;20&quot;
</del><ins>+            RenderTableRow {TR} at (0,972) size 472x49
+              RenderTableCell {TD} at (0,972) size 99x17 [border: (1px none #808080) none] [r=19 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;20&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,960) size 171x48 [r=19 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,972) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=19 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Bill Johnson&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 86x15
</span><span class="cx">                     text run at (0,0) width 86: &quot;Dominic Bayani&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 68x15
</span><span class="cx">                     text run at (0,0) width 68: &quot;Rick Latham&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,960) size 100x48 [r=19 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,972) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=19 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,960) size 106x48 [r=19 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,972) size 106x49 [border: (1px none #808080) none (1px none #808080)] [r=19 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1008) size 473x16
-              RenderTableCell {TD} at (0,1008) size 99x16 [r=20 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;21&quot;
</del><ins>+            RenderTableRow {TR} at (0,1021) size 472x17
+              RenderTableCell {TD} at (0,1021) size 99x17 [border: (1px none #808080) none] [r=20 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;21&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1008) size 171x16 [r=20 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1021) size 171x17 [border: (1px none #808080) none (1px none #808080)] [r=20 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot; Simon Tam&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1008) size 100x16 [r=20 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1021) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=20 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1008) size 106x16 [r=20 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
</del><ins>+              RenderTableCell {TD} at (366,1021) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=20 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1024) size 473x80
-              RenderTableCell {TD} at (0,1024) size 99x16 [r=21 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;22&quot;
</del><ins>+            RenderTableRow {TR} at (0,1038) size 472x81
+              RenderTableCell {TD} at (0,1038) size 99x17 [border: (1px none #808080) none] [r=21 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;22&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1024) size 171x80 [r=21 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1038) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=21 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;Dave Neves&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 88x15
</span><span class="cx">                     text run at (0,0) width 88: &quot;Grant Sanderson&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;Maurice Burton&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 114x15
</span><span class="cx">                     text run at (0,0) width 114: &quot;Mike Gilmartin ?????&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;Chris Walsh&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1024) size 100x80 [r=21 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1038) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=21 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1024) size 106x80 [r=21 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,1038) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=21 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1104) size 473x80
-              RenderTableCell {TD} at (0,1104) size 99x16 [r=22 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;23&quot;
</del><ins>+            RenderTableRow {TR} at (0,1119) size 472x81
+              RenderTableCell {TD} at (0,1119) size 99x17 [border: (1px none #808080) none] [r=22 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;23&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1104) size 171x80 [r=22 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1119) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=22 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;Dave Neves&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;Maurice Burton&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Oliver Baer&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 55x15
</span><span class="cx">                     text run at (0,0) width 55: &quot;John Todd&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;Rich Saunef&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1104) size 100x80 [r=22 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1119) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=22 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1104) size 106x80 [r=22 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,1119) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=22 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1184) size 473x80
-              RenderTableCell {TD} at (0,1184) size 99x16 [r=23 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;24&quot;
</del><ins>+            RenderTableRow {TR} at (0,1200) size 472x81
+              RenderTableCell {TD} at (0,1200) size 99x17 [border: (1px none #808080) none] [r=23 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;24&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1184) size 171x80 [r=23 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1200) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=23 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 65x15
</span><span class="cx">                     text run at (0,0) width 65: &quot; Dan Sievert&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 60x15
</span><span class="cx">                     text run at (0,0) width 60: &quot;Jerry Davis&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Scott Hersh&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 50x15
</span><span class="cx">                     text run at (0,0) width 50: &quot;Rick Bell&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 56x15
</span><span class="cx">                     text run at (0,0) width 56: &quot;Eric Shum&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1184) size 100x80 [r=23 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
-                  RenderText {#text} at (31,0) size 23x15
-                    text run at (31,0) width 23: &quot; Yes&quot;
-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1200) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=23 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (30,0) size 23x15
+                    text run at (30,0) width 23: &quot; Yes&quot;
+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1184) size 106x80 [r=23 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,1200) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=23 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1264) size 473x32
-              RenderTableCell {TD} at (0,1264) size 99x16 [r=24 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;25&quot;
</del><ins>+            RenderTableRow {TR} at (0,1281) size 472x33
+              RenderTableCell {TD} at (0,1281) size 99x17 [border: (1px none #808080) none] [r=24 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;25&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1264) size 171x32 [r=24 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1281) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=24 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 69x15
</span><span class="cx">                     text run at (0,0) width 69: &quot;James Davey&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 91x15
</span><span class="cx">                     text run at (0,0) width 91: &quot;Ruenjoe (Joe) Lu&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1264) size 100x16 [r=24 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1281) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=24 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1264) size 106x16 [r=24 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,1281) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=24 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1296) size 473x160
-              RenderTableCell {TD} at (0,1296) size 99x16 [r=25 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;26&quot;
</del><ins>+            RenderTableRow {TR} at (0,1314) size 472x161
+              RenderTableCell {TD} at (0,1314) size 99x17 [border: (1px none #808080) none] [r=25 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;26&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1296) size 171x160 [r=25 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1314) size 171x161 [border: (1px none #808080) none (1px none #808080)] [r=25 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 86x15
</span><span class="cx">                     text run at (0,0) width 86: &quot;Alan Littlewood&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 72x15
</span><span class="cx">                     text run at (0,0) width 72: &quot;Darren Braun&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 61x15
</span><span class="cx">                     text run at (0,0) width 61: &quot;Simon Tam&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 75x15
</span><span class="cx">                     text run at (0,0) width 75: &quot;Chuck Pringle&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 87x15
</span><span class="cx">                     text run at (0,0) width 87: &quot;Gary Pendergras&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 77x15
</span><span class="cx">                     text run at (0,0) width 77: &quot;Peter Mazanec&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;Harry Imamura&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                     text run at (0,0) width 57: &quot;Joe Araujo&quot;
</span><del>-                RenderBlock {P} at (7,128) size 157x16
</del><ins>+                RenderBlock {P} at (8,129) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 77x15
</span><span class="cx">                     text run at (0,0) width 77: &quot;Gary Williams&quot;
</span><del>-                RenderBlock {P} at (7,144) size 157x16
</del><ins>+                RenderBlock {P} at (8,145) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 87x15
</span><span class="cx">                     text run at (0,0) width 87: &quot;Jack Goodfriend&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1296) size 100x112 [r=25 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1314) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=25 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1296) size 106x112 [r=25 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,1314) size 106x113 [border: (1px none #808080) none (1px none #808080)] [r=25 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,96) size 91x16
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,97) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1456) size 473x96
-              RenderTableCell {TD} at (0,1456) size 99x16 [r=26 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;27&quot;
</del><ins>+            RenderTableRow {TR} at (0,1475) size 472x97
+              RenderTableCell {TD} at (0,1475) size 99x17 [border: (1px none #808080) none] [r=26 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;27&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1456) size 171x96 [r=26 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1475) size 171x97 [border: (1px none #808080) none (1px none #808080)] [r=26 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 72x15
</span><span class="cx">                     text run at (0,0) width 72: &quot;Darren Braun&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 92x15
</span><span class="cx">                     text run at (0,0) width 92: &quot;Ian + Brad Carter&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 71x15
</span><span class="cx">                     text run at (0,0) width 71: &quot;Pete Peterson&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;John Chamorro&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Ali Erdengiz&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 56x15
</span><span class="cx">                     text run at (0,0) width 56: &quot;Saibal Sen&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1456) size 100x96 [r=26 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1475) size 99x97 [border: (1px none #808080) none (1px none #808080)] [r=26 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1456) size 106x96 [r=26 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,1475) size 106x97 [border: (1px none #808080) none (1px none #808080)] [r=26 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1552) size 473x144
-              RenderTableCell {TD} at (0,1552) size 99x16 [r=27 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;28&quot;
</del><ins>+            RenderTableRow {TR} at (0,1572) size 472x145
+              RenderTableCell {TD} at (0,1572) size 99x17 [border: (1px none #808080) none] [r=27 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;28&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1552) size 171x144 [r=27 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1572) size 171x145 [border: (1px none #808080) none (1px none #808080)] [r=27 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 91x15
</span><span class="cx">                     text run at (0,0) width 91: &quot;Zak + Mike West&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;Dave Neves&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 77x15
</span><span class="cx">                     text run at (0,0) width 77: &quot;Richard Green&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Javier Flores&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 84x15
</span><span class="cx">                     text run at (0,0) width 84: &quot;Gerald Cardinal&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Dan Sievert&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Ali Erdengiz&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 61x15
</span><span class="cx">                     text run at (0,0) width 61: &quot;Paul Walter&quot;
</span><del>-                RenderBlock {P} at (7,128) size 157x16
</del><ins>+                RenderBlock {P} at (8,129) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 60x15
</span><span class="cx">                     text run at (0,0) width 60: &quot;Jerry Davis&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1552) size 100x144 [r=27 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1572) size 99x145 [border: (1px none #808080) none (1px none #808080)] [r=27 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,112) size 85x16
</del><ins>+                RenderBlock {P} at (8,113) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,128) size 85x16
</del><ins>+                RenderBlock {P} at (8,129) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1552) size 106x144 [r=27 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,1572) size 106x145 [border: (1px none #808080) none (1px none #808080)] [r=27 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,112) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,128) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,113) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,129) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1696) size 473x48
-              RenderTableCell {TD} at (0,1696) size 99x16 [r=28 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;29&quot;
</del><ins>+            RenderTableRow {TR} at (0,1717) size 472x49
+              RenderTableCell {TD} at (0,1717) size 99x17 [border: (1px none #808080) none] [r=28 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;29&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1696) size 171x48 [r=28 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1717) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=28 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Javier Flores&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Bill Johnson&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 55x15
</span><span class="cx">                     text run at (0,0) width 55: &quot;John Todd&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1696) size 100x32 [r=28 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1717) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=28 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1696) size 106x32 [r=28 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,1717) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=28 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1744) size 473x112
-              RenderTableCell {TD} at (0,1744) size 99x16 [r=29 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;30&quot;
</del><ins>+            RenderTableRow {TR} at (0,1766) size 472x113
+              RenderTableCell {TD} at (0,1766) size 99x17 [border: (1px none #808080) none] [r=29 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;30&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1744) size 171x112 [r=29 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1766) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=29 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 86x15
</span><span class="cx">                     text run at (0,0) width 86: &quot;Alan Littlewood&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;George Coward&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;Maurice Burton&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Dan Sievert&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 110x15
</span><span class="cx">                     text run at (0,0) width 110: &quot;Michael DeGiovanni&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 87x15
</span><span class="cx">                     text run at (0,0) width 87: &quot;Jack Goodfriend&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 88x15
</span><span class="cx">                     text run at (0,0) width 88: &quot;Richard Sanchez&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1744) size 100x112 [r=29 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1766) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=29 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1744) size 106x112 [r=29 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,1766) size 106x113 [border: (1px none #808080) none (1px none #808080)] [r=29 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,96) size 91x16
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,97) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1856) size 473x48
-              RenderTableCell {TD} at (0,1856) size 99x16 [r=30 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;31&quot;
</del><ins>+            RenderTableRow {TR} at (0,1879) size 472x49
+              RenderTableCell {TD} at (0,1879) size 99x17 [border: (1px none #808080) none] [r=30 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;31&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1856) size 171x48 [r=30 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1879) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=30 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;Dave Neves&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 78x15
</span><span class="cx">                     text run at (0,0) width 78: &quot;James Haladus&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Randy Reid&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1856) size 100x32 [r=30 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1879) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=30 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1856) size 106x32 [r=30 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,1879) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=30 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1904) size 473x64
-              RenderTableCell {TD} at (0,1904) size 99x16 [r=31 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;32&quot;
</del><ins>+            RenderTableRow {TR} at (0,1928) size 472x65
+              RenderTableCell {TD} at (0,1928) size 99x17 [border: (1px none #808080) none] [r=31 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;32&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1904) size 171x64 [r=31 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1928) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=31 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 65x15
</span><span class="cx">                     text run at (0,0) width 65: &quot; Oliver Baer&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Dale Barnett&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 55x15
</span><span class="cx">                     text run at (0,0) width 55: &quot;John Todd&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 86x15
</span><span class="cx">                     text run at (0,0) width 86: &quot;Dominic Bayani&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1904) size 100x32 [r=31 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
-                  RenderText {#text} at (31,0) size 23x15
-                    text run at (31,0) width 23: &quot; Yes&quot;
-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1928) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=31 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (30,0) size 23x15
+                    text run at (30,0) width 23: &quot; Yes&quot;
+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1904) size 106x32 [r=31 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,1928) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=31 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1968) size 473x144
-              RenderTableCell {TD} at (0,1968) size 99x16 [r=32 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;33&quot;
</del><ins>+            RenderTableRow {TR} at (0,1993) size 472x145
+              RenderTableCell {TD} at (0,1993) size 99x17 [border: (1px none #808080) none] [r=32 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;33&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1968) size 171x144 [r=32 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1993) size 171x145 [border: (1px none #808080) none (1px none #808080)] [r=32 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Tom Wagner&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 74x15
</span><span class="cx">                     text run at (0,0) width 74: &quot;Gene Langley&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 78x15
</span><span class="cx">                     text run at (0,0) width 78: &quot;James Haladus&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 82x15
</span><span class="cx">                     text run at (0,0) width 82: &quot;Daniel Buckley&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Chris Larsen&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 70x15
</span><span class="cx">                     text run at (0,0) width 70: &quot;Mike Chansu&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 71x15
</span><span class="cx">                     text run at (0,0) width 71: &quot;James Brown&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 63x15
</span><span class="cx">                     text run at (0,0) width 63: &quot;Will Sievert&quot;
</span><del>-                RenderBlock {P} at (7,128) size 157x16
</del><ins>+                RenderBlock {P} at (8,129) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Terry Chong&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1968) size 100x144 [r=32 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1993) size 99x145 [border: (1px none #808080) none (1px none #808080)] [r=32 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,112) size 85x16
</del><ins>+                RenderBlock {P} at (8,113) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,128) size 85x16
</del><ins>+                RenderBlock {P} at (8,129) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1968) size 106x144 [r=32 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,1993) size 106x145 [border: (1px none #808080) none (1px none #808080)] [r=32 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (7,0) size 77x15
-                    text run at (7,0) width 77: &quot;Gyro wannabe&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,112) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,128) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (6,0) size 77x15
+                    text run at (6,0) width 77: &quot;Gyro wannabe&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,113) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,129) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2112) size 473x128
-              RenderTableCell {TD} at (0,2112) size 99x16 [r=33 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;34&quot;
</del><ins>+            RenderTableRow {TR} at (0,2138) size 472x129
+              RenderTableCell {TD} at (0,2138) size 99x17 [border: (1px none #808080) none] [r=33 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;34&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2112) size 171x128 [r=33 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,2138) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=33 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 56x15
</span><span class="cx">                     text run at (0,0) width 56: &quot;Jay Ribera&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 84x15
</span><span class="cx">                     text run at (0,0) width 84: &quot;Gerald Cardinal&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Dale Barnett&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 61x15
</span><span class="cx">                     text run at (0,0) width 61: &quot;Paul Walter&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 86x15
</span><span class="cx">                     text run at (0,0) width 86: &quot;Dominic Bayani&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 90x15
</span><span class="cx">                     text run at (0,0) width 90: &quot;Donald Carvalho&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 72x15
</span><span class="cx">                     text run at (0,0) width 72: &quot;Jack Peterson&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Scott Hersh&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2112) size 100x128 [r=33 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,2138) size 99x129 [border: (1px none #808080) none (1px none #808080)] [r=33 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,112) size 85x16
</del><ins>+                RenderBlock {P} at (8,113) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2112) size 106x128 [r=33 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,112) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,2138) size 106x129 [border: (1px none #808080) none (1px none #808080)] [r=33 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,113) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2240) size 473x80
-              RenderTableCell {TD} at (0,2240) size 99x16 [r=34 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;35&quot;
</del><ins>+            RenderTableRow {TR} at (0,2267) size 472x81
+              RenderTableCell {TD} at (0,2267) size 99x17 [border: (1px none #808080) none] [r=34 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;35&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2240) size 171x80 [r=34 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,2267) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=34 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot; Richard Green&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;David Allen&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 58x15
</span><span class="cx">                     text run at (0,0) width 58: &quot;Jim Colvin&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 69x15
</span><span class="cx">                     text run at (0,0) width 69: &quot;Harald Close&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Oliver Baer&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2240) size 100x80 [r=34 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,2267) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=34 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2240) size 106x80 [r=34 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,48) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,2267) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=34 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,49) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2320) size 473x80
-              RenderTableCell {TD} at (0,2320) size 99x16 [r=35 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;36&quot;
</del><ins>+            RenderTableRow {TR} at (0,2348) size 472x81
+              RenderTableCell {TD} at (0,2348) size 99x17 [border: (1px none #808080) none] [r=35 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;36&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2320) size 171x80 [r=35 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,2348) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=35 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 69x15
</span><span class="cx">                     text run at (0,0) width 69: &quot;Jason Beehm&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 92x15
</span><span class="cx">                     text run at (0,0) width 92: &quot;Darrell Carpenter&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Stefan Kiritzov&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Dale Barnett&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Dan Sievert&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2320) size 100x80 [r=35 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,2348) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=35 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2320) size 106x80 [r=35 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,2348) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=35 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2400) size 473x64
-              RenderTableCell {TD} at (0,2400) size 99x16 [r=36 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;37&quot;
</del><ins>+            RenderTableRow {TR} at (0,2429) size 472x65
+              RenderTableCell {TD} at (0,2429) size 99x17 [border: (1px none #808080) none] [r=36 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;37&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2400) size 171x64 [r=36 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,2429) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=36 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 92x15
</span><span class="cx">                     text run at (0,0) width 92: &quot;Dominic Civiletti&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;John Chamorro&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 73x15
</span><span class="cx">                     text run at (0,0) width 73: &quot;Jim Mirowski&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 76x15
</span><span class="cx">                     text run at (0,0) width 76: &quot;Soohong  Kim&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2400) size 100x64 [r=36 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,2429) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=36 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2400) size 106x64 [r=36 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,2429) size 106x65 [border: (1px none #808080) none (1px none #808080)] [r=36 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2464) size 473x96
-              RenderTableCell {TD} at (0,2464) size 99x16 [r=37 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;38&quot;
</del><ins>+            RenderTableRow {TR} at (0,2494) size 472x97
+              RenderTableCell {TD} at (0,2494) size 99x17 [border: (1px none #808080) none] [r=37 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;38&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2464) size 171x96 [r=37 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,2494) size 171x97 [border: (1px none #808080) none (1px none #808080)] [r=37 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 99x15
</span><span class="cx">                     text run at (0,0) width 99: &quot;Karl Allmendinger&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 63x15
</span><span class="cx">                     text run at (0,0) width 63: &quot;John Bernal&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 74x15
</span><span class="cx">                     text run at (0,0) width 74: &quot;Gene Langley&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 75x15
</span><span class="cx">                     text run at (0,0) width 75: &quot;Chuck Pringle&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 56x15
</span><span class="cx">                     text run at (0,0) width 56: &quot;Jimmy Lei&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 91x15
</span><span class="cx">                     text run at (0,0) width 91: &quot;Ruenjoe (Joe) Lu&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2464) size 100x64 [r=37 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,2494) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=37 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2464) size 106x64 [r=37 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,2494) size 106x65 [border: (1px none #808080) none (1px none #808080)] [r=37 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (7,0) size 77x15
-                    text run at (7,0) width 77: &quot;Gyro wannabe&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (6,0) size 77x15
+                    text run at (6,0) width 77: &quot;Gyro wannabe&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2560) size 473x48
-              RenderTableCell {TD} at (0,2560) size 99x16 [r=38 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;39&quot;
</del><ins>+            RenderTableRow {TR} at (0,2591) size 472x49
+              RenderTableCell {TD} at (0,2591) size 99x17 [border: (1px none #808080) none] [r=38 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;39&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2560) size 171x48 [r=38 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,2591) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=38 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Tom Wagner&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Oliver Baer&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 63x15
</span><span class="cx">                     text run at (0,0) width 63: &quot;Will Sievert&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2560) size 100x48 [r=38 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,2591) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=38 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2560) size 106x48 [r=38 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,2591) size 106x49 [border: (1px none #808080) none (1px none #808080)] [r=38 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2608) size 473x128
-              RenderTableCell {TD} at (0,2608) size 99x16 [r=39 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;40&quot;
</del><ins>+            RenderTableRow {TR} at (0,2640) size 472x129
+              RenderTableCell {TD} at (0,2640) size 99x17 [border: (1px none #808080) none] [r=39 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;40&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2608) size 171x128 [r=39 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,2640) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=39 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Alberto Lanzas&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 91x15
</span><span class="cx">                     text run at (0,0) width 91: &quot;Zak + Mike West&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Javier Flores&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Bill Johnson&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 74x15
</span><span class="cx">                     text run at (0,0) width 74: &quot;Gene Langley&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Rich Burnett&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 87x15
</span><span class="cx">                     text run at (0,0) width 87: &quot;Jack Goodfriend&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 69x15
</span><span class="cx">                     text run at (0,0) width 69: &quot;Harald Close&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2608) size 100x128 [r=39 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,2640) size 99x129 [border: (1px none #808080) none (1px none #808080)] [r=39 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,112) size 85x16
</del><ins>+                RenderBlock {P} at (8,113) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2608) size 106x128 [r=39 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,2640) size 106x129 [border: (1px none #808080) none (1px none #808080)] [r=39 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,64) size 91x16
</del><ins>+                RenderBlock {P} at (8,65) size 90x16
</ins><span class="cx">                   RenderText {#text} at (28,0) size 34x15
</span><span class="cx">                     text run at (28,0) width 34: &quot;Glider&quot;
</span><del>-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,112) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,113) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2736) size 473x128
-              RenderTableCell {TD} at (0,2736) size 99x16 [r=40 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;41&quot;
</del><ins>+            RenderTableRow {TR} at (0,2769) size 472x129
+              RenderTableCell {TD} at (0,2769) size 99x17 [border: (1px none #808080) none] [r=40 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;41&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2736) size 171x128 [r=40 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,2769) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=40 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 92x15
</span><span class="cx">                     text run at (0,0) width 92: &quot;Dominic Civiletti&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 101x15
</span><span class="cx">                     text run at (0,0) width 101: &quot;Corbin Christensen&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                     text run at (0,0) width 57: &quot;Hal Hirsch&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 88x15
</span><span class="cx">                     text run at (0,0) width 88: &quot;Richard Sanchez&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 63x15
</span><span class="cx">                     text run at (0,0) width 63: &quot;John Bernal&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Rich Burnett&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 71x15
</span><span class="cx">                     text run at (0,0) width 71: &quot;Brock Brown&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;John Paye&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2736) size 100x112 [r=40 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,2769) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=40 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2736) size 106x112 [r=40 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,2769) size 106x113 [border: (1px none #808080) none (1px none #808080)] [r=40 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 91x16
</del><ins>+                RenderBlock {P} at (8,49) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2864) size 473x128
-              RenderTableCell {TD} at (0,2864) size 99x16 [r=41 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;42&quot;
</del><ins>+            RenderTableRow {TR} at (0,2898) size 472x129
+              RenderTableCell {TD} at (0,2898) size 99x17 [border: (1px none #808080) none] [r=41 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;42&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2864) size 171x128 [r=41 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,2898) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=41 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 45x15
</span><span class="cx">                     text run at (0,0) width 45: &quot;Tony Yu&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 65x15
</span><span class="cx">                     text run at (0,0) width 65: &quot;Jason Miller&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;Maurice Burton&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Dan Sievert&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 60x15
</span><span class="cx">                     text run at (0,0) width 60: &quot;Jerry Davis&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;John Paye&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 70x15
</span><span class="cx">                     text run at (0,0) width 70: &quot;Gordon Frost&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;Chris Walsh&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2864) size 100x80 [r=41 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,2898) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=41 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2864) size 106x80 [r=41 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,2898) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=41 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2992) size 473x112
-              RenderTableCell {TD} at (0,2992) size 99x16 [r=42 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;43&quot;
</del><ins>+            RenderTableRow {TR} at (0,3027) size 472x113
+              RenderTableCell {TD} at (0,3027) size 99x17 [border: (1px none #808080) none] [r=42 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;43&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2992) size 171x112 [r=42 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3027) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=42 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 92x15
</span><span class="cx">                     text run at (0,0) width 92: &quot;Dominic Civiletti&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 65x15
</span><span class="cx">                     text run at (0,0) width 65: &quot;Ken Gullion&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 63x15
</span><span class="cx">                     text run at (0,0) width 63: &quot;Will Sievert&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 72x15
</span><span class="cx">                     text run at (0,0) width 72: &quot;Jim Mahoney&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 65x15
</span><span class="cx">                     text run at (0,0) width 65: &quot;Ken Manuel&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 55x15
</span><span class="cx">                     text run at (0,0) width 55: &quot;John Todd&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 87x15
</span><span class="cx">                     text run at (0,0) width 87: &quot;Rick Rasmussen&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2992) size 100x80 [r=42 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,3027) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=42 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2992) size 106x80 [r=42 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,3027) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=42 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (21,0) size 49x15
-                    text run at (21,0) width 49: &quot;Someday&quot;
-                RenderBlock {P} at (7,48) size 91x16
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (20,0) size 50x15
+                    text run at (20,0) width 50: &quot;Someday&quot;
+                RenderBlock {P} at (8,49) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3104) size 473x64
-              RenderTableCell {TD} at (0,3104) size 99x16 [r=43 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;44&quot;
</del><ins>+            RenderTableRow {TR} at (0,3140) size 472x65
+              RenderTableCell {TD} at (0,3140) size 99x17 [border: (1px none #808080) none] [r=43 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;44&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3104) size 171x64 [r=43 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3140) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=43 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 61x15
</span><span class="cx">                     text run at (0,0) width 61: &quot;Gary Heath&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 77x15
</span><span class="cx">                     text run at (0,0) width 77: &quot;Quinn Chuong&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Dan Sievert&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;Alexander Wert&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,3104) size 100x64 [r=43 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (268,3140) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=43 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3104) size 106x64 [r=43 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,3140) size 106x65 [border: (1px none #808080) none (1px none #808080)] [r=43 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3168) size 473x48
-              RenderTableCell {TD} at (0,3168) size 99x16 [r=44 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;45&quot;
</del><ins>+            RenderTableRow {TR} at (0,3205) size 472x49
+              RenderTableCell {TD} at (0,3205) size 99x17 [border: (1px none #808080) none] [r=44 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;45&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3168) size 171x48 [r=44 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3205) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=44 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;James Holaduz&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 54x15
</span><span class="cx">                     RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                       text run at (0,0) width 54: &quot;Don Coon&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;John Yearwood&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,3168) size 100x48 [r=44 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,3205) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=44 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3168) size 106x48 [r=44 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,3205) size 106x49 [border: (1px none #808080) none (1px none #808080)] [r=44 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3216) size 473x128
-              RenderTableCell {TD} at (0,3216) size 99x16 [r=45 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;46&quot;
</del><ins>+            RenderTableRow {TR} at (0,3254) size 472x129
+              RenderTableCell {TD} at (0,3254) size 99x17 [border: (1px none #808080) none] [r=45 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;46&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3216) size 171x128 [r=45 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3254) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=45 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 50x15
</span><span class="cx">                     text run at (0,0) width 50: &quot;Zak West&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 99x15
</span><span class="cx">                     text run at (0,0) width 99: &quot;Karl Allmendinger&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;John Espectzde&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 73x15
</span><span class="cx">                     text run at (0,0) width 73: &quot;Gene Pheiffer&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Harold Todd&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 84x15
</span><span class="cx">                     text run at (0,0) width 84: &quot;Gerald Cardinal&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Ali Erdengiz&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;Jason Anderson&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,3216) size 100x128 [r=45 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,3254) size 99x129 [border: (1px none #808080) none (1px none #808080)] [r=45 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,112) size 85x16
</del><ins>+                RenderBlock {P} at (8,113) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3216) size 106x128 [r=45 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,3254) size 106x129 [border: (1px none #808080) none (1px none #808080)] [r=45 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,112) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,113) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3344) size 473x176
-              RenderTableCell {TD} at (0,3344) size 99x16 [r=46 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;47&quot;
</del><ins>+            RenderTableRow {TR} at (0,3383) size 472x177
+              RenderTableCell {TD} at (0,3383) size 99x17 [border: (1px none #808080) none] [r=46 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;47&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3344) size 171x176 [r=46 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3383) size 171x177 [border: (1px none #808080) none (1px none #808080)] [r=46 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;James Holaduz&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 45x15
</span><span class="cx">                     text run at (0,0) width 45: &quot;Tony Yu&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Quang Nguyen&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 73x15
</span><span class="cx">                     text run at (0,0) width 73: &quot;Rick Klement&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Mark Glanville&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 85x15
</span><span class="cx">                     text run at (0,0) width 85: &quot;Michael Chansu&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Harold Todd&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 54x15
</span><span class="cx">                     RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                       text run at (0,0) width 54: &quot;Don Coon&quot;
</span><del>-                RenderBlock {P} at (7,128) size 157x16
</del><ins>+                RenderBlock {P} at (8,129) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;John Paye&quot;
</span><del>-                RenderBlock {P} at (7,144) size 157x16
</del><ins>+                RenderBlock {P} at (8,145) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;David Allen&quot;
</span><del>-                RenderBlock {P} at (7,160) size 157x16
</del><ins>+                RenderBlock {P} at (8,161) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 104x15
</span><span class="cx">                     text run at (0,0) width 104: &quot;Raymund Leonardo&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,3344) size 100x176 [r=46 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,3383) size 99x177 [border: (1px none #808080) none (1px none #808080)] [r=46 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,112) size 85x16
</del><ins>+                RenderBlock {P} at (8,113) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,128) size 85x16
</del><ins>+                RenderBlock {P} at (8,129) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,144) size 85x16
</del><ins>+                RenderBlock {P} at (8,145) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,160) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,161) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3344) size 106x176 [r=46 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,3383) size 106x177 [border: (1px none #808080) none (1px none #808080)] [r=46 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 91x16
</del><ins>+                RenderBlock {P} at (8,49) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,112) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,128) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,144) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,160) size 91x16
</del><ins>+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,113) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,129) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,145) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,161) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3520) size 473x144
-              RenderTableCell {TD} at (0,3520) size 99x16 [r=47 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;48&quot;
</del><ins>+            RenderTableRow {TR} at (0,3560) size 472x145
+              RenderTableCell {TD} at (0,3560) size 99x17 [border: (1px none #808080) none] [r=47 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;48&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3520) size 171x144 [r=47 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3560) size 171x145 [border: (1px none #808080) none (1px none #808080)] [r=47 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Mark Glanville&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 92x15
</span><span class="cx">                     text run at (0,0) width 92: &quot;Ian + Brad Carter&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Stefan Kiritzov&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                     text run at (0,0) width 57: &quot;Joe Araujo&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Harold Todd&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 69x15
</span><span class="cx">                     text run at (0,0) width 69: &quot;Steve Gilbert&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;Mark Diel&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 87x15
</span><span class="cx">                     text run at (0,0) width 87: &quot;Jack Goodfriend&quot;
</span><del>-                RenderBlock {P} at (7,128) size 157x16
</del><ins>+                RenderBlock {P} at (8,129) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 91x15
</span><span class="cx">                     text run at (0,0) width 91: &quot;Ruenjoe (Joe) Lu&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,3520) size 100x96 [r=47 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,3560) size 99x97 [border: (1px none #808080) none (1px none #808080)] [r=47 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3520) size 106x96 [r=47 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,3560) size 106x97 [border: (1px none #808080) none (1px none #808080)] [r=47 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3664) size 473x64
-              RenderTableCell {TD} at (0,3664) size 99x16 [r=48 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;49&quot;
</del><ins>+            RenderTableRow {TR} at (0,3705) size 472x65
+              RenderTableCell {TD} at (0,3705) size 99x17 [border: (1px none #808080) none] [r=48 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;49&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3664) size 171x64 [r=48 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3705) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=48 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Ali Erdengiz&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;David Allen&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 72x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 72x15
</span><span class="cx">                       text run at (0,0) width 72: &quot;Narayen Raju&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 83x15
</span><span class="cx">                     RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                       text run at (0,0) width 33: &quot;Jason &quot;
</span><span class="cx">                       text run at (32,0) width 51: &quot;Anderson&quot;
</span><del>-              RenderTableCell {TD} at (268,3664) size 100x64 [r=48 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,3705) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=48 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3664) size 106x64 [r=48 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,3705) size 106x65 [border: (1px none #808080) none (1px none #808080)] [r=48 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3728) size 473x144
-              RenderTableCell {TD} at (0,3728) size 99x16 [r=49 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;50&quot;
</del><ins>+            RenderTableRow {TR} at (0,3770) size 472x145
+              RenderTableCell {TD} at (0,3770) size 99x17 [border: (1px none #808080) none] [r=49 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;50&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3728) size 171x144 [r=49 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3770) size 171x145 [border: (1px none #808080) none (1px none #808080)] [r=49 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 50x15
</span><span class="cx">                     text run at (0,0) width 50: &quot;Zak West&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 73x15
</span><span class="cx">                     text run at (0,0) width 73: &quot;Rick Klement&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                     text run at (0,0) width 57: &quot;Jim Bernal&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 86x15
</span><span class="cx">                     text run at (0,0) width 86: &quot;Alan Littlewood&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 60x15
</span><span class="cx">                     text run at (0,0) width 60: &quot;Jerry Davis&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 82x15
</span><span class="cx">                     text run at (0,0) width 82: &quot;Lauren Bussard&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;John Yearwood&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 72x15
</span><span class="cx">                     text run at (0,0) width 72: &quot;Narayan Raju&quot;
</span><del>-                RenderBlock {P} at (7,128) size 157x16
</del><ins>+                RenderBlock {P} at (8,129) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 65x15
</span><span class="cx">                     text run at (0,0) width 65: &quot;Ken Manuel&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,3728) size 100x112 [r=49 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,3770) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=49 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3728) size 106x112 [r=49 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,3770) size 106x113 [border: (1px none #808080) none (1px none #808080)] [r=49 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3872) size 473x48
-              RenderTableCell {TD} at (0,3872) size 99x16 [r=50 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;51&quot;
</del><ins>+            RenderTableRow {TR} at (0,3915) size 472x49
+              RenderTableCell {TD} at (0,3915) size 99x17 [border: (1px none #808080) none] [r=50 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;51&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3872) size 171x48 [r=50 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3915) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=50 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 77x15
</span><span class="cx">                     text run at (0,0) width 77: &quot;Robert Barnett&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 72x15
</span><span class="cx">                     text run at (0,0) width 72: &quot;Jim Mahoney&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;Jason Anderson&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,3872) size 100x48 [r=50 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,3915) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=50 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3872) size 106x48 [r=50 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,3915) size 106x49 [border: (1px none #808080) none (1px none #808080)] [r=50 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 17x15
</span><del>-                    RenderText {#text} at (37,0) size 17x15
-                      text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                    RenderText {#text} at (36,0) size 17x15
+                      text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 20x15
</span><span class="cx">                     RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                       text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 91x16
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 17x15
</span><del>-                    RenderText {#text} at (37,0) size 17x15
-                      text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                    RenderText {#text} at (36,0) size 17x15
+                      text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3920) size 473x80
-              RenderTableCell {TD} at (0,3920) size 99x16 [r=51 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;52&quot;
</del><ins>+            RenderTableRow {TR} at (0,3964) size 472x81
+              RenderTableCell {TD} at (0,3964) size 99x17 [border: (1px none #808080) none] [r=51 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;52&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3920) size 171x80 [r=51 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3964) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=51 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                     text run at (0,0) width 57: &quot;Mike West&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Robert Frogner&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 88x15
</span><span class="cx">                     text run at (0,0) width 88: &quot;Chris McDowell&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;Ed Cypret&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Dale Barnett&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,3920) size 100x80 [r=51 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,3964) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=51 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3920) size 106x80 [r=51 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,3964) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=51 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,4000) size 473x80
-              RenderTableCell {TD} at (0,4000) size 99x16 [r=52 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;53&quot;
</del><ins>+            RenderTableRow {TR} at (0,4045) size 472x81
+              RenderTableCell {TD} at (0,4045) size 99x17 [border: (1px none #808080) none] [r=52 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;53&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,4000) size 171x80 [r=52 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,4045) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=52 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Alberto Lanzas&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Bill Johnson&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 42x15
</span><span class="cx">                     text run at (0,0) width 42: &quot;Al Wert&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Dale Barnett&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 100x15
</span><span class="cx">                     text run at (0,0) width 100: &quot;Ramin Khoshnevis&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,4000) size 100x80 [r=52 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,4045) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=52 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4000) size 106x80 [r=52 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,4045) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=52 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,4080) size 473x112
-              RenderTableCell {TD} at (0,4080) size 99x16 [r=53 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;54&quot;
</del><ins>+            RenderTableRow {TR} at (0,4126) size 472x113
+              RenderTableCell {TD} at (0,4126) size 99x17 [border: (1px none #808080) none] [r=53 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;54&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,4080) size 171x112 [r=53 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,4126) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=53 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 74x15
</span><span class="cx">                     text run at (0,0) width 74: &quot;Gene Langley&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Bill Johnson&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;Mark Diel&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 60x15
</span><span class="cx">                     text run at (0,0) width 60: &quot;Jerry Davis&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 56x15
</span><span class="cx">                     text run at (0,0) width 56: &quot;Peter Starr&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;John Yearwood&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Scott Hersh&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,4080) size 100x112 [r=53 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,4126) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=53 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4080) size 106x112 [r=53 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (7,0) size 77x15
-                    text run at (7,0) width 77: &quot;Gyro wannabe&quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,4126) size 106x113 [border: (1px none #808080) none (1px none #808080)] [r=53 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (6,0) size 77x15
+                    text run at (6,0) width 77: &quot;Gyro wannabe&quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,4192) size 473x48
-              RenderTableCell {TD} at (0,4192) size 99x16 [r=54 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;55&quot;
</del><ins>+            RenderTableRow {TR} at (0,4239) size 472x49
+              RenderTableCell {TD} at (0,4239) size 99x17 [border: (1px none #808080) none] [r=54 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;55&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,4192) size 171x48 [r=54 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,4239) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=54 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Alberto Lanzas&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                     text run at (0,0) width 57: &quot;Bob Roger&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 75x15
</span><span class="cx">                     text run at (0,0) width 75: &quot;Randy StClair&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,4192) size 100x48 [r=54 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,4239) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=54 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4192) size 106x48 [r=54 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,4239) size 106x49 [border: (1px none #808080) none (1px none #808080)] [r=54 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,4240) size 473x80
-              RenderTableCell {TD} at (0,4240) size 99x16 [r=55 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;56&quot;
</del><ins>+            RenderTableRow {TR} at (0,4288) size 472x81
+              RenderTableCell {TD} at (0,4288) size 99x17 [border: (1px none #808080) none] [r=55 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;56&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,4240) size 171x80 [r=55 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,4288) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=55 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Mark Glanville&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 69x15
</span><span class="cx">                     text run at (0,0) width 69: &quot;Steve Gilbert&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 60x15
</span><span class="cx">                     text run at (0,0) width 60: &quot;Jerry Davis&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;Rich Saunef&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 69x15
</span><span class="cx">                     text run at (0,0) width 69: &quot;Harald Close&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,4240) size 100x80 [r=55 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,4288) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=55 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4240) size 106x80 [r=55 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,4288) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=55 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,4320) size 473x48
-              RenderTableCell {TD} at (0,4320) size 99x16 [r=56 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;57&quot;
</del><ins>+            RenderTableRow {TR} at (0,4369) size 472x49
+              RenderTableCell {TD} at (0,4369) size 99x17 [border: (1px none #808080) none] [r=56 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;57&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,4320) size 171x48 [r=56 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,4369) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=56 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                     text run at (0,0) width 57: &quot;Bob Roger&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Rich Burnett&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;David Dunn&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,4320) size 100x16 [r=56 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,4369) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=56 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4320) size 106x16 [r=56 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,4369) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=56 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,4368) size 473x64
-              RenderTableCell {TD} at (0,4368) size 99x16 [r=57 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;58&quot;
</del><ins>+            RenderTableRow {TR} at (0,4418) size 472x65
+              RenderTableCell {TD} at (0,4418) size 99x17 [border: (1px none #808080) none] [r=57 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;58&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,4368) size 171x64 [r=57 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,4418) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=57 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 92x15
</span><span class="cx">                     text run at (0,0) width 92: &quot;Ian + Brad Carter&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Bill Johnson&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 75x15
</span><span class="cx">                     text run at (0,0) width 75: &quot;Chuck Pringle&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;David Dunn&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,4368) size 100x48 [r=57 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,4418) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=57 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4368) size 106x48 [r=57 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,4418) size 106x49 [border: (1px none #808080) none (1px none #808080)] [r=57 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,4432) size 473x32
-              RenderTableCell {TD} at (0,4432) size 99x16 [r=58 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;59&quot;
</del><ins>+            RenderTableRow {TR} at (0,4483) size 472x33
+              RenderTableCell {TD} at (0,4483) size 99x17 [border: (1px none #808080) none] [r=58 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;59&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,4432) size 171x32 [r=58 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,4483) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=58 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                     text run at (0,0) width 57: &quot;Bob Roger&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Rich Burnett&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,4432) size 100x16 [r=58 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,4483) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=58 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4432) size 106x16 [r=58 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,4483) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=58 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,4464) size 473x64
-              RenderTableCell {TD} at (0,4464) size 99x16 [r=59 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;60&quot;
</del><ins>+            RenderTableRow {TR} at (0,4516) size 472x65
+              RenderTableCell {TD} at (0,4516) size 99x17 [border: (1px none #808080) none] [r=59 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;60&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,4464) size 171x64 [r=59 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,4516) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=59 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Bill Johnson&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 94x15
</span><span class="cx">                     text run at (0,0) width 94: &quot;Vladimir Dvorkin&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 52x15
</span><span class="cx">                     text run at (0,0) width 52: &quot;Ken Price&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 87x15
</span><span class="cx">                     text run at (0,0) width 87: &quot;Rick Rasmussen&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,4464) size 100x32 [r=59 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,4516) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=59 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4464) size 106x32 [r=59 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,4516) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=59 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-        RenderBlock {P} at (0,4548) size 784x16
</del><ins>+        RenderBlock {P} at (0,4600) size 769x16
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 4x15
</span><span class="cx">             RenderText {#text} at (0,0) size 4x15
</span><span class="cx">               text run at (0,0) width 4: &quot; &quot;
</span><del>-        RenderBlock {P} at (0,4564) size 784x16
</del><ins>+        RenderBlock {P} at (0,4616) size 769x16
</ins><span class="cx">           RenderText {#text} at (0,0) size 4x15
</span><span class="cx">             text run at (0,0) width 4: &quot; &quot;
</span><del>-        RenderBlock {P} at (0,4580) size 784x16
</del><ins>+        RenderBlock {P} at (0,4632) size 769x16
</ins><span class="cx">           RenderText {#text} at (0,0) size 4x15
</span><span class="cx">             text run at (0,0) width 4: &quot; &quot;
</span><del>-      RenderBlock {P} at (0,4596) size 784x16
-        RenderText {#text} at (390,0) size 4x15
-          text run at (390,0) width 4: &quot; &quot;
</del><ins>+      RenderBlock {P} at (0,4648) size 769x16
+        RenderText {#text} at (382,0) size 5x15
+          text run at (382,0) width 5: &quot; &quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug89315expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt (192443 => 192444)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt        2015-11-13 22:16:47 UTC (rev 192443)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt        2015-11-13 23:11:43 UTC (rev 192444)
</span><span class="lines">@@ -1,3596 +1,3596 @@
</span><del>-layer at (0,0) size 785x4619
</del><ins>+layer at (0,0) size 785x4680
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x4619
-  RenderBlock {HTML} at (0,0) size 785x4619
-    RenderBody {BODY} at (8,8) size 769x4603
-      RenderBlock {DIV} at (0,0) size 769x4587
</del><ins>+layer at (0,0) size 785x4680
+  RenderBlock {HTML} at (0,0) size 785x4680
+    RenderBody {BODY} at (8,8) size 769x4664
+      RenderBlock {DIV} at (0,0) size 769x4648
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 4x18
</span><span class="cx">             text run at (0,0) width 4: &quot; &quot;
</span><del>-        RenderTable {TABLE} at (67,18) size 474x4521
-          RenderTableSection {TBODY} at (0,0) size 473x4521
-            RenderTableRow {TR} at (0,0) size 473x21
-              RenderTableCell {TD} at (0,0) size 473x21 [r=0 c=0 rs=1 cs=4]
-                RenderBlock {P} at (7,0) size 459x0
</del><ins>+        RenderTable {TABLE} at (67,18) size 474x4582 [border: none]
+          RenderTableSection {TBODY} at (0,0) size 472x4581
+            RenderTableRow {TR} at (0,0) size 472x22
+              RenderTableCell {TD} at (0,0) size 472x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=4]
+                RenderBlock {P} at (8,1) size 457x0
</ins><span class="cx">                   RenderInline {B} at (0,0) size 0x0
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                       RenderInline {O:P} at (0,0) size 0x0
</span><del>-                RenderBlock {P} at (7,0) size 459x21
</del><ins>+                RenderBlock {P} at (8,1) size 457x21
</ins><span class="cx">                   RenderInline {B} at (0,0) size 399x15
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 399x15
</span><span class="cx">                       RenderInline {FONT} at (0,0) size 399x20 [color=#008080]
</span><del>-                        RenderText {#text} at (30,0) size 399x20
-                          text run at (30,0) width 188: &quot;Radio Channel usage at &quot;
-                          text run at (217,0) width 212: &quot;Bayside.    Rev date 6-25-01&quot;
-                RenderBlock {P} at (7,21) size 459x0
</del><ins>+                        RenderText {#text} at (29,0) size 399x20
+                          text run at (29,0) width 188: &quot;Radio Channel usage at &quot;
+                          text run at (216,0) width 212: &quot;Bayside.    Rev date 6-25-01&quot;
+                RenderBlock {P} at (8,22) size 457x0
</ins><span class="cx">                   RenderInline {B} at (0,0) size 0x0
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 0x0
</span><span class="cx">                       RenderInline {O:P} at (0,0) size 0x0
</span><del>-            RenderTableRow {TR} at (0,21) size 473x34
-              RenderTableCell {TD} at (0,21) size 99x34 [r=1 c=0 rs=1 cs=1]
-                RenderInline {B} at (0,0) size 56x35
-                  RenderInline {SPAN} at (0,0) size 56x34
-                    RenderText {#text} at (21,0) size 56x34
-                      text run at (21,0) width 56: &quot;Channel&quot;
-                      text run at (23,17) width 52: &quot;number&quot;
</del><ins>+            RenderTableRow {TR} at (0,22) size 472x35
+              RenderTableCell {TD} at (0,22) size 99x35 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
+                RenderInline {B} at (0,0) size 55x35
+                  RenderInline {SPAN} at (0,0) size 55x34
+                    RenderText {#text} at (22,1) size 55x34
+                      text run at (22,1) width 55: &quot;Channel&quot;
+                      text run at (24,18) width 52: &quot;number&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (98,21) size 171x17 [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (98,22) size 171x18 [border: (1px solid #000000) (1px none #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {B} at (0,0) size 95x18
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 95x17
</span><del>-                    RenderText {#text} at (38,0) size 95x17
-                      text run at (38,0) width 95: &quot;Member name&quot;
</del><ins>+                    RenderText {#text} at (38,1) size 95x17
+                      text run at (38,1) width 95: &quot;Member name&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (268,21) size 100x34 [r=1 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x17
-                  RenderInline {B} at (0,0) size 45x15
-                    RenderInline {SPAN} at (0,0) size 45x16
-                      RenderText {#text} at (20,0) size 45x16
-                        text run at (20,0) width 45: &quot;Proper&quot;
</del><ins>+              RenderTableCell {TD} at (268,22) size 99x35 [border: (1px solid #000000) (1px none #808080)] [r=1 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x17
+                  RenderInline {B} at (0,0) size 46x15
+                    RenderInline {SPAN} at (0,0) size 46x16
+                      RenderText {#text} at (19,0) size 46x16
+                        text run at (19,0) width 46: &quot;Proper&quot;
</ins><span class="cx">                       RenderInline {SPAN} at (0,0) size 1x16
</span><span class="cx">                         RenderInline {O:P} at (0,0) size 1x16
</span><del>-                RenderBlock {P} at (7,17) size 85x17
</del><ins>+                RenderBlock {P} at (8,18) size 84x17
</ins><span class="cx">                   RenderInline {B} at (0,0) size 37x15
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 37x16
</span><del>-                      RenderText {#text} at (24,0) size 37x16
-                        text run at (24,0) width 37: &quot;Plane&quot;
-              RenderTableCell {TD} at (367,21) size 106x34 [r=1 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x17
-                  RenderInline {B} at (0,0) size 69x15
-                    RenderInline {SPAN} at (0,0) size 69x16
-                      RenderText {#text} at (11,0) size 69x16
-                        text run at (11,0) width 69: &quot;Helicopter&quot;
</del><ins>+                      RenderText {#text} at (23,0) size 37x16
+                        text run at (23,0) width 37: &quot;Plane&quot;
+              RenderTableCell {TD} at (366,22) size 106x35 [border: (1px solid #000000) (1px none #808080)] [r=1 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x17
+                  RenderInline {B} at (0,0) size 68x15
+                    RenderInline {SPAN} at (0,0) size 68x16
+                      RenderText {#text} at (11,0) size 68x16
+                        text run at (11,0) width 68: &quot;Helicopter&quot;
</ins><span class="cx">                       RenderInline {SPAN} at (0,0) size 1x16
</span><span class="cx">                         RenderInline {O:P} at (0,0) size 1x16
</span><del>-                RenderBlock {P} at (7,17) size 91x17
-                  RenderInline {B} at (0,0) size 49x15
-                    RenderInline {SPAN} at (0,0) size 49x16
-                      RenderText {#text} at (21,0) size 49x16
-                        text run at (21,0) width 49: &quot;thingy.-&quot;
-            RenderTableRow {TR} at (0,55) size 473x32
-              RenderTableCell {TD} at (0,55) size 99x16 [r=2 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;00&quot;
</del><ins>+                RenderBlock {P} at (8,18) size 90x17
+                  RenderInline {B} at (0,0) size 50x15
+                    RenderInline {SPAN} at (0,0) size 50x16
+                      RenderText {#text} at (20,0) size 50x16
+                        text run at (20,0) width 50: &quot;thingy.-&quot;
+            RenderTableRow {TR} at (0,57) size 472x33
+              RenderTableCell {TD} at (0,57) size 99x17 [border: (1px none #808080) none] [r=2 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;00&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,55) size 171x32 [r=2 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,57) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=2 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;Paul Scott&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 90x15
</span><span class="cx">                     text run at (0,0) width 90: &quot;Donald Carvalho&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,55) size 100x16 [r=2 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (268,57) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=2 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,55) size 106x16 [r=2 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,57) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=2 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,87) size 473x16
-              RenderTableCell {TD} at (0,87) size 99x16 [r=3 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;01&quot;
</del><ins>+            RenderTableRow {TR} at (0,90) size 472x17
+              RenderTableCell {TD} at (0,90) size 99x17 [border: (1px none #808080) none] [r=3 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;01&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,87) size 171x16 [r=3 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,90) size 171x17 [border: (1px none #808080) none (1px none #808080)] [r=3 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;Paul Scott&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,87) size 100x16 [r=3 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (268,90) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=3 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,87) size 106x16 [r=3 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,90) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=3 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,103) size 473x18
-              RenderTableCell {TD} at (0,103) size 99x16 [r=4 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
</del><ins>+            RenderTableRow {TR} at (0,107) size 472x19
+              RenderTableCell {TD} at (0,107) size 99x17 [border: (1px none #808080) none] [r=4 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 14x15
</span><del>-                    RenderText {#text} at (35,0) size 14x15
-                      text run at (35,0) width 14: &quot;02&quot;
</del><ins>+                    RenderText {#text} at (34,0) size 14x15
+                      text run at (34,0) width 14: &quot;02&quot;
</ins><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (98,103) size 171x16 [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (98,107) size 171x17 [border: (1px none #808080) none (1px none #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 54x15
</span><del>-                  RenderText {#text} at (7,0) size 54x15
-                    text run at (7,0) width 54: &quot;Don Coon&quot;
</del><ins>+                  RenderText {#text} at (8,1) size 54x15
+                    text run at (8,1) width 54: &quot;Don Coon&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (268,103) size 100x18 [r=4 c=2 rs=1 cs=1]
-                RenderText {#text} at (7,0) size 5x18
-                  text run at (7,0) width 5: &quot; &quot;
-              RenderTableCell {TD} at (367,103) size 106x18 [r=4 c=3 rs=1 cs=1]
-                RenderText {#text} at (7,0) size 5x18
-                  text run at (7,0) width 5: &quot; &quot;
-            RenderTableRow {TR} at (0,121) size 473x32
-              RenderTableCell {TD} at (0,121) size 99x16 [r=5 c=0 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (268,107) size 99x19 [border: (1px none #808080) none (1px none #808080)] [r=4 c=2 rs=1 cs=1]
+                RenderText {#text} at (8,1) size 5x18
+                  text run at (8,1) width 5: &quot; &quot;
+              RenderTableCell {TD} at (366,107) size 106x19 [border: (1px none #808080) none (1px none #808080)] [r=4 c=3 rs=1 cs=1]
+                RenderText {#text} at (8,1) size 5x18
+                  text run at (8,1) width 5: &quot; &quot;
+            RenderTableRow {TR} at (0,126) size 472x33
+              RenderTableCell {TD} at (0,126) size 99x17 [border: (1px none #808080) none] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 14x15
</span><del>-                  RenderText {#text} at (42,0) size 14x15
-                    text run at (42,0) width 14: &quot;05&quot;
</del><ins>+                  RenderText {#text} at (43,1) size 14x15
+                    text run at (43,1) width 14: &quot;05&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (98,121) size 171x32 [r=5 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,126) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=5 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 54x15
</span><span class="cx">                     RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                       text run at (0,0) width 54: &quot;Paul Scott&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 49x15
</span><span class="cx">                     RenderText {#text} at (0,0) size 49x15
</span><span class="cx">                       text run at (0,0) width 49: &quot;Bill Hunt&quot;
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                       RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,121) size 100x16 [r=5 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,126) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=5 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 17x15
</span><del>-                    RenderText {#text} at (34,0) size 17x15
-                      text run at (34,0) width 17: &quot;No&quot;
</del><ins>+                    RenderText {#text} at (33,0) size 17x15
+                      text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                     RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                       RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,121) size 106x16 [r=5 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,126) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=5 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 20x15
</span><span class="cx">                     RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                       text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                     RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                       RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,153) size 473x32
-              RenderTableCell {TD} at (0,153) size 99x16 [r=6 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,159) size 472x33
+              RenderTableCell {TD} at (0,159) size 99x17 [border: (1px none #808080) none] [r=6 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 14x15
</span><del>-                  RenderText {#text} at (42,0) size 14x15
-                    text run at (42,0) width 14: &quot;06&quot;
</del><ins>+                  RenderText {#text} at (43,1) size 14x15
+                    text run at (43,1) width 14: &quot;06&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (98,153) size 171x32 [r=6 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (98,159) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=6 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 135x31
</span><del>-                  RenderText {#text} at (7,0) size 135x31
-                    text run at (7,0) width 135: &quot;Gene Pheiffer                   &quot;
-                    text run at (7,16) width 80: &quot;Alberto Lanzas&quot;
</del><ins>+                  RenderText {#text} at (8,1) size 135x31
+                    text run at (8,1) width 135: &quot;Gene Pheiffer                   &quot;
+                    text run at (8,17) width 80: &quot;Alberto Lanzas&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (268,153) size 100x32 [r=6 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,159) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=6 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-              RenderTableCell {TD} at (367,153) size 106x32 [r=6 c=3 rs=1 cs=1]
-                RenderBlock (anonymous) at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,159) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=6 c=3 rs=1 cs=1]
+                RenderBlock (anonymous) at (8,1) size 90x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 17x18
</span><span class="cx">                     RenderInline {FONT} at (0,0) size 17x15
</span><del>-                      RenderText {#text} at (37,0) size 17x15
-                        text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                      RenderText {#text} at (36,0) size 17x15
+                        text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-            RenderTableRow {TR} at (0,185) size 473x16
-              RenderTableCell {TD} at (0,185) size 99x16 [r=7 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
</del><ins>+            RenderTableRow {TR} at (0,192) size 472x17
+              RenderTableCell {TD} at (0,192) size 99x17 [border: (1px none #808080) none] [r=7 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 14x15
</span><del>-                    RenderText {#text} at (35,0) size 14x15
-                      text run at (35,0) width 14: &quot;07&quot;
</del><ins>+                    RenderText {#text} at (34,0) size 14x15
+                      text run at (34,0) width 14: &quot;07&quot;
</ins><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (98,185) size 171x16 [r=7 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (98,192) size 171x17 [border: (1px none #808080) none (1px none #808080)] [r=7 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {FONT} at (0,0) size 49x15
</span><del>-                  RenderText {#text} at (7,0) size 49x15
-                    text run at (7,0) width 49: &quot;Phil Cole&quot;
</del><ins>+                  RenderText {#text} at (8,1) size 49x15
+                    text run at (8,1) width 49: &quot;Phil Cole&quot;
</ins><span class="cx">                 RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (268,185) size 100x16 [r=7 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,192) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=7 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 20x15
</span><span class="cx">                     RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                       text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-              RenderTableCell {TD} at (367,185) size 106x16 [r=7 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,192) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=7 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 20x15
</span><span class="cx">                     RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                       text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableRow {TR} at (0,201) size 473x32
-              RenderTableCell {TD} at (0,201) size 99x16 [r=8 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;08&quot;
</del><ins>+            RenderTableRow {TR} at (0,209) size 472x33
+              RenderTableCell {TD} at (0,209) size 99x17 [border: (1px none #808080) none] [r=8 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;08&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,201) size 171x32 [r=8 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,209) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=8 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;Paul Scott&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 73x15
</span><span class="cx">                     text run at (0,0) width 73: &quot;Gene Pheiffer&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,201) size 100x32 [r=8 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,209) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=8 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,201) size 106x32 [r=8 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,209) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=8 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,233) size 473x48
-              RenderTableCell {TD} at (0,233) size 99x16 [r=9 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (3,0) size 78x15
-                    text run at (3,0) width 78: &quot;Programmable&quot;
</del><ins>+            RenderTableRow {TR} at (0,242) size 472x49
+              RenderTableCell {TD} at (0,242) size 99x17 [border: (1px none #808080) none] [r=9 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (3,0) size 77x15
+                    text run at (3,0) width 77: &quot;Programmable&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,233) size 171x48 [r=9 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,242) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=9 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 101x15
</span><span class="cx">                     text run at (0,0) width 101: &quot;Richard Pevehouse&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 61x15
</span><span class="cx">                     text run at (0,0) width 61: &quot;Gary Heath&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Scott Hersh&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,233) size 100x32 [r=9 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,242) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=9 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,233) size 106x32 [r=9 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,242) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=9 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,281) size 473x112
-              RenderTableCell {TD} at (0,281) size 99x16 [r=10 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;11&quot;
</del><ins>+            RenderTableRow {TR} at (0,291) size 472x113
+              RenderTableCell {TD} at (0,291) size 99x17 [border: (1px none #808080) none] [r=10 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (35,0) size 13x15
+                    text run at (35,0) width 13: &quot;11&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,281) size 171x112 [r=10 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,291) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=10 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 79x15
</span><span class="cx">                     text run at (0,0) width 79: &quot;George Cowan&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 73x15
</span><span class="cx">                     text run at (0,0) width 73: &quot;Rick Klement&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 76x15
</span><span class="cx">                     text run at (0,0) width 76: &quot;John Mathews&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;Ed Cypret&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;John Chamorro&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;John Yearwood&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;Jason Anderson&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,281) size 100x112 [r=10 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,291) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=10 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,281) size 106x112 [r=10 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,291) size 106x113 [border: (1px none #808080) none (1px none #808080)] [r=10 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,393) size 473x80
-              RenderTableCell {TD} at (0,393) size 99x16 [r=11 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;12&quot;
</del><ins>+            RenderTableRow {TR} at (0,404) size 472x81
+              RenderTableCell {TD} at (0,404) size 99x17 [border: (1px none #808080) none] [r=11 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;12&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,393) size 171x80 [r=11 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,404) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=11 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 73x15
</span><span class="cx">                     text run at (0,0) width 73: &quot;Rick Klement&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;George Coward&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 84x15
</span><span class="cx">                     text run at (0,0) width 84: &quot;Gerald Cardinal&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 71x15
</span><span class="cx">                     text run at (0,0) width 71: &quot;Brock Brown&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 96x15
</span><span class="cx">                     text run at (0,0) width 96: &quot;Ellsworth Crowell&quot;
</span><del>-              RenderTableCell {TD} at (268,393) size 100x80 [r=11 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,404) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=11 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,393) size 106x80 [r=11 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,404) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=11 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,473) size 473x64
-              RenderTableCell {TD} at (0,473) size 99x16 [r=12 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;13&quot;
</del><ins>+            RenderTableRow {TR} at (0,485) size 472x65
+              RenderTableCell {TD} at (0,485) size 99x17 [border: (1px none #808080) none] [r=12 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;13&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,473) size 171x64 [r=12 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,485) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=12 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 65x15
</span><span class="cx">                     text run at (0,0) width 65: &quot; Oliver Baer&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                     text run at (0,0) width 57: &quot;Joe Araujo&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 73x15
</span><span class="cx">                     text run at (0,0) width 73: &quot;Jim Mirowski&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Scott Hersh&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,473) size 100x64 [r=12 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
-                  RenderText {#text} at (31,0) size 23x15
-                    text run at (31,0) width 23: &quot; Yes&quot;
-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,485) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=12 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (30,0) size 23x15
+                    text run at (30,0) width 23: &quot; Yes&quot;
+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,473) size 106x64 [r=12 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,485) size 106x65 [border: (1px none #808080) none (1px none #808080)] [r=12 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,537) size 473x48
-              RenderTableCell {TD} at (0,537) size 99x16 [r=13 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;14&quot;
</del><ins>+            RenderTableRow {TR} at (0,550) size 472x49
+              RenderTableCell {TD} at (0,550) size 99x17 [border: (1px none #808080) none] [r=13 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;14&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,537) size 171x48 [r=13 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,550) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=13 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 60x15
</span><span class="cx">                     text run at (0,0) width 60: &quot; Joe Araujo&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 69x15
</span><span class="cx">                     text run at (0,0) width 69: &quot;Steve Gilbert&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 77x15
</span><span class="cx">                     text run at (0,0) width 77: &quot;Gary Williams&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,537) size 100x32 [r=13 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,550) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=13 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,537) size 106x32 [r=13 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,550) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=13 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,585) size 473x80
-              RenderTableCell {TD} at (0,585) size 99x16 [r=14 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;15&quot;
</del><ins>+            RenderTableRow {TR} at (0,599) size 472x81
+              RenderTableCell {TD} at (0,599) size 99x17 [border: (1px none #808080) none] [r=14 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;15&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,585) size 171x80 [r=14 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,599) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=14 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 65x15
</span><span class="cx">                     text run at (0,0) width 65: &quot; Oliver Baer&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 52x15
</span><span class="cx">                     text run at (0,0) width 52: &quot;Joe Smith&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;John Paye&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;John Yearwood&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 69x15
</span><span class="cx">                     text run at (0,0) width 69: &quot;Harald Close&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,585) size 100x80 [r=14 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
-                  RenderText {#text} at (31,0) size 23x15
-                    text run at (31,0) width 23: &quot; Yes&quot;
-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,599) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=14 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (30,0) size 23x15
+                    text run at (30,0) width 23: &quot; Yes&quot;
+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,585) size 106x80 [r=14 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,599) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=14 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,665) size 473x32
-              RenderTableCell {TD} at (0,665) size 99x16 [r=15 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;16&quot;
</del><ins>+            RenderTableRow {TR} at (0,680) size 472x33
+              RenderTableCell {TD} at (0,680) size 99x17 [border: (1px none #808080) none] [r=15 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;16&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,665) size 171x32 [r=15 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,680) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=15 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot; James Haladus&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 52x15
</span><span class="cx">                     text run at (0,0) width 52: &quot;Joe Smith&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,665) size 100x16 [r=15 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
-                  RenderText {#text} at (31,0) size 23x15
-                    text run at (31,0) width 23: &quot; Yes&quot;
</del><ins>+              RenderTableCell {TD} at (268,680) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=15 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (30,0) size 23x15
+                    text run at (30,0) width 23: &quot; Yes&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,665) size 106x16 [r=15 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,680) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=15 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,697) size 473x80
-              RenderTableCell {TD} at (0,697) size 99x16 [r=16 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;17&quot;
</del><ins>+            RenderTableRow {TR} at (0,713) size 472x81
+              RenderTableCell {TD} at (0,713) size 99x17 [border: (1px none #808080) none] [r=16 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;17&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,697) size 171x80 [r=16 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,713) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=16 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 59x15
</span><span class="cx">                     text run at (0,0) width 59: &quot;Doug Field&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;Dave Neves&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Oliver Baer&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 55x15
</span><span class="cx">                     text run at (0,0) width 55: &quot;John Todd&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 96x15
</span><span class="cx">                     text run at (0,0) width 96: &quot;Dave Christiansen&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,697) size 100x80 [r=16 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,713) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=16 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,697) size 106x80 [r=16 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,713) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=16 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,777) size 473x112
-              RenderTableCell {TD} at (0,777) size 99x16 [r=17 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;18&quot;
</del><ins>+            RenderTableRow {TR} at (0,794) size 472x113
+              RenderTableCell {TD} at (0,794) size 99x17 [border: (1px none #808080) none] [r=17 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;18&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,777) size 171x112 [r=17 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,794) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=17 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 77x15
</span><span class="cx">                     text run at (0,0) width 77: &quot;Robert Barnett&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 72x15
</span><span class="cx">                     text run at (0,0) width 72: &quot;Jim Mahoney&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 77x15
</span><span class="cx">                     text run at (0,0) width 77: &quot;Dave Marshall&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 84x15
</span><span class="cx">                     text run at (0,0) width 84: &quot;Gerald Cardinal&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 101x15
</span><span class="cx">                     text run at (0,0) width 101: &quot;Dan &amp; Will Sievert&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 96x15
</span><span class="cx">                     text run at (0,0) width 96: &quot;Ellsworth Crowell&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 58x15
</span><span class="cx">                     text run at (0,0) width 58: &quot;Jim Colvin&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,777) size 100x96 [r=17 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,794) size 99x97 [border: (1px none #808080) none (1px none #808080)] [r=17 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,777) size 106x96 [r=17 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,794) size 106x97 [border: (1px none #808080) none (1px none #808080)] [r=17 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,889) size 473x64
-              RenderTableCell {TD} at (0,889) size 99x16 [r=18 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;19&quot;
</del><ins>+            RenderTableRow {TR} at (0,907) size 472x65
+              RenderTableCell {TD} at (0,907) size 99x17 [border: (1px none #808080) none] [r=18 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;19&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,889) size 171x64 [r=18 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,907) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=18 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 65x15
</span><span class="cx">                     RenderText {#text} at (0,0) size 65x15
</span><span class="cx">                       text run at (0,0) width 40: &quot;Noriya &quot;
</span><span class="cx">                       text run at (39,0) width 26: &quot;Kato&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 55x15
</span><span class="cx">                     text run at (0,0) width 55: &quot;John Todd&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 71x15
</span><span class="cx">                     text run at (0,0) width 71: &quot;James Brown&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 82x15
</span><span class="cx">                     text run at (0,0) width 82: &quot;Mike Anderson&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,889) size 100x64 [r=18 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,907) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=18 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 20x15
</span><span class="cx">                     RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                       text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 20x15
</span><span class="cx">                     RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                       text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 20x15
</span><span class="cx">                     RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                       text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,889) size 106x64 [r=18 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,907) size 106x65 [border: (1px none #808080) none (1px none #808080)] [r=18 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 17x15
</span><del>-                    RenderText {#text} at (37,0) size 17x15
-                      text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,32) size 91x16
</del><ins>+                    RenderText {#text} at (36,0) size 17x15
+                      text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,33) size 90x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 17x15
</span><del>-                    RenderText {#text} at (37,0) size 17x15
-                      text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
</del><ins>+                    RenderText {#text} at (36,0) size 17x15
+                      text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 17x15
</span><del>-                    RenderText {#text} at (37,0) size 17x15
-                      text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                    RenderText {#text} at (36,0) size 17x15
+                      text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,953) size 473x48
-              RenderTableCell {TD} at (0,953) size 99x16 [r=19 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;20&quot;
</del><ins>+            RenderTableRow {TR} at (0,972) size 472x49
+              RenderTableCell {TD} at (0,972) size 99x17 [border: (1px none #808080) none] [r=19 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;20&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,953) size 171x48 [r=19 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,972) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=19 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Bill Johnson&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 86x15
</span><span class="cx">                     text run at (0,0) width 86: &quot;Dominic Bayani&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 68x15
</span><span class="cx">                     text run at (0,0) width 68: &quot;Rick Latham&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,953) size 100x48 [r=19 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,972) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=19 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,953) size 106x48 [r=19 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,972) size 106x49 [border: (1px none #808080) none (1px none #808080)] [r=19 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1001) size 473x16
-              RenderTableCell {TD} at (0,1001) size 99x16 [r=20 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;21&quot;
</del><ins>+            RenderTableRow {TR} at (0,1021) size 472x17
+              RenderTableCell {TD} at (0,1021) size 99x17 [border: (1px none #808080) none] [r=20 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;21&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1001) size 171x16 [r=20 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1021) size 171x17 [border: (1px none #808080) none (1px none #808080)] [r=20 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot; Simon Tam&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1001) size 100x16 [r=20 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1021) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=20 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1001) size 106x16 [r=20 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
</del><ins>+              RenderTableCell {TD} at (366,1021) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=20 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1017) size 473x80
-              RenderTableCell {TD} at (0,1017) size 99x16 [r=21 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;22&quot;
</del><ins>+            RenderTableRow {TR} at (0,1038) size 472x81
+              RenderTableCell {TD} at (0,1038) size 99x17 [border: (1px none #808080) none] [r=21 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;22&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1017) size 171x80 [r=21 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1038) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=21 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;Dave Neves&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 88x15
</span><span class="cx">                     text run at (0,0) width 88: &quot;Grant Sanderson&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;Maurice Burton&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 114x15
</span><span class="cx">                     text run at (0,0) width 114: &quot;Mike Gilmartin ?????&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;Chris Walsh&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1017) size 100x80 [r=21 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1038) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=21 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1017) size 106x80 [r=21 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,1038) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=21 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1097) size 473x80
-              RenderTableCell {TD} at (0,1097) size 99x16 [r=22 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;23&quot;
</del><ins>+            RenderTableRow {TR} at (0,1119) size 472x81
+              RenderTableCell {TD} at (0,1119) size 99x17 [border: (1px none #808080) none] [r=22 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;23&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1097) size 171x80 [r=22 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1119) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=22 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;Dave Neves&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;Maurice Burton&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Oliver Baer&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 55x15
</span><span class="cx">                     text run at (0,0) width 55: &quot;John Todd&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;Rich Saunef&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1097) size 100x80 [r=22 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1119) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=22 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1097) size 106x80 [r=22 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,1119) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=22 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1177) size 473x80
-              RenderTableCell {TD} at (0,1177) size 99x16 [r=23 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;24&quot;
</del><ins>+            RenderTableRow {TR} at (0,1200) size 472x81
+              RenderTableCell {TD} at (0,1200) size 99x17 [border: (1px none #808080) none] [r=23 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;24&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1177) size 171x80 [r=23 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1200) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=23 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 65x15
</span><span class="cx">                     text run at (0,0) width 65: &quot; Dan Sievert&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 60x15
</span><span class="cx">                     text run at (0,0) width 60: &quot;Jerry Davis&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Scott Hersh&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 50x15
</span><span class="cx">                     text run at (0,0) width 50: &quot;Rick Bell&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 56x15
</span><span class="cx">                     text run at (0,0) width 56: &quot;Eric Shum&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1177) size 100x80 [r=23 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
-                  RenderText {#text} at (31,0) size 23x15
-                    text run at (31,0) width 23: &quot; Yes&quot;
-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1200) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=23 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (30,0) size 23x15
+                    text run at (30,0) width 23: &quot; Yes&quot;
+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1177) size 106x80 [r=23 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,1200) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=23 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1257) size 473x32
-              RenderTableCell {TD} at (0,1257) size 99x16 [r=24 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;25&quot;
</del><ins>+            RenderTableRow {TR} at (0,1281) size 472x33
+              RenderTableCell {TD} at (0,1281) size 99x17 [border: (1px none #808080) none] [r=24 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;25&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1257) size 171x32 [r=24 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1281) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=24 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 69x15
</span><span class="cx">                     text run at (0,0) width 69: &quot;James Davey&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 91x15
</span><span class="cx">                     text run at (0,0) width 91: &quot;Ruenjoe (Joe) Lu&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1257) size 100x16 [r=24 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1281) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=24 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1257) size 106x16 [r=24 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,1281) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=24 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1289) size 473x160
-              RenderTableCell {TD} at (0,1289) size 99x16 [r=25 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;26&quot;
</del><ins>+            RenderTableRow {TR} at (0,1314) size 472x161
+              RenderTableCell {TD} at (0,1314) size 99x17 [border: (1px none #808080) none] [r=25 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;26&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1289) size 171x160 [r=25 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1314) size 171x161 [border: (1px none #808080) none (1px none #808080)] [r=25 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 86x15
</span><span class="cx">                     text run at (0,0) width 86: &quot;Alan Littlewood&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 72x15
</span><span class="cx">                     text run at (0,0) width 72: &quot;Darren Braun&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 61x15
</span><span class="cx">                     text run at (0,0) width 61: &quot;Simon Tam&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 75x15
</span><span class="cx">                     text run at (0,0) width 75: &quot;Chuck Pringle&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 87x15
</span><span class="cx">                     text run at (0,0) width 87: &quot;Gary Pendergras&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 77x15
</span><span class="cx">                     text run at (0,0) width 77: &quot;Peter Mazanec&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;Harry Imamura&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                     text run at (0,0) width 57: &quot;Joe Araujo&quot;
</span><del>-                RenderBlock {P} at (7,128) size 157x16
</del><ins>+                RenderBlock {P} at (8,129) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 77x15
</span><span class="cx">                     text run at (0,0) width 77: &quot;Gary Williams&quot;
</span><del>-                RenderBlock {P} at (7,144) size 157x16
</del><ins>+                RenderBlock {P} at (8,145) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 87x15
</span><span class="cx">                     text run at (0,0) width 87: &quot;Jack Goodfriend&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1289) size 100x112 [r=25 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1314) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=25 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1289) size 106x112 [r=25 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,1314) size 106x113 [border: (1px none #808080) none (1px none #808080)] [r=25 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,96) size 91x16
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,97) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1449) size 473x96
-              RenderTableCell {TD} at (0,1449) size 99x16 [r=26 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;27&quot;
</del><ins>+            RenderTableRow {TR} at (0,1475) size 472x97
+              RenderTableCell {TD} at (0,1475) size 99x17 [border: (1px none #808080) none] [r=26 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;27&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1449) size 171x96 [r=26 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1475) size 171x97 [border: (1px none #808080) none (1px none #808080)] [r=26 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 72x15
</span><span class="cx">                     text run at (0,0) width 72: &quot;Darren Braun&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 92x15
</span><span class="cx">                     text run at (0,0) width 92: &quot;Ian + Brad Carter&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 71x15
</span><span class="cx">                     text run at (0,0) width 71: &quot;Pete Peterson&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;John Chamorro&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Ali Erdengiz&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 56x15
</span><span class="cx">                     text run at (0,0) width 56: &quot;Saibal Sen&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1449) size 100x96 [r=26 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1475) size 99x97 [border: (1px none #808080) none (1px none #808080)] [r=26 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1449) size 106x96 [r=26 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,1475) size 106x97 [border: (1px none #808080) none (1px none #808080)] [r=26 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1545) size 473x144
-              RenderTableCell {TD} at (0,1545) size 99x16 [r=27 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;28&quot;
</del><ins>+            RenderTableRow {TR} at (0,1572) size 472x145
+              RenderTableCell {TD} at (0,1572) size 99x17 [border: (1px none #808080) none] [r=27 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;28&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1545) size 171x144 [r=27 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1572) size 171x145 [border: (1px none #808080) none (1px none #808080)] [r=27 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 91x15
</span><span class="cx">                     text run at (0,0) width 91: &quot;Zak + Mike West&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;Dave Neves&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 77x15
</span><span class="cx">                     text run at (0,0) width 77: &quot;Richard Green&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Javier Flores&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 84x15
</span><span class="cx">                     text run at (0,0) width 84: &quot;Gerald Cardinal&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Dan Sievert&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Ali Erdengiz&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 61x15
</span><span class="cx">                     text run at (0,0) width 61: &quot;Paul Walter&quot;
</span><del>-                RenderBlock {P} at (7,128) size 157x16
</del><ins>+                RenderBlock {P} at (8,129) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 60x15
</span><span class="cx">                     text run at (0,0) width 60: &quot;Jerry Davis&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1545) size 100x144 [r=27 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1572) size 99x145 [border: (1px none #808080) none (1px none #808080)] [r=27 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,112) size 85x16
</del><ins>+                RenderBlock {P} at (8,113) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,128) size 85x16
</del><ins>+                RenderBlock {P} at (8,129) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1545) size 106x144 [r=27 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,1572) size 106x145 [border: (1px none #808080) none (1px none #808080)] [r=27 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,112) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,128) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,113) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,129) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1689) size 473x48
-              RenderTableCell {TD} at (0,1689) size 99x16 [r=28 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;29&quot;
</del><ins>+            RenderTableRow {TR} at (0,1717) size 472x49
+              RenderTableCell {TD} at (0,1717) size 99x17 [border: (1px none #808080) none] [r=28 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;29&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1689) size 171x48 [r=28 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1717) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=28 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Javier Flores&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Bill Johnson&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 55x15
</span><span class="cx">                     text run at (0,0) width 55: &quot;John Todd&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1689) size 100x32 [r=28 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1717) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=28 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1689) size 106x32 [r=28 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,1717) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=28 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1737) size 473x112
-              RenderTableCell {TD} at (0,1737) size 99x16 [r=29 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;30&quot;
</del><ins>+            RenderTableRow {TR} at (0,1766) size 472x113
+              RenderTableCell {TD} at (0,1766) size 99x17 [border: (1px none #808080) none] [r=29 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;30&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1737) size 171x112 [r=29 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1766) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=29 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 86x15
</span><span class="cx">                     text run at (0,0) width 86: &quot;Alan Littlewood&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;George Coward&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;Maurice Burton&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Dan Sievert&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 110x15
</span><span class="cx">                     text run at (0,0) width 110: &quot;Michael DeGiovanni&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 87x15
</span><span class="cx">                     text run at (0,0) width 87: &quot;Jack Goodfriend&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 88x15
</span><span class="cx">                     text run at (0,0) width 88: &quot;Richard Sanchez&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1737) size 100x112 [r=29 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1766) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=29 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1737) size 106x112 [r=29 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,1766) size 106x113 [border: (1px none #808080) none (1px none #808080)] [r=29 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,96) size 91x16
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,97) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1849) size 473x48
-              RenderTableCell {TD} at (0,1849) size 99x16 [r=30 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;31&quot;
</del><ins>+            RenderTableRow {TR} at (0,1879) size 472x49
+              RenderTableCell {TD} at (0,1879) size 99x17 [border: (1px none #808080) none] [r=30 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;31&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1849) size 171x48 [r=30 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1879) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=30 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;Dave Neves&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 78x15
</span><span class="cx">                     text run at (0,0) width 78: &quot;James Haladus&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Randy Reid&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1849) size 100x32 [r=30 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1879) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=30 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1849) size 106x32 [r=30 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,1879) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=30 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1897) size 473x64
-              RenderTableCell {TD} at (0,1897) size 99x16 [r=31 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;32&quot;
</del><ins>+            RenderTableRow {TR} at (0,1928) size 472x65
+              RenderTableCell {TD} at (0,1928) size 99x17 [border: (1px none #808080) none] [r=31 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;32&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1897) size 171x64 [r=31 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1928) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=31 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 65x15
</span><span class="cx">                     text run at (0,0) width 65: &quot; Oliver Baer&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Dale Barnett&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 55x15
</span><span class="cx">                     text run at (0,0) width 55: &quot;John Todd&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 86x15
</span><span class="cx">                     text run at (0,0) width 86: &quot;Dominic Bayani&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1897) size 100x32 [r=31 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
-                  RenderText {#text} at (31,0) size 23x15
-                    text run at (31,0) width 23: &quot; Yes&quot;
-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1928) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=31 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (30,0) size 23x15
+                    text run at (30,0) width 23: &quot; Yes&quot;
+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1897) size 106x32 [r=31 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,1928) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=31 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot; No&quot;
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,1961) size 473x144
-              RenderTableCell {TD} at (0,1961) size 99x16 [r=32 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;33&quot;
</del><ins>+            RenderTableRow {TR} at (0,1993) size 472x145
+              RenderTableCell {TD} at (0,1993) size 99x17 [border: (1px none #808080) none] [r=32 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;33&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,1961) size 171x144 [r=32 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,1993) size 171x145 [border: (1px none #808080) none (1px none #808080)] [r=32 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Tom Wagner&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 74x15
</span><span class="cx">                     text run at (0,0) width 74: &quot;Gene Langley&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 78x15
</span><span class="cx">                     text run at (0,0) width 78: &quot;James Haladus&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 82x15
</span><span class="cx">                     text run at (0,0) width 82: &quot;Daniel Buckley&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Chris Larsen&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 70x15
</span><span class="cx">                     text run at (0,0) width 70: &quot;Mike Chansu&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 71x15
</span><span class="cx">                     text run at (0,0) width 71: &quot;James Brown&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 63x15
</span><span class="cx">                     text run at (0,0) width 63: &quot;Will Sievert&quot;
</span><del>-                RenderBlock {P} at (7,128) size 157x16
</del><ins>+                RenderBlock {P} at (8,129) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Terry Chong&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,1961) size 100x144 [r=32 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,1993) size 99x145 [border: (1px none #808080) none (1px none #808080)] [r=32 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,112) size 85x16
</del><ins>+                RenderBlock {P} at (8,113) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,128) size 85x16
</del><ins>+                RenderBlock {P} at (8,129) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,1961) size 106x144 [r=32 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,1993) size 106x145 [border: (1px none #808080) none (1px none #808080)] [r=32 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (7,0) size 77x15
-                    text run at (7,0) width 77: &quot;Gyro wannabe&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,112) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,128) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (6,0) size 77x15
+                    text run at (6,0) width 77: &quot;Gyro wannabe&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,113) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,129) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2105) size 473x128
-              RenderTableCell {TD} at (0,2105) size 99x16 [r=33 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;34&quot;
</del><ins>+            RenderTableRow {TR} at (0,2138) size 472x129
+              RenderTableCell {TD} at (0,2138) size 99x17 [border: (1px none #808080) none] [r=33 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;34&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2105) size 171x128 [r=33 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,2138) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=33 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 56x15
</span><span class="cx">                     text run at (0,0) width 56: &quot;Jay Ribera&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 84x15
</span><span class="cx">                     text run at (0,0) width 84: &quot;Gerald Cardinal&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Dale Barnett&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 61x15
</span><span class="cx">                     text run at (0,0) width 61: &quot;Paul Walter&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 86x15
</span><span class="cx">                     text run at (0,0) width 86: &quot;Dominic Bayani&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 90x15
</span><span class="cx">                     text run at (0,0) width 90: &quot;Donald Carvalho&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 72x15
</span><span class="cx">                     text run at (0,0) width 72: &quot;Jack Peterson&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Scott Hersh&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2105) size 100x128 [r=33 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,2138) size 99x129 [border: (1px none #808080) none (1px none #808080)] [r=33 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,112) size 85x16
</del><ins>+                RenderBlock {P} at (8,113) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2105) size 106x128 [r=33 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,112) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,2138) size 106x129 [border: (1px none #808080) none (1px none #808080)] [r=33 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,113) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2233) size 473x80
-              RenderTableCell {TD} at (0,2233) size 99x16 [r=34 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;35&quot;
</del><ins>+            RenderTableRow {TR} at (0,2267) size 472x81
+              RenderTableCell {TD} at (0,2267) size 99x17 [border: (1px none #808080) none] [r=34 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;35&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2233) size 171x80 [r=34 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,2267) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=34 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot; Richard Green&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;David Allen&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 58x15
</span><span class="cx">                     text run at (0,0) width 58: &quot;Jim Colvin&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 69x15
</span><span class="cx">                     text run at (0,0) width 69: &quot;Harald Close&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Oliver Baer&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2233) size 100x80 [r=34 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,2267) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=34 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2233) size 106x80 [r=34 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,48) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,2267) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=34 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,49) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2313) size 473x80
-              RenderTableCell {TD} at (0,2313) size 99x16 [r=35 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;36&quot;
</del><ins>+            RenderTableRow {TR} at (0,2348) size 472x81
+              RenderTableCell {TD} at (0,2348) size 99x17 [border: (1px none #808080) none] [r=35 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;36&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2313) size 171x80 [r=35 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,2348) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=35 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 69x15
</span><span class="cx">                     text run at (0,0) width 69: &quot;Jason Beehm&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 92x15
</span><span class="cx">                     text run at (0,0) width 92: &quot;Darrell Carpenter&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Stefan Kiritzov&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Dale Barnett&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Dan Sievert&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2313) size 100x80 [r=35 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,2348) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=35 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2313) size 106x80 [r=35 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,2348) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=35 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2393) size 473x64
-              RenderTableCell {TD} at (0,2393) size 99x16 [r=36 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;37&quot;
</del><ins>+            RenderTableRow {TR} at (0,2429) size 472x65
+              RenderTableCell {TD} at (0,2429) size 99x17 [border: (1px none #808080) none] [r=36 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;37&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2393) size 171x64 [r=36 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,2429) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=36 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 92x15
</span><span class="cx">                     text run at (0,0) width 92: &quot;Dominic Civiletti&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;John Chamorro&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 73x15
</span><span class="cx">                     text run at (0,0) width 73: &quot;Jim Mirowski&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 76x15
</span><span class="cx">                     text run at (0,0) width 76: &quot;Soohong  Kim&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2393) size 100x64 [r=36 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,2429) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=36 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2393) size 106x64 [r=36 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,2429) size 106x65 [border: (1px none #808080) none (1px none #808080)] [r=36 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2457) size 473x96
-              RenderTableCell {TD} at (0,2457) size 99x16 [r=37 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;38&quot;
</del><ins>+            RenderTableRow {TR} at (0,2494) size 472x97
+              RenderTableCell {TD} at (0,2494) size 99x17 [border: (1px none #808080) none] [r=37 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;38&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2457) size 171x96 [r=37 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,2494) size 171x97 [border: (1px none #808080) none (1px none #808080)] [r=37 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 99x15
</span><span class="cx">                     text run at (0,0) width 99: &quot;Karl Allmendinger&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 63x15
</span><span class="cx">                     text run at (0,0) width 63: &quot;John Bernal&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 74x15
</span><span class="cx">                     text run at (0,0) width 74: &quot;Gene Langley&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 75x15
</span><span class="cx">                     text run at (0,0) width 75: &quot;Chuck Pringle&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 56x15
</span><span class="cx">                     text run at (0,0) width 56: &quot;Jimmy Lei&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 91x15
</span><span class="cx">                     text run at (0,0) width 91: &quot;Ruenjoe (Joe) Lu&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2457) size 100x64 [r=37 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,2494) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=37 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2457) size 106x64 [r=37 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,2494) size 106x65 [border: (1px none #808080) none (1px none #808080)] [r=37 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (7,0) size 77x15
-                    text run at (7,0) width 77: &quot;Gyro wannabe&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (6,0) size 77x15
+                    text run at (6,0) width 77: &quot;Gyro wannabe&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2553) size 473x48
-              RenderTableCell {TD} at (0,2553) size 99x16 [r=38 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;39&quot;
</del><ins>+            RenderTableRow {TR} at (0,2591) size 472x49
+              RenderTableCell {TD} at (0,2591) size 99x17 [border: (1px none #808080) none] [r=38 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;39&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2553) size 171x48 [r=38 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,2591) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=38 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Tom Wagner&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Oliver Baer&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 63x15
</span><span class="cx">                     text run at (0,0) width 63: &quot;Will Sievert&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2553) size 100x48 [r=38 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,2591) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=38 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2553) size 106x48 [r=38 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,2591) size 106x49 [border: (1px none #808080) none (1px none #808080)] [r=38 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2601) size 473x128
-              RenderTableCell {TD} at (0,2601) size 99x16 [r=39 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;40&quot;
</del><ins>+            RenderTableRow {TR} at (0,2640) size 472x129
+              RenderTableCell {TD} at (0,2640) size 99x17 [border: (1px none #808080) none] [r=39 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;40&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2601) size 171x128 [r=39 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,2640) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=39 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Alberto Lanzas&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 91x15
</span><span class="cx">                     text run at (0,0) width 91: &quot;Zak + Mike West&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Javier Flores&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Bill Johnson&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 74x15
</span><span class="cx">                     text run at (0,0) width 74: &quot;Gene Langley&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Rich Burnett&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 87x15
</span><span class="cx">                     text run at (0,0) width 87: &quot;Jack Goodfriend&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 69x15
</span><span class="cx">                     text run at (0,0) width 69: &quot;Harald Close&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2601) size 100x128 [r=39 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,2640) size 99x129 [border: (1px none #808080) none (1px none #808080)] [r=39 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,112) size 85x16
</del><ins>+                RenderBlock {P} at (8,113) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2601) size 106x128 [r=39 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,2640) size 106x129 [border: (1px none #808080) none (1px none #808080)] [r=39 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,64) size 91x16
</del><ins>+                RenderBlock {P} at (8,65) size 90x16
</ins><span class="cx">                   RenderText {#text} at (28,0) size 34x15
</span><span class="cx">                     text run at (28,0) width 34: &quot;Glider&quot;
</span><del>-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,112) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,113) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2729) size 473x128
-              RenderTableCell {TD} at (0,2729) size 99x16 [r=40 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;41&quot;
</del><ins>+            RenderTableRow {TR} at (0,2769) size 472x129
+              RenderTableCell {TD} at (0,2769) size 99x17 [border: (1px none #808080) none] [r=40 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;41&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2729) size 171x128 [r=40 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,2769) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=40 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 92x15
</span><span class="cx">                     text run at (0,0) width 92: &quot;Dominic Civiletti&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 101x15
</span><span class="cx">                     text run at (0,0) width 101: &quot;Corbin Christensen&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                     text run at (0,0) width 57: &quot;Hal Hirsch&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 88x15
</span><span class="cx">                     text run at (0,0) width 88: &quot;Richard Sanchez&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 63x15
</span><span class="cx">                     text run at (0,0) width 63: &quot;John Bernal&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Rich Burnett&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 71x15
</span><span class="cx">                     text run at (0,0) width 71: &quot;Brock Brown&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;John Paye&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2729) size 100x112 [r=40 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,2769) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=40 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2729) size 106x112 [r=40 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,2769) size 106x113 [border: (1px none #808080) none (1px none #808080)] [r=40 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 91x16
</del><ins>+                RenderBlock {P} at (8,49) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2857) size 473x128
-              RenderTableCell {TD} at (0,2857) size 99x16 [r=41 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;42&quot;
</del><ins>+            RenderTableRow {TR} at (0,2898) size 472x129
+              RenderTableCell {TD} at (0,2898) size 99x17 [border: (1px none #808080) none] [r=41 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;42&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2857) size 171x128 [r=41 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,2898) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=41 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 45x15
</span><span class="cx">                     text run at (0,0) width 45: &quot;Tony Yu&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 65x15
</span><span class="cx">                     text run at (0,0) width 65: &quot;Jason Miller&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;Maurice Burton&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Dan Sievert&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 60x15
</span><span class="cx">                     text run at (0,0) width 60: &quot;Jerry Davis&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;John Paye&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 70x15
</span><span class="cx">                     text run at (0,0) width 70: &quot;Gordon Frost&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;Chris Walsh&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2857) size 100x80 [r=41 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,2898) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=41 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2857) size 106x80 [r=41 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,2898) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=41 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,2985) size 473x112
-              RenderTableCell {TD} at (0,2985) size 99x16 [r=42 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;43&quot;
</del><ins>+            RenderTableRow {TR} at (0,3027) size 472x113
+              RenderTableCell {TD} at (0,3027) size 99x17 [border: (1px none #808080) none] [r=42 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;43&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,2985) size 171x112 [r=42 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3027) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=42 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 92x15
</span><span class="cx">                     text run at (0,0) width 92: &quot;Dominic Civiletti&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 65x15
</span><span class="cx">                     text run at (0,0) width 65: &quot;Ken Gullion&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 63x15
</span><span class="cx">                     text run at (0,0) width 63: &quot;Will Sievert&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 72x15
</span><span class="cx">                     text run at (0,0) width 72: &quot;Jim Mahoney&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 65x15
</span><span class="cx">                     text run at (0,0) width 65: &quot;Ken Manuel&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 55x15
</span><span class="cx">                     text run at (0,0) width 55: &quot;John Todd&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 87x15
</span><span class="cx">                     text run at (0,0) width 87: &quot;Rick Rasmussen&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,2985) size 100x80 [r=42 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,3027) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=42 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,2985) size 106x80 [r=42 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,3027) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=42 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (21,0) size 49x15
-                    text run at (21,0) width 49: &quot;Someday&quot;
-                RenderBlock {P} at (7,48) size 91x16
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (20,0) size 50x15
+                    text run at (20,0) width 50: &quot;Someday&quot;
+                RenderBlock {P} at (8,49) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3097) size 473x64
-              RenderTableCell {TD} at (0,3097) size 99x16 [r=43 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;44&quot;
</del><ins>+            RenderTableRow {TR} at (0,3140) size 472x65
+              RenderTableCell {TD} at (0,3140) size 99x17 [border: (1px none #808080) none] [r=43 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;44&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3097) size 171x64 [r=43 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3140) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=43 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 61x15
</span><span class="cx">                     text run at (0,0) width 61: &quot;Gary Heath&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 77x15
</span><span class="cx">                     text run at (0,0) width 77: &quot;Quinn Chuong&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Dan Sievert&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;Alexander Wert&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,3097) size 100x64 [r=43 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (268,3140) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=43 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3097) size 106x64 [r=43 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,3140) size 106x65 [border: (1px none #808080) none (1px none #808080)] [r=43 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3161) size 473x48
-              RenderTableCell {TD} at (0,3161) size 99x16 [r=44 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;45&quot;
</del><ins>+            RenderTableRow {TR} at (0,3205) size 472x49
+              RenderTableCell {TD} at (0,3205) size 99x17 [border: (1px none #808080) none] [r=44 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;45&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3161) size 171x48 [r=44 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3205) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=44 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;James Holaduz&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 54x15
</span><span class="cx">                     RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                       text run at (0,0) width 54: &quot;Don Coon&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;John Yearwood&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,3161) size 100x48 [r=44 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,3205) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=44 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3161) size 106x48 [r=44 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,3205) size 106x49 [border: (1px none #808080) none (1px none #808080)] [r=44 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3209) size 473x128
-              RenderTableCell {TD} at (0,3209) size 99x16 [r=45 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;46&quot;
</del><ins>+            RenderTableRow {TR} at (0,3254) size 472x129
+              RenderTableCell {TD} at (0,3254) size 99x17 [border: (1px none #808080) none] [r=45 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;46&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3209) size 171x128 [r=45 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3254) size 171x129 [border: (1px none #808080) none (1px none #808080)] [r=45 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 50x15
</span><span class="cx">                     text run at (0,0) width 50: &quot;Zak West&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 99x15
</span><span class="cx">                     text run at (0,0) width 99: &quot;Karl Allmendinger&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;John Espectzde&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 73x15
</span><span class="cx">                     text run at (0,0) width 73: &quot;Gene Pheiffer&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Harold Todd&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 84x15
</span><span class="cx">                     text run at (0,0) width 84: &quot;Gerald Cardinal&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Ali Erdengiz&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;Jason Anderson&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,3209) size 100x128 [r=45 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,3254) size 99x129 [border: (1px none #808080) none (1px none #808080)] [r=45 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,112) size 85x16
</del><ins>+                RenderBlock {P} at (8,113) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3209) size 106x128 [r=45 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,3254) size 106x129 [border: (1px none #808080) none (1px none #808080)] [r=45 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,112) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,113) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3337) size 473x176
-              RenderTableCell {TD} at (0,3337) size 99x16 [r=46 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;47&quot;
</del><ins>+            RenderTableRow {TR} at (0,3383) size 472x177
+              RenderTableCell {TD} at (0,3383) size 99x17 [border: (1px none #808080) none] [r=46 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;47&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3337) size 171x176 [r=46 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3383) size 171x177 [border: (1px none #808080) none (1px none #808080)] [r=46 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;James Holaduz&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 45x15
</span><span class="cx">                     text run at (0,0) width 45: &quot;Tony Yu&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Quang Nguyen&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 73x15
</span><span class="cx">                     text run at (0,0) width 73: &quot;Rick Klement&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Mark Glanville&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 85x15
</span><span class="cx">                     text run at (0,0) width 85: &quot;Michael Chansu&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Harold Todd&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderInline {FONT} at (0,0) size 54x15
</span><span class="cx">                     RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                       text run at (0,0) width 54: &quot;Don Coon&quot;
</span><del>-                RenderBlock {P} at (7,128) size 157x16
</del><ins>+                RenderBlock {P} at (8,129) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;John Paye&quot;
</span><del>-                RenderBlock {P} at (7,144) size 157x16
</del><ins>+                RenderBlock {P} at (8,145) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;David Allen&quot;
</span><del>-                RenderBlock {P} at (7,160) size 157x16
</del><ins>+                RenderBlock {P} at (8,161) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 104x15
</span><span class="cx">                     text run at (0,0) width 104: &quot;Raymund Leonardo&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,3337) size 100x176 [r=46 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,3383) size 99x177 [border: (1px none #808080) none (1px none #808080)] [r=46 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,112) size 85x16
</del><ins>+                RenderBlock {P} at (8,113) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,128) size 85x16
</del><ins>+                RenderBlock {P} at (8,129) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,144) size 85x16
</del><ins>+                RenderBlock {P} at (8,145) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,160) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,161) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3337) size 106x176 [r=46 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,3383) size 106x177 [border: (1px none #808080) none (1px none #808080)] [r=46 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,48) size 91x16
</del><ins>+                RenderBlock {P} at (8,49) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,112) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,128) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,144) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,160) size 91x16
</del><ins>+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,113) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,129) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,145) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,161) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3513) size 473x144
-              RenderTableCell {TD} at (0,3513) size 99x16 [r=47 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;48&quot;
</del><ins>+            RenderTableRow {TR} at (0,3560) size 472x145
+              RenderTableCell {TD} at (0,3560) size 99x17 [border: (1px none #808080) none] [r=47 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;48&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3513) size 171x144 [r=47 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3560) size 171x145 [border: (1px none #808080) none (1px none #808080)] [r=47 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Mark Glanville&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 92x15
</span><span class="cx">                     text run at (0,0) width 92: &quot;Ian + Brad Carter&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Stefan Kiritzov&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                     text run at (0,0) width 57: &quot;Joe Araujo&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Harold Todd&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 69x15
</span><span class="cx">                     text run at (0,0) width 69: &quot;Steve Gilbert&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;Mark Diel&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 87x15
</span><span class="cx">                     text run at (0,0) width 87: &quot;Jack Goodfriend&quot;
</span><del>-                RenderBlock {P} at (7,128) size 157x16
</del><ins>+                RenderBlock {P} at (8,129) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 91x15
</span><span class="cx">                     text run at (0,0) width 91: &quot;Ruenjoe (Joe) Lu&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,3513) size 100x96 [r=47 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,3560) size 99x97 [border: (1px none #808080) none (1px none #808080)] [r=47 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3513) size 106x96 [r=47 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,3560) size 106x97 [border: (1px none #808080) none (1px none #808080)] [r=47 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3657) size 473x64
-              RenderTableCell {TD} at (0,3657) size 99x16 [r=48 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;49&quot;
</del><ins>+            RenderTableRow {TR} at (0,3705) size 472x65
+              RenderTableCell {TD} at (0,3705) size 99x17 [border: (1px none #808080) none] [r=48 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;49&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3657) size 171x64 [r=48 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3705) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=48 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Ali Erdengiz&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;David Allen&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 72x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 0x0
</span><span class="cx">                     RenderText {#text} at (0,0) size 72x15
</span><span class="cx">                       text run at (0,0) width 72: &quot;Narayen Raju&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 83x15
</span><span class="cx">                     RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                       text run at (0,0) width 33: &quot;Jason &quot;
</span><span class="cx">                       text run at (32,0) width 51: &quot;Anderson&quot;
</span><del>-              RenderTableCell {TD} at (268,3657) size 100x64 [r=48 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,3705) size 99x65 [border: (1px none #808080) none (1px none #808080)] [r=48 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3657) size 106x64 [r=48 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,3705) size 106x65 [border: (1px none #808080) none (1px none #808080)] [r=48 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3721) size 473x144
-              RenderTableCell {TD} at (0,3721) size 99x16 [r=49 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;50&quot;
</del><ins>+            RenderTableRow {TR} at (0,3770) size 472x145
+              RenderTableCell {TD} at (0,3770) size 99x17 [border: (1px none #808080) none] [r=49 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;50&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3721) size 171x144 [r=49 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3770) size 171x145 [border: (1px none #808080) none (1px none #808080)] [r=49 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 50x15
</span><span class="cx">                     text run at (0,0) width 50: &quot;Zak West&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 73x15
</span><span class="cx">                     text run at (0,0) width 73: &quot;Rick Klement&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                     text run at (0,0) width 57: &quot;Jim Bernal&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 86x15
</span><span class="cx">                     text run at (0,0) width 86: &quot;Alan Littlewood&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 60x15
</span><span class="cx">                     text run at (0,0) width 60: &quot;Jerry Davis&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 82x15
</span><span class="cx">                     text run at (0,0) width 82: &quot;Lauren Bussard&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;John Yearwood&quot;
</span><del>-                RenderBlock {P} at (7,112) size 157x16
</del><ins>+                RenderBlock {P} at (8,113) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 72x15
</span><span class="cx">                     text run at (0,0) width 72: &quot;Narayan Raju&quot;
</span><del>-                RenderBlock {P} at (7,128) size 157x16
</del><ins>+                RenderBlock {P} at (8,129) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 65x15
</span><span class="cx">                     text run at (0,0) width 65: &quot;Ken Manuel&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,3721) size 100x112 [r=49 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,3770) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=49 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3721) size 106x112 [r=49 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,3770) size 106x113 [border: (1px none #808080) none (1px none #808080)] [r=49 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3865) size 473x48
-              RenderTableCell {TD} at (0,3865) size 99x16 [r=50 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;51&quot;
</del><ins>+            RenderTableRow {TR} at (0,3915) size 472x49
+              RenderTableCell {TD} at (0,3915) size 99x17 [border: (1px none #808080) none] [r=50 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;51&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3865) size 171x48 [r=50 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3915) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=50 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 77x15
</span><span class="cx">                     text run at (0,0) width 77: &quot;Robert Barnett&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 72x15
</span><span class="cx">                     text run at (0,0) width 72: &quot;Jim Mahoney&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 83x15
</span><span class="cx">                     text run at (0,0) width 83: &quot;Jason Anderson&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,3865) size 100x48 [r=50 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,3915) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=50 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3865) size 106x48 [r=50 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,3915) size 106x49 [border: (1px none #808080) none (1px none #808080)] [r=50 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 17x15
</span><del>-                    RenderText {#text} at (37,0) size 17x15
-                      text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                    RenderText {#text} at (36,0) size 17x15
+                      text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 20x15
</span><span class="cx">                     RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                       text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 91x16
</del><ins>+                RenderBlock {P} at (8,33) size 90x16
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 17x15
</span><del>-                    RenderText {#text} at (37,0) size 17x15
-                      text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                    RenderText {#text} at (36,0) size 17x15
+                      text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3913) size 473x80
-              RenderTableCell {TD} at (0,3913) size 99x16 [r=51 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;52&quot;
</del><ins>+            RenderTableRow {TR} at (0,3964) size 472x81
+              RenderTableCell {TD} at (0,3964) size 99x17 [border: (1px none #808080) none] [r=51 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;52&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3913) size 171x80 [r=51 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,3964) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=51 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                     text run at (0,0) width 57: &quot;Mike West&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Robert Frogner&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 88x15
</span><span class="cx">                     text run at (0,0) width 88: &quot;Chris McDowell&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;Ed Cypret&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Dale Barnett&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,3913) size 100x80 [r=51 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,3964) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=51 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3913) size 106x80 [r=51 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,3964) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=51 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,3993) size 473x80
-              RenderTableCell {TD} at (0,3993) size 99x16 [r=52 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;53&quot;
</del><ins>+            RenderTableRow {TR} at (0,4045) size 472x81
+              RenderTableCell {TD} at (0,4045) size 99x17 [border: (1px none #808080) none] [r=52 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;53&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,3993) size 171x80 [r=52 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,4045) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=52 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Alberto Lanzas&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Bill Johnson&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 42x15
</span><span class="cx">                     text run at (0,0) width 42: &quot;Al Wert&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Dale Barnett&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 100x15
</span><span class="cx">                     text run at (0,0) width 100: &quot;Ramin Khoshnevis&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,3993) size 100x80 [r=52 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,4045) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=52 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,3993) size 106x80 [r=52 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,4045) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=52 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,4073) size 473x112
-              RenderTableCell {TD} at (0,4073) size 99x16 [r=53 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;54&quot;
</del><ins>+            RenderTableRow {TR} at (0,4126) size 472x113
+              RenderTableCell {TD} at (0,4126) size 99x17 [border: (1px none #808080) none] [r=53 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;54&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,4073) size 171x112 [r=53 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,4126) size 171x113 [border: (1px none #808080) none (1px none #808080)] [r=53 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 74x15
</span><span class="cx">                     text run at (0,0) width 74: &quot;Gene Langley&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Bill Johnson&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 54x15
</span><span class="cx">                     text run at (0,0) width 54: &quot;Mark Diel&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 60x15
</span><span class="cx">                     text run at (0,0) width 60: &quot;Jerry Davis&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 56x15
</span><span class="cx">                     text run at (0,0) width 56: &quot;Peter Starr&quot;
</span><del>-                RenderBlock {P} at (7,80) size 157x16
</del><ins>+                RenderBlock {P} at (8,81) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 81x15
</span><span class="cx">                     text run at (0,0) width 81: &quot;John Yearwood&quot;
</span><del>-                RenderBlock {P} at (7,96) size 157x16
</del><ins>+                RenderBlock {P} at (8,97) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 62x15
</span><span class="cx">                     text run at (0,0) width 62: &quot;Scott Hersh&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,4073) size 100x112 [r=53 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,4126) size 99x113 [border: (1px none #808080) none (1px none #808080)] [r=53 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (40,0) size 4x15
</span><span class="cx">                     text run at (40,0) width 4: &quot; &quot;
</span><del>-                RenderBlock {P} at (7,80) size 85x16
</del><ins>+                RenderBlock {P} at (8,81) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,96) size 85x16
</del><ins>+                RenderBlock {P} at (8,97) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4073) size 106x112 [r=53 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (7,0) size 77x15
-                    text run at (7,0) width 77: &quot;Gyro wannabe&quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (43,0) size 5x15
-                    text run at (43,0) width 5: &quot; &quot;
-                RenderBlock {P} at (7,80) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,96) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,4126) size 106x113 [border: (1px none #808080) none (1px none #808080)] [r=53 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (6,0) size 77x15
+                    text run at (6,0) width 77: &quot;Gyro wannabe&quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (43,0) size 4x15
+                    text run at (43,0) width 4: &quot; &quot;
+                RenderBlock {P} at (8,81) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,97) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,4185) size 473x48
-              RenderTableCell {TD} at (0,4185) size 99x16 [r=54 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;55&quot;
</del><ins>+            RenderTableRow {TR} at (0,4239) size 472x49
+              RenderTableCell {TD} at (0,4239) size 99x17 [border: (1px none #808080) none] [r=54 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;55&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,4185) size 171x48 [r=54 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,4239) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=54 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Alberto Lanzas&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                     text run at (0,0) width 57: &quot;Bob Roger&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 75x15
</span><span class="cx">                     text run at (0,0) width 75: &quot;Randy StClair&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,4185) size 100x48 [r=54 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,4239) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=54 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4185) size 106x48 [r=54 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,4239) size 106x49 [border: (1px none #808080) none (1px none #808080)] [r=54 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,4233) size 473x80
-              RenderTableCell {TD} at (0,4233) size 99x16 [r=55 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;56&quot;
</del><ins>+            RenderTableRow {TR} at (0,4288) size 472x81
+              RenderTableCell {TD} at (0,4288) size 99x17 [border: (1px none #808080) none] [r=55 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;56&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,4233) size 171x80 [r=55 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,4288) size 171x81 [border: (1px none #808080) none (1px none #808080)] [r=55 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 80x15
</span><span class="cx">                     text run at (0,0) width 80: &quot;Mark Glanville&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 69x15
</span><span class="cx">                     text run at (0,0) width 69: &quot;Steve Gilbert&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 60x15
</span><span class="cx">                     text run at (0,0) width 60: &quot;Jerry Davis&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;Rich Saunef&quot;
</span><del>-                RenderBlock {P} at (7,64) size 157x16
</del><ins>+                RenderBlock {P} at (8,65) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 69x15
</span><span class="cx">                     text run at (0,0) width 69: &quot;Harald Close&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,4233) size 100x80 [r=55 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,4288) size 99x81 [border: (1px none #808080) none (1px none #808080)] [r=55 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,48) size 85x16
</del><ins>+                RenderBlock {P} at (8,49) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,64) size 85x16
</del><ins>+                RenderBlock {P} at (8,65) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4233) size 106x80 [r=55 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,48) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,64) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,4288) size 106x81 [border: (1px none #808080) none (1px none #808080)] [r=55 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,49) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,65) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,4313) size 473x48
-              RenderTableCell {TD} at (0,4313) size 99x16 [r=56 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;57&quot;
</del><ins>+            RenderTableRow {TR} at (0,4369) size 472x49
+              RenderTableCell {TD} at (0,4369) size 99x17 [border: (1px none #808080) none] [r=56 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;57&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,4313) size 171x48 [r=56 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,4369) size 171x49 [border: (1px none #808080) none (1px none #808080)] [r=56 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                     text run at (0,0) width 57: &quot;Bob Roger&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Rich Burnett&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;David Dunn&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,4313) size 100x16 [r=56 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,4369) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=56 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4313) size 106x16 [r=56 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,4369) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=56 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,4361) size 473x64
-              RenderTableCell {TD} at (0,4361) size 99x16 [r=57 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;58&quot;
</del><ins>+            RenderTableRow {TR} at (0,4418) size 472x65
+              RenderTableCell {TD} at (0,4418) size 99x17 [border: (1px none #808080) none] [r=57 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;58&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,4361) size 171x64 [r=57 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,4418) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=57 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 92x15
</span><span class="cx">                     text run at (0,0) width 92: &quot;Ian + Brad Carter&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Bill Johnson&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 75x15
</span><span class="cx">                     text run at (0,0) width 75: &quot;Chuck Pringle&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 64x15
</span><span class="cx">                     text run at (0,0) width 64: &quot;David Dunn&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,4361) size 100x48 [r=57 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,4418) size 99x49 [border: (1px none #808080) none (1px none #808080)] [r=57 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 85x16
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,32) size 85x16
</del><ins>+                RenderBlock {P} at (8,33) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4361) size 106x48 [r=57 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,4418) size 106x49 [border: (1px none #808080) none (1px none #808080)] [r=57 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-                RenderBlock {P} at (7,16) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,32) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,33) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,4425) size 473x32
-              RenderTableCell {TD} at (0,4425) size 99x16 [r=58 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;59&quot;
</del><ins>+            RenderTableRow {TR} at (0,4483) size 472x33
+              RenderTableCell {TD} at (0,4483) size 99x17 [border: (1px none #808080) none] [r=58 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;59&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,4425) size 171x32 [r=58 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,4483) size 171x33 [border: (1px none #808080) none (1px none #808080)] [r=58 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 57x15
</span><span class="cx">                     text run at (0,0) width 57: &quot;Bob Roger&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 67x15
</span><span class="cx">                     text run at (0,0) width 67: &quot;Rich Burnett&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,4425) size 100x16 [r=58 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,4483) size 99x17 [border: (1px none #808080) none (1px none #808080)] [r=58 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4425) size 106x16 [r=58 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
</del><ins>+              RenderTableCell {TD} at (366,4483) size 106x17 [border: (1px none #808080) none (1px none #808080)] [r=58 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-            RenderTableRow {TR} at (0,4457) size 473x64
-              RenderTableCell {TD} at (0,4457) size 99x16 [r=59 c=0 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 84x16
-                  RenderText {#text} at (35,0) size 14x15
-                    text run at (35,0) width 14: &quot;60&quot;
</del><ins>+            RenderTableRow {TR} at (0,4516) size 472x65
+              RenderTableCell {TD} at (0,4516) size 99x17 [border: (1px none #808080) none] [r=59 c=0 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
+                  RenderText {#text} at (34,0) size 14x15
+                    text run at (34,0) width 14: &quot;60&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (98,4457) size 171x64 [r=59 c=1 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 157x16
</del><ins>+              RenderTableCell {TD} at (98,4516) size 171x65 [border: (1px none #808080) none (1px none #808080)] [r=59 c=1 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 66x15
</span><span class="cx">                     text run at (0,0) width 66: &quot;Bill Johnson&quot;
</span><del>-                RenderBlock {P} at (7,16) size 157x16
</del><ins>+                RenderBlock {P} at (8,17) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 94x15
</span><span class="cx">                     text run at (0,0) width 94: &quot;Vladimir Dvorkin&quot;
</span><del>-                RenderBlock {P} at (7,32) size 157x16
</del><ins>+                RenderBlock {P} at (8,33) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 52x15
</span><span class="cx">                     text run at (0,0) width 52: &quot;Ken Price&quot;
</span><del>-                RenderBlock {P} at (7,48) size 157x16
</del><ins>+                RenderBlock {P} at (8,49) size 155x16
</ins><span class="cx">                   RenderText {#text} at (0,0) size 87x15
</span><span class="cx">                     text run at (0,0) width 87: &quot;Rick Rasmussen&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (268,4457) size 100x32 [r=59 c=2 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 85x16
</del><ins>+              RenderTableCell {TD} at (268,4516) size 99x33 [border: (1px none #808080) none (1px none #808080)] [r=59 c=2 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 84x16
</ins><span class="cx">                   RenderText {#text} at (32,0) size 20x15
</span><span class="cx">                     text run at (32,0) width 20: &quot;Yes&quot;
</span><del>-                RenderBlock {P} at (7,16) size 85x16
-                  RenderText {#text} at (34,0) size 17x15
-                    text run at (34,0) width 17: &quot;No&quot;
</del><ins>+                RenderBlock {P} at (8,17) size 84x16
+                  RenderText {#text} at (33,0) size 17x15
+                    text run at (33,0) width 17: &quot;No&quot;
</ins><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-              RenderTableCell {TD} at (367,4457) size 106x32 [r=59 c=3 rs=1 cs=1]
-                RenderBlock {P} at (7,0) size 91x16
-                  RenderText {#text} at (37,0) size 17x15
-                    text run at (37,0) width 17: &quot;No&quot;
-                RenderBlock {P} at (7,16) size 91x16
</del><ins>+              RenderTableCell {TD} at (366,4516) size 106x33 [border: (1px none #808080) none (1px none #808080)] [r=59 c=3 rs=1 cs=1]
+                RenderBlock {P} at (8,1) size 90x16
+                  RenderText {#text} at (36,0) size 17x15
+                    text run at (36,0) width 17: &quot;No&quot;
+                RenderBlock {P} at (8,17) size 90x16
</ins><span class="cx">                   RenderText {#text} at (35,0) size 20x15
</span><span class="cx">                     text run at (35,0) width 20: &quot;Yes&quot;
</span><span class="cx">                   RenderInline {SPAN} at (0,0) size 1x15
</span><span class="cx">                     RenderInline {O:P} at (0,0) size 1x15
</span><del>-        RenderBlock {P} at (0,4539) size 769x16
</del><ins>+        RenderBlock {P} at (0,4600) size 769x16
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 4x15
</span><span class="cx">             RenderText {#text} at (0,0) size 4x15
</span><span class="cx">               text run at (0,0) width 4: &quot; &quot;
</span><del>-        RenderBlock {P} at (0,4555) size 769x16
</del><ins>+        RenderBlock {P} at (0,4616) size 769x16
</ins><span class="cx">           RenderText {#text} at (0,0) size 4x15
</span><span class="cx">             text run at (0,0) width 4: &quot; &quot;
</span><del>-        RenderBlock {P} at (0,4571) size 769x16
</del><ins>+        RenderBlock {P} at (0,4632) size 769x16
</ins><span class="cx">           RenderText {#text} at (0,0) size 4x15
</span><span class="cx">             text run at (0,0) width 4: &quot; &quot;
</span><del>-      RenderBlock {P} at (0,4587) size 769x16
</del><ins>+      RenderBlock {P} at (0,4648) size 769x16
</ins><span class="cx">         RenderText {#text} at (382,0) size 5x15
</span><span class="cx">           text run at (382,0) width 5: &quot; &quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (192443 => 192444)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2015-11-13 22:16:47 UTC (rev 192443)
+++ trunk/Source/WebCore/ChangeLog        2015-11-13 23:11:43 UTC (rev 192444)
</span><span class="lines">@@ -1,3 +1,20 @@
</span><ins>+2015-11-13  Zalan Bujtas  &lt;zalan@apple.com&gt;
+
+        Always render at least a device pixel line when border/outline width &gt; 0.
+        https://bugs.webkit.org/show_bug.cgi?id=151269
+
+        This matches Firefox behaviour.
+
+        Reviewed by Simon Fraser.
+
+        Existing test is modified to reflect the new behaviour.
+
+        * css/StyleBuilderConverter.h:
+        (WebCore::StyleBuilderConverter::convertLineWidth):
+        * rendering/BorderEdge.cpp:
+        (WebCore::BorderEdge::BorderEdge): Deleted.
+        * rendering/BorderEdge.h:
+
</ins><span class="cx"> 2015-11-13  Per Arne Vollan  &lt;peavo@outlook.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [WinCairo][MediaFoundation] Video rendered at wrong position.
</span></span></pre></div>
<a id="trunkSourceWebCorecssStyleBuilderConverterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/StyleBuilderConverter.h (192443 => 192444)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/StyleBuilderConverter.h        2015-11-13 22:16:47 UTC (rev 192443)
+++ trunk/Source/WebCore/css/StyleBuilderConverter.h        2015-11-13 23:11:43 UTC (rev 192444)
</span><span class="lines">@@ -235,6 +235,9 @@
</span><span class="cx">             if (originalLength &gt;= 1.0)
</span><span class="cx">                 return 1;
</span><span class="cx">         }
</span><ins>+        float minimumLineWidth = 1 / styleResolver.document().deviceScaleFactor();
+        if (result &gt; 0 &amp;&amp; result &lt; minimumLineWidth)
+            return minimumLineWidth;
</ins><span class="cx">         return result;
</span><span class="cx">     }
</span><span class="cx">     default:
</span></span></pre></div>
<a id="trunkSourceWebCorepagePagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/Page.cpp (192443 => 192444)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/Page.cpp        2015-11-13 22:16:47 UTC (rev 192443)
+++ trunk/Source/WebCore/page/Page.cpp        2015-11-13 23:11:43 UTC (rev 192444)
</span><span class="lines">@@ -180,7 +180,6 @@
</span><span class="cx">     , m_muted(false)
</span><span class="cx">     , m_pageScaleFactor(1)
</span><span class="cx">     , m_zoomedOutPageScaleFactor(0)
</span><del>-    , m_deviceScaleFactor(1)
</del><span class="cx">     , m_topContentInset(0)
</span><span class="cx"> #if ENABLE(IOS_TEXT_AUTOSIZING)
</span><span class="cx">     , m_textAutosizingWidth(0)
</span></span></pre></div>
<a id="trunkSourceWebCorepagePageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/Page.h (192443 => 192444)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/Page.h        2015-11-13 22:16:47 UTC (rev 192443)
+++ trunk/Source/WebCore/page/Page.h        2015-11-13 23:11:43 UTC (rev 192444)
</span><span class="lines">@@ -563,7 +563,7 @@
</span><span class="cx"> 
</span><span class="cx">     float m_pageScaleFactor;
</span><span class="cx">     float m_zoomedOutPageScaleFactor;
</span><del>-    float m_deviceScaleFactor;
</del><ins>+    float m_deviceScaleFactor { 1 };
</ins><span class="cx">     float m_viewScaleFactor { 1 };
</span><span class="cx"> 
</span><span class="cx">     float m_topContentInset;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingBorderEdgecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/BorderEdge.cpp (192443 => 192444)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/BorderEdge.cpp        2015-11-13 22:16:47 UTC (rev 192443)
+++ trunk/Source/WebCore/rendering/BorderEdge.cpp        2015-11-13 23:11:43 UTC (rev 192444)
</span><span class="lines">@@ -46,16 +46,6 @@
</span><span class="cx">     m_flooredToDevicePixelWidth = floorToDevicePixel(edgeWidth, devicePixelRatio);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-BorderEdge::BorderEdge()
-    : m_width(LayoutUnit::fromPixel(0))
-    , m_style(BHIDDEN)
-    , m_isTransparent(false)
-    , m_isPresent(false)
-    , m_flooredToDevicePixelWidth(0)
-    , m_devicePixelRatio(1)
-{
-}
-
</del><span class="cx"> void BorderEdge::getBorderEdgeInfo(BorderEdge edges[], const RenderStyle&amp; style, float deviceScaleFactor, bool includeLogicalLeftEdge, bool includeLogicalRightEdge)
</span><span class="cx"> {
</span><span class="cx">     bool horizontal = style.isHorizontalWritingMode();
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingBorderEdgeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/BorderEdge.h (192443 => 192444)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/BorderEdge.h        2015-11-13 22:16:47 UTC (rev 192443)
+++ trunk/Source/WebCore/rendering/BorderEdge.h        2015-11-13 23:11:43 UTC (rev 192444)
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">         AllBorderEdges = TopBorderEdge | BottomBorderEdge | LeftBorderEdge | RightBorderEdge
</span><span class="cx">     };
</span><span class="cx"> 
</span><del>-    BorderEdge();
</del><ins>+    BorderEdge() = default;
</ins><span class="cx">     BorderEdge(LayoutUnit edgeWidth, Color edgeColor, EBorderStyle edgeStyle, bool edgeIsTransparent, bool edgeIsPresent, float devicePixelRatio);
</span><span class="cx"> 
</span><span class="cx">     static void getBorderEdgeInfo(BorderEdge edges[], const RenderStyle&amp;, float deviceScaleFactor, bool includeLogicalLeftEdge = true, bool includeLogicalRightEdge = true);
</span><span class="lines">@@ -68,11 +68,11 @@
</span><span class="cx"> 
</span><span class="cx">     LayoutUnit m_width;
</span><span class="cx">     Color m_color;
</span><del>-    EBorderStyle m_style;
-    bool m_isTransparent;
-    bool m_isPresent;
-    float m_flooredToDevicePixelWidth;
-    float m_devicePixelRatio;
</del><ins>+    EBorderStyle m_style { BHIDDEN };
+    bool m_isTransparent { false };
+    bool m_isPresent { false };
+    float m_flooredToDevicePixelWidth { 0 };
+    float m_devicePixelRatio { 1 };
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> inline bool edgesShareColor(const BorderEdge&amp; firstEdge, const BorderEdge&amp; secondEdge) { return firstEdge.color() == secondEdge.color(); }
</span></span></pre>
</div>
</div>

</body>
</html>