<!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>[148059] 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/148059">148059</a></dd>
<dt>Author</dt> <dd>rniwa@webkit.org</dd>
<dt>Date</dt> <dd>2013-04-09 15:55:47 -0700 (Tue, 09 Apr 2013)</dd>
</dl>
<h3>Log Message</h3>
<pre>Unreviewed, rolling out <a href="http://trac.webkit.org/projects/webkit/changeset/148010">r148010</a>.
http://trac.webkit.org/changeset/148010
https://bugs.webkit.org/show_bug.cgi?id=114310
Causes problems with focus rings (Requested by anttik on
#webkit).
Source/WebCore:
* css/StyleBuilder.cpp:
(WebCore::ApplyPropertyComputeLength::applyValue):
(WebCore::ApplyPropertyComputeLength::createHandler):
(WebCore::StyleBuilder::StyleBuilder):
LayoutTests:
* fast/borders/border-width-less-then-a-unit-of-pt-expected.html: Removed.
* fast/borders/border-width-less-then-a-unit-of-pt.html: Removed.
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
* tables/mozilla_expected_failures/bugs/bug89315-expected.txt:</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformgtkTestExpectations">trunk/LayoutTests/platform/gtk/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformmacTestExpectations">trunk/LayoutTests/platform/mac/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformqttablesmozilla_expected_failuresbugsbug89315expectedpng">trunk/LayoutTests/platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformqttablesmozilla_expected_failuresbugsbug89315expectedtxt">trunk/LayoutTests/platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.txt</a></li>
<li><a href="#trunkLayoutTeststablesmozilla_expected_failuresbugsbug89315expectedtxt">trunk/LayoutTests/tables/mozilla_expected_failures/bugs/bug89315-expected.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorecssStyleBuildercpp">trunk/Source/WebCore/css/StyleBuilder.cpp</a></li>
</ul>
<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsfastbordersborderwidthlessthenaunitofptexpectedhtml">trunk/LayoutTests/fast/borders/border-width-less-then-a-unit-of-pt-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastbordersborderwidthlessthenaunitofpthtml">trunk/LayoutTests/fast/borders/border-width-less-then-a-unit-of-pt.html</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (148058 => 148059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog 2013-04-09 22:52:04 UTC (rev 148058)
+++ trunk/LayoutTests/ChangeLog 2013-04-09 22:55:47 UTC (rev 148059)
</span><span class="lines">@@ -1,3 +1,20 @@
</span><ins>+2013-04-09 Commit Queue <rniwa@webkit.org>
+
+ Unreviewed, rolling out r148010.
+ http://trac.webkit.org/changeset/148010
+ https://bugs.webkit.org/show_bug.cgi?id=114310
+
+ Causes problems with focus rings (Requested by anttik on
+ #webkit).
+
+ * fast/borders/border-width-less-then-a-unit-of-pt-expected.html: Removed.
+ * fast/borders/border-width-less-then-a-unit-of-pt.html: Removed.
+ * platform/gtk/TestExpectations:
+ * platform/mac/TestExpectations:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
+ * tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
+
</ins><span class="cx"> 2013-04-09 Simon Fraser <simon.fraser@apple.com>
</span><span class="cx">
</span><span class="cx"> Rebaseline tests affected by r148049 or r148048.
</span></span></pre></div>
<a id="trunkLayoutTestsfastbordersborderwidthlessthenaunitofptexpectedhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/borders/border-width-less-then-a-unit-of-pt-expected.html (148058 => 148059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/borders/border-width-less-then-a-unit-of-pt-expected.html 2013-04-09 22:52:04 UTC (rev 148058)
+++ trunk/LayoutTests/fast/borders/border-width-less-then-a-unit-of-pt-expected.html 2013-04-09 22:55:47 UTC (rev 148059)
</span><span class="lines">@@ -1,106 +0,0 @@
</span><del>-<!doctype html>
-<html>
-<head>
- <title>Border Test</title>
- <style>div.b,table.b{border-style:solid;border-color:black;outline-style:dotted;outline-color:red;}div.l{-webkit-column-count:6;-webkit-column-gap:30px;-webkit-column-rule-style:outset;</style>
-</head>
-<body>
- <h3>Test for bugzilla bug : <a href="https://bugs.webkit.org/show_bug.cgi?id=13709">13709</a>. Border is not displaying if border width of the element is less than 0.8pt.</h3>
- <h4>All below elements should display with borders.</h4>
-<table class="b" style="border-width:1px;outline-offset:1px;outline-width:1px;">
- <tr>
- <td>Table border and outline dotted border should present. There should be some gap between table border and outline dotted border.</td>
- </tr>
-</table>
-<br/>
-<div class="b" style="border-width:1px;outline-offset:1px;outline-width:1px">There should be a border around this text and a outline dotted border. There should be some gap between text border and outline dotted border.</div>
-<br/>
-<table class="b" style="border-width:1px;outline-offset:1px;outline-width:1px;">
- <tr>
- <td>Table border and outline dotted border should present. There should be some gap between table border and outline dotted border.</td>
- </tr>
-</table>
-<br/>
-<div class="b" style="border-width:1px;outline-offset:1px;outline-width:1px">There should be a border around this text and a outline dotted border. There should be some gap between text border and outline dotted border.</div>
-<br/>
-<table class="b" style="border-width:1px;outline-offset:1px;outline-width:1px;">
- <tr>
- <td>Table border and outline dotted border should present. There should be some gap between table border and outline dotted border.</td>
- </tr>
-</table>
-<br/>
-<div class="b" style="border-width:1px;outline-offset:1px;outline-width:1px">There should be a border around this text and a outline dotted border. There should be some gap between text border and outline dotted border.</div>
-<br/>
-<table class="b" style="border-width:1px;outline-offset:1px;outline-width:1px;">
- <tr>
- <td>Table border and outline dotted border should present. There should be some gap between table border and outline dotted border.</td>
- </tr>
-</table>
-<br/>
-<div class="b" style="border-width:1px;outline-offset:1px;outline-width:1px;">There should be a border around this text and a outline dotted border. There should be some gap between text border and outline dotted border.</div>
-<br/>
-<table class="b" style="border-width:2px;outline-offset:2px;outline-width:2px;">
- <tr>
- <td>Table border and outline dotted border should present. There should be some gap between table border and outline dotted border.</td>
- </tr>
-</table>
-<br/>
-<div class="b" style="border-width:2px;outline-offset:2px;outline-width:2px;">There should be a border around this text and a outline dotted border. There should be some gap between text border and outline dotted border.</div>
-<br/>
-<table class="b" style="border-width:2px;outline-offset:2px;outline-width:2px;">
- <tr>
- <td>Table border and outline dotted border should present. There should be some gap between table border and outline dotted border.</td>
- </tr>
-</table>
-<br/>
-<div class="b" style="border-width:2px;outline-offset:2px;outline-width:2px;">There should be a border around this text and a outline dotted border. There should be some gap between text border and outline dotted border.</div>
-<br/>
-<table border="1" style="border-spacing:1px;">
- <tr>
- <td>There are some gap between table border and cell border.</td>
- </tr>
-</table>
-<br/>
-<table border="1" style="border-spacing:1px;">
- <tr>
- <td>There are some gap between table border and cell border.</td>
- </tr>
-</table>
-<br/>
-<table border="1" style="border-spacing:1px;">
- <tr>
- <td>There are some gap between table border and cell border.</td>
- </tr>
-</table>
-<br/>
-<table border="1" style="border-spacing:1px;">
- <tr>
- <td>There are some gap between table border and cell border.</td>
- </tr>
-</table>
-<br/>
-<table border="1" style="border-spacing:2px;">
- <tr>
- <td>There are some gap between table border and cell border.</td>
- </tr>
-</table>
-<br/>
-<table border="1" style="border-spacing:2px;">
- <tr>
- <td>There are some gap between table border and cell border.</td>
- </tr>
-</table>
-<br/>
-<div class="l" style="-webkit-column-rule-width:1px;">Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line.</div>
-<br/>
-<div class="l" style="-webkit-column-rule-width:1px;">Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line.</div>
-<br/>
-<div class="l" style="-webkit-column-rule-width:1px;">Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line.</div>
-<br/>
-<div class="l" style="-webkit-column-rule-width:1px;">Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line.</div>
-<br/>
-<div class="l" style="-webkit-column-rule-width:2px;">Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line.</div>
-<br/>
-<div class="l" style="-webkit-column-rule-width:2px;">Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line.</div>
-</body>
-</html>
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsfastbordersborderwidthlessthenaunitofpthtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/borders/border-width-less-then-a-unit-of-pt.html (148058 => 148059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/borders/border-width-less-then-a-unit-of-pt.html 2013-04-09 22:52:04 UTC (rev 148058)
+++ trunk/LayoutTests/fast/borders/border-width-less-then-a-unit-of-pt.html 2013-04-09 22:55:47 UTC (rev 148059)
</span><span class="lines">@@ -1,106 +0,0 @@
</span><del>-<!doctype html>
-<html>
-<head>
- <title>Border Test</title>
- <style>div.b,table.b{border-style:solid;border-color:black;outline-style:dotted;outline-color:red;}div.l{-webkit-column-count:6;-webkit-column-gap:30px;-webkit-column-rule-style:outset;}</style>
-</head>
-<body>
- <h3>Test for bugzilla bug : <a href="https://bugs.webkit.org/show_bug.cgi?id=13709">13709</a>. Border is not displaying if border width of the element is less than 0.8pt.</h3>
- <h4>All below elements should display with borders.</h4>
-<table class="b" style="border-width:.3pt;outline-offset:.3pt;outline-width:.3pt;">
- <tr>
- <td>Table border and outline dotted border should present. There should be some gap between table border and outline dotted border.</td>
- </tr>
-</table>
-<br/>
-<div class="b" style="border-width:.3pt;outline-offset:.3pt;outline-width:.3pt;">There should be a border around this text and a outline dotted border. There should be some gap between text border and outline dotted border.</div>
-<br/>
-<table class="b" style="border-width:.7pt;outline-offset:.7pt;outline-width:.7pt;">
- <tr>
- <td>Table border and outline dotted border should present. There should be some gap between table border and outline dotted border.</td>
- </tr>
-</table>
-<br/>
-<div class="b" style="border-width:.7pt;outline-offset:.7pt;outline-width:.7pt;">There should be a border around this text and a outline dotted border. There should be some gap between text border and outline dotted border.</div>
-<br/>
-<table class="b" style="border-width:.8pt;outline-offset:.8pt;outline-width:.8pt;">
- <tr>
- <td>Table border and outline dotted border should present. There should be some gap between table border and outline dotted border.</td>
- </tr>
-</table>
-<br/>
-<div class="b" style="border-width:.8pt;outline-offset:.8pt;outline-width:.8pt;">There should be a border around this text and a outline dotted border. There should be some gap between text border and outline dotted border.</div>
-<br/>
-<table class="b" style="border-width:1.3pt;outline-offset:1.3pt;outline-width:1.3pt;">
- <tr>
- <td>Table border and outline dotted border should present. There should be some gap between table border and outline dotted border.</td>
- </tr>
-</table>
-<br/>
-<div class="b" style="border-width:1.3pt;outline-offset:1.3pt;outline-width:1.3pt;">There should be a border around this text and a outline dotted border. There should be some gap between text border and outline dotted border.</div>
-<br/>
-<table class="b" style="border-width:1.5pt;outline-offset:1.5pt;outline-width:1.5pt;">
- <tr>
- <td>Table border and outline dotted border should present. There should be some gap between table border and outline dotted border.</td>
- </tr>
-</table>
-<br/>
-<div class="b" style="border-width:1.5pt;outline-offset:1.5pt;outline-width:1.5pt;">There should be a border around this text and a outline dotted border. There should be some gap between text border and outline dotted border.</div>
-<br/>
-<table class="b" style="border-width:1.7pt;outline-offset:1.7pt;outline-width:1.7pt;">
- <tr>
- <td>Table border and outline dotted border should present. There should be some gap between table border and outline dotted border.</td>
- </tr>
-</table>
-<br/>
-<div class="b" style="border-width:1.7pt;outline-offset:1.7pt;outline-width:1.7pt;">There should be a border around this text and a outline dotted border. There should be some gap between text border and outline dotted border.</div>
-<br/>
-<table border="1" style="border-spacing:.3pt;">
- <tr>
- <td>There are some gap between table border and cell border.</td>
- </tr>
-</table>
-<br/>
-<table border="1" style="border-spacing:.7pt;">
- <tr>
- <td>There are some gap between table border and cell border.</td>
- </tr>
-</table>
-<br/>
-<table border="1" style="border-spacing:.8pt;">
- <tr>
- <td>There are some gap between table border and cell border.</td>
- </tr>
-</table>
-<br/>
-<table border="1" style="border-spacing:1.3pt;">
- <tr>
- <td>There are some gap between table border and cell border.</td>
- </tr>
-</table>
-<br/>
-<table border="1" style="border-spacing:1.5pt;">
- <tr>
- <td>There are some gap between table border and cell border.</td>
- </tr>
-</table>
-<br/>
-<table border="1" style="border-spacing:1.7pt;">
- <tr>
- <td>There are some gap between table border and cell border.</td>
- </tr>
-</table>
-<br/>
-<div class="l" style="-webkit-column-rule-width:0.3pt;">Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line.</div>
-<br/>
-<div class="l" style="-webkit-column-rule-width:0.7pt;">Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line.</div>
-<br/>
-<div class="l" style="-webkit-column-rule-width:0.8pt;">Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line.</div>
-<br/>
-<div class="l" style="-webkit-column-rule-width:1.3pt;">Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line.</div>
-<br/>
-<div class="l" style="-webkit-column-rule-width:1.5pt;">Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line.</div>
-<br/>
-<div class="l" style="-webkit-column-rule-width:1.7pt;">Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line. Columns should be saperated with line.</div>
-</body>
-</html>
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (148058 => 148059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations 2013-04-09 22:52:04 UTC (rev 148058)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2013-04-09 22:55:47 UTC (rev 148059)
</span><span class="lines">@@ -1398,9 +1398,6 @@
</span><span class="cx"> webkit.org/b/114259 platform/gtk/accessibility/aria-slider-required-attributes.html [ Failure ]
</span><span class="cx"> webkit.org/b/114259 platform/gtk/accessibility/combo-box-collapsed-selection-changed.html [ Failure ]
</span><span class="cx">
</span><del>-# Needs rebaseline after bug https://bugs.webkit.org/show_bug.cgi?id=13709
-webkit.org/b/89315 tables/mozilla_expected_failures/bugs/bug89315.html [ Failure Rebaseline ]
-
</del><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests failing
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/TestExpectations (148058 => 148059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/TestExpectations 2013-04-09 22:52:04 UTC (rev 148058)
+++ trunk/LayoutTests/platform/mac/TestExpectations 2013-04-09 22:55:47 UTC (rev 148059)
</span><span class="lines">@@ -1493,7 +1493,3 @@
</span><span class="cx">
</span><span class="cx"> # New test failing, needs investigation.
</span><span class="cx"> webkit.org/b/103857 fast/events/mouse-cursor-change.html
</span><del>-
-# Needs rebaseline after bug https://bugs.webkit.org/show_bug.cgi?id=13709
-webkit.org/b/89315 tables/mozilla_expected_failures/bugs/bug89315.html [ Failure Rebaseline ]
-
</del></span></pre></div>
<a id="trunkLayoutTestsplatformqttablesmozilla_expected_failuresbugsbug89315expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformqttablesmozilla_expected_failuresbugsbug89315expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.txt (148058 => 148059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.txt 2013-04-09 22:52:04 UTC (rev 148058)
+++ trunk/LayoutTests/platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.txt 2013-04-09 22:55:47 UTC (rev 148059)
</span><span class="lines">@@ -1,3596 +1,3596 @@
</span><del>-layer at (0,0) size 785x4402
</del><ins>+layer at (0,0) size 785x4341
</ins><span class="cx"> RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x4402
- RenderBlock {HTML} at (0,0) size 785x4402
- RenderBody {BODY} at (8,8) size 769x4386
- RenderBlock {DIV} at (0,0) size 769x4371
</del><ins>+layer at (0,0) size 785x4341
+ RenderBlock {HTML} at (0,0) size 785x4341
+ RenderBody {BODY} at (8,8) size 769x4325
+ RenderBlock {DIV} at (0,0) size 769x4310
</ins><span class="cx"> RenderBlock (anonymous) at (0,0) size 769x19
</span><span class="cx"> RenderText {#text} at (0,0) size 4x19
</span><span class="cx"> text run at (0,0) width 4: " "
</span><del>- RenderTable {TABLE} at (67,19) size 473x4307 [border: none]
- RenderTableSection {TBODY} at (0,0) size 472x4306
- 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
</del><ins>+ RenderTable {TABLE} at (67,19) size 473x4246
+ RenderTableSection {TBODY} at (0,0) size 473x4246
+ 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
</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 (8,1) size 457x21
</del><ins>+ RenderBlock {P} at (7,0) size 459x21
</ins><span class="cx"> RenderInline {B} at (0,0) size 405x15
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 405x15
</span><span class="cx"> RenderInline {FONT} at (0,0) size 405x21 [color=#008080]
</span><del>- RenderText {#text} at (26,0) size 405x21
- text run at (26,0) width 190: "Radio Channel usage at "
- text run at (216,0) width 215: "Bayside. Rev date 6-25-01"
- RenderBlock {P} at (8,22) size 457x0
</del><ins>+ RenderText {#text} at (27,0) size 405x21
+ text run at (27,0) width 190: "Radio Channel usage at "
+ text run at (217,0) width 215: "Bayside. Rev date 6-25-01"
+ RenderBlock {P} at (7,21) size 459x0
</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 472x37
- RenderTableCell {TD} at (0,22) size 98x37 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
- RenderInline {B} at (0,0) size 55x37
- RenderInline {SPAN} at (0,0) size 55x36
- RenderText {#text} at (22,1) size 55x36
- text run at (22,1) width 55: "Channel"
- text run at (24,19) width 51: "number"
</del><ins>+ RenderTableRow {TR} at (0,21) size 473x36
+ RenderTableCell {TD} at (0,21) size 98x36 [r=1 c=0 rs=1 cs=1]
+ RenderInline {B} at (0,0) size 54x37
+ RenderInline {SPAN} at (0,0) size 54x36
+ RenderText {#text} at (22,0) size 54x36
+ text run at (22,0) width 54: "Channel"
+ text run at (24,18) width 50: "number"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (98,22) size 170x19 [border: (1px solid #000000) (1px none #808080)] [r=1 c=1 rs=1 cs=1]
- RenderInline {B} at (0,0) size 97x19
- RenderInline {SPAN} at (0,0) size 97x18
- RenderText {#text} at (37,1) size 97x18
- text run at (37,1) width 97: "Member name"
</del><ins>+ RenderTableCell {TD} at (98,21) size 170x18 [r=1 c=1 rs=1 cs=1]
+ RenderInline {B} at (0,0) size 96x19
+ RenderInline {SPAN} at (0,0) size 96x18
+ RenderText {#text} at (37,0) size 96x18
+ text run at (37,0) width 96: "Member name"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (268,22) size 99x37 [border: (1px solid #000000) (1px none #808080)] [r=1 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x18
- RenderInline {B} at (0,0) size 46x15
- RenderInline {SPAN} at (0,0) size 46x18
- RenderText {#text} at (19,0) size 46x18
- text run at (19,0) width 46: "Proper"
- RenderInline {SPAN} at (0,0) size 1x18
- RenderInline {O:P} at (0,0) size 1x18
- RenderBlock {P} at (8,19) size 84x18
- RenderInline {B} at (0,0) size 36x15
- RenderInline {SPAN} at (0,0) size 36x18
- RenderText {#text} at (24,0) size 36x18
- text run at (24,0) width 36: "Plane"
- RenderTableCell {TD} at (367,22) size 105x37 [border: (1px solid #000000) (1px none #808080)] [r=1 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x18
</del><ins>+ RenderTableCell {TD} at (268,21) size 99x36 [r=1 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x18
+ 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: "Proper"
+ RenderInline {SPAN} at (0,0) size 0x18
+ RenderInline {O:P} at (0,0) size 0x18
+ RenderBlock {P} at (7,18) size 85x18
+ RenderInline {B} at (0,0) size 37x15
+ RenderInline {SPAN} at (0,0) size 37x18
+ RenderText {#text} at (24,0) size 37x18
+ text run at (24,0) width 37: "Plane"
+ RenderTableCell {TD} at (367,21) size 106x36 [r=1 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x18
</ins><span class="cx"> RenderInline {B} at (0,0) size 70x15
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 70x18
</span><del>- RenderText {#text} at (10,0) size 70x18
- text run at (10,0) width 70: "Helicopter"
</del><ins>+ RenderText {#text} at (11,0) size 70x18
+ text run at (11,0) width 70: "Helicopter"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x18
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x18
</span><del>- RenderBlock {P} at (8,19) size 90x18
</del><ins>+ RenderBlock {P} at (7,18) size 92x18
</ins><span class="cx"> RenderInline {B} at (0,0) size 50x15
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 50x18
</span><del>- RenderText {#text} at (20,0) size 50x18
- text run at (20,0) width 50: "thingy.-"
- RenderTableRow {TR} at (0,59) size 472x31
- RenderTableCell {TD} at (0,59) size 98x16 [border: (1px none #808080) none] [r=2 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "00"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,59) size 170x31 [border: (1px none #808080) none (1px none #808080)] [r=2 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderText {#text} at (21,0) size 50x18
+ text run at (21,0) width 50: "thingy.-"
+ RenderTableRow {TR} at (0,57) size 473x30
+ RenderTableCell {TD} at (0,57) size 98x15 [r=2 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "00"
+ RenderInline {SPAN} at (0,0) size 0x15
+ RenderInline {O:P} at (0,0) size 0x15
+ RenderTableCell {TD} at (98,57) size 170x30 [r=2 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 54x15
</span><span class="cx"> text run at (0,0) width 54: "Paul Scott"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 90x15
</span><span class="cx"> text run at (0,0) width 90: "Donald Carvalho"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,59) size 99x16 [border: (1px none #808080) none (1px none #808080)] [r=2 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (268,57) size 99x15 [r=2 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,57) size 106x15 [r=2 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,59) size 105x16 [border: (1px none #808080) none (1px none #808080)] [r=2 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,87) size 473x15
+ RenderTableCell {TD} at (0,87) size 98x15 [r=3 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "01"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,90) size 472x16
- RenderTableCell {TD} at (0,90) size 98x16 [border: (1px none #808080) none] [r=3 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "01"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,90) size 170x16 [border: (1px none #808080) none (1px none #808080)] [r=3 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,87) size 170x15 [r=3 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 54x15
</span><span class="cx"> text run at (0,0) width 54: "Paul Scott"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,90) size 99x16 [border: (1px none #808080) none (1px none #808080)] [r=3 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (268,87) size 99x15 [r=3 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,87) size 106x15 [r=3 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,90) size 105x16 [border: (1px none #808080) none (1px none #808080)] [r=3 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,106) size 472x20
- RenderTableCell {TD} at (0,106) size 98x16 [border: (1px none #808080) none] [r=4 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderInline {FONT} at (0,0) size 13x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "02"
</del><ins>+ RenderTableRow {TR} at (0,102) size 473x19
+ RenderTableCell {TD} at (0,102) size 98x15 [r=4 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderInline {FONT} at (0,0) size 12x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "02"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (98,106) size 170x16 [border: (1px none #808080) none (1px none #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+ RenderTableCell {TD} at (98,102) size 170x15 [r=4 c=1 rs=1 cs=1]
</ins><span class="cx"> RenderInline {FONT} at (0,0) size 55x15
</span><del>- RenderText {#text} at (8,1) size 55x15
- text run at (8,1) width 55: "Don Coon"
</del><ins>+ RenderText {#text} at (7,0) size 55x15
+ text run at (7,0) width 55: "Don Coon"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (268,106) size 99x20 [border: (1px none #808080) none (1px none #808080)] [r=4 c=2 rs=1 cs=1]
- RenderText {#text} at (8,1) size 4x19
- text run at (8,1) width 4: " "
- RenderTableCell {TD} at (367,106) size 105x20 [border: (1px none #808080) none (1px none #808080)] [r=4 c=3 rs=1 cs=1]
- RenderText {#text} at (8,1) size 4x19
- text run at (8,1) width 4: " "
- RenderTableRow {TR} at (0,126) size 472x31
- RenderTableCell {TD} at (0,126) size 98x16 [border: (1px none #808080) none] [r=5 c=0 rs=1 cs=1]
- RenderInline {FONT} at (0,0) size 13x15
- RenderText {#text} at (43,1) size 13x15
- text run at (43,1) width 13: "05"
</del><ins>+ RenderTableCell {TD} at (268,102) size 99x19 [r=4 c=2 rs=1 cs=1]
+ RenderText {#text} at (7,0) size 4x19
+ text run at (7,0) width 4: " "
+ RenderTableCell {TD} at (367,102) size 106x19 [r=4 c=3 rs=1 cs=1]
+ RenderText {#text} at (7,0) size 4x19
+ text run at (7,0) width 4: " "
+ RenderTableRow {TR} at (0,121) size 473x30
+ RenderTableCell {TD} at (0,121) size 98x15 [r=5 c=0 rs=1 cs=1]
+ RenderInline {FONT} at (0,0) size 12x15
+ RenderText {#text} at (43,0) size 12x15
+ text run at (43,0) width 12: "05"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (98,126) size 170x31 [border: (1px none #808080) none (1px none #808080)] [r=5 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,121) size 170x30 [r=5 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</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: "Paul Scott"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderInline {FONT} at (0,0) size 47x15
</span><span class="cx"> RenderText {#text} at (0,0) size 47x15
</span><span class="cx"> text run at (0,0) width 47: "Bill Hunt"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,126) size 99x16 [border: (1px none #808080) none (1px none #808080)] [r=5 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderInline {FONT} at (0,0) size 16x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableCell {TD} at (367,126) size 105x16 [border: (1px none #808080) none (1px none #808080)] [r=5 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
</del><ins>+ RenderTableCell {TD} at (268,121) size 99x15 [r=5 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderInline {FONT} at (0,0) size 17x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,121) size 106x15 [r=5 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
</ins><span class="cx"> RenderInline {FONT} at (0,0) size 20x15
</span><del>- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,157) size 472x31
- RenderTableCell {TD} at (0,157) size 98x16 [border: (1px none #808080) none] [r=6 c=0 rs=1 cs=1]
- RenderInline {FONT} at (0,0) size 13x15
- RenderText {#text} at (43,1) size 13x15
- text run at (43,1) width 13: "06"
</del><ins>+ RenderTableRow {TR} at (0,151) size 473x30
+ RenderTableCell {TD} at (0,151) size 98x15 [r=6 c=0 rs=1 cs=1]
+ RenderInline {FONT} at (0,0) size 12x15
+ RenderText {#text} at (43,0) size 12x15
+ text run at (43,0) width 12: "06"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (98,157) size 170x31 [border: (1px none #808080) none (1px none #808080)] [r=6 c=1 rs=1 cs=1]
</del><ins>+ RenderTableCell {TD} at (98,151) size 170x30 [r=6 c=1 rs=1 cs=1]
</ins><span class="cx"> RenderInline {FONT} at (0,0) size 128x30
</span><del>- RenderText {#text} at (8,1) size 128x30
- text run at (8,1) width 128: "Gene Pheiffer "
- text run at (8,16) width 81: "Alberto Lanzas"
</del><ins>+ RenderText {#text} at (7,0) size 128x30
+ text run at (7,0) width 128: "Gene Pheiffer "
+ text run at (7,15) width 81: "Alberto Lanzas"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (268,157) size 99x31 [border: (1px none #808080) none (1px none #808080)] [r=6 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderTableCell {TD} at (367,157) size 105x31 [border: (1px none #808080) none (1px none #808080)] [r=6 c=3 rs=1 cs=1]
- RenderBlock (anonymous) at (8,1) size 90x15
</del><ins>+ RenderTableCell {TD} at (268,151) size 99x30 [r=6 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderTableCell {TD} at (367,151) size 106x30 [r=6 c=3 rs=1 cs=1]
+ RenderBlock (anonymous) at (7,0) size 92x15
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 16x19
</span><span class="cx"> RenderInline {FONT} at (0,0) size 16x15
</span><del>- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderTableRow {TR} at (0,188) size 472x16
- RenderTableCell {TD} at (0,188) size 98x16 [border: (1px none #808080) none] [r=7 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderInline {FONT} at (0,0) size 13x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "07"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderTableRow {TR} at (0,181) size 473x15
+ RenderTableCell {TD} at (0,181) size 98x15 [r=7 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderInline {FONT} at (0,0) size 12x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "07"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (98,188) size 170x16 [border: (1px none #808080) none (1px none #808080)] [r=7 c=1 rs=1 cs=1]
</del><ins>+ RenderTableCell {TD} at (98,181) size 170x15 [r=7 c=1 rs=1 cs=1]
</ins><span class="cx"> RenderInline {FONT} at (0,0) size 47x15
</span><del>- RenderText {#text} at (8,1) size 47x15
- text run at (8,1) width 47: "Phil Cole"
</del><ins>+ RenderText {#text} at (7,0) size 47x15
+ text run at (7,0) width 47: "Phil Cole"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (268,188) size 99x16 [border: (1px none #808080) none (1px none #808080)] [r=7 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderInline {FONT} at (0,0) size 20x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,181) size 99x15 [r=7 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderInline {FONT} at (0,0) size 21x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (367,188) size 105x16 [border: (1px none #808080) none (1px none #808080)] [r=7 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
</del><ins>+ RenderTableCell {TD} at (367,181) size 106x15 [r=7 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
</ins><span class="cx"> RenderInline {FONT} at (0,0) size 20x15
</span><del>- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableRow {TR} at (0,204) size 472x31
- RenderTableCell {TD} at (0,204) size 98x16 [border: (1px none #808080) none] [r=8 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "08"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,204) size 170x31 [border: (1px none #808080) none (1px none #808080)] [r=8 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableRow {TR} at (0,196) size 473x30
+ RenderTableCell {TD} at (0,196) size 98x15 [r=8 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "08"
+ RenderInline {SPAN} at (0,0) size 0x15
+ RenderInline {O:P} at (0,0) size 0x15
+ RenderTableCell {TD} at (98,196) size 170x30 [r=8 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 54x15
</span><span class="cx"> text run at (0,0) width 54: "Paul Scott"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 71x15
</span><span class="cx"> text run at (0,0) width 71: "Gene Pheiffer"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,204) size 99x31 [border: (1px none #808080) none (1px none #808080)] [r=8 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,196) size 99x30 [r=8 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,196) size 106x30 [r=8 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,204) size 105x31 [border: (1px none #808080) none (1px none #808080)] [r=8 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,235) size 472x46
- RenderTableCell {TD} at (0,235) size 98x16 [border: (1px none #808080) none] [r=9 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (4,0) size 75x15
- text run at (4,0) width 75: "Programmable"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableCell {TD} at (98,235) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=9 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableRow {TR} at (0,226) size 473x45
+ RenderTableCell {TD} at (0,226) size 98x15 [r=9 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (4,0) size 76x15
+ text run at (4,0) width 76: "Programmable"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (98,226) size 170x45 [r=9 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 103x15
</span><span class="cx"> text run at (0,0) width 103: "Richard Pevehouse"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 60x15
</span><span class="cx"> text run at (0,0) width 60: "Gary Heath"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 63x15
</span><span class="cx"> text run at (0,0) width 63: "Scott Hersh"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,235) size 99x31 [border: (1px none #808080) none (1px none #808080)] [r=9 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,226) size 99x30 [r=9 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,226) size 106x30 [r=9 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,235) size 105x31 [border: (1px none #808080) none (1px none #808080)] [r=9 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,271) size 473x105
+ RenderTableCell {TD} at (0,271) size 98x15 [r=10 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "11"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,281) size 472x106
- RenderTableCell {TD} at (0,281) size 98x16 [border: (1px none #808080) none] [r=10 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "11"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,281) size 170x106 [border: (1px none #808080) none (1px none #808080)] [r=10 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,271) size 170x105 [r=10 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 78x15
</span><span class="cx"> text run at (0,0) width 78: "George Cowan"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 70x15
</span><span class="cx"> text run at (0,0) width 70: "Rick Klement"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 79x15
</span><span class="cx"> text run at (0,0) width 79: "John Mathews"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 53x15
</span><span class="cx"> text run at (0,0) width 53: "Ed Cypret"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 81x15
</span><span class="cx"> text run at (0,0) width 81: "John Chamorro"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 83x15
</span><span class="cx"> text run at (0,0) width 83: "John Yearwood"
</span><del>- RenderBlock {P} at (8,91) size 155x15
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 88x15
</span><span class="cx"> text run at (0,0) width 88: "Jason Anderson"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,281) size 99x106 [border: (1px none #808080) none (1px none #808080)] [r=10 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,271) size 99x105 [r=10 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,271) size 106x105 [r=10 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,281) size 105x106 [border: (1px none #808080) none (1px none #808080)] [r=10 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,376) size 473x75
+ RenderTableCell {TD} at (0,376) size 98x15 [r=11 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "12"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,387) size 472x76
- RenderTableCell {TD} at (0,387) size 98x16 [border: (1px none #808080) none] [r=11 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "12"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,387) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=11 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,376) size 170x75 [r=11 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 70x15
</span><span class="cx"> text run at (0,0) width 70: "Rick Klement"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 82x15
</span><span class="cx"> text run at (0,0) width 82: "George Coward"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 81x15
</span><span class="cx"> text run at (0,0) width 81: "Gerald Cardinal"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 69x15
</span><span class="cx"> text run at (0,0) width 69: "Brock Brown"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 93x15
</span><span class="cx"> text run at (0,0) width 93: "Ellsworth Crowell"
</span><del>- RenderTableCell {TD} at (268,387) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=11 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,376) size 99x75 [r=11 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,376) size 106x75 [r=11 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,387) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=11 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,451) size 473x60
+ RenderTableCell {TD} at (0,451) size 98x15 [r=12 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "13"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,463) size 472x61
- RenderTableCell {TD} at (0,463) size 98x16 [border: (1px none #808080) none] [r=12 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "13"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,463) size 170x61 [border: (1px none #808080) none (1px none #808080)] [r=12 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,451) size 170x60 [r=12 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 62x15
</span><span class="cx"> text run at (0,0) width 62: " Oliver Baer"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 58x15
</span><span class="cx"> text run at (0,0) width 58: "Joe Araujo"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 70x15
</span><span class="cx"> text run at (0,0) width 70: "Jim Mirowski"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 63x15
</span><span class="cx"> text run at (0,0) width 63: "Scott Hersh"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,463) size 99x61 [border: (1px none #808080) none (1px none #808080)] [r=12 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (30,0) size 24x15
- text run at (30,0) width 24: " Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,451) size 99x60 [r=12 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (31,0) size 23x15
+ text run at (31,0) width 23: " Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,451) size 106x60 [r=12 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: " No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,463) size 105x61 [border: (1px none #808080) none (1px none #808080)] [r=12 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: " No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,511) size 473x45
+ RenderTableCell {TD} at (0,511) size 98x15 [r=13 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "14"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,524) size 472x46
- RenderTableCell {TD} at (0,524) size 98x16 [border: (1px none #808080) none] [r=13 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "14"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,524) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=13 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,511) size 170x45 [r=13 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 61x15
</span><span class="cx"> text run at (0,0) width 61: " Joe Araujo"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 68x15
</span><span class="cx"> text run at (0,0) width 68: "Steve Gilbert"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 74x15
</span><span class="cx"> text run at (0,0) width 74: "Gary Williams"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,524) size 99x31 [border: (1px none #808080) none (1px none #808080)] [r=13 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,511) size 99x30 [r=13 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,511) size 106x30 [r=13 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,524) size 105x31 [border: (1px none #808080) none (1px none #808080)] [r=13 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,556) size 473x75
+ RenderTableCell {TD} at (0,556) size 98x15 [r=14 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "15"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,570) size 472x76
- RenderTableCell {TD} at (0,570) size 98x16 [border: (1px none #808080) none] [r=14 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "15"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,570) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=14 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,556) size 170x75 [r=14 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 62x15
</span><span class="cx"> text run at (0,0) width 62: " Oliver Baer"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 51x15
</span><span class="cx"> text run at (0,0) width 51: "Joe Smith"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 55x15
</span><span class="cx"> text run at (0,0) width 55: "John Paye"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 83x15
</span><span class="cx"> text run at (0,0) width 83: "John Yearwood"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 68x15
</span><span class="cx"> text run at (0,0) width 68: "Harald Close"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,570) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=14 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (30,0) size 24x15
- text run at (30,0) width 24: " Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,556) size 99x75 [r=14 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (31,0) size 23x15
+ text run at (31,0) width 23: " Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,556) size 106x75 [r=14 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: " No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,570) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=14 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: " No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,631) size 473x30
+ RenderTableCell {TD} at (0,631) size 98x15 [r=15 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "16"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,646) size 472x31
- RenderTableCell {TD} at (0,646) size 98x16 [border: (1px none #808080) none] [r=15 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "16"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,646) size 170x31 [border: (1px none #808080) none (1px none #808080)] [r=15 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,631) size 170x30 [r=15 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 82x15
</span><span class="cx"> text run at (0,0) width 82: " James Haladus"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 51x15
</span><span class="cx"> text run at (0,0) width 51: "Joe Smith"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,646) size 99x16 [border: (1px none #808080) none (1px none #808080)] [r=15 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (30,0) size 24x15
- text run at (30,0) width 24: " Yes"
</del><ins>+ RenderTableCell {TD} at (268,631) size 99x15 [r=15 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (31,0) size 23x15
+ text run at (31,0) width 23: " Yes"
+ RenderInline {SPAN} at (0,0) size 0x15
+ RenderInline {O:P} at (0,0) size 0x15
+ RenderTableCell {TD} at (367,631) size 106x15 [r=15 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: " No"
</ins><span class="cx"> 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,646) size 105x16 [border: (1px none #808080) none (1px none #808080)] [r=15 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: " No"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableRow {TR} at (0,677) size 472x76
- RenderTableCell {TD} at (0,677) size 98x16 [border: (1px none #808080) none] [r=16 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "17"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,677) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=16 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableRow {TR} at (0,661) size 473x75
+ RenderTableCell {TD} at (0,661) size 98x15 [r=16 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "17"
+ RenderInline {SPAN} at (0,0) size 0x15
+ RenderInline {O:P} at (0,0) size 0x15
+ RenderTableCell {TD} at (98,661) size 170x75 [r=16 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 59x15
</span><span class="cx"> text run at (0,0) width 59: "Doug Field"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 65x15
</span><span class="cx"> text run at (0,0) width 65: "Dave Neves"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 59x15
</span><span class="cx"> text run at (0,0) width 59: "Oliver Baer"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 58x15
</span><span class="cx"> text run at (0,0) width 58: "John Todd"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 98x15
</span><span class="cx"> text run at (0,0) width 98: "Dave Christiansen"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,677) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=16 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,661) size 99x75 [r=16 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,661) size 106x75 [r=16 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,677) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=16 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,736) size 473x105
+ RenderTableCell {TD} at (0,736) size 98x15 [r=17 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "18"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,753) size 472x106
- RenderTableCell {TD} at (0,753) size 98x16 [border: (1px none #808080) none] [r=17 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "18"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,753) size 170x106 [border: (1px none #808080) none (1px none #808080)] [r=17 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,736) size 170x105 [r=17 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 78x15
</span><span class="cx"> text run at (0,0) width 78: "Robert Barnett"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 72x15
</span><span class="cx"> text run at (0,0) width 72: "Jim Mahoney"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 78x15
</span><span class="cx"> text run at (0,0) width 78: "Dave Marshall"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 81x15
</span><span class="cx"> text run at (0,0) width 81: "Gerald Cardinal"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 100x15
</span><span class="cx"> text run at (0,0) width 100: "Dan & Will Sievert"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 93x15
</span><span class="cx"> text run at (0,0) width 93: "Ellsworth Crowell"
</span><del>- RenderBlock {P} at (8,91) size 155x15
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 55x15
</span><span class="cx"> text run at (0,0) width 55: "Jim Colvin"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,753) size 99x91 [border: (1px none #808080) none (1px none #808080)] [r=17 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,736) size 99x90 [r=17 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,736) size 106x90 [r=17 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,753) size 105x91 [border: (1px none #808080) none (1px none #808080)] [r=17 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,841) size 473x60
+ RenderTableCell {TD} at (0,841) size 98x15 [r=18 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "19"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,859) size 472x61
- RenderTableCell {TD} at (0,859) size 98x16 [border: (1px none #808080) none] [r=18 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "19"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,859) size 170x61 [border: (1px none #808080) none (1px none #808080)] [r=18 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,841) size 170x60 [r=18 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</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 39: "Noriya "
</span><span class="cx"> text run at (39,0) width 26: "Kato"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 58x15
</span><span class="cx"> text run at (0,0) width 58: "John Todd"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 70x15
</span><span class="cx"> text run at (0,0) width 70: "James Brown"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 84x15
</span><span class="cx"> text run at (0,0) width 84: "Mike Anderson"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,859) size 99x61 [border: (1px none #808080) none (1px none #808080)] [r=18 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderInline {SPAN} at (0,0) size 20x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,31) size 84x15
- RenderInline {SPAN} at (0,0) size 20x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderInline {SPAN} at (0,0) size 20x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableCell {TD} at (367,859) size 105x61 [border: (1px none #808080) none (1px none #808080)] [r=18 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
</del><ins>+ RenderTableCell {TD} at (268,841) size 99x60 [r=18 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderInline {SPAN} at (0,0) size 21x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,30) size 85x15
+ RenderInline {SPAN} at (0,0) size 21x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderInline {SPAN} at (0,0) size 21x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,841) size 106x60 [r=18 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 16x15
</span><del>- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,31) size 90x15
</del><ins>+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,30) size 92x15
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 16x15
</span><del>- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
</del><ins>+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 16x15
</span><del>- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,920) size 472x46
- RenderTableCell {TD} at (0,920) size 98x16 [border: (1px none #808080) none] [r=19 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "20"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,920) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=19 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableRow {TR} at (0,901) size 473x45
+ RenderTableCell {TD} at (0,901) size 98x15 [r=19 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "20"
+ RenderInline {SPAN} at (0,0) size 0x15
+ RenderInline {O:P} at (0,0) size 0x15
+ RenderTableCell {TD} at (98,901) size 170x45 [r=19 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><span class="cx"> text run at (0,0) width 66: "Bill Johnson"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 84x15
</span><span class="cx"> text run at (0,0) width 84: "Dominic Bayani"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 65x15
</span><span class="cx"> text run at (0,0) width 65: "Rick Latham"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,920) size 99x46 [border: (1px none #808080) none (1px none #808080)] [r=19 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,901) size 99x45 [r=19 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,901) size 106x45 [r=19 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,920) size 105x46 [border: (1px none #808080) none (1px none #808080)] [r=19 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,946) size 473x15
+ RenderTableCell {TD} at (0,946) size 98x15 [r=20 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "21"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,966) size 472x16
- RenderTableCell {TD} at (0,966) size 98x16 [border: (1px none #808080) none] [r=20 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "21"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,966) size 170x16 [border: (1px none #808080) none (1px none #808080)] [r=20 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,946) size 170x15 [r=20 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 62x15
</span><span class="cx"> text run at (0,0) width 62: " Simon Tam"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,966) size 99x16 [border: (1px none #808080) none (1px none #808080)] [r=20 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
</del><ins>+ RenderTableCell {TD} at (268,946) size 99x15 [r=20 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderInline {SPAN} at (0,0) size 0x15
+ RenderInline {O:P} at (0,0) size 0x15
+ RenderTableCell {TD} at (367,946) size 106x15 [r=20 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
</ins><span class="cx"> 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,966) size 105x16 [border: (1px none #808080) none (1px none #808080)] [r=20 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableRow {TR} at (0,982) size 472x76
- RenderTableCell {TD} at (0,982) size 98x16 [border: (1px none #808080) none] [r=21 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "22"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,982) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=21 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableRow {TR} at (0,961) size 473x75
+ RenderTableCell {TD} at (0,961) size 98x15 [r=21 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "22"
+ RenderInline {SPAN} at (0,0) size 0x15
+ RenderInline {O:P} at (0,0) size 0x15
+ RenderTableCell {TD} at (98,961) size 170x75 [r=21 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 65x15
</span><span class="cx"> text run at (0,0) width 65: "Dave Neves"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 89x15
</span><span class="cx"> text run at (0,0) width 89: "Grant Sanderson"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 84x15
</span><span class="cx"> text run at (0,0) width 84: "Maurice Burton"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 110x15
</span><span class="cx"> text run at (0,0) width 110: "Mike Gilmartin ?????"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><span class="cx"> text run at (0,0) width 66: "Chris Walsh"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,982) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=21 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,961) size 99x75 [r=21 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,961) size 106x75 [r=21 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,982) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=21 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,1036) size 473x75
+ RenderTableCell {TD} at (0,1036) size 98x15 [r=22 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "23"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,1058) size 472x76
- RenderTableCell {TD} at (0,1058) size 98x16 [border: (1px none #808080) none] [r=22 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "23"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,1058) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=22 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,1036) size 170x75 [r=22 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 65x15
</span><span class="cx"> text run at (0,0) width 65: "Dave Neves"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 84x15
</span><span class="cx"> text run at (0,0) width 84: "Maurice Burton"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 59x15
</span><span class="cx"> text run at (0,0) width 59: "Oliver Baer"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 58x15
</span><span class="cx"> text run at (0,0) width 58: "John Todd"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 64x15
</span><span class="cx"> text run at (0,0) width 64: "Rich Saunef"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1058) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=22 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,1036) size 99x75 [r=22 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1036) size 106x75 [r=22 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1058) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=22 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,1111) size 473x75
+ RenderTableCell {TD} at (0,1111) size 98x15 [r=23 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "24"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,1134) size 472x76
- RenderTableCell {TD} at (0,1134) size 98x16 [border: (1px none #808080) none] [r=23 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "24"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,1134) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=23 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,1111) size 170x75 [r=23 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 65x15
</span><span class="cx"> text run at (0,0) width 65: " Dan Sievert"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 60x15
</span><span class="cx"> text run at (0,0) width 60: "Jerry Davis"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 63x15
</span><span class="cx"> text run at (0,0) width 63: "Scott Hersh"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 46x15
</span><span class="cx"> text run at (0,0) width 46: "Rick Bell"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 53x15
</span><span class="cx"> text run at (0,0) width 53: "Eric Shum"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1134) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=23 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (30,0) size 24x15
- text run at (30,0) width 24: " Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,1111) size 99x75 [r=23 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (31,0) size 23x15
+ text run at (31,0) width 23: " Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1111) size 106x75 [r=23 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: " No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1134) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=23 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: " No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,1186) size 473x30
+ RenderTableCell {TD} at (0,1186) size 98x15 [r=24 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "25"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,1210) size 472x31
- RenderTableCell {TD} at (0,1210) size 98x16 [border: (1px none #808080) none] [r=24 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "25"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,1210) size 170x31 [border: (1px none #808080) none (1px none #808080)] [r=24 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,1186) size 170x30 [r=24 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 70x15
</span><span class="cx"> text run at (0,0) width 70: "James Davey"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 90x15
</span><span class="cx"> text run at (0,0) width 90: "Ruenjoe (Joe) Lu"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1210) size 99x16 [border: (1px none #808080) none (1px none #808080)] [r=24 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,1186) size 99x15 [r=24 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1186) size 106x15 [r=24 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1210) size 105x16 [border: (1px none #808080) none (1px none #808080)] [r=24 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,1216) size 473x150
+ RenderTableCell {TD} at (0,1216) size 98x15 [r=25 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "26"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,1241) size 472x151
- RenderTableCell {TD} at (0,1241) size 98x16 [border: (1px none #808080) none] [r=25 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "26"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,1241) size 170x151 [border: (1px none #808080) none (1px none #808080)] [r=25 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,1216) size 170x150 [r=25 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 86x15
</span><span class="cx"> text run at (0,0) width 86: "Alan Littlewood"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 71x15
</span><span class="cx"> text run at (0,0) width 71: "Darren Braun"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 59x15
</span><span class="cx"> text run at (0,0) width 59: "Simon Tam"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 74x15
</span><span class="cx"> text run at (0,0) width 74: "Chuck Pringle"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 88x15
</span><span class="cx"> text run at (0,0) width 88: "Gary Pendergras"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 78x15
</span><span class="cx"> text run at (0,0) width 78: "Peter Mazanec"
</span><del>- RenderBlock {P} at (8,91) size 155x15
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 78x15
</span><span class="cx"> text run at (0,0) width 78: "Harry Imamura"
</span><del>- RenderBlock {P} at (8,106) size 155x15
</del><ins>+ RenderBlock {P} at (7,105) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 58x15
</span><span class="cx"> text run at (0,0) width 58: "Joe Araujo"
</span><del>- RenderBlock {P} at (8,121) size 155x15
</del><ins>+ RenderBlock {P} at (7,120) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 74x15
</span><span class="cx"> text run at (0,0) width 74: "Gary Williams"
</span><del>- RenderBlock {P} at (8,136) size 155x15
</del><ins>+ RenderBlock {P} at (7,135) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 86x15
</span><span class="cx"> text run at (0,0) width 86: "Jack Goodfriend"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1241) size 99x106 [border: (1px none #808080) none (1px none #808080)] [r=25 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,1216) size 99x105 [r=25 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1216) size 106x105 [r=25 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1241) size 105x106 [border: (1px none #808080) none (1px none #808080)] [r=25 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,1366) size 473x90
+ RenderTableCell {TD} at (0,1366) size 98x15 [r=26 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "27"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,1392) size 472x91
- RenderTableCell {TD} at (0,1392) size 98x16 [border: (1px none #808080) none] [r=26 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "27"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,1392) size 170x91 [border: (1px none #808080) none (1px none #808080)] [r=26 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,1366) size 170x90 [r=26 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 71x15
</span><span class="cx"> text run at (0,0) width 71: "Darren Braun"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 90x15
</span><span class="cx"> text run at (0,0) width 90: "Ian + Brad Carter"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 73x15
</span><span class="cx"> text run at (0,0) width 73: "Pete Peterson"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 81x15
</span><span class="cx"> text run at (0,0) width 81: "John Chamorro"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 65x15
</span><span class="cx"> text run at (0,0) width 65: "Ali Erdengiz"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 55x15
</span><span class="cx"> text run at (0,0) width 55: "Saibal Sen"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1392) size 99x91 [border: (1px none #808080) none (1px none #808080)] [r=26 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,1366) size 99x90 [r=26 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1366) size 106x90 [r=26 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1392) size 105x91 [border: (1px none #808080) none (1px none #808080)] [r=26 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,1456) size 473x135
+ RenderTableCell {TD} at (0,1456) size 98x15 [r=27 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "28"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,1483) size 472x136
- RenderTableCell {TD} at (0,1483) size 98x16 [border: (1px none #808080) none] [r=27 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "28"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,1483) size 170x136 [border: (1px none #808080) none (1px none #808080)] [r=27 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,1456) size 170x135 [r=27 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 92x15
</span><span class="cx"> text run at (0,0) width 92: "Zak + Mike West"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 65x15
</span><span class="cx"> text run at (0,0) width 65: "Dave Neves"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 75x15
</span><span class="cx"> text run at (0,0) width 75: "Richard Green"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 67x15
</span><span class="cx"> text run at (0,0) width 67: "Javier Flores"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 81x15
</span><span class="cx"> text run at (0,0) width 81: "Gerald Cardinal"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 62x15
</span><span class="cx"> text run at (0,0) width 62: "Dan Sievert"
</span><del>- RenderBlock {P} at (8,91) size 155x15
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 65x15
</span><span class="cx"> text run at (0,0) width 65: "Ali Erdengiz"
</span><del>- RenderBlock {P} at (8,106) size 155x15
</del><ins>+ RenderBlock {P} at (7,105) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 62x15
</span><span class="cx"> text run at (0,0) width 62: "Paul Walter"
</span><del>- RenderBlock {P} at (8,121) size 155x15
</del><ins>+ RenderBlock {P} at (7,120) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 60x15
</span><span class="cx"> text run at (0,0) width 60: "Jerry Davis"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1483) size 99x136 [border: (1px none #808080) none (1px none #808080)] [r=27 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,1456) size 99x135 [r=27 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,105) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,120) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1456) size 106x135 [r=27 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,106) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,121) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,105) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,120) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1483) size 105x136 [border: (1px none #808080) none (1px none #808080)] [r=27 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,1591) size 473x45
+ RenderTableCell {TD} at (0,1591) size 98x15 [r=28 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "29"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,106) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,121) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,1619) size 472x46
- RenderTableCell {TD} at (0,1619) size 98x16 [border: (1px none #808080) none] [r=28 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "29"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,1619) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=28 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,1591) size 170x45 [r=28 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 67x15
</span><span class="cx"> text run at (0,0) width 67: "Javier Flores"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><span class="cx"> text run at (0,0) width 66: "Bill Johnson"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 58x15
</span><span class="cx"> text run at (0,0) width 58: "John Todd"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1619) size 99x31 [border: (1px none #808080) none (1px none #808080)] [r=28 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,1591) size 99x30 [r=28 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1591) size 106x30 [r=28 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1619) size 105x31 [border: (1px none #808080) none (1px none #808080)] [r=28 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,1636) size 473x105
+ RenderTableCell {TD} at (0,1636) size 98x15 [r=29 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "30"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,1665) size 472x106
- RenderTableCell {TD} at (0,1665) size 98x16 [border: (1px none #808080) none] [r=29 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "30"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,1665) size 170x106 [border: (1px none #808080) none (1px none #808080)] [r=29 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,1636) size 170x105 [r=29 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 86x15
</span><span class="cx"> text run at (0,0) width 86: "Alan Littlewood"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 82x15
</span><span class="cx"> text run at (0,0) width 82: "George Coward"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 84x15
</span><span class="cx"> text run at (0,0) width 84: "Maurice Burton"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 62x15
</span><span class="cx"> text run at (0,0) width 62: "Dan Sievert"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 109x15
</span><span class="cx"> text run at (0,0) width 109: "Michael DeGiovanni"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 86x15
</span><span class="cx"> text run at (0,0) width 86: "Jack Goodfriend"
</span><del>- RenderBlock {P} at (8,91) size 155x15
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 88x15
</span><span class="cx"> text run at (0,0) width 88: "Richard Sanchez"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1665) size 99x106 [border: (1px none #808080) none (1px none #808080)] [r=29 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,1636) size 99x105 [r=29 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1636) size 106x105 [r=29 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1665) size 105x106 [border: (1px none #808080) none (1px none #808080)] [r=29 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,1741) size 473x45
+ RenderTableCell {TD} at (0,1741) size 98x15 [r=30 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "31"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,1771) size 472x46
- RenderTableCell {TD} at (0,1771) size 98x16 [border: (1px none #808080) none] [r=30 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "31"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,1771) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=30 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,1741) size 170x45 [r=30 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 65x15
</span><span class="cx"> text run at (0,0) width 65: "Dave Neves"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 79x15
</span><span class="cx"> text run at (0,0) width 79: "James Haladus"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 62x15
</span><span class="cx"> text run at (0,0) width 62: "Randy Reid"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1771) size 99x31 [border: (1px none #808080) none (1px none #808080)] [r=30 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,1741) size 99x30 [r=30 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1741) size 106x30 [r=30 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1771) size 105x31 [border: (1px none #808080) none (1px none #808080)] [r=30 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,1786) size 473x60
+ RenderTableCell {TD} at (0,1786) size 98x15 [r=31 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "32"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,1817) size 472x61
- RenderTableCell {TD} at (0,1817) size 98x16 [border: (1px none #808080) none] [r=31 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "32"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,1817) size 170x61 [border: (1px none #808080) none (1px none #808080)] [r=31 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,1786) size 170x60 [r=31 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 62x15
</span><span class="cx"> text run at (0,0) width 62: " Oliver Baer"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><span class="cx"> text run at (0,0) width 66: "Dale Barnett"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 58x15
</span><span class="cx"> text run at (0,0) width 58: "John Todd"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 84x15
</span><span class="cx"> text run at (0,0) width 84: "Dominic Bayani"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1817) size 99x31 [border: (1px none #808080) none (1px none #808080)] [r=31 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (30,0) size 24x15
- text run at (30,0) width 24: " Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,1786) size 99x30 [r=31 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (31,0) size 23x15
+ text run at (31,0) width 23: " Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1786) size 106x30 [r=31 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: " No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1817) size 105x31 [border: (1px none #808080) none (1px none #808080)] [r=31 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: " No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,1846) size 473x135
+ RenderTableCell {TD} at (0,1846) size 98x15 [r=32 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "33"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,1878) size 472x136
- RenderTableCell {TD} at (0,1878) size 98x16 [border: (1px none #808080) none] [r=32 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "33"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,1878) size 170x136 [border: (1px none #808080) none (1px none #808080)] [r=32 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,1846) size 170x135 [r=32 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 70x15
</span><span class="cx"> text run at (0,0) width 70: "Tom Wagner"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 73x15
</span><span class="cx"> text run at (0,0) width 73: "Gene Langley"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 79x15
</span><span class="cx"> text run at (0,0) width 79: "James Haladus"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 80x15
</span><span class="cx"> text run at (0,0) width 80: "Daniel Buckley"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 67x15
</span><span class="cx"> text run at (0,0) width 67: "Chris Larsen"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 71x15
</span><span class="cx"> text run at (0,0) width 71: "Mike Chansu"
</span><del>- RenderBlock {P} at (8,91) size 155x15
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 70x15
</span><span class="cx"> text run at (0,0) width 70: "James Brown"
</span><del>- RenderBlock {P} at (8,106) size 155x15
</del><ins>+ RenderBlock {P} at (7,105) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 62x15
</span><span class="cx"> text run at (0,0) width 62: "Will Sievert"
</span><del>- RenderBlock {P} at (8,121) size 155x15
</del><ins>+ RenderBlock {P} at (7,120) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 68x15
</span><span class="cx"> text run at (0,0) width 68: "Terry Chong"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1878) size 99x136 [border: (1px none #808080) none (1px none #808080)] [r=32 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,1846) size 99x135 [r=32 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,105) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,120) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1846) size 106x135 [r=32 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,106) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,121) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (7,0) size 78x15
+ text run at (7,0) width 78: "Gyro wannabe"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,105) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,120) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1878) size 105x136 [border: (1px none #808080) none (1px none #808080)] [r=32 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,1981) size 473x120
+ RenderTableCell {TD} at (0,1981) size 98x15 [r=33 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "34"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (6,0) size 78x15
- text run at (6,0) width 78: "Gyro wannabe"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,106) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,121) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,2014) size 472x121
- RenderTableCell {TD} at (0,2014) size 98x16 [border: (1px none #808080) none] [r=33 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "34"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,2014) size 170x121 [border: (1px none #808080) none (1px none #808080)] [r=33 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,1981) size 170x120 [r=33 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 55x15
</span><span class="cx"> text run at (0,0) width 55: "Jay Ribera"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 81x15
</span><span class="cx"> text run at (0,0) width 81: "Gerald Cardinal"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><span class="cx"> text run at (0,0) width 66: "Dale Barnett"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 62x15
</span><span class="cx"> text run at (0,0) width 62: "Paul Walter"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 84x15
</span><span class="cx"> text run at (0,0) width 84: "Dominic Bayani"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 90x15
</span><span class="cx"> text run at (0,0) width 90: "Donald Carvalho"
</span><del>- RenderBlock {P} at (8,91) size 155x15
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 73x15
</span><span class="cx"> text run at (0,0) width 73: "Jack Peterson"
</span><del>- RenderBlock {P} at (8,106) size 155x15
</del><ins>+ RenderBlock {P} at (7,105) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 63x15
</span><span class="cx"> text run at (0,0) width 63: "Scott Hersh"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2014) size 99x121 [border: (1px none #808080) none (1px none #808080)] [r=33 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,106) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,1981) size 99x120 [r=33 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,105) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1981) size 106x120 [r=33 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,105) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2014) size 105x121 [border: (1px none #808080) none (1px none #808080)] [r=33 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,106) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,2101) size 473x75
+ RenderTableCell {TD} at (0,2101) size 98x15 [r=34 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "35"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,2135) size 472x76
- RenderTableCell {TD} at (0,2135) size 98x16 [border: (1px none #808080) none] [r=34 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "35"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,2135) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=34 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,2101) size 170x75 [r=34 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 78x15
</span><span class="cx"> text run at (0,0) width 78: " Richard Green"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 64x15
</span><span class="cx"> text run at (0,0) width 64: "David Allen"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 55x15
</span><span class="cx"> text run at (0,0) width 55: "Jim Colvin"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 68x15
</span><span class="cx"> text run at (0,0) width 68: "Harald Close"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 59x15
</span><span class="cx"> text run at (0,0) width 59: "Oliver Baer"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2135) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=34 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,2101) size 99x75 [r=34 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,2101) size 106x75 [r=34 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2135) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=34 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,2176) size 473x75
+ RenderTableCell {TD} at (0,2176) size 98x15 [r=35 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "36"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,2211) size 472x76
- RenderTableCell {TD} at (0,2211) size 98x16 [border: (1px none #808080) none] [r=35 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "36"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,2211) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=35 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,2176) size 170x75 [r=35 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 70x15
</span><span class="cx"> text run at (0,0) width 70: "Jason Beehm"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 90x15
</span><span class="cx"> text run at (0,0) width 90: "Darrell Carpenter"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 79x15
</span><span class="cx"> text run at (0,0) width 79: "Stefan Kiritzov"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><span class="cx"> text run at (0,0) width 66: "Dale Barnett"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 62x15
</span><span class="cx"> text run at (0,0) width 62: "Dan Sievert"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2211) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=35 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,2176) size 99x75 [r=35 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,2176) size 106x75 [r=35 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2211) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=35 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,2251) size 473x60
+ RenderTableCell {TD} at (0,2251) size 98x15 [r=36 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "37"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,2287) size 472x61
- RenderTableCell {TD} at (0,2287) size 98x16 [border: (1px none #808080) none] [r=36 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "37"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,2287) size 170x61 [border: (1px none #808080) none (1px none #808080)] [r=36 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,2251) size 170x60 [r=36 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 88x15
</span><span class="cx"> text run at (0,0) width 88: "Dominic Civiletti"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 81x15
</span><span class="cx"> text run at (0,0) width 81: "John Chamorro"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 70x15
</span><span class="cx"> text run at (0,0) width 70: "Jim Mirowski"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 76x15
</span><span class="cx"> text run at (0,0) width 76: "Soohong Kim"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2287) size 99x61 [border: (1px none #808080) none (1px none #808080)] [r=36 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,2251) size 99x60 [r=36 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,2251) size 106x60 [r=36 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2287) size 105x61 [border: (1px none #808080) none (1px none #808080)] [r=36 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,2311) size 473x90
+ RenderTableCell {TD} at (0,2311) size 98x15 [r=37 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "38"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,2348) size 472x91
- RenderTableCell {TD} at (0,2348) size 98x16 [border: (1px none #808080) none] [r=37 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "38"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,2348) size 170x91 [border: (1px none #808080) none (1px none #808080)] [r=37 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,2311) size 170x90 [r=37 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 97x15
</span><span class="cx"> text run at (0,0) width 97: "Karl Allmendinger"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 63x15
</span><span class="cx"> text run at (0,0) width 63: "John Bernal"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 73x15
</span><span class="cx"> text run at (0,0) width 73: "Gene Langley"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 74x15
</span><span class="cx"> text run at (0,0) width 74: "Chuck Pringle"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 52x15
</span><span class="cx"> text run at (0,0) width 52: "Jimmy Lei"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 90x15
</span><span class="cx"> text run at (0,0) width 90: "Ruenjoe (Joe) Lu"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2348) size 99x61 [border: (1px none #808080) none (1px none #808080)] [r=37 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,2311) size 99x60 [r=37 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,2311) size 106x60 [r=37 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (7,0) size 78x15
+ text run at (7,0) width 78: "Gyro wannabe"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2348) size 105x61 [border: (1px none #808080) none (1px none #808080)] [r=37 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,2401) size 473x45
+ RenderTableCell {TD} at (0,2401) size 98x15 [r=38 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "39"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (6,0) size 78x15
- text run at (6,0) width 78: "Gyro wannabe"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,2439) size 472x46
- RenderTableCell {TD} at (0,2439) size 98x16 [border: (1px none #808080) none] [r=38 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "39"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,2439) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=38 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,2401) size 170x45 [r=38 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 70x15
</span><span class="cx"> text run at (0,0) width 70: "Tom Wagner"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 59x15
</span><span class="cx"> text run at (0,0) width 59: "Oliver Baer"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 62x15
</span><span class="cx"> text run at (0,0) width 62: "Will Sievert"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2439) size 99x46 [border: (1px none #808080) none (1px none #808080)] [r=38 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,2401) size 99x45 [r=38 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,2401) size 106x45 [r=38 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2439) size 105x46 [border: (1px none #808080) none (1px none #808080)] [r=38 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,2446) size 473x120
+ RenderTableCell {TD} at (0,2446) size 98x15 [r=39 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "40"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,2485) size 472x121
- RenderTableCell {TD} at (0,2485) size 98x16 [border: (1px none #808080) none] [r=39 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "40"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,2485) size 170x121 [border: (1px none #808080) none (1px none #808080)] [r=39 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,2446) size 170x120 [r=39 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 81x15
</span><span class="cx"> text run at (0,0) width 81: "Alberto Lanzas"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 92x15
</span><span class="cx"> text run at (0,0) width 92: "Zak + Mike West"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 67x15
</span><span class="cx"> text run at (0,0) width 67: "Javier Flores"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><span class="cx"> text run at (0,0) width 66: "Bill Johnson"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 73x15
</span><span class="cx"> text run at (0,0) width 73: "Gene Langley"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 67x15
</span><span class="cx"> text run at (0,0) width 67: "Rich Burnett"
</span><del>- RenderBlock {P} at (8,91) size 155x15
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 86x15
</span><span class="cx"> text run at (0,0) width 86: "Jack Goodfriend"
</span><del>- RenderBlock {P} at (8,106) size 155x15
</del><ins>+ RenderBlock {P} at (7,105) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 68x15
</span><span class="cx"> text run at (0,0) width 68: "Harald Close"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2485) size 99x121 [border: (1px none #808080) none (1px none #808080)] [r=39 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,2446) size 99x120 [r=39 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,105) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,2446) size 106x120 [r=39 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,106) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (30,0) size 32x15
+ text run at (30,0) width 32: "Glider"
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,105) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2485) size 105x121 [border: (1px none #808080) none (1px none #808080)] [r=39 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,2566) size 473x120
+ RenderTableCell {TD} at (0,2566) size 98x15 [r=40 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "41"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (29,0) size 32x15
- text run at (29,0) width 32: "Glider"
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,106) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,2606) size 472x121
- RenderTableCell {TD} at (0,2606) size 98x16 [border: (1px none #808080) none] [r=40 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "41"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,2606) size 170x121 [border: (1px none #808080) none (1px none #808080)] [r=40 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,2566) size 170x120 [r=40 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 88x15
</span><span class="cx"> text run at (0,0) width 88: "Dominic Civiletti"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 103x15
</span><span class="cx"> text run at (0,0) width 103: "Corbin Christensen"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 56x15
</span><span class="cx"> text run at (0,0) width 56: "Hal Hirsch"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 88x15
</span><span class="cx"> text run at (0,0) width 88: "Richard Sanchez"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 63x15
</span><span class="cx"> text run at (0,0) width 63: "John Bernal"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 67x15
</span><span class="cx"> text run at (0,0) width 67: "Rich Burnett"
</span><del>- RenderBlock {P} at (8,91) size 155x15
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 69x15
</span><span class="cx"> text run at (0,0) width 69: "Brock Brown"
</span><del>- RenderBlock {P} at (8,106) size 155x15
</del><ins>+ RenderBlock {P} at (7,105) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 55x15
</span><span class="cx"> text run at (0,0) width 55: "John Paye"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2606) size 99x106 [border: (1px none #808080) none (1px none #808080)] [r=40 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,2566) size 99x105 [r=40 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,2566) size 106x105 [r=40 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2606) size 105x106 [border: (1px none #808080) none (1px none #808080)] [r=40 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,2686) size 473x120
+ RenderTableCell {TD} at (0,2686) size 98x15 [r=41 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "42"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,2727) size 472x121
- RenderTableCell {TD} at (0,2727) size 98x16 [border: (1px none #808080) none] [r=41 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "42"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,2727) size 170x121 [border: (1px none #808080) none (1px none #808080)] [r=41 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,2686) size 170x120 [r=41 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 47x15
</span><span class="cx"> text run at (0,0) width 47: "Tony Yu"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 65x15
</span><span class="cx"> text run at (0,0) width 65: "Jason Miller"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 84x15
</span><span class="cx"> text run at (0,0) width 84: "Maurice Burton"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 62x15
</span><span class="cx"> text run at (0,0) width 62: "Dan Sievert"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 60x15
</span><span class="cx"> text run at (0,0) width 60: "Jerry Davis"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 55x15
</span><span class="cx"> text run at (0,0) width 55: "John Paye"
</span><del>- RenderBlock {P} at (8,91) size 155x15
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 71x15
</span><span class="cx"> text run at (0,0) width 71: "Gordon Frost"
</span><del>- RenderBlock {P} at (8,106) size 155x15
</del><ins>+ RenderBlock {P} at (7,105) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><span class="cx"> text run at (0,0) width 66: "Chris Walsh"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2727) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=41 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,2686) size 99x75 [r=41 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,2686) size 106x75 [r=41 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2727) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=41 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,2806) size 473x105
+ RenderTableCell {TD} at (0,2806) size 98x15 [r=42 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "43"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,2848) size 472x106
- RenderTableCell {TD} at (0,2848) size 98x16 [border: (1px none #808080) none] [r=42 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "43"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,2848) size 170x106 [border: (1px none #808080) none (1px none #808080)] [r=42 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,2806) size 170x105 [r=42 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 88x15
</span><span class="cx"> text run at (0,0) width 88: "Dominic Civiletti"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 63x15
</span><span class="cx"> text run at (0,0) width 63: "Ken Gullion"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 62x15
</span><span class="cx"> text run at (0,0) width 62: "Will Sievert"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 72x15
</span><span class="cx"> text run at (0,0) width 72: "Jim Mahoney"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><span class="cx"> text run at (0,0) width 66: "Ken Manuel"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 58x15
</span><span class="cx"> text run at (0,0) width 58: "John Todd"
</span><del>- RenderBlock {P} at (8,91) size 155x15
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 87x15
</span><span class="cx"> text run at (0,0) width 87: "Rick Rasmussen"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2848) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=42 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,2806) size 99x75 [r=42 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,2806) size 106x75 [r=42 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (21,0) size 50x15
+ text run at (21,0) width 50: "Someday"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2848) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=42 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,2911) size 473x60
+ RenderTableCell {TD} at (0,2911) size 98x15 [r=43 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "44"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (20,0) size 50x15
- text run at (20,0) width 50: "Someday"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,2954) size 472x61
- RenderTableCell {TD} at (0,2954) size 98x16 [border: (1px none #808080) none] [r=43 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "44"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,2954) size 170x61 [border: (1px none #808080) none (1px none #808080)] [r=43 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,2911) size 170x60 [r=43 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 60x15
</span><span class="cx"> text run at (0,0) width 60: "Gary Heath"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 79x15
</span><span class="cx"> text run at (0,0) width 79: "Quinn Chuong"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 62x15
</span><span class="cx"> text run at (0,0) width 62: "Dan Sievert"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 84x15
</span><span class="cx"> text run at (0,0) width 84: "Alexander Wert"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2954) size 99x61 [border: (1px none #808080) none (1px none #808080)] [r=43 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (268,2911) size 99x60 [r=43 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,2911) size 106x60 [r=43 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2954) size 105x61 [border: (1px none #808080) none (1px none #808080)] [r=43 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,2971) size 473x45
+ RenderTableCell {TD} at (0,2971) size 98x15 [r=44 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "45"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,3015) size 472x46
- RenderTableCell {TD} at (0,3015) size 98x16 [border: (1px none #808080) none] [r=44 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "45"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,3015) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=44 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,2971) size 170x45 [r=44 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 79x15
</span><span class="cx"> text run at (0,0) width 79: "James Holaduz"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderInline {FONT} at (0,0) size 55x15
</span><span class="cx"> RenderText {#text} at (0,0) size 55x15
</span><span class="cx"> text run at (0,0) width 55: "Don Coon"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 83x15
</span><span class="cx"> text run at (0,0) width 83: "John Yearwood"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3015) size 99x46 [border: (1px none #808080) none (1px none #808080)] [r=44 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,2971) size 99x45 [r=44 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,2971) size 106x45 [r=44 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,3015) size 105x46 [border: (1px none #808080) none (1px none #808080)] [r=44 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,3016) size 473x120
+ RenderTableCell {TD} at (0,3016) size 98x15 [r=45 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "46"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,3061) size 472x121
- RenderTableCell {TD} at (0,3061) size 98x16 [border: (1px none #808080) none] [r=45 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "46"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,3061) size 170x121 [border: (1px none #808080) none (1px none #808080)] [r=45 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,3016) size 170x120 [r=45 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 52x15
</span><span class="cx"> text run at (0,0) width 52: "Zak West"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 97x15
</span><span class="cx"> text run at (0,0) width 97: "Karl Allmendinger"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 83x15
</span><span class="cx"> text run at (0,0) width 83: "John Espectzde"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 71x15
</span><span class="cx"> text run at (0,0) width 71: "Gene Pheiffer"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 68x15
</span><span class="cx"> text run at (0,0) width 68: "Harold Todd"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 81x15
</span><span class="cx"> text run at (0,0) width 81: "Gerald Cardinal"
</span><del>- RenderBlock {P} at (8,91) size 155x15
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 65x15
</span><span class="cx"> text run at (0,0) width 65: "Ali Erdengiz"
</span><del>- RenderBlock {P} at (8,106) size 155x15
</del><ins>+ RenderBlock {P} at (7,105) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 88x15
</span><span class="cx"> text run at (0,0) width 88: "Jason Anderson"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3061) size 99x121 [border: (1px none #808080) none (1px none #808080)] [r=45 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,3016) size 99x120 [r=45 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,105) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3016) size 106x120 [r=45 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,106) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,105) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,3061) size 105x121 [border: (1px none #808080) none (1px none #808080)] [r=45 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,3136) size 473x165
+ RenderTableCell {TD} at (0,3136) size 98x15 [r=46 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "47"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,106) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,3182) size 472x166
- RenderTableCell {TD} at (0,3182) size 98x16 [border: (1px none #808080) none] [r=46 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "47"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,3182) size 170x166 [border: (1px none #808080) none (1px none #808080)] [r=46 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,3136) size 170x165 [r=46 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 79x15
</span><span class="cx"> text run at (0,0) width 79: "James Holaduz"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 47x15
</span><span class="cx"> text run at (0,0) width 47: "Tony Yu"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 82x15
</span><span class="cx"> text run at (0,0) width 82: "Quang Nguyen"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 70x15
</span><span class="cx"> text run at (0,0) width 70: "Rick Klement"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 77x15
</span><span class="cx"> text run at (0,0) width 77: "Mark Glanville"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 87x15
</span><span class="cx"> text run at (0,0) width 87: "Michael Chansu"
</span><del>- RenderBlock {P} at (8,91) size 155x15
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 68x15
</span><span class="cx"> text run at (0,0) width 68: "Harold Todd"
</span><del>- RenderBlock {P} at (8,106) size 155x15
</del><ins>+ RenderBlock {P} at (7,105) size 156x15
</ins><span class="cx"> RenderInline {FONT} at (0,0) size 55x15
</span><span class="cx"> RenderText {#text} at (0,0) size 55x15
</span><span class="cx"> text run at (0,0) width 55: "Don Coon"
</span><del>- RenderBlock {P} at (8,121) size 155x15
</del><ins>+ RenderBlock {P} at (7,120) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 55x15
</span><span class="cx"> text run at (0,0) width 55: "John Paye"
</span><del>- RenderBlock {P} at (8,136) size 155x15
</del><ins>+ RenderBlock {P} at (7,135) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 64x15
</span><span class="cx"> text run at (0,0) width 64: "David Allen"
</span><del>- RenderBlock {P} at (8,151) size 155x15
</del><ins>+ RenderBlock {P} at (7,150) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 105x15
</span><span class="cx"> text run at (0,0) width 105: "Raymund Leonardo"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3182) size 99x166 [border: (1px none #808080) none (1px none #808080)] [r=46 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,3136) size 99x165 [r=46 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,105) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,120) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,135) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,150) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3136) size 106x165 [r=46 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,106) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,121) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,136) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,151) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,105) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,120) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,135) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,150) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,3182) size 105x166 [border: (1px none #808080) none (1px none #808080)] [r=46 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,3301) size 473x135
+ RenderTableCell {TD} at (0,3301) size 98x15 [r=47 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "48"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,106) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,121) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,136) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,151) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,3348) size 472x136
- RenderTableCell {TD} at (0,3348) size 98x16 [border: (1px none #808080) none] [r=47 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "48"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,3348) size 170x136 [border: (1px none #808080) none (1px none #808080)] [r=47 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,3301) size 170x135 [r=47 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 77x15
</span><span class="cx"> text run at (0,0) width 77: "Mark Glanville"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 90x15
</span><span class="cx"> text run at (0,0) width 90: "Ian + Brad Carter"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 79x15
</span><span class="cx"> text run at (0,0) width 79: "Stefan Kiritzov"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 58x15
</span><span class="cx"> text run at (0,0) width 58: "Joe Araujo"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 68x15
</span><span class="cx"> text run at (0,0) width 68: "Harold Todd"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 68x15
</span><span class="cx"> text run at (0,0) width 68: "Steve Gilbert"
</span><del>- RenderBlock {P} at (8,91) size 155x15
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 52x15
</span><span class="cx"> text run at (0,0) width 52: "Mark Diel"
</span><del>- RenderBlock {P} at (8,106) size 155x15
</del><ins>+ RenderBlock {P} at (7,105) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 86x15
</span><span class="cx"> text run at (0,0) width 86: "Jack Goodfriend"
</span><del>- RenderBlock {P} at (8,121) size 155x15
</del><ins>+ RenderBlock {P} at (7,120) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 90x15
</span><span class="cx"> text run at (0,0) width 90: "Ruenjoe (Joe) Lu"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3348) size 99x91 [border: (1px none #808080) none (1px none #808080)] [r=47 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,3301) size 99x90 [r=47 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3301) size 106x90 [r=47 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,3348) size 105x91 [border: (1px none #808080) none (1px none #808080)] [r=47 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,3436) size 473x60
+ RenderTableCell {TD} at (0,3436) size 98x15 [r=48 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "49"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,3484) size 472x61
- RenderTableCell {TD} at (0,3484) size 98x16 [border: (1px none #808080) none] [r=48 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "49"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,3484) size 170x61 [border: (1px none #808080) none (1px none #808080)] [r=48 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,3436) size 170x60 [r=48 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 65x15
</span><span class="cx"> text run at (0,0) width 65: "Ali Erdengiz"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 64x15
</span><span class="cx"> text run at (0,0) width 64: "David Allen"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</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: "Narayen Raju"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 88x15
</span><span class="cx"> RenderText {#text} at (0,0) size 88x15
</span><span class="cx"> text run at (0,0) width 34: "Jason "
</span><span class="cx"> text run at (34,0) width 54: "Anderson"
</span><del>- RenderTableCell {TD} at (268,3484) size 99x61 [border: (1px none #808080) none (1px none #808080)] [r=48 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,3436) size 99x60 [r=48 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3436) size 106x60 [r=48 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,3484) size 105x61 [border: (1px none #808080) none (1px none #808080)] [r=48 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,3496) size 473x135
+ RenderTableCell {TD} at (0,3496) size 98x15 [r=49 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "50"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,3545) size 472x136
- RenderTableCell {TD} at (0,3545) size 98x16 [border: (1px none #808080) none] [r=49 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "50"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,3545) size 170x136 [border: (1px none #808080) none (1px none #808080)] [r=49 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,3496) size 170x135 [r=49 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 52x15
</span><span class="cx"> text run at (0,0) width 52: "Zak West"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 70x15
</span><span class="cx"> text run at (0,0) width 70: "Rick Klement"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 54x15
</span><span class="cx"> text run at (0,0) width 54: "Jim Bernal"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 86x15
</span><span class="cx"> text run at (0,0) width 86: "Alan Littlewood"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 60x15
</span><span class="cx"> text run at (0,0) width 60: "Jerry Davis"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 84x15
</span><span class="cx"> text run at (0,0) width 84: "Lauren Bussard"
</span><del>- RenderBlock {P} at (8,91) size 155x15
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 83x15
</span><span class="cx"> text run at (0,0) width 83: "John Yearwood"
</span><del>- RenderBlock {P} at (8,106) size 155x15
</del><ins>+ RenderBlock {P} at (7,105) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 72x15
</span><span class="cx"> text run at (0,0) width 72: "Narayan Raju"
</span><del>- RenderBlock {P} at (8,121) size 155x15
</del><ins>+ RenderBlock {P} at (7,120) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><span class="cx"> text run at (0,0) width 66: "Ken Manuel"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3545) size 99x106 [border: (1px none #808080) none (1px none #808080)] [r=49 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,3496) size 99x105 [r=49 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3496) size 106x105 [r=49 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,3545) size 105x106 [border: (1px none #808080) none (1px none #808080)] [r=49 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,3631) size 473x45
+ RenderTableCell {TD} at (0,3631) size 98x15 [r=50 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "51"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,3681) size 472x46
- RenderTableCell {TD} at (0,3681) size 98x16 [border: (1px none #808080) none] [r=50 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "51"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,3681) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=50 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,3631) size 170x45 [r=50 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 78x15
</span><span class="cx"> text run at (0,0) width 78: "Robert Barnett"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 72x15
</span><span class="cx"> text run at (0,0) width 72: "Jim Mahoney"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 88x15
</span><span class="cx"> text run at (0,0) width 88: "Jason Anderson"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3681) size 99x46 [border: (1px none #808080) none (1px none #808080)] [r=50 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableCell {TD} at (367,3681) size 105x46 [border: (1px none #808080) none (1px none #808080)] [r=50 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
</del><ins>+ RenderTableCell {TD} at (268,3631) size 99x45 [r=50 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3631) size 106x45 [r=50 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 16x15
</span><del>- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 20x15
</span><del>- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 90x15
</del><ins>+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,30) size 92x15
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 16x15
</span><del>- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,3727) size 472x76
- RenderTableCell {TD} at (0,3727) size 98x16 [border: (1px none #808080) none] [r=51 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "52"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,3727) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=51 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableRow {TR} at (0,3676) size 473x75
+ RenderTableCell {TD} at (0,3676) size 98x15 [r=51 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "52"
+ RenderInline {SPAN} at (0,0) size 0x15
+ RenderInline {O:P} at (0,0) size 0x15
+ RenderTableCell {TD} at (98,3676) size 170x75 [r=51 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 59x15
</span><span class="cx"> text run at (0,0) width 59: "Mike West"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 81x15
</span><span class="cx"> text run at (0,0) width 81: "Robert Frogner"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 86x15
</span><span class="cx"> text run at (0,0) width 86: "Chris McDowell"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 53x15
</span><span class="cx"> text run at (0,0) width 53: "Ed Cypret"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><span class="cx"> text run at (0,0) width 66: "Dale Barnett"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3727) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=51 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,3676) size 99x75 [r=51 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3676) size 106x75 [r=51 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,3727) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=51 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,3751) size 473x75
+ RenderTableCell {TD} at (0,3751) size 98x15 [r=52 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "53"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,3803) size 472x76
- RenderTableCell {TD} at (0,3803) size 98x16 [border: (1px none #808080) none] [r=52 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "53"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,3803) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=52 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,3751) size 170x75 [r=52 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 81x15
</span><span class="cx"> text run at (0,0) width 81: "Alberto Lanzas"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><span class="cx"> text run at (0,0) width 66: "Bill Johnson"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 43x15
</span><span class="cx"> text run at (0,0) width 43: "Al Wert"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><span class="cx"> text run at (0,0) width 66: "Dale Barnett"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 101x15
</span><span class="cx"> text run at (0,0) width 101: "Ramin Khoshnevis"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3803) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=52 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,3751) size 99x75 [r=52 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3751) size 106x75 [r=52 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,3803) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=52 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,3826) size 473x105
+ RenderTableCell {TD} at (0,3826) size 98x15 [r=53 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "54"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,3879) size 472x106
- RenderTableCell {TD} at (0,3879) size 98x16 [border: (1px none #808080) none] [r=53 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "54"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,3879) size 170x106 [border: (1px none #808080) none (1px none #808080)] [r=53 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,3826) size 170x105 [r=53 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 73x15
</span><span class="cx"> text run at (0,0) width 73: "Gene Langley"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><span class="cx"> text run at (0,0) width 66: "Bill Johnson"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 52x15
</span><span class="cx"> text run at (0,0) width 52: "Mark Diel"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 60x15
</span><span class="cx"> text run at (0,0) width 60: "Jerry Davis"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 55x15
</span><span class="cx"> text run at (0,0) width 55: "Peter Starr"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 83x15
</span><span class="cx"> text run at (0,0) width 83: "John Yearwood"
</span><del>- RenderBlock {P} at (8,91) size 155x15
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 63x15
</span><span class="cx"> text run at (0,0) width 63: "Scott Hersh"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3879) size 99x106 [border: (1px none #808080) none (1px none #808080)] [r=53 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,3826) size 99x105 [r=53 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3826) size 106x105 [r=53 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (7,0) size 78x15
+ text run at (7,0) width 78: "Gyro wannabe"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,3879) size 105x106 [border: (1px none #808080) none (1px none #808080)] [r=53 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (6,0) size 78x15
- text run at (6,0) width 78: "Gyro wannabe"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,3931) size 473x45
+ RenderTableCell {TD} at (0,3931) size 98x15 [r=54 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "55"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,3985) size 472x46
- RenderTableCell {TD} at (0,3985) size 98x16 [border: (1px none #808080) none] [r=54 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "55"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,3985) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=54 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,3931) size 170x45 [r=54 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 81x15
</span><span class="cx"> text run at (0,0) width 81: "Alberto Lanzas"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 57x15
</span><span class="cx"> text run at (0,0) width 57: "Bob Roger"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 73x15
</span><span class="cx"> text run at (0,0) width 73: "Randy StClair"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3985) size 99x46 [border: (1px none #808080) none (1px none #808080)] [r=54 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,3931) size 99x45 [r=54 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3931) size 106x45 [r=54 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,3985) size 105x46 [border: (1px none #808080) none (1px none #808080)] [r=54 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,3976) size 473x75
+ RenderTableCell {TD} at (0,3976) size 98x15 [r=55 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "56"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,4031) size 472x76
- RenderTableCell {TD} at (0,4031) size 98x16 [border: (1px none #808080) none] [r=55 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "56"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,4031) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=55 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,3976) size 170x75 [r=55 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 77x15
</span><span class="cx"> text run at (0,0) width 77: "Mark Glanville"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 68x15
</span><span class="cx"> text run at (0,0) width 68: "Steve Gilbert"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 60x15
</span><span class="cx"> text run at (0,0) width 60: "Jerry Davis"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 64x15
</span><span class="cx"> text run at (0,0) width 64: "Rich Saunef"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 68x15
</span><span class="cx"> text run at (0,0) width 68: "Harald Close"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,4031) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=55 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,3976) size 99x75 [r=55 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3976) size 106x75 [r=55 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,4031) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=55 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,4051) size 473x45
+ RenderTableCell {TD} at (0,4051) size 98x15 [r=56 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "57"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,4107) size 472x46
- RenderTableCell {TD} at (0,4107) size 98x16 [border: (1px none #808080) none] [r=56 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "57"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,4107) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=56 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,4051) size 170x45 [r=56 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 57x15
</span><span class="cx"> text run at (0,0) width 57: "Bob Roger"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 67x15
</span><span class="cx"> text run at (0,0) width 67: "Rich Burnett"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 65x15
</span><span class="cx"> text run at (0,0) width 65: "David Dunn"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,4107) size 99x16 [border: (1px none #808080) none (1px none #808080)] [r=56 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,4051) size 99x15 [r=56 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,4051) size 106x15 [r=56 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,4107) size 105x16 [border: (1px none #808080) none (1px none #808080)] [r=56 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,4096) size 473x60
+ RenderTableCell {TD} at (0,4096) size 98x15 [r=57 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "58"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,4153) size 472x61
- RenderTableCell {TD} at (0,4153) size 98x16 [border: (1px none #808080) none] [r=57 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "58"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,4153) size 170x61 [border: (1px none #808080) none (1px none #808080)] [r=57 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,4096) size 170x60 [r=57 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 90x15
</span><span class="cx"> text run at (0,0) width 90: "Ian + Brad Carter"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><span class="cx"> text run at (0,0) width 66: "Bill Johnson"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 74x15
</span><span class="cx"> text run at (0,0) width 74: "Chuck Pringle"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 65x15
</span><span class="cx"> text run at (0,0) width 65: "David Dunn"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,4153) size 99x46 [border: (1px none #808080) none (1px none #808080)] [r=57 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,4096) size 99x45 [r=57 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,4096) size 106x45 [r=57 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,4153) size 105x46 [border: (1px none #808080) none (1px none #808080)] [r=57 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,4156) size 473x30
+ RenderTableCell {TD} at (0,4156) size 98x15 [r=58 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "59"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,4214) size 472x31
- RenderTableCell {TD} at (0,4214) size 98x16 [border: (1px none #808080) none] [r=58 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "59"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,4214) size 170x31 [border: (1px none #808080) none (1px none #808080)] [r=58 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,4156) size 170x30 [r=58 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 57x15
</span><span class="cx"> text run at (0,0) width 57: "Bob Roger"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 67x15
</span><span class="cx"> text run at (0,0) width 67: "Rich Burnett"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,4214) size 99x16 [border: (1px none #808080) none (1px none #808080)] [r=58 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,4156) size 99x15 [r=58 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,4156) size 106x15 [r=58 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,4214) size 105x16 [border: (1px none #808080) none (1px none #808080)] [r=58 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,4186) size 473x60
+ RenderTableCell {TD} at (0,4186) size 98x15 [r=59 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (36,0) size 12x15
+ text run at (36,0) width 12: "60"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,4245) size 472x61
- RenderTableCell {TD} at (0,4245) size 98x16 [border: (1px none #808080) none] [r=59 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "60"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,4245) size 170x61 [border: (1px none #808080) none (1px none #808080)] [r=59 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,4186) size 170x60 [r=59 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><span class="cx"> text run at (0,0) width 66: "Bill Johnson"
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 89x15
</span><span class="cx"> text run at (0,0) width 89: "Vladimir Dvorkin"
</span><del>- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 51x15
</span><span class="cx"> text run at (0,0) width 51: "Ken Price"
</span><del>- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 87x15
</span><span class="cx"> text run at (0,0) width 87: "Rick Rasmussen"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,4245) size 99x31 [border: (1px none #808080) none (1px none #808080)] [r=59 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (268,4186) size 99x30 [r=59 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,4186) size 106x30 [r=59 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,4245) size 105x31 [border: (1px none #808080) none (1px none #808080)] [r=59 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (0,4326) size 769x15
</del><ins>+ RenderBlock {P} at (0,4265) size 769x15
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 3x15
</span><span class="cx"> RenderText {#text} at (0,0) size 3x15
</span><span class="cx"> text run at (0,0) width 3: " "
</span><del>- RenderBlock {P} at (0,4341) size 769x15
</del><ins>+ RenderBlock {P} at (0,4280) size 769x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 3x15
</span><span class="cx"> text run at (0,0) width 3: " "
</span><del>- RenderBlock {P} at (0,4356) size 769x15
</del><ins>+ RenderBlock {P} at (0,4295) size 769x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 3x15
</span><span class="cx"> text run at (0,0) width 3: " "
</span><del>- RenderBlock {P} at (0,4371) size 769x15
</del><ins>+ RenderBlock {P} at (0,4310) size 769x15
</ins><span class="cx"> RenderText {#text} at (383,0) size 3x15
</span><span class="cx"> text run at (383,0) width 3: " "
</span></span></pre></div>
<a id="trunkLayoutTeststablesmozilla_expected_failuresbugsbug89315expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/tables/mozilla_expected_failures/bugs/bug89315-expected.txt (148058 => 148059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/tables/mozilla_expected_failures/bugs/bug89315-expected.txt 2013-04-09 22:52:04 UTC (rev 148058)
+++ trunk/LayoutTests/tables/mozilla_expected_failures/bugs/bug89315-expected.txt 2013-04-09 22:55:47 UTC (rev 148059)
</span><span class="lines">@@ -1,3596 +1,3596 @@
</span><del>-layer at (0,0) size 785x4402
</del><ins>+layer at (0,0) size 785x4337
</ins><span class="cx"> RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x4402
- RenderBlock {HTML} at (0,0) size 785x4402
- RenderBody {BODY} at (8,8) size 769x4386
- RenderBlock {DIV} at (0,0) size 769x4371
- RenderBlock (anonymous) at (0,0) size 769x19
</del><ins>+layer at (0,0) size 785x4337
+ RenderBlock {HTML} at (0,0) size 785x4337
+ RenderBody {BODY} at (8,8) size 769x4321
+ RenderBlock {DIV} at (0,0) size 769x4306
+ RenderBlock (anonymous) at (0,0) size 769x18
</ins><span class="cx"> RenderText {#text} at (0,0) size 4x19
</span><span class="cx"> text run at (0,0) width 4: " "
</span><del>- RenderTable {TABLE} at (67,19) size 473x4307 [border: none]
- RenderTableSection {TBODY} at (0,0) size 472x4306
- 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
</del><ins>+ RenderTable {TABLE} at (67,18) size 473x4243
+ RenderTableSection {TBODY} at (0,0) size 473x4243
+ 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
</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 (8,1) size 457x21
</del><ins>+ RenderBlock {P} at (7,0) size 459x21
</ins><span class="cx"> RenderInline {B} at (0,0) size 405x15
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 405x15
</span><span class="cx"> RenderInline {FONT} at (0,0) size 405x21 [color=#008080]
</span><del>- RenderText {#text} at (26,0) size 405x21
- text run at (26,0) width 190: "Radio Channel usage at "
- text run at (216,0) width 215: "Bayside. Rev date 6-25-01"
- RenderBlock {P} at (8,22) size 457x0
</del><ins>+ RenderText {#text} at (27,0) size 405x21
+ text run at (27,0) width 190: "Radio Channel usage at "
+ text run at (216,0) width 216: "Bayside. Rev date 6-25-01"
+ RenderBlock {P} at (7,21) size 459x0
</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 472x37
- RenderTableCell {TD} at (0,22) size 98x37 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
- RenderInline {B} at (0,0) size 55x37
- RenderInline {SPAN} at (0,0) size 55x36
- RenderText {#text} at (22,1) size 55x36
- text run at (22,1) width 55: "Channel"
- text run at (24,19) width 51: "number"
</del><ins>+ RenderTableRow {TR} at (0,21) size 473x34
+ RenderTableCell {TD} at (0,21) size 98x34 [r=1 c=0 rs=1 cs=1]
+ RenderInline {B} at (0,0) size 54x36
+ RenderInline {SPAN} at (0,0) size 54x35
+ RenderText {#text} at (22,0) size 54x35
+ text run at (22,0) width 54: "Channel"
+ text run at (23,17) width 52: "number"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (98,22) size 170x19 [border: (1px solid #000000) (1px none #808080)] [r=1 c=1 rs=1 cs=1]
- RenderInline {B} at (0,0) size 97x19
- RenderInline {SPAN} at (0,0) size 97x18
- RenderText {#text} at (37,1) size 97x18
- text run at (37,1) width 97: "Member name"
</del><ins>+ RenderTableCell {TD} at (98,21) size 170x17 [r=1 c=1 rs=1 cs=1]
+ RenderInline {B} at (0,0) size 96x19
+ RenderInline {SPAN} at (0,0) size 96x18
+ RenderText {#text} at (37,0) size 96x18
+ text run at (37,0) width 96: "Member name"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (268,22) size 99x37 [border: (1px solid #000000) (1px none #808080)] [r=1 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x18
- RenderInline {B} at (0,0) size 46x15
- RenderInline {SPAN} at (0,0) size 46x18
- RenderText {#text} at (19,0) size 46x18
- text run at (19,0) width 46: "Proper"
</del><ins>+ RenderTableCell {TD} at (268,21) size 99x34 [r=1 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x17
+ RenderInline {B} at (0,0) size 47x15
+ RenderInline {SPAN} at (0,0) size 47x18
+ RenderText {#text} at (19,0) size 47x18
+ text run at (19,0) width 47: "Proper"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 1x18
</span><span class="cx"> RenderInline {O:P} at (0,0) size 1x18
</span><del>- RenderBlock {P} at (8,19) size 84x18
- RenderInline {B} at (0,0) size 36x15
- RenderInline {SPAN} at (0,0) size 36x18
- RenderText {#text} at (24,0) size 36x18
- text run at (24,0) width 36: "Plane"
- RenderTableCell {TD} at (367,22) size 105x37 [border: (1px solid #000000) (1px none #808080)] [r=1 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x18
</del><ins>+ RenderBlock {P} at (7,17) size 85x17
+ RenderInline {B} at (0,0) size 37x15
+ RenderInline {SPAN} at (0,0) size 37x18
+ RenderText {#text} at (24,0) size 37x18
+ text run at (24,0) width 37: "Plane"
+ RenderTableCell {TD} at (367,21) size 106x34 [r=1 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x17
</ins><span class="cx"> RenderInline {B} at (0,0) size 70x15
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 70x18
</span><del>- RenderText {#text} at (10,0) size 70x18
- text run at (10,0) width 70: "Helicopter"
- RenderInline {SPAN} at (0,0) size 0x18
- RenderInline {O:P} at (0,0) size 0x18
- RenderBlock {P} at (8,19) size 90x18
</del><ins>+ RenderText {#text} at (11,0) size 70x18
+ text run at (11,0) width 70: "Helicopter"
+ RenderInline {SPAN} at (0,0) size 1x18
+ RenderInline {O:P} at (0,0) size 1x18
+ RenderBlock {P} at (7,17) size 92x17
</ins><span class="cx"> RenderInline {B} at (0,0) size 50x15
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 50x18
</span><del>- RenderText {#text} at (20,0) size 50x18
- text run at (20,0) width 50: "thingy.-"
- RenderTableRow {TR} at (0,59) size 472x31
- RenderTableCell {TD} at (0,59) size 98x16 [border: (1px none #808080) none] [r=2 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "00"
</del><ins>+ RenderText {#text} at (21,0) size 50x18
+ text run at (21,0) width 50: "thingy.-"
+ RenderTableRow {TR} at (0,55) size 473x30
+ RenderTableCell {TD} at (0,55) size 98x15 [r=2 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "00"
+ RenderInline {SPAN} at (0,0) size 0x15
+ RenderInline {O:P} at (0,0) size 0x15
+ RenderTableCell {TD} at (98,55) size 170x30 [r=2 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 55x15
+ text run at (0,0) width 55: "Paul Scott"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 93x15
+ text run at (0,0) width 93: "Donald Carvalho"
+ RenderInline {SPAN} at (0,0) size 0x15
+ RenderInline {O:P} at (0,0) size 0x15
+ RenderTableCell {TD} at (268,55) size 99x15 [r=2 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
</ins><span class="cx"> 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,59) size 170x31 [border: (1px none #808080) none (1px none #808080)] [r=2 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 54x15
- text run at (0,0) width 54: "Paul Scott"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 90x15
- text run at (0,0) width 90: "Donald Carvalho"
</del><ins>+ RenderTableCell {TD} at (367,55) size 106x15 [r=2 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,59) size 99x16 [border: (1px none #808080) none (1px none #808080)] [r=2 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,85) size 473x15
+ RenderTableCell {TD} at (0,85) size 98x15 [r=3 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "01"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,59) size 105x16 [border: (1px none #808080) none (1px none #808080)] [r=2 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (98,85) size 170x15 [r=3 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 55x15
+ text run at (0,0) width 55: "Paul Scott"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,90) size 472x16
- RenderTableCell {TD} at (0,90) size 98x16 [border: (1px none #808080) none] [r=3 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "01"
</del><ins>+ RenderTableCell {TD} at (268,85) size 99x15 [r=3 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
</ins><span class="cx"> 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,90) size 170x16 [border: (1px none #808080) none (1px none #808080)] [r=3 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 54x15
- text run at (0,0) width 54: "Paul Scott"
</del><ins>+ RenderTableCell {TD} at (367,85) size 106x15 [r=3 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,90) size 99x16 [border: (1px none #808080) none (1px none #808080)] [r=3 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableCell {TD} at (367,90) size 105x16 [border: (1px none #808080) none (1px none #808080)] [r=3 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,106) size 472x20
- RenderTableCell {TD} at (0,106) size 98x16 [border: (1px none #808080) none] [r=4 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderInline {FONT} at (0,0) size 13x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "02"
</del><ins>+ RenderTableRow {TR} at (0,100) size 473x18
+ RenderTableCell {TD} at (0,100) size 98x15 [r=4 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderInline {FONT} at (0,0) size 14x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "02"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (98,106) size 170x16 [border: (1px none #808080) none (1px none #808080)] [r=4 c=1 rs=1 cs=1]
- RenderInline {FONT} at (0,0) size 55x15
- RenderText {#text} at (8,1) size 55x15
- text run at (8,1) width 55: "Don Coon"
</del><ins>+ RenderTableCell {TD} at (98,100) size 170x15 [r=4 c=1 rs=1 cs=1]
+ RenderInline {FONT} at (0,0) size 56x15
+ RenderText {#text} at (7,0) size 56x15
+ text run at (7,0) width 56: "Don Coon"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (268,106) size 99x20 [border: (1px none #808080) none (1px none #808080)] [r=4 c=2 rs=1 cs=1]
- RenderText {#text} at (8,1) size 4x19
- text run at (8,1) width 4: " "
- RenderTableCell {TD} at (367,106) size 105x20 [border: (1px none #808080) none (1px none #808080)] [r=4 c=3 rs=1 cs=1]
- RenderText {#text} at (8,1) size 4x19
- text run at (8,1) width 4: " "
- RenderTableRow {TR} at (0,126) size 472x31
- RenderTableCell {TD} at (0,126) size 98x16 [border: (1px none #808080) none] [r=5 c=0 rs=1 cs=1]
- RenderInline {FONT} at (0,0) size 13x15
- RenderText {#text} at (43,1) size 13x15
- text run at (43,1) width 13: "05"
</del><ins>+ RenderTableCell {TD} at (268,100) size 99x18 [r=4 c=2 rs=1 cs=1]
+ RenderText {#text} at (7,0) size 4x19
+ text run at (7,0) width 4: " "
+ RenderTableCell {TD} at (367,100) size 106x18 [r=4 c=3 rs=1 cs=1]
+ RenderText {#text} at (7,0) size 4x19
+ text run at (7,0) width 4: " "
+ RenderTableRow {TR} at (0,118) size 473x30
+ RenderTableCell {TD} at (0,118) size 98x15 [r=5 c=0 rs=1 cs=1]
+ RenderInline {FONT} at (0,0) size 14x15
+ RenderText {#text} at (42,0) size 14x15
+ text run at (42,0) width 14: "05"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (98,126) size 170x31 [border: (1px none #808080) none (1px none #808080)] [r=5 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderInline {FONT} at (0,0) size 54x15
- RenderText {#text} at (0,0) size 54x15
- text run at (0,0) width 54: "Paul Scott"
- RenderBlock {P} at (8,16) size 155x15
- RenderInline {FONT} at (0,0) size 47x15
- RenderText {#text} at (0,0) size 47x15
- text run at (0,0) width 47: "Bill Hunt"
</del><ins>+ RenderTableCell {TD} at (98,118) size 170x30 [r=5 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderInline {FONT} at (0,0) size 55x15
+ RenderText {#text} at (0,0) size 55x15
+ text run at (0,0) width 55: "Paul Scott"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderInline {FONT} at (0,0) size 51x15
+ RenderText {#text} at (0,0) size 51x15
+ text run at (0,0) width 51: "Bill Hunt"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,126) size 99x16 [border: (1px none #808080) none (1px none #808080)] [r=5 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderInline {FONT} at (0,0) size 16x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableCell {TD} at (367,126) size 105x16 [border: (1px none #808080) none (1px none #808080)] [r=5 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
</del><ins>+ RenderTableCell {TD} at (268,118) size 99x15 [r=5 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderInline {FONT} at (0,0) size 17x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,118) size 106x15 [r=5 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
</ins><span class="cx"> RenderInline {FONT} at (0,0) size 20x15
</span><del>- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,157) size 472x31
- RenderTableCell {TD} at (0,157) size 98x16 [border: (1px none #808080) none] [r=6 c=0 rs=1 cs=1]
- RenderInline {FONT} at (0,0) size 13x15
- RenderText {#text} at (43,1) size 13x15
- text run at (43,1) width 13: "06"
</del><ins>+ RenderTableRow {TR} at (0,148) size 473x30
+ RenderTableCell {TD} at (0,148) size 98x15 [r=6 c=0 rs=1 cs=1]
+ RenderInline {FONT} at (0,0) size 14x15
+ RenderText {#text} at (42,0) size 14x15
+ text run at (42,0) width 14: "06"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (98,157) size 170x31 [border: (1px none #808080) none (1px none #808080)] [r=6 c=1 rs=1 cs=1]
- RenderInline {FONT} at (0,0) size 128x30
- RenderText {#text} at (8,1) size 128x30
- text run at (8,1) width 128: "Gene Pheiffer "
- text run at (8,16) width 81: "Alberto Lanzas"
</del><ins>+ RenderTableCell {TD} at (98,148) size 170x30 [r=6 c=1 rs=1 cs=1]
+ RenderInline {FONT} at (0,0) size 130x30
+ RenderText {#text} at (7,0) size 130x30
+ text run at (7,0) width 130: "Gene Pheiffer "
+ text run at (7,15) width 82: "Alberto Lanzas"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (268,157) size 99x31 [border: (1px none #808080) none (1px none #808080)] [r=6 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderTableCell {TD} at (367,157) size 105x31 [border: (1px none #808080) none (1px none #808080)] [r=6 c=3 rs=1 cs=1]
- RenderBlock (anonymous) at (8,1) size 90x15
</del><ins>+ RenderTableCell {TD} at (268,148) size 99x30 [r=6 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderTableCell {TD} at (367,148) size 106x30 [r=6 c=3 rs=1 cs=1]
+ RenderBlock (anonymous) at (7,0) size 92x15
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 16x19
</span><span class="cx"> RenderInline {FONT} at (0,0) size 16x15
</span><del>- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderTableRow {TR} at (0,188) size 472x16
- RenderTableCell {TD} at (0,188) size 98x16 [border: (1px none #808080) none] [r=7 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderInline {FONT} at (0,0) size 13x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "07"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderTableRow {TR} at (0,178) size 473x15
+ RenderTableCell {TD} at (0,178) size 98x15 [r=7 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderInline {FONT} at (0,0) size 14x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "07"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (98,188) size 170x16 [border: (1px none #808080) none (1px none #808080)] [r=7 c=1 rs=1 cs=1]
- RenderInline {FONT} at (0,0) size 47x15
- RenderText {#text} at (8,1) size 47x15
- text run at (8,1) width 47: "Phil Cole"
</del><ins>+ RenderTableCell {TD} at (98,178) size 170x15 [r=7 c=1 rs=1 cs=1]
+ RenderInline {FONT} at (0,0) size 51x15
+ RenderText {#text} at (7,0) size 51x15
+ text run at (7,0) width 51: "Phil Cole"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (268,188) size 99x16 [border: (1px none #808080) none (1px none #808080)] [r=7 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderInline {FONT} at (0,0) size 20x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,178) size 99x15 [r=7 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderInline {FONT} at (0,0) size 21x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableCell {TD} at (367,188) size 105x16 [border: (1px none #808080) none (1px none #808080)] [r=7 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
</del><ins>+ RenderTableCell {TD} at (367,178) size 106x15 [r=7 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
</ins><span class="cx"> RenderInline {FONT} at (0,0) size 20x15
</span><del>- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderText {#text} at (0,0) size 0x0
</span><del>- RenderTableRow {TR} at (0,204) size 472x31
- RenderTableCell {TD} at (0,204) size 98x16 [border: (1px none #808080) none] [r=8 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "08"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,204) size 170x31 [border: (1px none #808080) none (1px none #808080)] [r=8 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 54x15
- text run at (0,0) width 54: "Paul Scott"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 71x15
- text run at (0,0) width 71: "Gene Pheiffer"
</del><ins>+ RenderTableRow {TR} at (0,193) size 473x30
+ RenderTableCell {TD} at (0,193) size 98x15 [r=8 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "08"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,204) size 99x31 [border: (1px none #808080) none (1px none #808080)] [r=8 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (98,193) size 170x30 [r=8 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 55x15
+ text run at (0,0) width 55: "Paul Scott"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 73x15
+ text run at (0,0) width 73: "Gene Pheiffer"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,204) size 105x31 [border: (1px none #808080) none (1px none #808080)] [r=8 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (268,193) size 99x30 [r=8 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,193) size 106x30 [r=8 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,235) size 472x46
- RenderTableCell {TD} at (0,235) size 98x16 [border: (1px none #808080) none] [r=9 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (4,0) size 75x15
- text run at (4,0) width 75: "Programmable"
</del><ins>+ RenderTableRow {TR} at (0,223) size 473x45
+ RenderTableCell {TD} at (0,223) size 98x15 [r=9 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (3,0) size 78x15
+ text run at (3,0) width 78: "Programmable"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (98,235) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=9 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 103x15
- text run at (0,0) width 103: "Richard Pevehouse"
</del><ins>+ RenderTableCell {TD} at (98,223) size 170x45 [r=9 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 104x15
+ text run at (0,0) width 104: "Richard Pevehouse"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 60x15
- text run at (0,0) width 60: "Gary Heath"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 63x15
- text run at (0,0) width 63: "Scott Hersh"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 61x15
+ text run at (0,0) width 61: "Gary Heath"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 62x15
+ text run at (0,0) width 62: "Scott Hersh"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,235) size 99x31 [border: (1px none #808080) none (1px none #808080)] [r=9 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,223) size 99x30 [r=9 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,223) size 106x30 [r=9 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,235) size 105x31 [border: (1px none #808080) none (1px none #808080)] [r=9 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,268) size 473x105
+ RenderTableCell {TD} at (0,268) size 98x15 [r=10 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "11"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (98,268) size 170x105 [r=10 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 80x15
+ text run at (0,0) width 80: "George Cowan"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,281) size 472x106
- RenderTableCell {TD} at (0,281) size 98x16 [border: (1px none #808080) none] [r=10 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "11"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,281) size 170x106 [border: (1px none #808080) none (1px none #808080)] [r=10 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 78x15
- text run at (0,0) width 78: "George Cowan"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 75x15
+ text run at (0,0) width 75: "Rick Klement"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 70x15
- text run at (0,0) width 70: "Rick Klement"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 79x15
- text run at (0,0) width 79: "John Mathews"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 53x15
- text run at (0,0) width 53: "Ed Cypret"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 81x15
- text run at (0,0) width 81: "John Chamorro"
- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 78x15
+ text run at (0,0) width 78: "John Mathews"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 55x15
+ text run at (0,0) width 55: "Ed Cypret"
+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 83x15
</span><del>- text run at (0,0) width 83: "John Yearwood"
- RenderBlock {P} at (8,91) size 155x15
- RenderText {#text} at (0,0) size 88x15
- text run at (0,0) width 88: "Jason Anderson"
</del><ins>+ text run at (0,0) width 83: "John Chamorro"
+ RenderBlock {P} at (7,75) size 156x15
+ RenderText {#text} at (0,0) size 84x15
+ text run at (0,0) width 84: "John Yearwood"
+ RenderBlock {P} at (7,90) size 156x15
+ RenderText {#text} at (0,0) size 85x15
+ text run at (0,0) width 85: "Jason Anderson"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,281) size 99x106 [border: (1px none #808080) none (1px none #808080)] [r=10 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,268) size 99x105 [r=10 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,268) size 106x105 [r=10 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,281) size 105x106 [border: (1px none #808080) none (1px none #808080)] [r=10 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,373) size 473x75
+ RenderTableCell {TD} at (0,373) size 98x15 [r=11 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "12"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,387) size 472x76
- RenderTableCell {TD} at (0,387) size 98x16 [border: (1px none #808080) none] [r=11 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "12"
</del><ins>+ RenderTableCell {TD} at (98,373) size 170x75 [r=11 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 75x15
+ text run at (0,0) width 75: "Rick Klement"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 84x15
+ text run at (0,0) width 84: "George Coward"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 86x15
+ text run at (0,0) width 86: "Gerald Cardinal"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 72x15
+ text run at (0,0) width 72: "Brock Brown"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 98x15
+ text run at (0,0) width 98: "Ellsworth Crowell"
+ RenderTableCell {TD} at (268,373) size 99x75 [r=11 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,387) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=11 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 70x15
- text run at (0,0) width 70: "Rick Klement"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 82x15
- text run at (0,0) width 82: "George Coward"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 81x15
- text run at (0,0) width 81: "Gerald Cardinal"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 69x15
- text run at (0,0) width 69: "Brock Brown"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 93x15
- text run at (0,0) width 93: "Ellsworth Crowell"
- RenderTableCell {TD} at (268,387) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=11 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (367,373) size 106x75 [r=11 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,387) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=11 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,448) size 473x60
+ RenderTableCell {TD} at (0,448) size 98x15 [r=12 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "13"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,463) size 472x61
- RenderTableCell {TD} at (0,463) size 98x16 [border: (1px none #808080) none] [r=12 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "13"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,463) size 170x61 [border: (1px none #808080) none (1px none #808080)] [r=12 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 62x15
- text run at (0,0) width 62: " Oliver Baer"
- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,448) size 170x60 [r=12 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 65x15
+ text run at (0,0) width 65: " Oliver Baer"
+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 58x15
</span><span class="cx"> text run at (0,0) width 58: "Joe Araujo"
</span><del>- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 70x15
- text run at (0,0) width 70: "Jim Mirowski"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 63x15
- text run at (0,0) width 63: "Scott Hersh"
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 74x15
+ text run at (0,0) width 74: "Jim Mirowski"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 62x15
+ text run at (0,0) width 62: "Scott Hersh"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,463) size 99x61 [border: (1px none #808080) none (1px none #808080)] [r=12 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (30,0) size 24x15
- text run at (30,0) width 24: " Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,448) size 99x60 [r=12 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (31,0) size 23x15
+ text run at (31,0) width 23: " Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,448) size 106x60 [r=12 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: " No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,463) size 105x61 [border: (1px none #808080) none (1px none #808080)] [r=12 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: " No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,508) size 473x45
+ RenderTableCell {TD} at (0,508) size 98x15 [r=13 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "14"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,524) size 472x46
- RenderTableCell {TD} at (0,524) size 98x16 [border: (1px none #808080) none] [r=13 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "14"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,524) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=13 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,508) size 170x45 [r=13 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 61x15
</span><span class="cx"> text run at (0,0) width 61: " Joe Araujo"
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 68x15
- text run at (0,0) width 68: "Steve Gilbert"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 74x15
- text run at (0,0) width 74: "Gary Williams"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 71x15
+ text run at (0,0) width 71: "Steve Gilbert"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 78x15
+ text run at (0,0) width 78: "Gary Williams"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,524) size 99x31 [border: (1px none #808080) none (1px none #808080)] [r=13 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,508) size 99x30 [r=13 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,508) size 106x30 [r=13 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,524) size 105x31 [border: (1px none #808080) none (1px none #808080)] [r=13 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,553) size 473x75
+ RenderTableCell {TD} at (0,553) size 98x15 [r=14 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "15"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,570) size 472x76
- RenderTableCell {TD} at (0,570) size 98x16 [border: (1px none #808080) none] [r=14 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "15"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,570) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=14 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 62x15
- text run at (0,0) width 62: " Oliver Baer"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 51x15
- text run at (0,0) width 51: "Joe Smith"
- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,553) size 170x75 [r=14 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 65x15
+ text run at (0,0) width 65: " Oliver Baer"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 53x15
+ text run at (0,0) width 53: "Joe Smith"
+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 55x15
</span><span class="cx"> text run at (0,0) width 55: "John Paye"
</span><del>- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 83x15
- text run at (0,0) width 83: "John Yearwood"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 68x15
- text run at (0,0) width 68: "Harald Close"
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 84x15
+ text run at (0,0) width 84: "John Yearwood"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 70x15
+ text run at (0,0) width 70: "Harald Close"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,570) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=14 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (30,0) size 24x15
- text run at (30,0) width 24: " Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,553) size 99x75 [r=14 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (31,0) size 23x15
+ text run at (31,0) width 23: " Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,553) size 106x75 [r=14 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: " No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,570) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=14 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: " No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,628) size 473x30
+ RenderTableCell {TD} at (0,628) size 98x15 [r=15 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "16"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,646) size 472x31
- RenderTableCell {TD} at (0,646) size 98x16 [border: (1px none #808080) none] [r=15 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "16"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,646) size 170x31 [border: (1px none #808080) none (1px none #808080)] [r=15 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,628) size 170x30 [r=15 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 82x15
</span><span class="cx"> text run at (0,0) width 82: " James Haladus"
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 51x15
- text run at (0,0) width 51: "Joe Smith"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 53x15
+ text run at (0,0) width 53: "Joe Smith"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,646) size 99x16 [border: (1px none #808080) none (1px none #808080)] [r=15 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (30,0) size 24x15
- text run at (30,0) width 24: " Yes"
</del><ins>+ RenderTableCell {TD} at (268,628) size 99x15 [r=15 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (31,0) size 23x15
+ text run at (31,0) width 23: " Yes"
+ RenderInline {SPAN} at (0,0) size 0x15
+ RenderInline {O:P} at (0,0) size 0x15
+ RenderTableCell {TD} at (367,628) size 106x15 [r=15 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: " No"
</ins><span class="cx"> 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,646) size 105x16 [border: (1px none #808080) none (1px none #808080)] [r=15 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: " No"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableRow {TR} at (0,677) size 472x76
- RenderTableCell {TD} at (0,677) size 98x16 [border: (1px none #808080) none] [r=16 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "17"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,677) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=16 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 59x15
- text run at (0,0) width 59: "Doug Field"
</del><ins>+ RenderTableRow {TR} at (0,658) size 473x75
+ RenderTableCell {TD} at (0,658) size 98x15 [r=16 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "17"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 65x15
- text run at (0,0) width 65: "Dave Neves"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 59x15
- text run at (0,0) width 59: "Oliver Baer"
- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,658) size 170x75 [r=16 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 61x15
+ text run at (0,0) width 61: "Doug Field"
+ RenderInline {SPAN} at (0,0) size 0x15
+ RenderInline {O:P} at (0,0) size 0x15
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 64x15
+ text run at (0,0) width 64: "Dave Neves"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 62x15
+ text run at (0,0) width 62: "Oliver Baer"
+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 58x15
</span><span class="cx"> text run at (0,0) width 58: "John Todd"
</span><del>- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 98x15
- text run at (0,0) width 98: "Dave Christiansen"
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 99x15
+ text run at (0,0) width 99: "Dave Christiansen"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,677) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=16 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,658) size 99x75 [r=16 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,658) size 106x75 [r=16 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,677) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=16 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,733) size 473x105
+ RenderTableCell {TD} at (0,733) size 98x15 [r=17 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "18"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,733) size 170x105 [r=17 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 80x15
+ text run at (0,0) width 80: "Robert Barnett"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 74x15
+ text run at (0,0) width 74: "Jim Mahoney"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 79x15
+ text run at (0,0) width 79: "Dave Marshall"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 86x15
+ text run at (0,0) width 86: "Gerald Cardinal"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 103x15
+ text run at (0,0) width 103: "Dan & Will Sievert"
+ RenderBlock {P} at (7,75) size 156x15
+ RenderText {#text} at (0,0) size 98x15
+ text run at (0,0) width 98: "Ellsworth Crowell"
+ RenderBlock {P} at (7,90) size 156x15
+ RenderText {#text} at (0,0) size 60x15
+ text run at (0,0) width 60: "Jim Colvin"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,753) size 472x106
- RenderTableCell {TD} at (0,753) size 98x16 [border: (1px none #808080) none] [r=17 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "18"
</del><ins>+ RenderTableCell {TD} at (268,733) size 99x90 [r=17 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,753) size 170x106 [border: (1px none #808080) none (1px none #808080)] [r=17 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 78x15
- text run at (0,0) width 78: "Robert Barnett"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 72x15
- text run at (0,0) width 72: "Jim Mahoney"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 78x15
- text run at (0,0) width 78: "Dave Marshall"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 81x15
- text run at (0,0) width 81: "Gerald Cardinal"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 100x15
- text run at (0,0) width 100: "Dan & Will Sievert"
- RenderBlock {P} at (8,76) size 155x15
- RenderText {#text} at (0,0) size 93x15
- text run at (0,0) width 93: "Ellsworth Crowell"
- RenderBlock {P} at (8,91) size 155x15
- RenderText {#text} at (0,0) size 55x15
- text run at (0,0) width 55: "Jim Colvin"
</del><ins>+ RenderTableCell {TD} at (367,733) size 106x90 [r=17 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,753) size 99x91 [border: (1px none #808080) none (1px none #808080)] [r=17 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,838) size 473x60
+ RenderTableCell {TD} at (0,838) size 98x15 [r=18 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "19"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,753) size 105x91 [border: (1px none #808080) none (1px none #808080)] [r=17 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,859) size 472x61
- RenderTableCell {TD} at (0,859) size 98x16 [border: (1px none #808080) none] [r=18 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "19"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,859) size 170x61 [border: (1px none #808080) none (1px none #808080)] [r=18 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderInline {SPAN} at (0,0) size 65x15
- RenderText {#text} at (0,0) size 65x15
- text run at (0,0) width 39: "Noriya "
- text run at (39,0) width 26: "Kato"
- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,838) size 170x60 [r=18 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderInline {SPAN} at (0,0) size 66x15
+ RenderText {#text} at (0,0) size 66x15
+ text run at (0,0) width 40: "Noriya "
+ text run at (40,0) width 26: "Kato"
+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 58x15
</span><span class="cx"> text run at (0,0) width 58: "John Todd"
</span><del>- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 70x15
- text run at (0,0) width 70: "James Brown"
- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 71x15
+ text run at (0,0) width 71: "James Brown"
+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 84x15
</span><span class="cx"> text run at (0,0) width 84: "Mike Anderson"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,859) size 99x61 [border: (1px none #808080) none (1px none #808080)] [r=18 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderInline {SPAN} at (0,0) size 20x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,31) size 84x15
- RenderInline {SPAN} at (0,0) size 20x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderInline {SPAN} at (0,0) size 20x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableCell {TD} at (367,859) size 105x61 [border: (1px none #808080) none (1px none #808080)] [r=18 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
</del><ins>+ RenderTableCell {TD} at (268,838) size 99x60 [r=18 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderInline {SPAN} at (0,0) size 21x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,30) size 85x15
+ RenderInline {SPAN} at (0,0) size 21x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderInline {SPAN} at (0,0) size 21x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,838) size 106x60 [r=18 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 16x15
</span><del>- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,31) size 90x15
</del><ins>+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,30) size 92x15
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 16x15
</span><del>- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
</del><ins>+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 16x15
</span><del>- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,920) size 472x46
- RenderTableCell {TD} at (0,920) size 98x16 [border: (1px none #808080) none] [r=19 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "20"
</del><ins>+ RenderTableRow {TR} at (0,898) size 473x45
+ RenderTableCell {TD} at (0,898) size 98x15 [r=19 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "20"
+ RenderInline {SPAN} at (0,0) size 0x15
+ RenderInline {O:P} at (0,0) size 0x15
+ RenderTableCell {TD} at (98,898) size 170x45 [r=19 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 69x15
+ text run at (0,0) width 69: "Bill Johnson"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 89x15
+ text run at (0,0) width 89: "Dominic Bayani"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 70x15
+ text run at (0,0) width 70: "Rick Latham"
+ RenderInline {SPAN} at (0,0) size 0x15
+ RenderInline {O:P} at (0,0) size 0x15
+ RenderTableCell {TD} at (268,898) size 99x45 [r=19 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,920) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=19 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 66x15
- text run at (0,0) width 66: "Bill Johnson"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 84x15
- text run at (0,0) width 84: "Dominic Bayani"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 65x15
- text run at (0,0) width 65: "Rick Latham"
</del><ins>+ RenderTableCell {TD} at (367,898) size 106x45 [r=19 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,920) size 99x46 [border: (1px none #808080) none (1px none #808080)] [r=19 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,943) size 473x15
+ RenderTableCell {TD} at (0,943) size 98x15 [r=20 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "21"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,920) size 105x46 [border: (1px none #808080) none (1px none #808080)] [r=19 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,943) size 170x15 [r=20 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 65x15
+ text run at (0,0) width 65: " Simon Tam"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,966) size 472x16
- RenderTableCell {TD} at (0,966) size 98x16 [border: (1px none #808080) none] [r=20 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "21"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,966) size 170x16 [border: (1px none #808080) none (1px none #808080)] [r=20 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 62x15
- text run at (0,0) width 62: " Simon Tam"
</del><ins>+ RenderTableCell {TD} at (268,943) size 99x15 [r=20 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,966) size 99x16 [border: (1px none #808080) none (1px none #808080)] [r=20 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
</del><ins>+ RenderTableCell {TD} at (367,943) size 106x15 [r=20 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
</ins><span class="cx"> 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,966) size 105x16 [border: (1px none #808080) none (1px none #808080)] [r=20 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableRow {TR} at (0,982) size 472x76
- RenderTableCell {TD} at (0,982) size 98x16 [border: (1px none #808080) none] [r=21 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "22"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,982) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=21 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 65x15
- text run at (0,0) width 65: "Dave Neves"
</del><ins>+ RenderTableRow {TR} at (0,958) size 473x75
+ RenderTableCell {TD} at (0,958) size 98x15 [r=21 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "22"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,958) size 170x75 [r=21 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 64x15
+ text run at (0,0) width 64: "Dave Neves"
+ RenderInline {SPAN} at (0,0) size 0x15
+ RenderInline {O:P} at (0,0) size 0x15
+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 89x15
</span><span class="cx"> text run at (0,0) width 89: "Grant Sanderson"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 84x15
- text run at (0,0) width 84: "Maurice Burton"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 110x15
- text run at (0,0) width 110: "Mike Gilmartin ?????"
- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 86x15
+ text run at (0,0) width 86: "Maurice Burton"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 117x15
+ text run at (0,0) width 117: "Mike Gilmartin ?????"
+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><span class="cx"> text run at (0,0) width 66: "Chris Walsh"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,982) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=21 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,958) size 99x75 [r=21 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,958) size 106x75 [r=21 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,982) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=21 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,1033) size 473x75
+ RenderTableCell {TD} at (0,1033) size 98x15 [r=22 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "23"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,1033) size 170x75 [r=22 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 64x15
+ text run at (0,0) width 64: "Dave Neves"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 86x15
+ text run at (0,0) width 86: "Maurice Burton"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 62x15
+ text run at (0,0) width 62: "Oliver Baer"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 58x15
+ text run at (0,0) width 58: "John Todd"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 66x15
+ text run at (0,0) width 66: "Rich Saunef"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,1058) size 472x76
- RenderTableCell {TD} at (0,1058) size 98x16 [border: (1px none #808080) none] [r=22 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "23"
</del><ins>+ RenderTableCell {TD} at (268,1033) size 99x75 [r=22 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,1058) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=22 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 65x15
- text run at (0,0) width 65: "Dave Neves"
</del><ins>+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1033) size 106x75 [r=22 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 84x15
- text run at (0,0) width 84: "Maurice Burton"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 59x15
- text run at (0,0) width 59: "Oliver Baer"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 58x15
- text run at (0,0) width 58: "John Todd"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 64x15
- text run at (0,0) width 64: "Rich Saunef"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1058) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=22 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,1108) size 473x75
+ RenderTableCell {TD} at (0,1108) size 98x15 [r=23 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "24"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (98,1108) size 170x75 [r=23 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 66x15
+ text run at (0,0) width 66: " Dan Sievert"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 60x15
+ text run at (0,0) width 60: "Jerry Davis"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 62x15
+ text run at (0,0) width 62: "Scott Hersh"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 52x15
+ text run at (0,0) width 52: "Rick Bell"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 56x15
+ text run at (0,0) width 56: "Eric Shum"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1058) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=22 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,1134) size 472x76
- RenderTableCell {TD} at (0,1134) size 98x16 [border: (1px none #808080) none] [r=23 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "24"
</del><ins>+ RenderTableCell {TD} at (268,1108) size 99x75 [r=23 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (31,0) size 23x15
+ text run at (31,0) width 23: " Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,1134) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=23 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 65x15
- text run at (0,0) width 65: " Dan Sievert"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 60x15
- text run at (0,0) width 60: "Jerry Davis"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 63x15
- text run at (0,0) width 63: "Scott Hersh"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 46x15
- text run at (0,0) width 46: "Rick Bell"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 53x15
- text run at (0,0) width 53: "Eric Shum"
</del><ins>+ RenderTableCell {TD} at (367,1108) size 106x75 [r=23 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: " No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1134) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=23 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (30,0) size 24x15
- text run at (30,0) width 24: " Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,1183) size 473x30
+ RenderTableCell {TD} at (0,1183) size 98x15 [r=24 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "25"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1134) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=23 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: " No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,1183) size 170x30 [r=24 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 70x15
+ text run at (0,0) width 70: "James Davey"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 93x15
+ text run at (0,0) width 93: "Ruenjoe (Joe) Lu"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,1210) size 472x31
- RenderTableCell {TD} at (0,1210) size 98x16 [border: (1px none #808080) none] [r=24 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "25"
</del><ins>+ RenderTableCell {TD} at (268,1183) size 99x15 [r=24 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,1210) size 170x31 [border: (1px none #808080) none (1px none #808080)] [r=24 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 70x15
- text run at (0,0) width 70: "James Davey"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 90x15
- text run at (0,0) width 90: "Ruenjoe (Joe) Lu"
</del><ins>+ RenderTableCell {TD} at (367,1183) size 106x15 [r=24 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1210) size 99x16 [border: (1px none #808080) none (1px none #808080)] [r=24 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,1213) size 473x150
+ RenderTableCell {TD} at (0,1213) size 98x15 [r=25 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "26"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1210) size 105x16 [border: (1px none #808080) none (1px none #808080)] [r=24 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (98,1213) size 170x150 [r=25 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 89x15
+ text run at (0,0) width 89: "Alan Littlewood"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,1241) size 472x151
- RenderTableCell {TD} at (0,1241) size 98x16 [border: (1px none #808080) none] [r=25 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "26"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,1241) size 170x151 [border: (1px none #808080) none (1px none #808080)] [r=25 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 86x15
- text run at (0,0) width 86: "Alan Littlewood"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 72x15
+ text run at (0,0) width 72: "Darren Braun"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 71x15
- text run at (0,0) width 71: "Darren Braun"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 59x15
- text run at (0,0) width 59: "Simon Tam"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 74x15
- text run at (0,0) width 74: "Chuck Pringle"
- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 62x15
+ text run at (0,0) width 62: "Simon Tam"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 78x15
+ text run at (0,0) width 78: "Chuck Pringle"
+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 88x15
</span><span class="cx"> text run at (0,0) width 88: "Gary Pendergras"
</span><del>- RenderBlock {P} at (8,76) size 155x15
- RenderText {#text} at (0,0) size 78x15
- text run at (0,0) width 78: "Peter Mazanec"
- RenderBlock {P} at (8,91) size 155x15
- RenderText {#text} at (0,0) size 78x15
- text run at (0,0) width 78: "Harry Imamura"
- RenderBlock {P} at (8,106) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
+ RenderText {#text} at (0,0) size 79x15
+ text run at (0,0) width 79: "Peter Mazanec"
+ RenderBlock {P} at (7,90) size 156x15
+ RenderText {#text} at (0,0) size 80x15
+ text run at (0,0) width 80: "Harry Imamura"
+ RenderBlock {P} at (7,105) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 58x15
</span><span class="cx"> text run at (0,0) width 58: "Joe Araujo"
</span><del>- RenderBlock {P} at (8,121) size 155x15
- RenderText {#text} at (0,0) size 74x15
- text run at (0,0) width 74: "Gary Williams"
- RenderBlock {P} at (8,136) size 155x15
- RenderText {#text} at (0,0) size 86x15
- text run at (0,0) width 86: "Jack Goodfriend"
</del><ins>+ RenderBlock {P} at (7,120) size 156x15
+ RenderText {#text} at (0,0) size 78x15
+ text run at (0,0) width 78: "Gary Williams"
+ RenderBlock {P} at (7,135) size 156x15
+ RenderText {#text} at (0,0) size 89x15
+ text run at (0,0) width 89: "Jack Goodfriend"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1241) size 99x106 [border: (1px none #808080) none (1px none #808080)] [r=25 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,1213) size 99x105 [r=25 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1213) size 106x105 [r=25 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1241) size 105x106 [border: (1px none #808080) none (1px none #808080)] [r=25 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,1363) size 473x90
+ RenderTableCell {TD} at (0,1363) size 98x15 [r=26 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "27"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,1363) size 170x90 [r=26 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 72x15
+ text run at (0,0) width 72: "Darren Braun"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 92x15
+ text run at (0,0) width 92: "Ian + Brad Carter"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,1392) size 472x91
- RenderTableCell {TD} at (0,1392) size 98x16 [border: (1px none #808080) none] [r=26 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "27"
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 72x15
+ text run at (0,0) width 72: "Pete Peterson"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 83x15
+ text run at (0,0) width 83: "John Chamorro"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 69x15
+ text run at (0,0) width 69: "Ali Erdengiz"
+ RenderBlock {P} at (7,75) size 156x15
+ RenderText {#text} at (0,0) size 57x15
+ text run at (0,0) width 57: "Saibal Sen"
+ RenderInline {SPAN} at (0,0) size 0x15
+ RenderInline {O:P} at (0,0) size 0x15
+ RenderTableCell {TD} at (268,1363) size 99x90 [r=26 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,1392) size 170x91 [border: (1px none #808080) none (1px none #808080)] [r=26 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 71x15
- text run at (0,0) width 71: "Darren Braun"
</del><ins>+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1363) size 106x90 [r=26 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 90x15
- text run at (0,0) width 90: "Ian + Brad Carter"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 73x15
- text run at (0,0) width 73: "Pete Peterson"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 81x15
- text run at (0,0) width 81: "John Chamorro"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 65x15
- text run at (0,0) width 65: "Ali Erdengiz"
- RenderBlock {P} at (8,76) size 155x15
- RenderText {#text} at (0,0) size 55x15
- text run at (0,0) width 55: "Saibal Sen"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1392) size 99x91 [border: (1px none #808080) none (1px none #808080)] [r=26 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,1453) size 473x135
+ RenderTableCell {TD} at (0,1453) size 98x15 [r=27 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "28"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (98,1453) size 170x135 [r=27 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 93x15
+ text run at (0,0) width 93: "Zak + Mike West"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 64x15
+ text run at (0,0) width 64: "Dave Neves"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1392) size 105x91 [border: (1px none #808080) none (1px none #808080)] [r=26 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 78x15
+ text run at (0,0) width 78: "Richard Green"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 68x15
+ text run at (0,0) width 68: "Javier Flores"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 86x15
+ text run at (0,0) width 86: "Gerald Cardinal"
+ RenderBlock {P} at (7,75) size 156x15
+ RenderText {#text} at (0,0) size 63x15
+ text run at (0,0) width 63: "Dan Sievert"
+ RenderBlock {P} at (7,90) size 156x15
+ RenderText {#text} at (0,0) size 69x15
+ text run at (0,0) width 69: "Ali Erdengiz"
+ RenderBlock {P} at (7,105) size 156x15
+ RenderText {#text} at (0,0) size 63x15
+ text run at (0,0) width 63: "Paul Walter"
+ RenderBlock {P} at (7,120) size 156x15
+ RenderText {#text} at (0,0) size 60x15
+ text run at (0,0) width 60: "Jerry Davis"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,1483) size 472x136
- RenderTableCell {TD} at (0,1483) size 98x16 [border: (1px none #808080) none] [r=27 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "28"
</del><ins>+ RenderTableCell {TD} at (268,1453) size 99x135 [r=27 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,1483) size 170x136 [border: (1px none #808080) none (1px none #808080)] [r=27 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 92x15
- text run at (0,0) width 92: "Zak + Mike West"
</del><ins>+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,105) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,120) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1453) size 106x135 [r=27 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 65x15
- text run at (0,0) width 65: "Dave Neves"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 75x15
- text run at (0,0) width 75: "Richard Green"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 67x15
- text run at (0,0) width 67: "Javier Flores"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 81x15
- text run at (0,0) width 81: "Gerald Cardinal"
- RenderBlock {P} at (8,76) size 155x15
- RenderText {#text} at (0,0) size 62x15
- text run at (0,0) width 62: "Dan Sievert"
- RenderBlock {P} at (8,91) size 155x15
- RenderText {#text} at (0,0) size 65x15
- text run at (0,0) width 65: "Ali Erdengiz"
- RenderBlock {P} at (8,106) size 155x15
- RenderText {#text} at (0,0) size 62x15
- text run at (0,0) width 62: "Paul Walter"
- RenderBlock {P} at (8,121) size 155x15
- RenderText {#text} at (0,0) size 60x15
- text run at (0,0) width 60: "Jerry Davis"
</del><ins>+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,105) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,120) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1483) size 99x136 [border: (1px none #808080) none (1px none #808080)] [r=27 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,1588) size 473x45
+ RenderTableCell {TD} at (0,1588) size 98x15 [r=28 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "29"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (98,1588) size 170x45 [r=28 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 68x15
+ text run at (0,0) width 68: "Javier Flores"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 69x15
+ text run at (0,0) width 69: "Bill Johnson"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 58x15
+ text run at (0,0) width 58: "John Todd"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,106) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,121) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableCell {TD} at (367,1483) size 105x136 [border: (1px none #808080) none (1px none #808080)] [r=27 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,106) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,121) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,1619) size 472x46
- RenderTableCell {TD} at (0,1619) size 98x16 [border: (1px none #808080) none] [r=28 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "29"
</del><ins>+ RenderTableCell {TD} at (268,1588) size 99x30 [r=28 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,1619) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=28 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 67x15
- text run at (0,0) width 67: "Javier Flores"
</del><ins>+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1588) size 106x30 [r=28 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 66x15
- text run at (0,0) width 66: "Bill Johnson"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 58x15
- text run at (0,0) width 58: "John Todd"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1619) size 99x31 [border: (1px none #808080) none (1px none #808080)] [r=28 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,1633) size 473x105
+ RenderTableCell {TD} at (0,1633) size 98x15 [r=29 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "30"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (98,1633) size 170x105 [r=29 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 89x15
+ text run at (0,0) width 89: "Alan Littlewood"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1619) size 105x31 [border: (1px none #808080) none (1px none #808080)] [r=28 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 84x15
+ text run at (0,0) width 84: "George Coward"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 86x15
+ text run at (0,0) width 86: "Maurice Burton"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 63x15
+ text run at (0,0) width 63: "Dan Sievert"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 114x15
+ text run at (0,0) width 114: "Michael DeGiovanni"
+ RenderBlock {P} at (7,75) size 156x15
+ RenderText {#text} at (0,0) size 89x15
+ text run at (0,0) width 89: "Jack Goodfriend"
+ RenderBlock {P} at (7,90) size 156x15
+ RenderText {#text} at (0,0) size 91x15
+ text run at (0,0) width 91: "Richard Sanchez"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,1665) size 472x106
- RenderTableCell {TD} at (0,1665) size 98x16 [border: (1px none #808080) none] [r=29 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "30"
</del><ins>+ RenderTableCell {TD} at (268,1633) size 99x105 [r=29 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,1665) size 170x106 [border: (1px none #808080) none (1px none #808080)] [r=29 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 86x15
- text run at (0,0) width 86: "Alan Littlewood"
</del><ins>+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1633) size 106x105 [r=29 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 82x15
- text run at (0,0) width 82: "George Coward"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 84x15
- text run at (0,0) width 84: "Maurice Burton"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 62x15
- text run at (0,0) width 62: "Dan Sievert"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 109x15
- text run at (0,0) width 109: "Michael DeGiovanni"
- RenderBlock {P} at (8,76) size 155x15
- RenderText {#text} at (0,0) size 86x15
- text run at (0,0) width 86: "Jack Goodfriend"
- RenderBlock {P} at (8,91) size 155x15
- RenderText {#text} at (0,0) size 88x15
- text run at (0,0) width 88: "Richard Sanchez"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1665) size 99x106 [border: (1px none #808080) none (1px none #808080)] [r=29 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,1738) size 473x45
+ RenderTableCell {TD} at (0,1738) size 98x15 [r=30 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "31"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (98,1738) size 170x45 [r=30 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 64x15
+ text run at (0,0) width 64: "Dave Neves"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 79x15
+ text run at (0,0) width 79: "James Haladus"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 65x15
+ text run at (0,0) width 65: "Randy Reid"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableCell {TD} at (367,1665) size 105x106 [border: (1px none #808080) none (1px none #808080)] [r=29 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,1771) size 472x46
- RenderTableCell {TD} at (0,1771) size 98x16 [border: (1px none #808080) none] [r=30 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "31"
</del><ins>+ RenderTableCell {TD} at (268,1738) size 99x30 [r=30 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,1771) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=30 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 65x15
- text run at (0,0) width 65: "Dave Neves"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 79x15
- text run at (0,0) width 79: "James Haladus"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 62x15
- text run at (0,0) width 62: "Randy Reid"
</del><ins>+ RenderTableCell {TD} at (367,1738) size 106x30 [r=30 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1771) size 99x31 [border: (1px none #808080) none (1px none #808080)] [r=30 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,1783) size 473x60
+ RenderTableCell {TD} at (0,1783) size 98x15 [r=31 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "32"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1771) size 105x31 [border: (1px none #808080) none (1px none #808080)] [r=30 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,1783) size 170x60 [r=31 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 65x15
+ text run at (0,0) width 65: " Oliver Baer"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 68x15
+ text run at (0,0) width 68: "Dale Barnett"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 58x15
+ text run at (0,0) width 58: "John Todd"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 89x15
+ text run at (0,0) width 89: "Dominic Bayani"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,1817) size 472x61
- RenderTableCell {TD} at (0,1817) size 98x16 [border: (1px none #808080) none] [r=31 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "32"
</del><ins>+ RenderTableCell {TD} at (268,1783) size 99x30 [r=31 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (31,0) size 23x15
+ text run at (31,0) width 23: " Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,1817) size 170x61 [border: (1px none #808080) none (1px none #808080)] [r=31 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 62x15
- text run at (0,0) width 62: " Oliver Baer"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 66x15
- text run at (0,0) width 66: "Dale Barnett"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 58x15
- text run at (0,0) width 58: "John Todd"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 84x15
- text run at (0,0) width 84: "Dominic Bayani"
</del><ins>+ RenderTableCell {TD} at (367,1783) size 106x30 [r=31 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: " No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1817) size 99x31 [border: (1px none #808080) none (1px none #808080)] [r=31 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (30,0) size 24x15
- text run at (30,0) width 24: " Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,1843) size 473x135
+ RenderTableCell {TD} at (0,1843) size 98x15 [r=32 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "33"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1817) size 105x31 [border: (1px none #808080) none (1px none #808080)] [r=31 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: " No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,1878) size 472x136
- RenderTableCell {TD} at (0,1878) size 98x16 [border: (1px none #808080) none] [r=32 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "33"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,1878) size 170x136 [border: (1px none #808080) none (1px none #808080)] [r=32 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,1843) size 170x135 [r=32 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 70x15
</span><span class="cx"> text run at (0,0) width 70: "Tom Wagner"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 73x15
- text run at (0,0) width 73: "Gene Langley"
- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 76x15
+ text run at (0,0) width 76: "Gene Langley"
+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 79x15
</span><span class="cx"> text run at (0,0) width 79: "James Haladus"
</span><del>- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 80x15
- text run at (0,0) width 80: "Daniel Buckley"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 67x15
- text run at (0,0) width 67: "Chris Larsen"
- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 85x15
+ text run at (0,0) width 85: "Daniel Buckley"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 68x15
+ text run at (0,0) width 68: "Chris Larsen"
+ RenderBlock {P} at (7,75) size 156x15
+ RenderText {#text} at (0,0) size 73x15
+ text run at (0,0) width 73: "Mike Chansu"
+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 71x15
</span><del>- text run at (0,0) width 71: "Mike Chansu"
- RenderBlock {P} at (8,91) size 155x15
- RenderText {#text} at (0,0) size 70x15
- text run at (0,0) width 70: "James Brown"
- RenderBlock {P} at (8,106) size 155x15
- RenderText {#text} at (0,0) size 62x15
- text run at (0,0) width 62: "Will Sievert"
- RenderBlock {P} at (8,121) size 155x15
- RenderText {#text} at (0,0) size 68x15
- text run at (0,0) width 68: "Terry Chong"
</del><ins>+ text run at (0,0) width 71: "James Brown"
+ RenderBlock {P} at (7,105) size 156x15
+ RenderText {#text} at (0,0) size 65x15
+ text run at (0,0) width 65: "Will Sievert"
+ RenderBlock {P} at (7,120) size 156x15
+ RenderText {#text} at (0,0) size 69x15
+ text run at (0,0) width 69: "Terry Chong"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,1878) size 99x136 [border: (1px none #808080) none (1px none #808080)] [r=32 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,1843) size 99x135 [r=32 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,105) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,120) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,1843) size 106x135 [r=32 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,106) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,121) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (7,0) size 78x15
+ text run at (7,0) width 78: "Gyro wannabe"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,105) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,120) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,1878) size 105x136 [border: (1px none #808080) none (1px none #808080)] [r=32 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,1978) size 473x120
+ RenderTableCell {TD} at (0,1978) size 98x15 [r=33 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "34"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (6,0) size 78x15
- text run at (6,0) width 78: "Gyro wannabe"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,106) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,121) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,2014) size 472x121
- RenderTableCell {TD} at (0,2014) size 98x16 [border: (1px none #808080) none] [r=33 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "34"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,2014) size 170x121 [border: (1px none #808080) none (1px none #808080)] [r=33 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 55x15
- text run at (0,0) width 55: "Jay Ribera"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 81x15
- text run at (0,0) width 81: "Gerald Cardinal"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 66x15
- text run at (0,0) width 66: "Dale Barnett"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 62x15
- text run at (0,0) width 62: "Paul Walter"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 84x15
- text run at (0,0) width 84: "Dominic Bayani"
- RenderBlock {P} at (8,76) size 155x15
- RenderText {#text} at (0,0) size 90x15
- text run at (0,0) width 90: "Donald Carvalho"
- RenderBlock {P} at (8,91) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,1978) size 170x120 [r=33 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 57x15
+ text run at (0,0) width 57: "Jay Ribera"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 86x15
+ text run at (0,0) width 86: "Gerald Cardinal"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 68x15
+ text run at (0,0) width 68: "Dale Barnett"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 63x15
+ text run at (0,0) width 63: "Paul Walter"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 89x15
+ text run at (0,0) width 89: "Dominic Bayani"
+ RenderBlock {P} at (7,75) size 156x15
+ RenderText {#text} at (0,0) size 93x15
+ text run at (0,0) width 93: "Donald Carvalho"
+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 73x15
</span><span class="cx"> text run at (0,0) width 73: "Jack Peterson"
</span><del>- RenderBlock {P} at (8,106) size 155x15
- RenderText {#text} at (0,0) size 63x15
- text run at (0,0) width 63: "Scott Hersh"
</del><ins>+ RenderBlock {P} at (7,105) size 156x15
+ RenderText {#text} at (0,0) size 62x15
+ text run at (0,0) width 62: "Scott Hersh"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2014) size 99x121 [border: (1px none #808080) none (1px none #808080)] [r=33 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,106) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableCell {TD} at (367,2014) size 105x121 [border: (1px none #808080) none (1px none #808080)] [r=33 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,106) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,2135) size 472x76
- RenderTableCell {TD} at (0,2135) size 98x16 [border: (1px none #808080) none] [r=34 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "35"
</del><ins>+ RenderTableCell {TD} at (268,1978) size 99x120 [r=33 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,105) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,2135) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=34 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 78x15
- text run at (0,0) width 78: " Richard Green"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 64x15
- text run at (0,0) width 64: "David Allen"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 55x15
- text run at (0,0) width 55: "Jim Colvin"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 68x15
- text run at (0,0) width 68: "Harald Close"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 59x15
- text run at (0,0) width 59: "Oliver Baer"
</del><ins>+ RenderTableCell {TD} at (367,1978) size 106x120 [r=33 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,105) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2135) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=34 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,2098) size 473x75
+ RenderTableCell {TD} at (0,2098) size 98x15 [r=34 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "35"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2135) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=34 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,2098) size 170x75 [r=34 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 81x15
+ text run at (0,0) width 81: " Richard Green"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 66x15
+ text run at (0,0) width 66: "David Allen"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 60x15
+ text run at (0,0) width 60: "Jim Colvin"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 70x15
+ text run at (0,0) width 70: "Harald Close"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 62x15
+ text run at (0,0) width 62: "Oliver Baer"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,2211) size 472x76
- RenderTableCell {TD} at (0,2211) size 98x16 [border: (1px none #808080) none] [r=35 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "36"
</del><ins>+ RenderTableCell {TD} at (268,2098) size 99x75 [r=34 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,2211) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=35 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 70x15
- text run at (0,0) width 70: "Jason Beehm"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 90x15
- text run at (0,0) width 90: "Darrell Carpenter"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 79x15
- text run at (0,0) width 79: "Stefan Kiritzov"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 66x15
- text run at (0,0) width 66: "Dale Barnett"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 62x15
- text run at (0,0) width 62: "Dan Sievert"
</del><ins>+ RenderTableCell {TD} at (367,2098) size 106x75 [r=34 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2211) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=35 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,2173) size 473x75
+ RenderTableCell {TD} at (0,2173) size 98x15 [r=35 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "36"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2211) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=35 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,2173) size 170x75 [r=35 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 71x15
+ text run at (0,0) width 71: "Jason Beehm"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 93x15
+ text run at (0,0) width 93: "Darrell Carpenter"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 82x15
+ text run at (0,0) width 82: "Stefan Kiritzov"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 68x15
+ text run at (0,0) width 68: "Dale Barnett"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 63x15
+ text run at (0,0) width 63: "Dan Sievert"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,2287) size 472x61
- RenderTableCell {TD} at (0,2287) size 98x16 [border: (1px none #808080) none] [r=36 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "37"
</del><ins>+ RenderTableCell {TD} at (268,2173) size 99x75 [r=35 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,2287) size 170x61 [border: (1px none #808080) none (1px none #808080)] [r=36 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 88x15
- text run at (0,0) width 88: "Dominic Civiletti"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 81x15
- text run at (0,0) width 81: "John Chamorro"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 70x15
- text run at (0,0) width 70: "Jim Mirowski"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 76x15
- text run at (0,0) width 76: "Soohong Kim"
</del><ins>+ RenderTableCell {TD} at (367,2173) size 106x75 [r=35 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2287) size 99x61 [border: (1px none #808080) none (1px none #808080)] [r=36 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,2248) size 473x60
+ RenderTableCell {TD} at (0,2248) size 98x15 [r=36 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "37"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2287) size 105x61 [border: (1px none #808080) none (1px none #808080)] [r=36 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,2248) size 170x60 [r=36 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 96x15
+ text run at (0,0) width 96: "Dominic Civiletti"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 83x15
+ text run at (0,0) width 83: "John Chamorro"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 74x15
+ text run at (0,0) width 74: "Jim Mirowski"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 78x15
+ text run at (0,0) width 78: "Soohong Kim"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,2348) size 472x91
- RenderTableCell {TD} at (0,2348) size 98x16 [border: (1px none #808080) none] [r=37 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "38"
</del><ins>+ RenderTableCell {TD} at (268,2248) size 99x60 [r=36 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,2348) size 170x91 [border: (1px none #808080) none (1px none #808080)] [r=37 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 97x15
- text run at (0,0) width 97: "Karl Allmendinger"
</del><ins>+ RenderTableCell {TD} at (367,2248) size 106x60 [r=36 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 63x15
- text run at (0,0) width 63: "John Bernal"
</del><ins>+ RenderTableRow {TR} at (0,2308) size 473x90
+ RenderTableCell {TD} at (0,2308) size 98x15 [r=37 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "38"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 73x15
- text run at (0,0) width 73: "Gene Langley"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 74x15
- text run at (0,0) width 74: "Chuck Pringle"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 52x15
- text run at (0,0) width 52: "Jimmy Lei"
- RenderBlock {P} at (8,76) size 155x15
- RenderText {#text} at (0,0) size 90x15
- text run at (0,0) width 90: "Ruenjoe (Joe) Lu"
</del><ins>+ RenderTableCell {TD} at (98,2308) size 170x90 [r=37 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 101x15
+ text run at (0,0) width 101: "Karl Allmendinger"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2348) size 99x61 [border: (1px none #808080) none (1px none #808080)] [r=37 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 65x15
+ text run at (0,0) width 65: "John Bernal"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 76x15
+ text run at (0,0) width 76: "Gene Langley"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 78x15
+ text run at (0,0) width 78: "Chuck Pringle"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 57x15
+ text run at (0,0) width 57: "Jimmy Lei"
+ RenderBlock {P} at (7,75) size 156x15
+ RenderText {#text} at (0,0) size 93x15
+ text run at (0,0) width 93: "Ruenjoe (Joe) Lu"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,2308) size 99x60 [r=37 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,2308) size 106x60 [r=37 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2348) size 105x61 [border: (1px none #808080) none (1px none #808080)] [r=37 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (7,0) size 78x15
+ text run at (7,0) width 78: "Gyro wannabe"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (6,0) size 78x15
- text run at (6,0) width 78: "Gyro wannabe"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,2398) size 473x45
+ RenderTableCell {TD} at (0,2398) size 98x15 [r=38 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "39"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,2439) size 472x46
- RenderTableCell {TD} at (0,2439) size 98x16 [border: (1px none #808080) none] [r=38 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "39"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,2439) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=38 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,2398) size 170x45 [r=38 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 70x15
</span><span class="cx"> text run at (0,0) width 70: "Tom Wagner"
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 59x15
- text run at (0,0) width 59: "Oliver Baer"
- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 62x15
</span><del>- text run at (0,0) width 62: "Will Sievert"
</del><ins>+ text run at (0,0) width 62: "Oliver Baer"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 65x15
+ text run at (0,0) width 65: "Will Sievert"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2439) size 99x46 [border: (1px none #808080) none (1px none #808080)] [r=38 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableCell {TD} at (367,2439) size 105x46 [border: (1px none #808080) none (1px none #808080)] [r=38 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,2485) size 472x121
- RenderTableCell {TD} at (0,2485) size 98x16 [border: (1px none #808080) none] [r=39 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "40"
</del><ins>+ RenderTableCell {TD} at (268,2398) size 99x45 [r=38 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,2485) size 170x121 [border: (1px none #808080) none (1px none #808080)] [r=39 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 81x15
- text run at (0,0) width 81: "Alberto Lanzas"
</del><ins>+ RenderTableCell {TD} at (367,2398) size 106x45 [r=38 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 92x15
- text run at (0,0) width 92: "Zak + Mike West"
</del><ins>+ RenderTableRow {TR} at (0,2443) size 473x120
+ RenderTableCell {TD} at (0,2443) size 98x15 [r=39 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "40"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 67x15
- text run at (0,0) width 67: "Javier Flores"
</del><ins>+ RenderTableCell {TD} at (98,2443) size 170x120 [r=39 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 82x15
+ text run at (0,0) width 82: "Alberto Lanzas"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 66x15
- text run at (0,0) width 66: "Bill Johnson"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 93x15
+ text run at (0,0) width 93: "Zak + Mike West"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 73x15
- text run at (0,0) width 73: "Gene Langley"
- RenderBlock {P} at (8,76) size 155x15
- RenderText {#text} at (0,0) size 67x15
- text run at (0,0) width 67: "Rich Burnett"
- RenderBlock {P} at (8,91) size 155x15
- RenderText {#text} at (0,0) size 86x15
- text run at (0,0) width 86: "Jack Goodfriend"
- RenderBlock {P} at (8,106) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 68x15
</span><del>- text run at (0,0) width 68: "Harald Close"
</del><ins>+ text run at (0,0) width 68: "Javier Flores"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2485) size 99x121 [border: (1px none #808080) none (1px none #808080)] [r=39 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 69x15
+ text run at (0,0) width 69: "Bill Johnson"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 76x15
+ text run at (0,0) width 76: "Gene Langley"
+ RenderBlock {P} at (7,75) size 156x15
+ RenderText {#text} at (0,0) size 70x15
+ text run at (0,0) width 70: "Rich Burnett"
+ RenderBlock {P} at (7,90) size 156x15
+ RenderText {#text} at (0,0) size 89x15
+ text run at (0,0) width 89: "Jack Goodfriend"
+ RenderBlock {P} at (7,105) size 156x15
+ RenderText {#text} at (0,0) size 70x15
+ text run at (0,0) width 70: "Harald Close"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,2443) size 99x120 [r=39 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,105) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,2443) size 106x120 [r=39 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,106) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2485) size 105x121 [border: (1px none #808080) none (1px none #808080)] [r=39 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (29,0) size 34x15
+ text run at (29,0) width 34: "Glider"
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,105) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,2563) size 473x120
+ RenderTableCell {TD} at (0,2563) size 98x15 [r=40 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "41"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,2563) size 170x120 [r=40 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 96x15
+ text run at (0,0) width 96: "Dominic Civiletti"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (29,0) size 32x15
- text run at (29,0) width 32: "Glider"
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,106) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 105x15
+ text run at (0,0) width 105: "Corbin Christensen"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,2606) size 472x121
- RenderTableCell {TD} at (0,2606) size 98x16 [border: (1px none #808080) none] [r=40 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "41"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,2606) size 170x121 [border: (1px none #808080) none (1px none #808080)] [r=40 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 88x15
- text run at (0,0) width 88: "Dominic Civiletti"
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 57x15
+ text run at (0,0) width 57: "Hal Hirsch"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 103x15
- text run at (0,0) width 103: "Corbin Christensen"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 56x15
- text run at (0,0) width 56: "Hal Hirsch"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 88x15
- text run at (0,0) width 88: "Richard Sanchez"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 63x15
- text run at (0,0) width 63: "John Bernal"
- RenderBlock {P} at (8,76) size 155x15
- RenderText {#text} at (0,0) size 67x15
- text run at (0,0) width 67: "Rich Burnett"
- RenderBlock {P} at (8,91) size 155x15
- RenderText {#text} at (0,0) size 69x15
- text run at (0,0) width 69: "Brock Brown"
- RenderBlock {P} at (8,106) size 155x15
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 91x15
+ text run at (0,0) width 91: "Richard Sanchez"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 65x15
+ text run at (0,0) width 65: "John Bernal"
+ RenderBlock {P} at (7,75) size 156x15
+ RenderText {#text} at (0,0) size 70x15
+ text run at (0,0) width 70: "Rich Burnett"
+ RenderBlock {P} at (7,90) size 156x15
+ RenderText {#text} at (0,0) size 72x15
+ text run at (0,0) width 72: "Brock Brown"
+ RenderBlock {P} at (7,105) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 55x15
</span><span class="cx"> text run at (0,0) width 55: "John Paye"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2606) size 99x106 [border: (1px none #808080) none (1px none #808080)] [r=40 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,2563) size 99x105 [r=40 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,2563) size 106x105 [r=40 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2606) size 105x106 [border: (1px none #808080) none (1px none #808080)] [r=40 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,2683) size 473x120
+ RenderTableCell {TD} at (0,2683) size 98x15 [r=41 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "42"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,2683) size 170x120 [r=41 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 48x15
+ text run at (0,0) width 48: "Tony Yu"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 67x15
+ text run at (0,0) width 67: "Jason Miller"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,2727) size 472x121
- RenderTableCell {TD} at (0,2727) size 98x16 [border: (1px none #808080) none] [r=41 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "42"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,2727) size 170x121 [border: (1px none #808080) none (1px none #808080)] [r=41 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 47x15
- text run at (0,0) width 47: "Tony Yu"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 65x15
- text run at (0,0) width 65: "Jason Miller"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 84x15
- text run at (0,0) width 84: "Maurice Burton"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 62x15
- text run at (0,0) width 62: "Dan Sievert"
- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 86x15
+ text run at (0,0) width 86: "Maurice Burton"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 63x15
+ text run at (0,0) width 63: "Dan Sievert"
+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 60x15
</span><span class="cx"> text run at (0,0) width 60: "Jerry Davis"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 55x15
</span><span class="cx"> text run at (0,0) width 55: "John Paye"
</span><del>- RenderBlock {P} at (8,91) size 155x15
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 71x15
</span><span class="cx"> text run at (0,0) width 71: "Gordon Frost"
</span><del>- RenderBlock {P} at (8,106) size 155x15
</del><ins>+ RenderBlock {P} at (7,105) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><span class="cx"> text run at (0,0) width 66: "Chris Walsh"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2727) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=41 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,2683) size 99x75 [r=41 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,2683) size 106x75 [r=41 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2727) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=41 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,2803) size 473x105
+ RenderTableCell {TD} at (0,2803) size 98x15 [r=42 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "43"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,2803) size 170x105 [r=42 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 96x15
+ text run at (0,0) width 96: "Dominic Civiletti"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 67x15
+ text run at (0,0) width 67: "Ken Gullion"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,2848) size 472x106
- RenderTableCell {TD} at (0,2848) size 98x16 [border: (1px none #808080) none] [r=42 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "43"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,2848) size 170x106 [border: (1px none #808080) none (1px none #808080)] [r=42 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 88x15
- text run at (0,0) width 88: "Dominic Civiletti"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 63x15
- text run at (0,0) width 63: "Ken Gullion"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 62x15
- text run at (0,0) width 62: "Will Sievert"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 72x15
- text run at (0,0) width 72: "Jim Mahoney"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 66x15
- text run at (0,0) width 66: "Ken Manuel"
- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 65x15
+ text run at (0,0) width 65: "Will Sievert"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 74x15
+ text run at (0,0) width 74: "Jim Mahoney"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 67x15
+ text run at (0,0) width 67: "Ken Manuel"
+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 58x15
</span><span class="cx"> text run at (0,0) width 58: "John Todd"
</span><del>- RenderBlock {P} at (8,91) size 155x15
- RenderText {#text} at (0,0) size 87x15
- text run at (0,0) width 87: "Rick Rasmussen"
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
+ RenderText {#text} at (0,0) size 89x15
+ text run at (0,0) width 89: "Rick Rasmussen"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2848) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=42 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,2803) size 99x75 [r=42 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,2803) size 106x75 [r=42 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (21,0) size 50x15
+ text run at (21,0) width 50: "Someday"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2848) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=42 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,2908) size 473x60
+ RenderTableCell {TD} at (0,2908) size 98x15 [r=43 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "44"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,2908) size 170x60 [r=43 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 61x15
+ text run at (0,0) width 61: "Gary Heath"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (20,0) size 50x15
- text run at (20,0) width 50: "Someday"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 81x15
+ text run at (0,0) width 81: "Quinn Chuong"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 63x15
+ text run at (0,0) width 63: "Dan Sievert"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 85x15
+ text run at (0,0) width 85: "Alexander Wert"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,2954) size 472x61
- RenderTableCell {TD} at (0,2954) size 98x16 [border: (1px none #808080) none] [r=43 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "44"
</del><ins>+ RenderTableCell {TD} at (268,2908) size 99x60 [r=43 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
</ins><span class="cx"> 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,2954) size 170x61 [border: (1px none #808080) none (1px none #808080)] [r=43 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 60x15
- text run at (0,0) width 60: "Gary Heath"
</del><ins>+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,2908) size 106x60 [r=43 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 79x15
- text run at (0,0) width 79: "Quinn Chuong"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 62x15
- text run at (0,0) width 62: "Dan Sievert"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 84x15
- text run at (0,0) width 84: "Alexander Wert"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,2954) size 99x61 [border: (1px none #808080) none (1px none #808080)] [r=43 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,2968) size 473x45
+ RenderTableCell {TD} at (0,2968) size 98x15 [r=44 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "45"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,2968) size 170x45 [r=44 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 81x15
+ text run at (0,0) width 81: "James Holaduz"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderInline {FONT} at (0,0) size 56x15
+ RenderText {#text} at (0,0) size 56x15
+ text run at (0,0) width 56: "Don Coon"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 84x15
+ text run at (0,0) width 84: "John Yearwood"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,2954) size 105x61 [border: (1px none #808080) none (1px none #808080)] [r=43 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,2968) size 99x45 [r=44 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,2968) size 106x45 [r=44 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,3013) size 473x120
+ RenderTableCell {TD} at (0,3013) size 98x15 [r=45 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "46"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,3015) size 472x46
- RenderTableCell {TD} at (0,3015) size 98x16 [border: (1px none #808080) none] [r=44 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "45"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,3015) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=44 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 79x15
- text run at (0,0) width 79: "James Holaduz"
- RenderBlock {P} at (8,16) size 155x15
- RenderInline {FONT} at (0,0) size 55x15
- RenderText {#text} at (0,0) size 55x15
- text run at (0,0) width 55: "Don Coon"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 83x15
- text run at (0,0) width 83: "John Yearwood"
</del><ins>+ RenderTableCell {TD} at (98,3013) size 170x120 [r=45 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 51x15
+ text run at (0,0) width 51: "Zak West"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3015) size 99x46 [border: (1px none #808080) none (1px none #808080)] [r=44 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 101x15
+ text run at (0,0) width 101: "Karl Allmendinger"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 84x15
+ text run at (0,0) width 84: "John Espectzde"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 73x15
+ text run at (0,0) width 73: "Gene Pheiffer"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 69x15
+ text run at (0,0) width 69: "Harold Todd"
+ RenderBlock {P} at (7,75) size 156x15
+ RenderText {#text} at (0,0) size 86x15
+ text run at (0,0) width 86: "Gerald Cardinal"
+ RenderBlock {P} at (7,90) size 156x15
+ RenderText {#text} at (0,0) size 69x15
+ text run at (0,0) width 69: "Ali Erdengiz"
+ RenderBlock {P} at (7,105) size 156x15
+ RenderText {#text} at (0,0) size 85x15
+ text run at (0,0) width 85: "Jason Anderson"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,3015) size 105x46 [border: (1px none #808080) none (1px none #808080)] [r=44 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,3061) size 472x121
- RenderTableCell {TD} at (0,3061) size 98x16 [border: (1px none #808080) none] [r=45 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "46"
</del><ins>+ RenderTableCell {TD} at (268,3013) size 99x120 [r=45 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,3061) size 170x121 [border: (1px none #808080) none (1px none #808080)] [r=45 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 52x15
- text run at (0,0) width 52: "Zak West"
</del><ins>+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,105) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3013) size 106x120 [r=45 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 97x15
- text run at (0,0) width 97: "Karl Allmendinger"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 83x15
- text run at (0,0) width 83: "John Espectzde"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 71x15
- text run at (0,0) width 71: "Gene Pheiffer"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 68x15
- text run at (0,0) width 68: "Harold Todd"
- RenderBlock {P} at (8,76) size 155x15
- RenderText {#text} at (0,0) size 81x15
- text run at (0,0) width 81: "Gerald Cardinal"
- RenderBlock {P} at (8,91) size 155x15
- RenderText {#text} at (0,0) size 65x15
- text run at (0,0) width 65: "Ali Erdengiz"
- RenderBlock {P} at (8,106) size 155x15
- RenderText {#text} at (0,0) size 88x15
- text run at (0,0) width 88: "Jason Anderson"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,105) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3061) size 99x121 [border: (1px none #808080) none (1px none #808080)] [r=45 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,3133) size 473x165
+ RenderTableCell {TD} at (0,3133) size 98x15 [r=46 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "47"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,106) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (98,3133) size 170x165 [r=46 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 81x15
+ text run at (0,0) width 81: "James Holaduz"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,3061) size 105x121 [border: (1px none #808080) none (1px none #808080)] [r=45 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 48x15
+ text run at (0,0) width 48: "Tony Yu"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,106) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,3182) size 472x166
- RenderTableCell {TD} at (0,3182) size 98x16 [border: (1px none #808080) none] [r=46 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "47"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,3182) size 170x166 [border: (1px none #808080) none (1px none #808080)] [r=46 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 79x15
- text run at (0,0) width 79: "James Holaduz"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 47x15
- text run at (0,0) width 47: "Tony Yu"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,31) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 82x15
</span><span class="cx"> text run at (0,0) width 82: "Quang Nguyen"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 70x15
- text run at (0,0) width 70: "Rick Klement"
</del><ins>+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 75x15
+ text run at (0,0) width 75: "Rick Klement"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 77x15
- text run at (0,0) width 77: "Mark Glanville"
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 83x15
+ text run at (0,0) width 83: "Mark Glanville"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,76) size 155x15
- RenderText {#text} at (0,0) size 87x15
- text run at (0,0) width 87: "Michael Chansu"
- RenderBlock {P} at (8,91) size 155x15
- RenderText {#text} at (0,0) size 68x15
- text run at (0,0) width 68: "Harold Todd"
- RenderBlock {P} at (8,106) size 155x15
- RenderInline {FONT} at (0,0) size 55x15
- RenderText {#text} at (0,0) size 55x15
- text run at (0,0) width 55: "Don Coon"
- RenderBlock {P} at (8,121) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
+ RenderText {#text} at (0,0) size 89x15
+ text run at (0,0) width 89: "Michael Chansu"
+ RenderBlock {P} at (7,90) size 156x15
+ RenderText {#text} at (0,0) size 69x15
+ text run at (0,0) width 69: "Harold Todd"
+ RenderBlock {P} at (7,105) size 156x15
+ RenderInline {FONT} at (0,0) size 56x15
+ RenderText {#text} at (0,0) size 56x15
+ text run at (0,0) width 56: "Don Coon"
+ RenderBlock {P} at (7,120) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 55x15
</span><span class="cx"> text run at (0,0) width 55: "John Paye"
</span><del>- RenderBlock {P} at (8,136) size 155x15
- RenderText {#text} at (0,0) size 64x15
- text run at (0,0) width 64: "David Allen"
- RenderBlock {P} at (8,151) size 155x15
- RenderText {#text} at (0,0) size 105x15
- text run at (0,0) width 105: "Raymund Leonardo"
</del><ins>+ RenderBlock {P} at (7,135) size 156x15
+ RenderText {#text} at (0,0) size 66x15
+ text run at (0,0) width 66: "David Allen"
+ RenderBlock {P} at (7,150) size 156x15
+ RenderText {#text} at (0,0) size 108x15
+ text run at (0,0) width 108: "Raymund Leonardo"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3182) size 99x166 [border: (1px none #808080) none (1px none #808080)] [r=46 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,3133) size 99x165 [r=46 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,105) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,120) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,135) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,150) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3133) size 106x165 [r=46 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,106) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,121) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,136) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,151) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,105) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,120) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,135) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,150) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,3182) size 105x166 [border: (1px none #808080) none (1px none #808080)] [r=46 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,3298) size 473x135
+ RenderTableCell {TD} at (0,3298) size 98x15 [r=47 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "48"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,3298) size 170x135 [r=47 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 83x15
+ text run at (0,0) width 83: "Mark Glanville"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 92x15
+ text run at (0,0) width 92: "Ian + Brad Carter"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 82x15
+ text run at (0,0) width 82: "Stefan Kiritzov"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 58x15
+ text run at (0,0) width 58: "Joe Araujo"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 69x15
+ text run at (0,0) width 69: "Harold Todd"
+ RenderBlock {P} at (7,75) size 156x15
+ RenderText {#text} at (0,0) size 71x15
+ text run at (0,0) width 71: "Steve Gilbert"
+ RenderBlock {P} at (7,90) size 156x15
+ RenderText {#text} at (0,0) size 55x15
+ text run at (0,0) width 55: "Mark Diel"
+ RenderBlock {P} at (7,105) size 156x15
+ RenderText {#text} at (0,0) size 89x15
+ text run at (0,0) width 89: "Jack Goodfriend"
+ RenderBlock {P} at (7,120) size 156x15
+ RenderText {#text} at (0,0) size 93x15
+ text run at (0,0) width 93: "Ruenjoe (Joe) Lu"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,106) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,121) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,136) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,151) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,3348) size 472x136
- RenderTableCell {TD} at (0,3348) size 98x16 [border: (1px none #808080) none] [r=47 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "48"
</del><ins>+ RenderTableCell {TD} at (268,3298) size 99x90 [r=47 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,3348) size 170x136 [border: (1px none #808080) none (1px none #808080)] [r=47 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 77x15
- text run at (0,0) width 77: "Mark Glanville"
</del><ins>+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3298) size 106x90 [r=47 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 90x15
- text run at (0,0) width 90: "Ian + Brad Carter"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 79x15
- text run at (0,0) width 79: "Stefan Kiritzov"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 58x15
- text run at (0,0) width 58: "Joe Araujo"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 68x15
- text run at (0,0) width 68: "Harold Todd"
- RenderBlock {P} at (8,76) size 155x15
- RenderText {#text} at (0,0) size 68x15
- text run at (0,0) width 68: "Steve Gilbert"
- RenderBlock {P} at (8,91) size 155x15
- RenderText {#text} at (0,0) size 52x15
- text run at (0,0) width 52: "Mark Diel"
- RenderBlock {P} at (8,106) size 155x15
- RenderText {#text} at (0,0) size 86x15
- text run at (0,0) width 86: "Jack Goodfriend"
- RenderBlock {P} at (8,121) size 155x15
- RenderText {#text} at (0,0) size 90x15
- text run at (0,0) width 90: "Ruenjoe (Joe) Lu"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3348) size 99x91 [border: (1px none #808080) none (1px none #808080)] [r=47 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,3433) size 473x60
+ RenderTableCell {TD} at (0,3433) size 98x15 [r=48 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "49"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableCell {TD} at (367,3348) size 105x91 [border: (1px none #808080) none (1px none #808080)] [r=47 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,3484) size 472x61
- RenderTableCell {TD} at (0,3484) size 98x16 [border: (1px none #808080) none] [r=48 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "49"
</del><ins>+ RenderTableCell {TD} at (98,3433) size 170x60 [r=48 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 69x15
+ text run at (0,0) width 69: "Ali Erdengiz"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 66x15
+ text run at (0,0) width 66: "David Allen"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderInline {SPAN} at (0,0) size 74x15
+ RenderInline {O:P} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 74x15
+ text run at (0,0) width 74: "Narayen Raju"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderInline {SPAN} at (0,0) size 85x15
+ RenderText {#text} at (0,0) size 85x15
+ text run at (0,0) width 33: "Jason "
+ text run at (33,0) width 52: "Anderson"
+ RenderTableCell {TD} at (268,3433) size 99x60 [r=48 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,3484) size 170x61 [border: (1px none #808080) none (1px none #808080)] [r=48 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 65x15
- text run at (0,0) width 65: "Ali Erdengiz"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 64x15
- text run at (0,0) width 64: "David Allen"
- RenderBlock {P} at (8,31) size 155x15
- RenderInline {SPAN} at (0,0) size 72x15
- RenderInline {O:P} at (0,0) size 0x0
- RenderText {#text} at (0,0) size 72x15
- text run at (0,0) width 72: "Narayen Raju"
- RenderBlock {P} at (8,46) size 155x15
- RenderInline {SPAN} at (0,0) size 88x15
- RenderText {#text} at (0,0) size 88x15
- text run at (0,0) width 34: "Jason "
- text run at (34,0) width 54: "Anderson"
- RenderTableCell {TD} at (268,3484) size 99x61 [border: (1px none #808080) none (1px none #808080)] [r=48 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (367,3433) size 106x60 [r=48 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,3484) size 105x61 [border: (1px none #808080) none (1px none #808080)] [r=48 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,3493) size 473x135
+ RenderTableCell {TD} at (0,3493) size 98x15 [r=49 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "50"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,3545) size 472x136
- RenderTableCell {TD} at (0,3545) size 98x16 [border: (1px none #808080) none] [r=49 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "50"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,3545) size 170x136 [border: (1px none #808080) none (1px none #808080)] [r=49 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 52x15
- text run at (0,0) width 52: "Zak West"
</del><ins>+ RenderTableCell {TD} at (98,3493) size 170x135 [r=49 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 51x15
+ text run at (0,0) width 51: "Zak West"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 70x15
- text run at (0,0) width 70: "Rick Klement"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 75x15
+ text run at (0,0) width 75: "Rick Klement"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 54x15
- text run at (0,0) width 54: "Jim Bernal"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 86x15
- text run at (0,0) width 86: "Alan Littlewood"
- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 58x15
+ text run at (0,0) width 58: "Jim Bernal"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 89x15
+ text run at (0,0) width 89: "Alan Littlewood"
+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 60x15
</span><span class="cx"> text run at (0,0) width 60: "Jerry Davis"
</span><del>- RenderBlock {P} at (8,76) size 155x15
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 84x15
</span><span class="cx"> text run at (0,0) width 84: "Lauren Bussard"
</span><del>- RenderBlock {P} at (8,91) size 155x15
- RenderText {#text} at (0,0) size 83x15
- text run at (0,0) width 83: "John Yearwood"
- RenderBlock {P} at (8,106) size 155x15
- RenderText {#text} at (0,0) size 72x15
- text run at (0,0) width 72: "Narayan Raju"
- RenderBlock {P} at (8,121) size 155x15
- RenderText {#text} at (0,0) size 66x15
- text run at (0,0) width 66: "Ken Manuel"
</del><ins>+ RenderBlock {P} at (7,90) size 156x15
+ RenderText {#text} at (0,0) size 84x15
+ text run at (0,0) width 84: "John Yearwood"
+ RenderBlock {P} at (7,105) size 156x15
+ RenderText {#text} at (0,0) size 74x15
+ text run at (0,0) width 74: "Narayan Raju"
+ RenderBlock {P} at (7,120) size 156x15
+ RenderText {#text} at (0,0) size 67x15
+ text run at (0,0) width 67: "Ken Manuel"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3545) size 99x106 [border: (1px none #808080) none (1px none #808080)] [r=49 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,3493) size 99x105 [r=49 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3493) size 106x105 [r=49 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,3545) size 105x106 [border: (1px none #808080) none (1px none #808080)] [r=49 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,3628) size 473x45
+ RenderTableCell {TD} at (0,3628) size 98x15 [r=50 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "51"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (98,3628) size 170x45 [r=50 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 80x15
+ text run at (0,0) width 80: "Robert Barnett"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 74x15
+ text run at (0,0) width 74: "Jim Mahoney"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 85x15
+ text run at (0,0) width 85: "Jason Anderson"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,3681) size 472x46
- RenderTableCell {TD} at (0,3681) size 98x16 [border: (1px none #808080) none] [r=50 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "51"
</del><ins>+ RenderTableCell {TD} at (268,3628) size 99x45 [r=50 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,3681) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=50 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 78x15
- text run at (0,0) width 78: "Robert Barnett"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 72x15
- text run at (0,0) width 72: "Jim Mahoney"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 88x15
- text run at (0,0) width 88: "Jason Anderson"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableCell {TD} at (268,3681) size 99x46 [border: (1px none #808080) none (1px none #808080)] [r=50 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableCell {TD} at (367,3681) size 105x46 [border: (1px none #808080) none (1px none #808080)] [r=50 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
</del><ins>+ RenderTableCell {TD} at (367,3628) size 106x45 [r=50 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 16x15
</span><del>- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 20x15
</span><del>- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 90x15
</del><ins>+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,30) size 92x15
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 16x15
</span><del>- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,3727) size 472x76
- RenderTableCell {TD} at (0,3727) size 98x16 [border: (1px none #808080) none] [r=51 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "52"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,3727) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=51 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
</del><ins>+ RenderTableRow {TR} at (0,3673) size 473x75
+ RenderTableCell {TD} at (0,3673) size 98x15 [r=51 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "52"
+ RenderInline {SPAN} at (0,0) size 0x15
+ RenderInline {O:P} at (0,0) size 0x15
+ RenderTableCell {TD} at (98,3673) size 170x75 [r=51 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 59x15
</span><span class="cx"> text run at (0,0) width 59: "Mike West"
</span><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 81x15
- text run at (0,0) width 81: "Robert Frogner"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 86x15
- text run at (0,0) width 86: "Chris McDowell"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 53x15
- text run at (0,0) width 53: "Ed Cypret"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 66x15
- text run at (0,0) width 66: "Dale Barnett"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 82x15
+ text run at (0,0) width 82: "Robert Frogner"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 89x15
+ text run at (0,0) width 89: "Chris McDowell"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 55x15
+ text run at (0,0) width 55: "Ed Cypret"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 68x15
+ text run at (0,0) width 68: "Dale Barnett"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3727) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=51 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,3673) size 99x75 [r=51 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3673) size 106x75 [r=51 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,3727) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=51 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,3748) size 473x75
+ RenderTableCell {TD} at (0,3748) size 98x15 [r=52 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "53"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,3748) size 170x75 [r=52 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 82x15
+ text run at (0,0) width 82: "Alberto Lanzas"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,3803) size 472x76
- RenderTableCell {TD} at (0,3803) size 98x16 [border: (1px none #808080) none] [r=52 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "53"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 69x15
+ text run at (0,0) width 69: "Bill Johnson"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 42x15
+ text run at (0,0) width 42: "Al Wert"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 68x15
+ text run at (0,0) width 68: "Dale Barnett"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 103x15
+ text run at (0,0) width 103: "Ramin Khoshnevis"
+ RenderInline {SPAN} at (0,0) size 0x15
+ RenderInline {O:P} at (0,0) size 0x15
+ RenderTableCell {TD} at (268,3748) size 99x75 [r=52 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,3803) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=52 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 81x15
- text run at (0,0) width 81: "Alberto Lanzas"
</del><ins>+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3748) size 106x75 [r=52 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 66x15
- text run at (0,0) width 66: "Bill Johnson"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 43x15
- text run at (0,0) width 43: "Al Wert"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 66x15
- text run at (0,0) width 66: "Dale Barnett"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 101x15
- text run at (0,0) width 101: "Ramin Khoshnevis"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3803) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=52 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,3823) size 473x105
+ RenderTableCell {TD} at (0,3823) size 98x15 [r=53 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "54"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableCell {TD} at (367,3803) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=52 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableRow {TR} at (0,3879) size 472x106
- RenderTableCell {TD} at (0,3879) size 98x16 [border: (1px none #808080) none] [r=53 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "54"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,3879) size 170x106 [border: (1px none #808080) none (1px none #808080)] [r=53 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 73x15
- text run at (0,0) width 73: "Gene Langley"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 66x15
- text run at (0,0) width 66: "Bill Johnson"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 52x15
- text run at (0,0) width 52: "Mark Diel"
- RenderBlock {P} at (8,46) size 155x15
</del><ins>+ RenderTableCell {TD} at (98,3823) size 170x105 [r=53 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 76x15
+ text run at (0,0) width 76: "Gene Langley"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 69x15
+ text run at (0,0) width 69: "Bill Johnson"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 55x15
+ text run at (0,0) width 55: "Mark Diel"
+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 60x15
</span><span class="cx"> text run at (0,0) width 60: "Jerry Davis"
</span><del>- RenderBlock {P} at (8,61) size 155x15
</del><ins>+ RenderBlock {P} at (7,60) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 55x15
</span><span class="cx"> text run at (0,0) width 55: "Peter Starr"
</span><del>- RenderBlock {P} at (8,76) size 155x15
- RenderText {#text} at (0,0) size 83x15
- text run at (0,0) width 83: "John Yearwood"
- RenderBlock {P} at (8,91) size 155x15
- RenderText {#text} at (0,0) size 63x15
- text run at (0,0) width 63: "Scott Hersh"
</del><ins>+ RenderBlock {P} at (7,75) size 156x15
+ RenderText {#text} at (0,0) size 84x15
+ text run at (0,0) width 84: "John Yearwood"
+ RenderBlock {P} at (7,90) size 156x15
+ RenderText {#text} at (0,0) size 62x15
+ text run at (0,0) width 62: "Scott Hersh"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3879) size 99x106 [border: (1px none #808080) none (1px none #808080)] [r=53 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (40,0) size 4x15
- text run at (40,0) width 4: " "
- RenderBlock {P} at (8,76) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,91) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,3823) size 99x105 [r=53 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (41,0) size 3x15
+ text run at (41,0) width 3: " "
+ RenderBlock {P} at (7,75) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,90) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3823) size 106x105 [r=53 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (7,0) size 78x15
+ text run at (7,0) width 78: "Gyro wannabe"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (44,0) size 4x15
+ text run at (44,0) width 4: " "
+ RenderBlock {P} at (7,75) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,90) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,3879) size 105x106 [border: (1px none #808080) none (1px none #808080)] [r=53 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (6,0) size 78x15
- text run at (6,0) width 78: "Gyro wannabe"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (43,0) size 4x15
- text run at (43,0) width 4: " "
- RenderBlock {P} at (8,76) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,91) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,3928) size 473x45
+ RenderTableCell {TD} at (0,3928) size 98x15 [r=54 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "55"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,3985) size 472x46
- RenderTableCell {TD} at (0,3985) size 98x16 [border: (1px none #808080) none] [r=54 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "55"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,3985) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=54 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 81x15
- text run at (0,0) width 81: "Alberto Lanzas"
</del><ins>+ RenderTableCell {TD} at (98,3928) size 170x45 [r=54 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 82x15
+ text run at (0,0) width 82: "Alberto Lanzas"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 57x15
- text run at (0,0) width 57: "Bob Roger"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 73x15
- text run at (0,0) width 73: "Randy StClair"
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 59x15
+ text run at (0,0) width 59: "Bob Roger"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 77x15
+ text run at (0,0) width 77: "Randy StClair"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,3985) size 99x46 [border: (1px none #808080) none (1px none #808080)] [r=54 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,3928) size 99x45 [r=54 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,3928) size 106x45 [r=54 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,3985) size 105x46 [border: (1px none #808080) none (1px none #808080)] [r=54 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,3973) size 473x75
+ RenderTableCell {TD} at (0,3973) size 98x15 [r=55 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "56"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,3973) size 170x75 [r=55 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 83x15
+ text run at (0,0) width 83: "Mark Glanville"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 71x15
+ text run at (0,0) width 71: "Steve Gilbert"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 60x15
+ text run at (0,0) width 60: "Jerry Davis"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 66x15
+ text run at (0,0) width 66: "Rich Saunef"
+ RenderBlock {P} at (7,60) size 156x15
+ RenderText {#text} at (0,0) size 70x15
+ text run at (0,0) width 70: "Harald Close"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,4031) size 472x76
- RenderTableCell {TD} at (0,4031) size 98x16 [border: (1px none #808080) none] [r=55 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "56"
</del><ins>+ RenderTableCell {TD} at (268,3973) size 99x75 [r=55 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,45) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,60) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,4031) size 170x76 [border: (1px none #808080) none (1px none #808080)] [r=55 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 77x15
- text run at (0,0) width 77: "Mark Glanville"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 68x15
- text run at (0,0) width 68: "Steve Gilbert"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 60x15
- text run at (0,0) width 60: "Jerry Davis"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 64x15
- text run at (0,0) width 64: "Rich Saunef"
- RenderBlock {P} at (8,61) size 155x15
- RenderText {#text} at (0,0) size 68x15
- text run at (0,0) width 68: "Harald Close"
</del><ins>+ RenderTableCell {TD} at (367,3973) size 106x75 [r=55 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,45) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,60) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,4031) size 99x76 [border: (1px none #808080) none (1px none #808080)] [r=55 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,46) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,61) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,4048) size 473x45
+ RenderTableCell {TD} at (0,4048) size 98x15 [r=56 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "57"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,4031) size 105x76 [border: (1px none #808080) none (1px none #808080)] [r=55 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,46) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,61) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,4048) size 170x45 [r=56 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 59x15
+ text run at (0,0) width 59: "Bob Roger"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 70x15
+ text run at (0,0) width 70: "Rich Burnett"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 66x15
+ text run at (0,0) width 66: "David Dunn"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,4107) size 472x46
- RenderTableCell {TD} at (0,4107) size 98x16 [border: (1px none #808080) none] [r=56 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "57"
</del><ins>+ RenderTableCell {TD} at (268,4048) size 99x15 [r=56 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,4107) size 170x46 [border: (1px none #808080) none (1px none #808080)] [r=56 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 57x15
- text run at (0,0) width 57: "Bob Roger"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 67x15
- text run at (0,0) width 67: "Rich Burnett"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 65x15
- text run at (0,0) width 65: "David Dunn"
</del><ins>+ RenderTableCell {TD} at (367,4048) size 106x15 [r=56 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,4107) size 99x16 [border: (1px none #808080) none (1px none #808080)] [r=56 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,4093) size 473x60
+ RenderTableCell {TD} at (0,4093) size 98x15 [r=57 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "58"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,4107) size 105x16 [border: (1px none #808080) none (1px none #808080)] [r=56 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,4093) size 170x60 [r=57 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 92x15
+ text run at (0,0) width 92: "Ian + Brad Carter"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,4153) size 472x61
- RenderTableCell {TD} at (0,4153) size 98x16 [border: (1px none #808080) none] [r=57 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "58"
- RenderInline {SPAN} at (0,0) size 1x15
- RenderInline {O:P} at (0,0) size 1x15
- RenderTableCell {TD} at (98,4153) size 170x61 [border: (1px none #808080) none (1px none #808080)] [r=57 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 90x15
- text run at (0,0) width 90: "Ian + Brad Carter"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (8,16) size 155x15
</del><ins>+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 69x15
+ text run at (0,0) width 69: "Bill Johnson"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 78x15
+ text run at (0,0) width 78: "Chuck Pringle"
+ RenderBlock {P} at (7,45) size 156x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 66x15
</span><del>- text run at (0,0) width 66: "Bill Johnson"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 74x15
- text run at (0,0) width 74: "Chuck Pringle"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 65x15
- text run at (0,0) width 65: "David Dunn"
</del><ins>+ text run at (0,0) width 66: "David Dunn"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,4153) size 99x46 [border: (1px none #808080) none (1px none #808080)] [r=57 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableCell {TD} at (268,4093) size 99x45 [r=57 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,30) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderInline {SPAN} at (0,0) size 1x15
+ RenderInline {O:P} at (0,0) size 1x15
+ RenderTableCell {TD} at (367,4093) size 106x45 [r=57 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,31) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,30) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,4153) size 105x46 [border: (1px none #808080) none (1px none #808080)] [r=57 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableRow {TR} at (0,4153) size 473x30
+ RenderTableCell {TD} at (0,4153) size 98x15 [r=58 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "59"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,31) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,4153) size 170x30 [r=58 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 59x15
+ text run at (0,0) width 59: "Bob Roger"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 70x15
+ text run at (0,0) width 70: "Rich Burnett"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,4214) size 472x31
- RenderTableCell {TD} at (0,4214) size 98x16 [border: (1px none #808080) none] [r=58 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "59"
</del><ins>+ RenderTableCell {TD} at (268,4153) size 99x15 [r=58 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
</ins><span class="cx"> 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,4214) size 170x31 [border: (1px none #808080) none (1px none #808080)] [r=58 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 57x15
- text run at (0,0) width 57: "Bob Roger"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 67x15
- text run at (0,0) width 67: "Rich Burnett"
</del><ins>+ RenderTableCell {TD} at (367,4153) size 106x15 [r=58 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,4214) size 99x16 [border: (1px none #808080) none (1px none #808080)] [r=58 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
</del><ins>+ RenderTableRow {TR} at (0,4183) size 473x60
+ RenderTableCell {TD} at (0,4183) size 98x15 [r=59 c=0 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 84x15
+ RenderText {#text} at (35,0) size 14x15
+ text run at (35,0) width 14: "60"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (367,4214) size 105x16 [border: (1px none #808080) none (1px none #808080)] [r=58 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
</del><ins>+ RenderTableCell {TD} at (98,4183) size 170x60 [r=59 c=1 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 156x15
+ RenderText {#text} at (0,0) size 69x15
+ text run at (0,0) width 69: "Bill Johnson"
+ RenderBlock {P} at (7,15) size 156x15
+ RenderText {#text} at (0,0) size 96x15
+ text run at (0,0) width 96: "Vladimir Dvorkin"
+ RenderBlock {P} at (7,30) size 156x15
+ RenderText {#text} at (0,0) size 52x15
+ text run at (0,0) width 52: "Ken Price"
+ RenderBlock {P} at (7,45) size 156x15
+ RenderText {#text} at (0,0) size 89x15
+ text run at (0,0) width 89: "Rick Rasmussen"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableRow {TR} at (0,4245) size 472x61
- RenderTableCell {TD} at (0,4245) size 98x16 [border: (1px none #808080) none] [r=59 c=0 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 83x15
- RenderText {#text} at (35,0) size 13x15
- text run at (35,0) width 13: "60"
</del><ins>+ RenderTableCell {TD} at (268,4183) size 99x30 [r=59 c=2 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 85x15
+ RenderText {#text} at (32,0) size 21x15
+ text run at (32,0) width 21: "Yes"
+ RenderBlock {P} at (7,15) size 85x15
+ RenderText {#text} at (34,0) size 17x15
+ text run at (34,0) width 17: "No"
</ins><span class="cx"> 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,4245) size 170x61 [border: (1px none #808080) none (1px none #808080)] [r=59 c=1 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 155x15
- RenderText {#text} at (0,0) size 66x15
- text run at (0,0) width 66: "Bill Johnson"
- RenderBlock {P} at (8,16) size 155x15
- RenderText {#text} at (0,0) size 89x15
- text run at (0,0) width 89: "Vladimir Dvorkin"
- RenderBlock {P} at (8,31) size 155x15
- RenderText {#text} at (0,0) size 51x15
- text run at (0,0) width 51: "Ken Price"
- RenderBlock {P} at (8,46) size 155x15
- RenderText {#text} at (0,0) size 87x15
- text run at (0,0) width 87: "Rick Rasmussen"
</del><ins>+ RenderTableCell {TD} at (367,4183) size 106x30 [r=59 c=3 rs=1 cs=1]
+ RenderBlock {P} at (7,0) size 92x15
+ RenderText {#text} at (38,0) size 16x15
+ text run at (38,0) width 16: "No"
+ RenderBlock {P} at (7,15) size 92x15
+ RenderText {#text} at (36,0) size 20x15
+ text run at (36,0) width 20: "Yes"
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 0x15
</span><span class="cx"> RenderInline {O:P} at (0,0) size 0x15
</span><del>- RenderTableCell {TD} at (268,4245) size 99x31 [border: (1px none #808080) none (1px none #808080)] [r=59 c=2 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 84x15
- RenderText {#text} at (32,0) size 20x15
- text run at (32,0) width 20: "Yes"
- RenderBlock {P} at (8,16) size 84x15
- RenderText {#text} at (34,0) size 16x15
- text run at (34,0) width 16: "No"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderTableCell {TD} at (367,4245) size 105x31 [border: (1px none #808080) none (1px none #808080)] [r=59 c=3 rs=1 cs=1]
- RenderBlock {P} at (8,1) size 90x15
- RenderText {#text} at (37,0) size 16x15
- text run at (37,0) width 16: "No"
- RenderBlock {P} at (8,16) size 90x15
- RenderText {#text} at (35,0) size 20x15
- text run at (35,0) width 20: "Yes"
- RenderInline {SPAN} at (0,0) size 0x15
- RenderInline {O:P} at (0,0) size 0x15
- RenderBlock {P} at (0,4326) size 769x15
</del><ins>+ RenderBlock {P} at (0,4261) size 769x15
</ins><span class="cx"> RenderInline {SPAN} at (0,0) size 3x15
</span><span class="cx"> RenderText {#text} at (0,0) size 3x15
</span><span class="cx"> text run at (0,0) width 3: " "
</span><del>- RenderBlock {P} at (0,4341) size 769x15
</del><ins>+ RenderBlock {P} at (0,4276) size 769x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 3x15
</span><span class="cx"> text run at (0,0) width 3: " "
</span><del>- RenderBlock {P} at (0,4356) size 769x15
</del><ins>+ RenderBlock {P} at (0,4291) size 769x15
</ins><span class="cx"> RenderText {#text} at (0,0) size 3x15
</span><span class="cx"> text run at (0,0) width 3: " "
</span><del>- RenderBlock {P} at (0,4371) size 769x15
</del><ins>+ RenderBlock {P} at (0,4306) size 769x15
</ins><span class="cx"> RenderText {#text} at (383,0) size 3x15
</span><span class="cx"> text run at (383,0) width 3: " "
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (148058 => 148059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog 2013-04-09 22:52:04 UTC (rev 148058)
+++ trunk/Source/WebCore/ChangeLog 2013-04-09 22:55:47 UTC (rev 148059)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2013-04-09 Commit Queue <rniwa@webkit.org>
+
+ Unreviewed, rolling out r148010.
+ http://trac.webkit.org/changeset/148010
+ https://bugs.webkit.org/show_bug.cgi?id=114310
+
+ Causes problems with focus rings (Requested by anttik on
+ #webkit).
+
+ * css/StyleBuilder.cpp:
+ (WebCore::ApplyPropertyComputeLength::applyValue):
+ (WebCore::ApplyPropertyComputeLength::createHandler):
+ (WebCore::StyleBuilder::StyleBuilder):
+
</ins><span class="cx"> 2013-04-09 Eric Carlson <eric.carlson@apple.com>
</span><span class="cx">
</span><span class="cx"> Unreviewed, another fix for the Windows build after r148050.
</span></span></pre></div>
<a id="trunkSourceWebCorecssStyleBuildercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/StyleBuilder.cpp (148058 => 148059)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/StyleBuilder.cpp 2013-04-09 22:52:04 UTC (rev 148058)
+++ trunk/Source/WebCore/css/StyleBuilder.cpp 2013-04-09 22:55:47 UTC (rev 148059)
</span><span class="lines">@@ -570,17 +570,22 @@
</span><span class="cx"> static PropertyHandler createHandler() { return PropertyHandler(&applyInheritValue, &applyInitialValue, &applyValue); }
</span><span class="cx"> };
</span><span class="cx">
</span><ins>+enum ComputeLengthNormal {NormalDisabled = 0, NormalEnabled};
</ins><span class="cx"> enum ComputeLengthThickness {ThicknessDisabled = 0, ThicknessEnabled};
</span><ins>+enum ComputeLengthSVGZoom {SVGZoomDisabled = 0, SVGZoomEnabled};
</ins><span class="cx"> template <typename T,
</span><span class="cx"> T (RenderStyle::*getterFunction)() const,
</span><del>- void (RenderStyle::*setterFunction)(T),
- T (*initialFunction)(),
- ComputeLengthThickness thicknessEnabled = ThicknessDisabled>
-class ApplyPropertyComputeBorderWidth {
</del><ins>+ void (RenderStyle::*setterFunction)(T),
+ T (*initialFunction)(),
+ ComputeLengthNormal normalEnabled = NormalDisabled,
+ ComputeLengthThickness thicknessEnabled = ThicknessDisabled,
+ ComputeLengthSVGZoom svgZoomEnabled = SVGZoomDisabled>
+class ApplyPropertyComputeLength {
</ins><span class="cx"> public:
</span><span class="cx"> static void setValue(RenderStyle* style, T value) { (style->*setterFunction)(value); }
</span><span class="cx"> static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value)
</span><span class="cx"> {
</span><ins>+ // note: CSSPropertyLetter/WordSpacing right now sets to zero if it's not a primitive value for some reason...
</ins><span class="cx"> if (!value->isPrimitiveValue())
</span><span class="cx"> return;
</span><span class="cx">
</span><span class="lines">@@ -588,94 +593,26 @@
</span><span class="cx">
</span><span class="cx"> int ident = primitiveValue->getIdent();
</span><span class="cx"> T length;
</span><del>-
- if (thicknessEnabled && ident == CSSValueThin) {
</del><ins>+ if (normalEnabled && ident == CSSValueNormal) {
+ length = 0;
+ } else if (thicknessEnabled && ident == CSSValueThin) {
</ins><span class="cx"> length = 1;
</span><span class="cx"> } else if (thicknessEnabled && ident == CSSValueMedium) {
</span><span class="cx"> length = 3;
</span><span class="cx"> } else if (thicknessEnabled && ident == CSSValueThick) {
</span><span class="cx"> length = 5;
</span><span class="cx"> } else if (ident == CSSValueInvalid) {
</span><del>- float zoom = styleResolver->style()->effectiveZoom();
</del><ins>+ float zoom = (svgZoomEnabled && styleResolver->useSVGZoomRules()) ? 1.0f : styleResolver->style()->effectiveZoom();
</ins><span class="cx">
</span><del>- double len = primitiveValue->computeLength<double>(styleResolver->style(), styleResolver->rootElementStyle(), zoom);
- if (ceil(len) == 1.0)
- len = 1.0;
-
- length = roundForImpreciseConversion<unsigned>(len);
- } else {
- ASSERT_NOT_REACHED();
- length = 0;
- }
-
- setValue(styleResolver->style(), length);
- }
- static PropertyHandler createHandler()
- {
- PropertyHandler handler = ApplyPropertyDefaultBase<T, getterFunction, T, setterFunction, T, initialFunction>::createHandler();
- return PropertyHandler(handler.inheritFunction(), handler.initialFunction(), &applyValue);
- }
-};
-
-template <int (RenderStyle::*getterFunction)() const, void (RenderStyle::*setterFunction)(int), int (*initialFunction)()>
-class ApplyPropertyComputeTextSpacing {
-public:
- static void setValue(RenderStyle* style, int value) { (style->*setterFunction)(value); }
- static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value)
- {
- // note: CSSPropertyLetter/WordSpacing right now sets to zero if it's not a primitive value for some reason...
- if (!value->isPrimitiveValue())
- return;
-
- CSSPrimitiveValue* primitiveValue = static_cast<CSSPrimitiveValue*>(value);
-
- int ident = primitiveValue->getIdent();
- int length;
-
- if (ident == CSSValueNormal) {
- length = 0;
- } else if (ident == CSSValueInvalid) {
- float zoom = styleResolver->useSVGZoomRules() ? 1.0f : styleResolver->style()->effectiveZoom();
-
</del><span class="cx"> // Any original result that was >= 1 should not be allowed to fall below 1.
</span><del>- length = primitiveValue->computeLength<int>(styleResolver->style(), styleResolver->rootElementStyle(), zoom);
</del><ins>+ // This keeps border lines from vanishing.
+ length = primitiveValue->computeLength<T>(styleResolver->style(), styleResolver->rootElementStyle(), zoom);
</ins><span class="cx"> if (zoom < 1.0f && length < 1.0) {
</span><del>- int originalLength = primitiveValue->computeLength<int>(styleResolver->style(), styleResolver->rootElementStyle(), 1.0);
</del><ins>+ T originalLength = primitiveValue->computeLength<T>(styleResolver->style(), styleResolver->rootElementStyle(), 1.0);
</ins><span class="cx"> if (originalLength >= 1.0)
</span><span class="cx"> length = 1.0;
</span><span class="cx"> }
</span><del>- } else {
- ASSERT_NOT_REACHED();
- length = 0;
- }
</del><span class="cx">
</span><del>- setValue(styleResolver->style(), length);
- }
- static PropertyHandler createHandler()
- {
- PropertyHandler handler = ApplyPropertyDefaultBase<int, getterFunction, int, setterFunction, int, initialFunction>::createHandler();
- return PropertyHandler(handler.inheritFunction(), handler.initialFunction(), &applyValue);
- }
-};
-
-template <float (RenderStyle::*getterFunction)() const, void (RenderStyle::*setterFunction)(float), float (*initialFunction)()>
-class ApplyPropertyComputeTransformOriginZ {
-public:
- static void setValue(RenderStyle* style, float value) { (style->*setterFunction)(value); }
- static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value)
- {
- if (!value->isPrimitiveValue())
- return;
-
- CSSPrimitiveValue* primitiveValue = static_cast<CSSPrimitiveValue*>(value);
-
- int ident = primitiveValue->getIdent();
- float length;
-
- if (ident == CSSValueInvalid) {
- float zoom = styleResolver->style()->effectiveZoom();
-
- length = primitiveValue->computeLength<float>(styleResolver->style(), styleResolver->rootElementStyle(), zoom);
</del><span class="cx"> } else {
</span><span class="cx"> ASSERT_NOT_REACHED();
</span><span class="cx"> length = 0;
</span><span class="lines">@@ -685,7 +622,7 @@
</span><span class="cx"> }
</span><span class="cx"> static PropertyHandler createHandler()
</span><span class="cx"> {
</span><del>- PropertyHandler handler = ApplyPropertyDefaultBase<float, getterFunction, float, setterFunction, float, initialFunction>::createHandler();
</del><ins>+ PropertyHandler handler = ApplyPropertyDefaultBase<T, getterFunction, T, setterFunction, T, initialFunction>::createHandler();
</ins><span class="cx"> return PropertyHandler(handler.inheritFunction(), handler.initialFunction(), &applyValue);
</span><span class="cx"> }
</span><span class="cx"> };
</span><span class="lines">@@ -2161,7 +2098,7 @@
</span><span class="cx"> setPropertyHandler(CSSPropertyBorderBottomLeftRadius, ApplyPropertyBorderRadius<&RenderStyle::borderBottomLeftRadius, &RenderStyle::setBorderBottomLeftRadius, &RenderStyle::initialBorderRadius>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyBorderBottomRightRadius, ApplyPropertyBorderRadius<&RenderStyle::borderBottomRightRadius, &RenderStyle::setBorderBottomRightRadius, &RenderStyle::initialBorderRadius>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyBorderBottomStyle, ApplyPropertyDefault<EBorderStyle, &RenderStyle::borderBottomStyle, EBorderStyle, &RenderStyle::setBorderBottomStyle, EBorderStyle, &RenderStyle::initialBorderStyle>::createHandler());
</span><del>- setPropertyHandler(CSSPropertyBorderBottomWidth, ApplyPropertyComputeBorderWidth<unsigned, &RenderStyle::borderBottomWidth, &RenderStyle::setBorderBottomWidth, &RenderStyle::initialBorderWidth, ThicknessEnabled>::createHandler());
</del><ins>+ setPropertyHandler(CSSPropertyBorderBottomWidth, ApplyPropertyComputeLength<unsigned, &RenderStyle::borderBottomWidth, &RenderStyle::setBorderBottomWidth, &RenderStyle::initialBorderWidth, NormalDisabled, ThicknessEnabled>::createHandler());
</ins><span class="cx"> setPropertyHandler(CSSPropertyBorderCollapse, ApplyPropertyDefault<EBorderCollapse, &RenderStyle::borderCollapse, EBorderCollapse, &RenderStyle::setBorderCollapse, EBorderCollapse, &RenderStyle::initialBorderCollapse>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyBorderImageOutset, ApplyPropertyBorderImageModifier<BorderImage, Outset>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyBorderImageRepeat, ApplyPropertyBorderImageModifier<BorderImage, Repeat>::createHandler());
</span><span class="lines">@@ -2170,15 +2107,15 @@
</span><span class="cx"> setPropertyHandler(CSSPropertyBorderImageWidth, ApplyPropertyBorderImageModifier<BorderImage, Width>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyBorderLeftColor, ApplyPropertyColor<NoInheritFromParent, &RenderStyle::borderLeftColor, &RenderStyle::setBorderLeftColor, &RenderStyle::setVisitedLinkBorderLeftColor, &RenderStyle::color>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyBorderLeftStyle, ApplyPropertyDefault<EBorderStyle, &RenderStyle::borderLeftStyle, EBorderStyle, &RenderStyle::setBorderLeftStyle, EBorderStyle, &RenderStyle::initialBorderStyle>::createHandler());
</span><del>- setPropertyHandler(CSSPropertyBorderLeftWidth, ApplyPropertyComputeBorderWidth<unsigned, &RenderStyle::borderLeftWidth, &RenderStyle::setBorderLeftWidth, &RenderStyle::initialBorderWidth, ThicknessEnabled>::createHandler());
</del><ins>+ setPropertyHandler(CSSPropertyBorderLeftWidth, ApplyPropertyComputeLength<unsigned, &RenderStyle::borderLeftWidth, &RenderStyle::setBorderLeftWidth, &RenderStyle::initialBorderWidth, NormalDisabled, ThicknessEnabled>::createHandler());
</ins><span class="cx"> setPropertyHandler(CSSPropertyBorderRightColor, ApplyPropertyColor<NoInheritFromParent, &RenderStyle::borderRightColor, &RenderStyle::setBorderRightColor, &RenderStyle::setVisitedLinkBorderRightColor, &RenderStyle::color>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyBorderRightStyle, ApplyPropertyDefault<EBorderStyle, &RenderStyle::borderRightStyle, EBorderStyle, &RenderStyle::setBorderRightStyle, EBorderStyle, &RenderStyle::initialBorderStyle>::createHandler());
</span><del>- setPropertyHandler(CSSPropertyBorderRightWidth, ApplyPropertyComputeBorderWidth<unsigned, &RenderStyle::borderRightWidth, &RenderStyle::setBorderRightWidth, &RenderStyle::initialBorderWidth, ThicknessEnabled>::createHandler());
</del><ins>+ setPropertyHandler(CSSPropertyBorderRightWidth, ApplyPropertyComputeLength<unsigned, &RenderStyle::borderRightWidth, &RenderStyle::setBorderRightWidth, &RenderStyle::initialBorderWidth, NormalDisabled, ThicknessEnabled>::createHandler());
</ins><span class="cx"> setPropertyHandler(CSSPropertyBorderTopColor, ApplyPropertyColor<NoInheritFromParent, &RenderStyle::borderTopColor, &RenderStyle::setBorderTopColor, &RenderStyle::setVisitedLinkBorderTopColor, &RenderStyle::color>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyBorderTopLeftRadius, ApplyPropertyBorderRadius<&RenderStyle::borderTopLeftRadius, &RenderStyle::setBorderTopLeftRadius, &RenderStyle::initialBorderRadius>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyBorderTopRightRadius, ApplyPropertyBorderRadius<&RenderStyle::borderTopRightRadius, &RenderStyle::setBorderTopRightRadius, &RenderStyle::initialBorderRadius>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyBorderTopStyle, ApplyPropertyDefault<EBorderStyle, &RenderStyle::borderTopStyle, EBorderStyle, &RenderStyle::setBorderTopStyle, EBorderStyle, &RenderStyle::initialBorderStyle>::createHandler());
</span><del>- setPropertyHandler(CSSPropertyBorderTopWidth, ApplyPropertyComputeBorderWidth<unsigned, &RenderStyle::borderTopWidth, &RenderStyle::setBorderTopWidth, &RenderStyle::initialBorderWidth, ThicknessEnabled>::createHandler());
</del><ins>+ setPropertyHandler(CSSPropertyBorderTopWidth, ApplyPropertyComputeLength<unsigned, &RenderStyle::borderTopWidth, &RenderStyle::setBorderTopWidth, &RenderStyle::initialBorderWidth, NormalDisabled, ThicknessEnabled>::createHandler());
</ins><span class="cx"> setPropertyHandler(CSSPropertyBottom, ApplyPropertyLength<&RenderStyle::bottom, &RenderStyle::setBottom, &RenderStyle::initialOffset, AutoEnabled>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyBoxSizing, ApplyPropertyDefault<EBoxSizing, &RenderStyle::boxSizing, EBoxSizing, &RenderStyle::setBoxSizing, EBoxSizing, &RenderStyle::initialBoxSizing>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyCaptionSide, ApplyPropertyDefault<ECaptionSide, &RenderStyle::captionSide, ECaptionSide, &RenderStyle::setCaptionSide, ECaptionSide, &RenderStyle::initialCaptionSide>::createHandler());
</span><span class="lines">@@ -2206,7 +2143,7 @@
</span><span class="cx"> setPropertyHandler(CSSPropertyImageResolution, ApplyPropertyImageResolution::createHandler());
</span><span class="cx"> #endif
</span><span class="cx"> setPropertyHandler(CSSPropertyLeft, ApplyPropertyLength<&RenderStyle::left, &RenderStyle::setLeft, &RenderStyle::initialOffset, AutoEnabled>::createHandler());
</span><del>- setPropertyHandler(CSSPropertyLetterSpacing, ApplyPropertyComputeTextSpacing<&RenderStyle::letterSpacing, &RenderStyle::setLetterSpacing, &RenderStyle::initialLetterWordSpacing>::createHandler());
</del><ins>+ setPropertyHandler(CSSPropertyLetterSpacing, ApplyPropertyComputeLength<int, &RenderStyle::letterSpacing, &RenderStyle::setLetterSpacing, &RenderStyle::initialLetterWordSpacing, NormalEnabled, ThicknessDisabled, SVGZoomEnabled>::createHandler());
</ins><span class="cx"> setPropertyHandler(CSSPropertyLineHeight, ApplyPropertyLineHeight::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyListStyleImage, ApplyPropertyStyleImage<&RenderStyle::listStyleImage, &RenderStyle::setListStyleImage, &RenderStyle::initialListStyleImage, CSSPropertyListStyleImage>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyListStylePosition, ApplyPropertyDefault<EListStylePosition, &RenderStyle::listStylePosition, EListStylePosition, &RenderStyle::setListStylePosition, EListStylePosition, &RenderStyle::initialListStylePosition>::createHandler());
</span><span class="lines">@@ -2222,9 +2159,9 @@
</span><span class="cx"> setPropertyHandler(CSSPropertyOpacity, ApplyPropertyDefault<float, &RenderStyle::opacity, float, &RenderStyle::setOpacity, float, &RenderStyle::initialOpacity>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyOrphans, ApplyPropertyAuto<short, &RenderStyle::orphans, &RenderStyle::setOrphans, &RenderStyle::hasAutoOrphans, &RenderStyle::setHasAutoOrphans>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyOutlineColor, ApplyPropertyColor<NoInheritFromParent, &RenderStyle::outlineColor, &RenderStyle::setOutlineColor, &RenderStyle::setVisitedLinkOutlineColor, &RenderStyle::color>::createHandler());
</span><del>- setPropertyHandler(CSSPropertyOutlineOffset, ApplyPropertyComputeBorderWidth<int, &RenderStyle::outlineOffset, &RenderStyle::setOutlineOffset, &RenderStyle::initialOutlineOffset>::createHandler());
</del><ins>+ setPropertyHandler(CSSPropertyOutlineOffset, ApplyPropertyComputeLength<int, &RenderStyle::outlineOffset, &RenderStyle::setOutlineOffset, &RenderStyle::initialOutlineOffset>::createHandler());
</ins><span class="cx"> setPropertyHandler(CSSPropertyOutlineStyle, ApplyPropertyOutlineStyle::createHandler());
</span><del>- setPropertyHandler(CSSPropertyOutlineWidth, ApplyPropertyComputeBorderWidth<unsigned short, &RenderStyle::outlineWidth, &RenderStyle::setOutlineWidth, &RenderStyle::initialOutlineWidth, ThicknessEnabled>::createHandler());
</del><ins>+ setPropertyHandler(CSSPropertyOutlineWidth, ApplyPropertyComputeLength<unsigned short, &RenderStyle::outlineWidth, &RenderStyle::setOutlineWidth, &RenderStyle::initialOutlineWidth, NormalDisabled, ThicknessEnabled>::createHandler());
</ins><span class="cx"> setPropertyHandler(CSSPropertyOverflowWrap, ApplyPropertyDefault<EOverflowWrap, &RenderStyle::overflowWrap, EOverflowWrap, &RenderStyle::setOverflowWrap, EOverflowWrap, &RenderStyle::initialOverflowWrap>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyOverflowX, ApplyPropertyDefault<EOverflow, &RenderStyle::overflowX, EOverflow, &RenderStyle::setOverflowX, EOverflow, &RenderStyle::initialOverflowX>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyOverflowY, ApplyPropertyDefault<EOverflow, &RenderStyle::overflowY, EOverflow, &RenderStyle::setOverflowY, EOverflow, &RenderStyle::initialOverflowY>::createHandler());
</span><span class="lines">@@ -2280,9 +2217,9 @@
</span><span class="cx"> setPropertyHandler(CSSPropertyWebkitBackgroundBlendMode, ApplyPropertyFillLayer<BlendMode, CSSPropertyWebkitBackgroundBlendMode, BackgroundFillLayer, &RenderStyle::accessBackgroundLayers, &RenderStyle::backgroundLayers, &FillLayer::isBlendModeSet, &FillLayer::blendMode, &FillLayer::setBlendMode, &FillLayer::clearBlendMode, &FillLayer::initialFillBlendMode, &CSSToStyleMap::mapFillBlendMode>::createHandler());
</span><span class="cx"> #endif
</span><span class="cx"> setPropertyHandler(CSSPropertyWebkitBorderFit, ApplyPropertyDefault<EBorderFit, &RenderStyle::borderFit, EBorderFit, &RenderStyle::setBorderFit, EBorderFit, &RenderStyle::initialBorderFit>::createHandler());
</span><del>- setPropertyHandler(CSSPropertyWebkitBorderHorizontalSpacing, ApplyPropertyComputeBorderWidth<short, &RenderStyle::horizontalBorderSpacing, &RenderStyle::setHorizontalBorderSpacing, &RenderStyle::initialHorizontalBorderSpacing>::createHandler());
</del><ins>+ setPropertyHandler(CSSPropertyWebkitBorderHorizontalSpacing, ApplyPropertyComputeLength<short, &RenderStyle::horizontalBorderSpacing, &RenderStyle::setHorizontalBorderSpacing, &RenderStyle::initialHorizontalBorderSpacing>::createHandler());
</ins><span class="cx"> setPropertyHandler(CSSPropertyWebkitBorderImage, ApplyPropertyBorderImage<BorderImage, CSSPropertyWebkitBorderImage, &RenderStyle::borderImage, &RenderStyle::setBorderImage>::createHandler());
</span><del>- setPropertyHandler(CSSPropertyWebkitBorderVerticalSpacing, ApplyPropertyComputeBorderWidth<short, &RenderStyle::verticalBorderSpacing, &RenderStyle::setVerticalBorderSpacing, &RenderStyle::initialVerticalBorderSpacing>::createHandler());
</del><ins>+ setPropertyHandler(CSSPropertyWebkitBorderVerticalSpacing, ApplyPropertyComputeLength<short, &RenderStyle::verticalBorderSpacing, &RenderStyle::setVerticalBorderSpacing, &RenderStyle::initialVerticalBorderSpacing>::createHandler());
</ins><span class="cx"> setPropertyHandler(CSSPropertyWebkitBoxAlign, ApplyPropertyDefault<EBoxAlignment, &RenderStyle::boxAlign, EBoxAlignment, &RenderStyle::setBoxAlign, EBoxAlignment, &RenderStyle::initialBoxAlign>::createHandler());
</span><span class="cx"> #if ENABLE(CSS_BOX_DECORATION_BREAK)
</span><span class="cx"> setPropertyHandler(CSSPropertyWebkitBoxDecorationBreak, ApplyPropertyDefault<EBoxDecorationBreak, &RenderStyle::boxDecorationBreak, EBoxDecorationBreak, &RenderStyle::setBoxDecorationBreak, EBoxDecorationBreak, &RenderStyle::initialBoxDecorationBreak>::createHandler());
</span><span class="lines">@@ -2303,7 +2240,7 @@
</span><span class="cx"> setPropertyHandler(CSSPropertyWebkitColumnGap, ApplyPropertyAuto<float, &RenderStyle::columnGap, &RenderStyle::setColumnGap, &RenderStyle::hasNormalColumnGap, &RenderStyle::setHasNormalColumnGap, ComputeLength, CSSValueNormal>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyWebkitColumnProgression, ApplyPropertyDefault<ColumnProgression, &RenderStyle::columnProgression, ColumnProgression, &RenderStyle::setColumnProgression, ColumnProgression, &RenderStyle::initialColumnProgression>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyWebkitColumnRuleColor, ApplyPropertyColor<NoInheritFromParent, &RenderStyle::columnRuleColor, &RenderStyle::setColumnRuleColor, &RenderStyle::setVisitedLinkColumnRuleColor, &RenderStyle::color>::createHandler());
</span><del>- setPropertyHandler(CSSPropertyWebkitColumnRuleWidth, ApplyPropertyComputeBorderWidth<unsigned short, &RenderStyle::columnRuleWidth, &RenderStyle::setColumnRuleWidth, &RenderStyle::initialColumnRuleWidth, ThicknessEnabled>::createHandler());
</del><ins>+ setPropertyHandler(CSSPropertyWebkitColumnRuleWidth, ApplyPropertyComputeLength<unsigned short, &RenderStyle::columnRuleWidth, &RenderStyle::setColumnRuleWidth, &RenderStyle::initialColumnRuleWidth, NormalDisabled, ThicknessEnabled>::createHandler());
</ins><span class="cx"> setPropertyHandler(CSSPropertyWebkitColumnSpan, ApplyPropertyDefault<ColumnSpan, &RenderStyle::columnSpan, ColumnSpan, &RenderStyle::setColumnSpan, ColumnSpan, &RenderStyle::initialColumnSpan>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyWebkitColumnRuleStyle, ApplyPropertyDefault<EBorderStyle, &RenderStyle::columnRuleStyle, EBorderStyle, &RenderStyle::setColumnRuleStyle, EBorderStyle, &RenderStyle::initialBorderStyle>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyWebkitColumnWidth, ApplyPropertyAuto<float, &RenderStyle::columnWidth, &RenderStyle::setColumnWidth, &RenderStyle::hasAutoColumnWidth, &RenderStyle::setHasAutoColumnWidth, ComputeLength>::createHandler());
</span><span class="lines">@@ -2385,7 +2322,7 @@
</span><span class="cx"> setPropertyHandler(CSSPropertyWebkitTextStrokeColor, ApplyPropertyColor<NoInheritFromParent, &RenderStyle::textStrokeColor, &RenderStyle::setTextStrokeColor, &RenderStyle::setVisitedLinkTextStrokeColor, &RenderStyle::color>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyWebkitTransformOriginX, ApplyPropertyLength<&RenderStyle::transformOriginX, &RenderStyle::setTransformOriginX, &RenderStyle::initialTransformOriginX>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyWebkitTransformOriginY, ApplyPropertyLength<&RenderStyle::transformOriginY, &RenderStyle::setTransformOriginY, &RenderStyle::initialTransformOriginY>::createHandler());
</span><del>- setPropertyHandler(CSSPropertyWebkitTransformOriginZ, ApplyPropertyComputeTransformOriginZ<&RenderStyle::transformOriginZ, &RenderStyle::setTransformOriginZ, &RenderStyle::initialTransformOriginZ>::createHandler());
</del><ins>+ setPropertyHandler(CSSPropertyWebkitTransformOriginZ, ApplyPropertyComputeLength<float, &RenderStyle::transformOriginZ, &RenderStyle::setTransformOriginZ, &RenderStyle::initialTransformOriginZ>::createHandler());
</ins><span class="cx"> setPropertyHandler(CSSPropertyWebkitTransformStyle, ApplyPropertyDefault<ETransformStyle3D, &RenderStyle::transformStyle3D, ETransformStyle3D, &RenderStyle::setTransformStyle3D, ETransformStyle3D, &RenderStyle::initialTransformStyle3D>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyWebkitTransitionDelay, ApplyPropertyAnimation<double, &Animation::delay, &Animation::setDelay, &Animation::isDelaySet, &Animation::clearDelay, &Animation::initialAnimationDelay, &CSSToStyleMap::mapAnimationDelay, &RenderStyle::accessTransitions, &RenderStyle::transitions>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyWebkitTransitionDuration, ApplyPropertyAnimation<double, &Animation::duration, &Animation::setDuration, &Animation::isDurationSet, &Animation::clearDuration, &Animation::initialAnimationDuration, &CSSToStyleMap::mapAnimationDuration, &RenderStyle::accessTransitions, &RenderStyle::transitions>::createHandler());
</span><span class="lines">@@ -2408,7 +2345,7 @@
</span><span class="cx"> setPropertyHandler(CSSPropertyWidows, ApplyPropertyAuto<short, &RenderStyle::widows, &RenderStyle::setWidows, &RenderStyle::hasAutoWidows, &RenderStyle::setHasAutoWidows>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyWidth, ApplyPropertyLength<&RenderStyle::width, &RenderStyle::setWidth, &RenderStyle::initialSize, AutoEnabled, LegacyIntrinsicEnabled, IntrinsicEnabled, NoneDisabled, UndefinedDisabled>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyWordBreak, ApplyPropertyDefault<EWordBreak, &RenderStyle::wordBreak, EWordBreak, &RenderStyle::setWordBreak, EWordBreak, &RenderStyle::initialWordBreak>::createHandler());
</span><del>- setPropertyHandler(CSSPropertyWordSpacing, ApplyPropertyComputeTextSpacing<&RenderStyle::wordSpacing, &RenderStyle::setWordSpacing, &RenderStyle::initialLetterWordSpacing>::createHandler());
</del><ins>+ setPropertyHandler(CSSPropertyWordSpacing, ApplyPropertyComputeLength<int, &RenderStyle::wordSpacing, &RenderStyle::setWordSpacing, &RenderStyle::initialLetterWordSpacing, NormalEnabled, ThicknessDisabled, SVGZoomEnabled>::createHandler());
</ins><span class="cx"> // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' property. So using the same handlers.
</span><span class="cx"> setPropertyHandler(CSSPropertyWordWrap, ApplyPropertyDefault<EOverflowWrap, &RenderStyle::overflowWrap, EOverflowWrap, &RenderStyle::setOverflowWrap, EOverflowWrap, &RenderStyle::initialOverflowWrap>::createHandler());
</span><span class="cx"> setPropertyHandler(CSSPropertyZIndex, ApplyPropertyAuto<int, &RenderStyle::zIndex, &RenderStyle::setZIndex, &RenderStyle::hasAutoZIndex, &RenderStyle::setHasAutoZIndex>::createHandler());
</span></span></pre>
</div>
</div>
</body>
</html>