summaryrefslogtreecommitdiff
path: root/test/test-pages
diff options
context:
space:
mode:
authorFiveFilters.org <[email protected]>2021-08-25 02:44:19 +0200
committerFiveFilters.org <[email protected]>2021-08-25 02:44:19 +0200
commit615ee009616f5970469c406f0f8c7a650029b6d8 (patch)
treeb89c3fac62f7d4c069b73ae0586628afab9038fa /test/test-pages
parente4643ae92cd4febc6cc5adf635811334cc838d54 (diff)
Include more ancestors in candidate scoring
https://github.com/mozilla/readability/commit/3844d8f05b3f114e3df16c3bc3caf44e5ba52181
Diffstat (limited to 'test/test-pages')
-rw-r--r--test/test-pages/002/expected.html68
-rw-r--r--test/test-pages/archive-of-our-own/expected.html11
-rw-r--r--test/test-pages/ars-1/expected-images.json3
-rw-r--r--test/test-pages/ars-1/expected-metadata.json6
-rw-r--r--test/test-pages/ars-1/expected.html91
-rw-r--r--test/test-pages/ars-1/source.html1275
-rw-r--r--test/test-pages/bug-1255978/expected.html14
-rw-r--r--test/test-pages/bug-1255978/source.html37503
-rw-r--r--test/test-pages/buzzfeed-1/expected.html2
-rw-r--r--test/test-pages/citylab-1/expected.html4
-rw-r--r--test/test-pages/clean-links/expected-images.json2
-rw-r--r--test/test-pages/clean-links/expected.html9
-rw-r--r--test/test-pages/cnet-svg-classes/expected.html2
-rw-r--r--test/test-pages/cnn/expected.html8
-rw-r--r--test/test-pages/daringfireball-1/expected.html17
-rw-r--r--test/test-pages/ebb-org/expected.html4
-rw-r--r--test/test-pages/ehow-1/expected.html28
-rw-r--r--test/test-pages/ehow-2/expected.html39
-rw-r--r--test/test-pages/engadget/expected-images.json23
-rw-r--r--test/test-pages/engadget/expected.html216
-rw-r--r--test/test-pages/fortressofsolitude/expected.html2
-rw-r--r--test/test-pages/herald-sun-1/expected.html6
-rw-r--r--test/test-pages/hukumusume/expected-images.json14
-rw-r--r--test/test-pages/hukumusume/expected.html181
-rw-r--r--test/test-pages/iab-1/expected.html8
-rw-r--r--test/test-pages/ietf-1/expected.html2
-rw-r--r--test/test-pages/infobae/expected.html2
-rw-r--r--test/test-pages/keep-images/expected.html11
-rw-r--r--test/test-pages/keep-tabular-data/expected.html13
-rw-r--r--test/test-pages/lazy-image-1/expected.html72
-rw-r--r--test/test-pages/lazy-image-2/expected.html175
-rw-r--r--test/test-pages/liberation-1/expected.html4
-rw-r--r--test/test-pages/links-in-tables/expected.html4
-rw-r--r--test/test-pages/marketwatch/expected-images.json6
-rw-r--r--test/test-pages/marketwatch/expected.html55
-rw-r--r--test/test-pages/medicalnewstoday/expected.html6
-rw-r--r--test/test-pages/medium-2/expected.html2
-rw-r--r--test/test-pages/medium-3/expected-images.json6
-rw-r--r--test/test-pages/medium-3/expected-metadata.json8
-rw-r--r--test/test-pages/medium-3/expected.html945
-rw-r--r--test/test-pages/medium-3/source.html6200
-rw-r--r--test/test-pages/mozilla-1/expected.html28
-rw-r--r--test/test-pages/mozilla-2/expected.html4
-rw-r--r--test/test-pages/nytimes-1/expected.html54
-rw-r--r--test/test-pages/nytimes-2/expected.html64
-rw-r--r--test/test-pages/nytimes-3/expected.html78
-rw-r--r--test/test-pages/table-style-attributes/expected-images.json2
-rw-r--r--test/test-pages/table-style-attributes/expected.html6
-rw-r--r--test/test-pages/telegraph/expected.html30
-rw-r--r--test/test-pages/tumblr/expected.html11
-rw-r--r--test/test-pages/wikipedia-2/expected.html78
-rw-r--r--test/test-pages/wikipedia-3/expected.html6
-rw-r--r--test/test-pages/wikipedia/expected.html12
-rw-r--r--test/test-pages/wordpress/expected-metadata.json6
-rw-r--r--test/test-pages/wordpress/expected.html36
-rw-r--r--test/test-pages/yahoo-1/expected.html4
-rw-r--r--test/test-pages/yahoo-2/expected.html14
-rw-r--r--test/test-pages/yahoo-3/expected.html17
-rw-r--r--test/test-pages/yahoo-4/expected.html6
-rw-r--r--test/test-pages/youth/expected.html10
60 files changed, 3341 insertions, 44172 deletions
diff --git a/test/test-pages/002/expected.html b/test/test-pages/002/expected.html
index 301628c..564f9a9 100644
--- a/test/test-pages/002/expected.html
+++ b/test/test-pages/002/expected.html
@@ -33,8 +33,7 @@
<p>The most useful, high-level part of the Fetch API is the <code>fetch()</code> function.
In its simplest form it takes a URL and returns a promise that resolves
to the response. The response is captured as a <code>Response</code> object.</p>
- <div>
- <div><pre>fetch<span>(</span><span>"/data.json"</span><span>)</span>.<span>then</span><span>(</span><span>function</span><span>(</span>res<span>)</span> <span>{</span>
+ <div><pre>fetch<span>(</span><span>"/data.json"</span><span>)</span>.<span>then</span><span>(</span><span>function</span><span>(</span>res<span>)</span> <span>{</span>
<span>// res instanceof Response == true.</span>
<span>if</span> <span>(</span>res.<span>ok</span><span>)</span> <span>{</span>
res.<span>json</span><span>(</span><span>)</span>.<span>then</span><span>(</span><span>function</span><span>(</span>data<span>)</span> <span>{</span>
@@ -47,10 +46,8 @@
console.<span>log</span><span>(</span><span>"Fetch failed!"</span><span>,</span> e<span>)</span><span>;</span>
<span>}</span><span>)</span><span>;</span></pre>
</div>
- </div>
<p>Submitting some parameters, it would look like this:</p>
- <div>
- <div><pre>fetch<span>(</span><span>"http://www.example.org/submit.php"</span><span>,</span> <span>{</span>
+ <div><pre>fetch<span>(</span><span>"http://www.example.org/submit.php"</span><span>,</span> <span>{</span>
method<span>:</span> <span>"POST"</span><span>,</span>
headers<span>:</span> <span>{</span>
<span>"Content-Type"</span><span>:</span> <span>"application/x-www-form-urlencoded"</span>
@@ -66,7 +63,6 @@
alert<span>(</span><span>"Error submitting form!"</span><span>)</span><span>;</span>
<span>}</span><span>)</span><span>;</span></pre>
</div>
- </div>
<p>The <code>fetch()</code> function’s arguments are the same as those passed
to the
<br>
@@ -84,28 +80,23 @@
<br>supporting CORS rules and ensuring cookies aren’t readable by third parties.</p>
<p>The <a href="https://fetch.spec.whatwg.org/#headers-class">Headers interface</a> is
a simple multi-map of names to values:</p>
- <div>
- <div><pre><span>var</span> content <span>=</span> <span>"Hello World"</span><span>;</span>
+ <div><pre><span>var</span> content <span>=</span> <span>"Hello World"</span><span>;</span>
<span>var</span> reqHeaders <span>=</span> <span>new</span> Headers<span>(</span><span>)</span><span>;</span>
reqHeaders.<span>append</span><span>(</span><span>"Content-Type"</span><span>,</span> <span>"text/plain"</span>
reqHeaders.<span>append</span><span>(</span><span>"Content-Length"</span><span>,</span> content.<span>length</span>.<span>toString</span><span>(</span><span>)</span><span>)</span><span>;</span>
reqHeaders.<span>append</span><span>(</span><span>"X-Custom-Header"</span><span>,</span> <span>"ProcessThisImmediately"</span><span>)</span><span>;</span></pre>
</div>
- </div>
<p>The same can be achieved by passing an array of arrays or a JS object
literal
<br>to the constructor:</p>
- <div>
- <div><pre>reqHeaders <span>=</span> <span>new</span> Headers<span>(</span><span>{</span>
+ <div><pre>reqHeaders <span>=</span> <span>new</span> Headers<span>(</span><span>{</span>
<span>"Content-Type"</span><span>:</span> <span>"text/plain"</span><span>,</span>
<span>"Content-Length"</span><span>:</span> content.<span>length</span>.<span>toString</span><span>(</span><span>)</span><span>,</span>
<span>"X-Custom-Header"</span><span>:</span> <span>"ProcessThisImmediately"</span><span>,</span>
<span>}</span><span>)</span><span>;</span></pre>
</div>
- </div>
<p>The contents can be queried and retrieved:</p>
- <div>
- <div><pre>console.<span>log</span><span>(</span>reqHeaders.<span>has</span><span>(</span><span>"Content-Type"</span><span>)</span><span>)</span><span>;</span> <span>// true</span>
+ <div><pre>console.<span>log</span><span>(</span>reqHeaders.<span>has</span><span>(</span><span>"Content-Type"</span><span>)</span><span>)</span><span>;</span> <span>// true</span>
console.<span>log</span><span>(</span>reqHeaders.<span>has</span><span>(</span><span>"Set-Cookie"</span><span>)</span><span>)</span><span>;</span> <span>// false</span>
reqHeaders.<span>set</span><span>(</span><span>"Content-Type"</span><span>,</span> <span>"text/html"</span><span>)</span><span>;</span>
reqHeaders.<span>append</span><span>(</span><span>"X-Custom-Header"</span><span>,</span> <span>"AnotherValue"</span><span>)</span><span>;</span>
@@ -116,7 +107,6 @@ console.<span>log</span><span>(</span>reqHeaders.<span>getAll</span><span>(</spa
reqHeaders.<span>delete</span><span>(</span><span>"X-Custom-Header"</span><span>)</span><span>;</span>
console.<span>log</span><span>(</span>reqHeaders.<span>getAll</span><span>(</span><span>"X-Custom-Header"</span><span>)</span><span>)</span><span>;</span> <span>// []</span></pre>
</div>
- </div>
<p>Some of these operations are only useful in ServiceWorkers, but they provide
<br>a much nicer API to Headers.</p>
<p>Since Headers can be sent in requests, or received in responses, and have
@@ -143,15 +133,13 @@ console.<span>log</span><span>(</span>reqHeaders.<span>getAll</span><span>(</spa
<p>All of the Headers methods throw TypeError if <code>name</code> is not a
<a href="https://fetch.spec.whatwg.org/#concept-header-name">valid HTTP Header name</a>. The mutation operations will throw TypeError
if there is an immutable guard. Otherwise they fail silently. For example:</p>
- <div>
- <div><pre><span>var</span> res <span>=</span> Response.<span>error</span><span>(</span><span>)</span><span>;</span>
+ <div><pre><span>var</span> res <span>=</span> Response.<span>error</span><span>(</span><span>)</span><span>;</span>
<span>try</span> <span>{</span>
res.<span>headers</span>.<span>set</span><span>(</span><span>"Origin"</span><span>,</span> <span>"http://mybank.com"</span><span>)</span><span>;</span>
<span>}</span> <span>catch</span><span>(</span>e<span>)</span> <span>{</span>
console.<span>log</span><span>(</span><span>"Cannot pretend to be a bank!"</span><span>)</span><span>;</span>
<span>}</span></pre>
</div>
- </div>
<h2>Request</h2>
@@ -160,29 +148,24 @@ console.<span>log</span><span>(</span>reqHeaders.<span>getAll</span><span>(</spa
a body, a request mode, credentials and cache hints.</p>
<p>The simplest Request is of course, just a URL, as you may do to GET a
resource.</p>
- <div>
- <div><pre><span>var</span> req <span>=</span> <span>new</span> Request<span>(</span><span>"/index.html"</span><span>)</span><span>;</span>
+ <div><pre><span>var</span> req <span>=</span> <span>new</span> Request<span>(</span><span>"/index.html"</span><span>)</span><span>;</span>
console.<span>log</span><span>(</span>req.<span>method</span><span>)</span><span>;</span> <span>// "GET"</span>
console.<span>log</span><span>(</span>req.<span>url</span><span>)</span><span>;</span> <span>// "http://example.com/index.html"</span></pre>
</div>
- </div>
<p>You may also pass a Request to the <code>Request()</code> constructor to
create a copy.
<br>(This is not the same as calling the <code>clone()</code> method, which
is covered in
<br>the “Reading bodies” section.).</p>
- <div>
- <div><pre><span>var</span> copy <span>=</span> <span>new</span> Request<span>(</span>req<span>)</span><span>;</span>
+ <div><pre><span>var</span> copy <span>=</span> <span>new</span> Request<span>(</span>req<span>)</span><span>;</span>
console.<span>log</span><span>(</span>copy.<span>method</span><span>)</span><span>;</span> <span>// "GET"</span>
console.<span>log</span><span>(</span>copy.<span>url</span><span>)</span><span>;</span> <span>// "http://example.com/index.html"</span></pre>
</div>
- </div>
<p>Again, this form is probably only useful in ServiceWorkers.</p>
<p>The non-URL attributes of the <code>Request</code> can only be set by passing
initial
<br>values as a second argument to the constructor. This argument is a dictionary.</p>
- <div>
- <div><pre><span>var</span> uploadReq <span>=</span> <span>new</span> Request<span>(</span><span>"/uploadImage"</span><span>,</span> <span>{</span>
+ <div><pre><span>var</span> uploadReq <span>=</span> <span>new</span> Request<span>(</span><span>"/uploadImage"</span><span>,</span> <span>{</span>
method<span>:</span> <span>"POST"</span><span>,</span>
headers<span>:</span> <span>{</span>
<span>"Content-Type"</span><span>:</span> <span>"image/png"</span><span>,</span>
@@ -190,7 +173,6 @@ console.<span>log</span><span>(</span>copy.<span>url</span><span>)</span><span>;
body<span>:</span> <span>"image data"</span>
<span>}</span><span>)</span><span>;</span></pre>
</div>
- </div>
<p>The Request’s mode is used to determine if cross-origin requests lead
to valid responses, and which properties on the response are readable.
Legal mode values are <code>"same-origin"</code>, <code>"no-cors"</code> (default)
@@ -199,15 +181,13 @@ console.<span>log</span><span>(</span>copy.<span>url</span><span>)</span><span>;
origin with this mode set, the result is simply an error. You could use
this to ensure that
<br>a request is always being made to your origin.</p>
- <div>
- <div><pre><span>var</span> arbitraryUrl <span>=</span> document.<span>getElementById</span><span>(</span><span>"url-input"</span><span>)</span>.<span>value</span><span>;</span>
+ <div><pre><span>var</span> arbitraryUrl <span>=</span> document.<span>getElementById</span><span>(</span><span>"url-input"</span><span>)</span>.<span>value</span><span>;</span>
fetch<span>(</span>arbitraryUrl<span>,</span> <span>{</span> mode<span>:</span> <span>"same-origin"</span> <span>}</span><span>)</span>.<span>then</span><span>(</span><span>function</span><span>(</span>res<span>)</span> <span>{</span>
console.<span>log</span><span>(</span><span>"Response succeeded?"</span><span>,</span> res.<span>ok</span><span>)</span><span>;</span>
<span>}</span><span>,</span> <span>function</span><span>(</span>e<span>)</span> <span>{</span>
console.<span>log</span><span>(</span><span>"Please enter a same-origin URL!"</span><span>)</span><span>;</span>
<span>}</span><span>)</span><span>;</span></pre>
</div>
- </div>
<p>The <code>"no-cors"</code> mode captures what the web platform does by default
for scripts you import from CDNs, images hosted on other domains, and so
on. First, it prevents the method from being anything other than “HEAD”,
@@ -225,8 +205,7 @@ fetch<span>(</span>arbitraryUrl<span>,</span> <span>{</span> mode<span>:</span>
headers is exposed in the Response, but the body is readable. For example,
you could get a list of Flickr’s <a href="https://www.flickr.com/services/api/flickr.interestingness.getList.html">most interesting</a> photos
today like this:</p>
- <div>
- <div><pre><span>var</span> u <span>=</span> <span>new</span> URLSearchParams<span>(</span><span>)</span><span>;</span>
+ <div><pre><span>var</span> u <span>=</span> <span>new</span> URLSearchParams<span>(</span><span>)</span><span>;</span>
u.<span>append</span><span>(</span><span>'method'</span><span>,</span> <span>'flickr.interestingness.getList'</span><span>)</span><span>;</span>
u.<span>append</span><span>(</span><span>'api_key'</span><span>,</span> <span>'&lt;insert api key here&gt;'</span><span>)</span><span>;</span>
u.<span>append</span><span>(</span><span>'format'</span><span>,</span> <span>'json'</span><span>)</span><span>;</span>
@@ -245,15 +224,12 @@ apiCall.<span>then</span><span>(</span><span>function</span><span>(</span>respon
<span>}</span><span>)</span><span>;</span>
<span>}</span><span>)</span><span>;</span></pre>
</div>
- </div>
<p>You may not read out the “Date” header since Flickr does not allow it
via
<br>
<code>Access-Control-Expose-Headers</code>.</p>
- <div>
- <div><pre>response.<span>headers</span>.<span>get</span><span>(</span><span>"Date"</span><span>)</span><span>;</span> <span>// null</span></pre>
+ <div><pre>response.<span>headers</span>.<span>get</span><span>(</span><span>"Date"</span><span>)</span><span>;</span> <span>// null</span></pre>
</div>
- </div>
<p>The <code>credentials</code> enumeration determines if cookies for the other
domain are
<br>sent to cross-origin requests. This is similar to XHR’s <code>withCredentials</code>
@@ -308,14 +284,12 @@ apiCall.<span>then</span><span>(</span><span>function</span><span>(</span>respon
The
<br>idiomatic way to return a Response to an intercepted request in ServiceWorkers
is:</p>
- <div>
- <div><pre>addEventListener<span>(</span><span>'fetch'</span><span>,</span> <span>function</span><span>(</span>event<span>)</span> <span>{</span>
+ <div><pre>addEventListener<span>(</span><span>'fetch'</span><span>,</span> <span>function</span><span>(</span>event<span>)</span> <span>{</span>
event.<span>respondWith</span><span>(</span><span>new</span> Response<span>(</span><span>"Response body"</span><span>,</span> <span>{</span>
headers<span>:</span> <span>{</span> <span>"Content-Type"</span> <span>:</span> <span>"text/plain"</span> <span>}</span>
<span>}</span><span>)</span><span>;</span>
<span>}</span><span>)</span><span>;</span></pre>
</div>
- </div>
<p>As you can see, Response has a two argument constructor, where both arguments
are optional. The first argument is a body initializer, and the second
is a dictionary to set the <code>status</code>, <code>statusText</code> and <code>headers</code>.</p>
@@ -363,20 +337,16 @@ apiCall.<span>then</span><span>(</span><span>function</span><span>(</span>respon
<p>This is a significant improvement over XHR in terms of ease of use of
non-text data!</p>
<p>Request bodies can be set by passing <code>body</code> parameters:</p>
- <div>
- <div><pre><span>var</span> form <span>=</span> <span>new</span> FormData<span>(</span>document.<span>getElementById</span><span>(</span><span>'login-form'</span><span>)</span><span>)</span><span>;</span>
+ <div><pre><span>var</span> form <span>=</span> <span>new</span> FormData<span>(</span>document.<span>getElementById</span><span>(</span><span>'login-form'</span><span>)</span><span>)</span><span>;</span>
fetch<span>(</span><span>"/login"</span><span>,</span> <span>{</span>
method<span>:</span> <span>"POST"</span><span>,</span>
body<span>:</span> form
<span>}</span><span>)</span></pre>
</div>
- </div>
<p>Responses take the first argument as the body.</p>
- <div>
- <div><pre><span>var</span> res <span>=</span> <span>new</span> Response<span>(</span><span>new</span> File<span>(</span><span>[</span><span>"chunk"</span><span>,</span> <span>"chunk"</span><span>]</span><span>,</span> <span>"archive.zip"</span><span>,</span>
+ <div><pre><span>var</span> res <span>=</span> <span>new</span> Response<span>(</span><span>new</span> File<span>(</span><span>[</span><span>"chunk"</span><span>,</span> <span>"chunk"</span><span>]</span><span>,</span> <span>"archive.zip"</span><span>,</span>
<span>{</span> type<span>:</span> <span>"application/zip"</span> <span>}</span><span>)</span><span>)</span><span>;</span></pre>
</div>
- </div>
<p>Both Request and Response (and by extension the <code>fetch()</code> function),
will try to intelligently <a href="https://fetch.spec.whatwg.org/#concept-bodyinit-extract">determine the content type</a>.
Request will also automatically set a “Content-Type” header if none is
@@ -387,8 +357,7 @@ fetch<span>(</span><span>"/login"</span><span>,</span> <span>{</span>
<p>It is important to realise that Request and Response bodies can only be
read once! Both interfaces have a boolean attribute <code>bodyUsed</code> to
determine if it is safe to read or not.</p>
- <div>
- <div><pre><span>var</span> res <span>=</span> <span>new</span> Response<span>(</span><span>"one time use"</span><span>)</span><span>;</span>
+ <div><pre><span>var</span> res <span>=</span> <span>new</span> Response<span>(</span><span>"one time use"</span><span>)</span><span>;</span>
console.<span>log</span><span>(</span>res.<span>bodyUsed</span><span>)</span><span>;</span> <span>// false</span>
res.<span>text</span><span>(</span><span>)</span>.<span>then</span><span>(</span><span>function</span><span>(</span>v<span>)</span> <span>{</span>
console.<span>log</span><span>(</span>res.<span>bodyUsed</span><span>)</span><span>;</span> <span>// true</span>
@@ -399,7 +368,6 @@ res.<span>text</span><span>(</span><span>)</span>.<span>catch</span><span>(</spa
console.<span>log</span><span>(</span><span>"Tried to read already consumed Response"</span><span>)</span><span>;</span>
<span>}</span><span>)</span><span>;</span></pre>
</div>
- </div>
<p>This decision allows easing the transition to an eventual <a href="https://streams.spec.whatwg.org/">stream-based</a> Fetch
API. The intention is to let applications consume data as it arrives, allowing
for JavaScript to deal with larger files like videos, and perform things
@@ -413,8 +381,7 @@ res.<span>text</span><span>(</span><span>)</span>.<span>catch</span><span>(</spa
will return a clone of the object, with a ‘new’ body. <code>clone()</code> MUST
be called before the body of the corresponding object has been used. That
is, <code>clone()</code> first, read later.</p>
- <div>
- <div><pre>addEventListener<span>(</span><span>'fetch'</span><span>,</span> <span>function</span><span>(</span>evt<span>)</span> <span>{</span>
+ <div><pre>addEventListener<span>(</span><span>'fetch'</span><span>,</span> <span>function</span><span>(</span>evt<span>)</span> <span>{</span>
<span>var</span> sheep <span>=</span> <span>new</span> Response<span>(</span><span>"Dolly"</span><span>)</span><span>;</span>
console.<span>log</span><span>(</span>sheep.<span>bodyUsed</span><span>)</span><span>;</span> <span>// false</span>
<span>var</span> clone <span>=</span> sheep.<span>clone</span><span>(</span><span>)</span><span>;</span>
@@ -429,7 +396,6 @@ res.<span>text</span><span>(</span><span>)</span>.<span>catch</span><span>(</spa
<span>}</span><span>)</span><span>;</span>
<span>}</span><span>)</span><span>;</span></pre>
</div>
- </div>
<h2>Future improvements</h2>
diff --git a/test/test-pages/archive-of-our-own/expected.html b/test/test-pages/archive-of-our-own/expected.html
index 9a54191..d1d1f93 100644
--- a/test/test-pages/archive-of-our-own/expected.html
+++ b/test/test-pages/archive-of-our-own/expected.html
@@ -1,9 +1,4 @@
-<div id="chapters">
-
- <div id="chapter-1">
-
-
- <div role="article">
+<div role="article" id="chapters">
<h3 id="work">
Chapter Text
</h3>
@@ -319,6 +314,4 @@
<p>
And he’d be dealing with him again in another week.
</p>
- </div>
- </div>
- </div> \ No newline at end of file
+ </div> \ No newline at end of file
diff --git a/test/test-pages/ars-1/expected-images.json b/test/test-pages/ars-1/expected-images.json
index b555551..d14a558 100644
--- a/test/test-pages/ars-1/expected-images.json
+++ b/test/test-pages/ars-1/expected-images.json
@@ -1,3 +1,4 @@
[
- "http:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-640x426.jpg"
+ "https:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-640x215.jpg",
+ "https:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-640x426.jpg"
] \ No newline at end of file
diff --git a/test/test-pages/ars-1/expected-metadata.json b/test/test-pages/ars-1/expected-metadata.json
index 0594bf2..2cb17ec 100644
--- a/test/test-pages/ars-1/expected-metadata.json
+++ b/test/test-pages/ars-1/expected-metadata.json
@@ -1,8 +1,8 @@
{
- "Author": "by Dan Goodin - Apr 16, 2015 8:02 pm UTC",
+ "Author": "Dan Goodin - Apr 16, 2015 8:02 pm UTC",
"Direction": null,
"Excerpt": "Two-year-old bug exposes thousands of servers to crippling attack.",
- "Image": "http:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-640x426.jpg",
+ "Image": "https:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-640x215.jpg",
"Title": "Just-released Minecraft exploit makes it easy to crash game servers",
"SiteName": "Ars Technica"
-}
+} \ No newline at end of file
diff --git a/test/test-pages/ars-1/expected.html b/test/test-pages/ars-1/expected.html
index 30ab17d..905e0d1 100644
--- a/test/test-pages/ars-1/expected.html
+++ b/test/test-pages/ars-1/expected.html
@@ -1,18 +1,40 @@
-<div itemprop="articleBody">
- <figure> <img src="http://cdn.arstechnica.net/wp-content/uploads/2015/04/server-crash-640x426.jpg" width="640" height="331">
- <figcaption>
+<div>
+ <header>
+ <h4>
+ Biz &amp; IT —
+ </h4>
- </figcaption>
- </figure>
-
-
- <p>A flaw in the wildly popular online game <em>Minecraft</em> makes it easy for just about anyone to crash the server hosting the game, according to a computer programmer who has released proof-of-concept code that exploits the vulnerability.</p>
- <p>"I thought a lot before writing this post," Pakistan-based developer Ammar Askar wrote in a <a href="http://blog.ammaraskar.com/minecraft-vulnerability-advisory">blog post published Thursday</a>, 21 months, he said, after privately reporting the bug to <em>Minecraft</em> developer Mojang. "On the one hand I don't want to expose thousands of servers to a major vulnerability, yet on the other hand Mojang has failed to act on it."</p>
- <p>The bug resides in the <a href="https://github.com/ammaraskar/pyCraft">networking internals of the <em>Minecraft </em>protocol</a>. It allows the contents of inventory slots to be exchanged, so that, among other things, items in players' hotbars are displayed automatically after logging in. <em>Minecraft</em> items can also store arbitrary metadata in a file format known as <a href="http://wiki.vg/NBT">Named Binary Tag (NBT)</a>, which allows complex data structures to be kept in hierarchical nests. Askar has released <a href="https://github.com/ammaraskar/pyCraft/tree/nbt_exploit">proof-of-concept attack code</a> he said exploits the vulnerability to crash any server hosting the game. Here's how it works.</p>
- <blockquote>
- <p>The vulnerability stems from the fact that the client is allowed to send the server information about certain slots. This, coupled with the NBT format’s nesting allows us to <em>craft</em> a packet that is incredibly complex for the server to deserialize but trivial for us to generate.</p>
- <p>In my case, I chose to create lists within lists, down to five levels. This is a json representation of what it looks like.</p>
- <div> <pre><code data-lang="javascript"><span>rekt</span><span>:</span> <span>{</span>
+ <h2 itemprop="description">
+ Two-year-old bug exposes thousands of servers to crippling attack.
+ </h2>
+
+ </header>
+ <div itemprop="articleBody">
+ <figure>
+ <img src="https://cdn.arstechnica.net/wp-content/uploads/2015/04/server-crash-640x426.jpg" alt="Just-released Minecraft exploit makes it easy to crash game servers">
+ <figcaption>
+
+ </figcaption>
+ </figure>
+
+ <p>
+ A flaw in the wildly popular online game <em>Minecraft</em> makes it easy for just about anyone to crash the server hosting the game, according to a computer programmer who has released proof-of-concept code that exploits the vulnerability.
+ </p>
+ <p>
+ "I thought a lot before writing this post," Pakistan-based developer Ammar Askar wrote in a <a href="http://blog.ammaraskar.com/minecraft-vulnerability-advisory">blog post published Thursday</a>, 21 months, he said, after privately reporting the bug to <em>Minecraft</em> developer Mojang. "On the one hand I don't want to expose thousands of servers to a major vulnerability, yet on the other hand Mojang has failed to act on it."
+ </p>
+ <p>
+ The bug resides in the <a href="https://github.com/ammaraskar/pyCraft">networking internals of the <em>Minecraft</em> protocol</a>. It allows the contents of inventory slots to be exchanged, so that, among other things, items in players' hotbars are displayed automatically after logging in. <em>Minecraft</em> items can also store arbitrary metadata in a file format known as <a href="http://wiki.vg/NBT">Named Binary Tag (NBT)</a>, which allows complex data structures to be kept in hierarchical nests. Askar has released <a href="https://github.com/ammaraskar/pyCraft/tree/nbt_exploit">proof-of-concept attack code</a> he said exploits the vulnerability to crash any server hosting the game. Here's how it works.
+ </p>
+ <blockquote>
+ <p>
+ The vulnerability stems from the fact that the client is allowed to send the server information about certain slots. This, coupled with the NBT format’s nesting allows us to <em>craft</em> a packet that is incredibly complex for the server to deserialize but trivial for us to generate.
+ </p>
+ <p>
+ In my case, I chose to create lists within lists, down to five levels. This is a json representation of what it looks like.
+ </p>
+ <div>
+ <pre><code data-lang="javascript"><span>rekt</span><span>:</span> <span>{</span>
<span>list</span><span>:</span> <span>[</span>
<span>list</span><span>:</span> <span>[</span>
<span>list</span><span>:</span> <span>[</span>
@@ -37,14 +59,33 @@
<span>...</span>
<span>]</span>
<span>...</span>
-<span>}</span></code></pre> </div>
- <p>The root of the object, <code>rekt</code>, contains 300 lists. Each list has a list with 10 sublists, and each of those sublists has 10 of their own, up until 5 levels of recursion. That’s a total of <code>10^5 * 300 = 30,000,000</code> lists.</p>
- <p>And this isn’t even the theoretical maximum for this attack. Just the nbt data for this payload is 26.6 megabytes. But luckily Minecraft implements a way to compress large packets, lucky us! zlib shrinks down our evil data to a mere 39 kilobytes.</p>
- <p>Note: in previous versions of Minecraft, there was no protocol wide compression for big packets. Previously, NBT was sent compressed with gzip and prefixed with a signed short of its length, which reduced our maximum payload size to <code>2^15 - 1</code>. Now that the length is a varint capable of storing integers up to <code>2^28</code>, our potential for attack has increased significantly.</p>
- <p>When the server will decompress our data, it’ll have 27 megs in a buffer somewhere in memory, but that isn’t the bit that’ll kill it. When it attempts to parse it into NBT, it’ll create java representations of the objects meaning suddenly, the sever is having to create several million java objects including ArrayLists. This runs the server out of memory and causes tremendous CPU load.</p>
- <p>This vulnerability exists on almost all previous and current Minecraft versions as of 1.8.3, the packets used as attack vectors are the <a href="http://wiki.vg/Protocol#Player_Block_Placement">0x08: Block Placement Packet</a> and <a href="http://wiki.vg/Protocol#Creative_Inventory_Action">0x10: Creative Inventory Action</a>.</p>
- <p>The fix for this vulnerability isn’t exactly that hard, the client should never really send a data structure as complex as NBT of arbitrary size and if it must, some form of recursion and size limits should be implemented.</p>
- <p>These were the fixes that I recommended to Mojang 2 years ago.</p>
- </blockquote>
- <p>Ars is asking Mojang for comment and will update this post if company officials respond.</p>
- </div> \ No newline at end of file
+<span>}</span></code></pre>
+ </div>
+ <p>
+ The root of the object, <code>rekt</code>, contains 300 lists. Each list has a list with 10 sublists, and each of those sublists has 10 of their own, up until 5 levels of recursion. That’s a total of <code>10^5 * 300 = 30,000,000</code> lists.
+ </p>
+ <p>
+ And this isn’t even the theoretical maximum for this attack. Just the nbt data for this payload is 26.6 megabytes. But luckily Minecraft implements a way to compress large packets, lucky us! zlib shrinks down our evil data to a mere 39 kilobytes.
+ </p>
+ <p>
+ Note: in previous versions of Minecraft, there was no protocol wide compression for big packets. Previously, NBT was sent compressed with gzip and prefixed with a signed short of its length, which reduced our maximum payload size to <code>2^15 - 1</code>. Now that the length is a varint capable of storing integers up to <code>2^28</code>, our potential for attack has increased significantly.
+ </p>
+ <p>
+ When the server will decompress our data, it’ll have 27 megs in a buffer somewhere in memory, but that isn’t the bit that’ll kill it. When it attempts to parse it into NBT, it’ll create java representations of the objects meaning suddenly, the sever is having to create several million java objects including ArrayLists. This runs the server out of memory and causes tremendous CPU load.
+ </p>
+ <p>
+ This vulnerability exists on almost all previous and current Minecraft versions as of 1.8.3, the packets used as attack vectors are the <a href="http://wiki.vg/Protocol#Player_Block_Placement">0x08: Block Placement Packet</a> and <a href="http://wiki.vg/Protocol#Creative_Inventory_Action">0x10: Creative Inventory Action</a>.
+ </p>
+ <p>
+ The fix for this vulnerability isn’t exactly that hard, the client should never really send a data structure as complex as NBT of arbitrary size and if it must, some form of recursion and size limits should be implemented.
+ </p>
+ <p>
+ These were the fixes that I recommended to Mojang 2 years ago.
+ </p>
+ </blockquote>
+ <p>
+ Ars is asking Mojang for comment and will update this post if company officials respond.
+ </p>
+
+ </div>
+ </div> \ No newline at end of file
diff --git a/test/test-pages/ars-1/source.html b/test/test-pages/ars-1/source.html
index cd6aed1..27630ef 100644
--- a/test/test-pages/ars-1/source.html
+++ b/test/test-pages/ars-1/source.html
@@ -1,292 +1,373 @@
<!DOCTYPE html>
-<!--[if lt IE 7]> <html lang="en-us" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
-<!--[if IE 7]> <html lang="en-us" class="no-js lt-ie9 lt-ie8"> <![endif]-->
-<!--[if IE 8]> <html lang="en-us" class="no-js ie8 lt-ie9"> <![endif]-->
-<!--[if IE 9]> <html lang="en-us" class="no-js ie9"> <![endif]-->
-<!--[if gt IE 8]><!-->
-<html lang="en-us">
-<!--<![endif]-->
+<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+ <head>
+ <title>
+ Just-released Minecraft exploit makes it easy to crash game servers | Ars Technica
+ </title>
+ <script type="text/javascript">
+ //<![CDATA[
+ ars = {"ASSETS":"https:\/\/cdn.arstechnica.net\/wp-content\/themes\/ars\/assets","HOME_URL":"https:\/\/arstechnica.com","LOGIN_URL":"https:\/\/arstechnica.com\/services\/login-desktop.html?v=1","CIVIS":"\/civis","THEME":"light","VIEW":"grid","MOBILE":false,"SUBSCRIBER":false,"PLUS_PLUS":false,"LOGGED":false,"USER_ID":null,"ENV":"production","AD":{"tags":["denial-of-service-attack","exploits","minecraft","vulnerabilities"],"channel":"information-technology","slug":"just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers","template_type":"article","queue":[],"server":"production"},"TOTAL":97063,"UNREAD":0,"RECENT":[1698939,1698645,1698804,1698783,1698769,1698663,1698682,1698690,1698667,1698588,1698619,1697597,1698183,1698597,1698540,1698542,1698370,1698442,1698274,1698421,1698346,1698367,1698356,1698294,1698335],"LOGINS":true,"CROSS":false,"PARSELY":"arstechnica.com","COMMENTS":false,"HOMEPAGE":false,"SITE":1,"READY":[],"SHOW_ADS":true,"IMG_PROXY":"https:\/\/cdn.arstechnica.net\/i\/","CATEGORY":"information-technology","PAGETITLE":"","ZEN_MODE":false};
+ //]]>
+ </script>
+ <link rel="stylesheet" type="text/css" media="all" href="https://cdn.arstechnica.net/wp-content/themes/ars/assets/css/main-130fcfcce0.css" />
+ <link rel="alternate" type="application/rss+xml" href="http://feeds.arstechnica.com/arstechnica/index/" />
+ <link rel="shortcut icon" href="https://cdn.arstechnica.net/favicon.ico" />
+ <link rel="icon" type="image/x-icon" href="https://cdn.arstechnica.net/favicon.ico" />
+ <link rel="apple-touch-icon" sizes="180x180" href="https://cdn.arstechnica.net/wp-content/themes/ars/assets/img/ars-ios-icon-d9a45f558c.png" />
+ <link rel="mask-icon" href="https://cdn.arstechnica.net/wp-content/themes/ars/assets/img/ars-macos-safari-8997f76b21.svg" color="#ff4e00" />
+ <link rel="icon" sizes="192x192" href="https://cdn.arstechnica.net/wp-content/themes/ars/assets/img/material-ars-db41652381.png" />
+ <meta name="application-name" content="Ars Technica" />
+ <meta name="msapplication-starturl" content="http://arstechnica.com/" />
+ <meta name="msapplication-tooltip" content="Ars Technica: Serving the technologist for 1.2 decades" />
+ <meta name="msapplication-task" content="name=News;action-uri=http://arstechnica.com/;icon-uri=https://cdn.arstechnica.net/favicon.ico" />
+ <meta name="msapplication-task" content="name=Features;action-uri=http://arstechnica.com/features/;icon-uri=https://cdn.arstechnica.net/ie-jump-menu/jump-features.ico" />
+ <meta name="msapplication-task" content="name=OpenForum;action-uri=http://arstechnica.com/civis/;icon-uri=https://cdn.arstechnica.net/ie-jump-menu/jump-forum.ico" />
+ <meta name="msapplication-task" content="name=Subscribe;action-uri=http://arstechnica.com/subscriptions/;icon-uri=https://cdn.arstechnica.net/ie-jump-menu/jump-subscribe.ico" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta name="advertising" content="ask" />
+ <meta property="fb:admins" content="592156917" />
+ <meta property="fb:admins" content="108943" />
+ <meta property="fb:pages" content="19374573752" />
+ <meta name="format-detection" content="telephone=no" />
+ <meta name="theme-color" content="#000000" />
+ <meta name="viewport" content="width=device-width,initial-scale=1" /><!-- cache miss 581:single/meta:5a5daf59fa5245a64fe8615caa0b1d1b -->
+ <meta name="parsely-page" content="{&quot;title&quot;:&quot;Just-released Minecraft exploit makes it easy to crash game servers&quot;,&quot;link&quot;:&quot;https:\/\/arstechnica.com\/information-technology\/2015\/04\/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers\/&quot;,&quot;type&quot;:&quot;post&quot;,&quot;author&quot;:&quot;Dan Goodin&quot;,&quot;post_id&quot;:648287,&quot;pub_date&quot;:&quot;2015-04-16T20:02:01Z&quot;,&quot;section&quot;:&quot;Biz &amp; IT&quot;,&quot;tags&quot;:[&quot;denial-of-service-attack&quot;,&quot;exploits&quot;,&quot;minecraft&quot;,&quot;vulnerabilities&quot;,&quot;type: report&quot;],&quot;image_url&quot;:&quot;https:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-150x150.jpg&quot;}" />
+ <meta name="parsely-metadata" content="{&quot;type&quot;:&quot;report&quot;,&quot;title&quot;:&quot;Just-released Minecraft exploit makes it easy to crash game servers&quot;,&quot;post_id&quot;:648287,&quot;lower_deck&quot;:&quot;Two-year-old bug exposes thousands of servers to crippling attack.&quot;,&quot;image_url&quot;:&quot;https:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-150x150.jpg&quot;,&quot;listing_image_url&quot;:&quot;https:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-300x150.jpg&quot;}" />
+ <link rel="canonical" href="https://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/" />
+ <link rel="amphtml" href="https://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?amp=1" />
+ <link rel="shorturl" href="https://arstechnica.com/?p=648287" />
+ <meta name="description" content="Two-year-old bug exposes thousands of servers to crippling attack." />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:url" content="https://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/" />
+ <meta name="twitter:title" content="Just-released Minecraft exploit makes it easy to crash game servers" />
+ <meta name="twitter:description" content="Two-year-old bug exposes thousands of servers to crippling attack." />
+ <meta name="twitter:site" content="@arstechnica" />
+ <meta name="twitter:domain" content="arstechnica.com" />
+ <meta property="og:site_name" content="Ars Technica" />
+ <meta name="twitter:image:src" content="https://cdn.arstechnica.net/wp-content/uploads/2015/04/server-crash-640x215.jpg" />
+ <meta name="twitter:image:width" content="640" />
+ <meta name="twitter:image:height" content="215" />
+ <meta name="twitter:creator" content="@dangoodin001" />
+ <meta property="og:url" content="https://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/" />
+ <meta property="og:title" content="Just-released Minecraft exploit makes it easy to crash game servers" />
+ <meta property="og:image" content="https://cdn.arstechnica.net/wp-content/uploads/2015/04/server-crash-640x215.jpg" />
+ <meta property="og:description" content="Two-year-old bug exposes thousands of servers to crippling attack." />
+ <meta property="og:type" content="article" /><!-- cache hit 581:single/header:5a5daf59fa5245a64fe8615caa0b1d1b -->
+ <!-- Google Tag Manager DataLayer -->
-<head>
- <title>Just-released Minecraft exploit makes it easy to crash game servers | Ars Technica</title>
- <script type="text/javascript">
- ars = {
- "ASSETS": "http:\/\/cdn.arstechnica.net\/wp-content\/themes\/arstechnica\/assets",
- "HOME_URL": "http:\/\/arstechnica.com",
- "LOGIN_URL": "https:\/\/arstechnica.com\/services\/login-desktop.html?v=1",
- "CIVIS": "\/civis",
- "THEME": "light",
- "VIEW": "grid",
- "MOBILE": false,
- "PREMIER": false,
- "LOGGED": false,
- "ENV": "production",
- "AD": {
- "kw": ["security", "int"],
- "zone": "int",
- "queue": []
- },
- "TOTAL": 68014,
- "UNREAD": 0,
- "RECENT": [659465, 659425, 659391, 659203, 659339, 659209, 659151, 659207, 659257, 659153, 657603, 659157, 659089, 659105, 658987, 658981, 658367, 658019, 658841, 658609, 658117, 658553, 658455, 657769, 658395],
- "LOGINS": true,
- "CROSS": false,
- "GEOALERTS": true,
- "PARSELY": "arstechnica.com",
- "COMMENTS": false,
- "HOMEPAGE": false,
- "COUNTRY": "us",
- "READY": [],
- "SHOW_ADS": true,
- "IMG_PROXY": "https:\/\/cdn.arstechnica.net\/i\/",
- "CATEGORY": "security"
- };
- </script>
- <!--[if lte IE 8]><script type="text/javascript" src="http://cdn.arstechnica.net/wp-content/themes/arstechnica/assets/js/modernizr/modernizr.js"></script><![endif]-->
- <link rel="stylesheet" type="text/css" media="all" href="http://cdn.arstechnica.net/wp-content/themes/arstechnica/assets/css/ars.min.55e632421d8225142fe8df15cdfe2a20.css"/>
- <link rel="alternate" type="application/rss+xml" href="http://feeds.arstechnica.com/arstechnica/index/"/>
- <link rel="shortcut icon" href="https://cdn.arstechnica.net/favicon.ico"/>
- <link rel="icon" type="image/x-icon" href="https://cdn.arstechnica.net/favicon.ico"/>
- <link rel="apple-touch-icon" sizes="180x180" href="http://cdn.arstechnica.net/wp-content/themes/arstechnica/assets/images/ars-ios-icon.png"/>
- <link rel="icon" sizes="192x192" href="http://cdn.arstechnica.net/wp-content/themes/arstechnica/assets/images/material-ars.png"/>
- <meta name="application-name" content="Ars Technica"/>
- <meta name="msapplication-starturl" content="http://arstechnica.com/"/>
- <meta name="msapplication-tooltip" content="Ars Technica: Serving the technologist for 1.2 decades"/>
- <meta name="msapplication-task" content="name=News;action-uri=http://arstechnica.com/;icon-uri=https://cdn.arstechnica.net/favicon.ico"/>
- <meta name="msapplication-task" content="name=Features;action-uri=http://arstechnica.com/features/;icon-uri=https://cdn.arstechnica.net/ie-jump-menu/jump-features.ico"/>
- <meta name="msapplication-task" content="name=OpenForum;action-uri=http://arstechnica.com/civis/;icon-uri=https://cdn.arstechnica.net/ie-jump-menu/jump-forum.ico"/>
- <meta name="msapplication-task" content="name=Subscribe;action-uri=http://arstechnica.com/subscriptions/;icon-uri=https://cdn.arstechnica.net/ie-jump-menu/jump-subscribe.ico"/>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <meta name="advertising" content="ask"/>
- <meta property="fb:admins" content="592156917"/>
- <meta name="format-detection" content="telephone=no"/>
- <meta name="theme-color" content="#000000"/>
- <meta name="viewport" content="width=1020"/>
- <!-- cache hit 459:single/meta:b3538aec37c1a165d2b4b62bd58e56e3 -->
- <meta name="parsely-page" content="{&quot;title&quot;:&quot;Just-released Minecraft exploit makes it easy to crash game servers&quot;,&quot;link&quot;:&quot;http:\/\/arstechnica.com\/security\/2015\/04\/16\/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers\/&quot;,&quot;type&quot;:&quot;post&quot;,&quot;author&quot;:&quot;Dan Goodin&quot;,&quot;post_id&quot;:648287,&quot;pub_date&quot;:&quot;2015-04-16T20:02:01Z&quot;,&quot;section&quot;:&quot;Risk Assessment&quot;,&quot;tags&quot;:[&quot;denial-of-service-attack&quot;,&quot;exploits&quot;,&quot;minecraft&quot;,&quot;vulnerabilities&quot;,&quot;type: report&quot;],&quot;image_url&quot;:&quot;http:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-150x150.jpg&quot;}"/>
- <meta name="parsely-metadata" content="{&quot;type&quot;:&quot;report&quot;,&quot;title&quot;:&quot;Just-released Minecraft exploit makes it easy to crash game servers&quot;,&quot;post_id&quot;:648287,&quot;lower_deck&quot;:&quot;Two-year-old bug exposes thousands of servers to crippling attack.&quot;,&quot;image_url&quot;:&quot;http:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-150x150.jpg&quot;,&quot;listing_image_url&quot;:&quot;http:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-300x150.jpg&quot;}"/>
- <link rel="canonical" href="http://arstechnica.com/security/2015/04/16/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/"/>
- <link rel="shorturl" href="http://ars.to/1CSWnf5"/>
- <meta name="description" content="Two-year-old bug exposes thousands of servers to crippling attack."/>
- <meta name="twitter:card" content="summary_large_image"/>
- <meta name="twitter:url" content="http://arstechnica.com/security/2015/04/16/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/"/>
- <meta name="twitter:title" content="Just-released Minecraft exploit makes it easy to crash game servers"/>
- <meta name="twitter:description" content="Two-year-old bug exposes thousands of servers to crippling attack."/>
- <meta name="twitter:site" content="@arstechnica"/>
- <meta name="twitter:domain" content="arstechnica.com"/>
- <meta property="og:site_name" content="Ars Technica"/>
- <meta name="twitter:image:src" content="http://cdn.arstechnica.net/wp-content/uploads/2015/04/server-crash-640x426.jpg"/>
- <meta name="twitter:image:width" content="640"/>
- <meta name="twitter:image:height" content="426"/>
- <meta name="twitter:creator" content="@dangoodin001"/>
- <meta property="og:url" content="http://arstechnica.com/security/2015/04/16/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/"/>
- <meta property="og:title" content="Just-released Minecraft exploit makes it easy to crash game servers"/>
- <meta property="og:image" content="http://cdn.arstechnica.net/wp-content/uploads/2015/04/server-crash-640x426.jpg"/>
- <meta property="og:description" content="Two-year-old bug exposes thousands of servers to crippling attack."/>
- <meta property="og:type" content="article"/>
- <!-- cache hit 459:single/header:b3538aec37c1a165d2b4b62bd58e56e3 -->
- <script type="text/javascript" src="http://cdn.arstechnica.net/wp-content/themes/arstechnica/assets/js/omniture/mbox.js"></script>
-</head>
+ <script>
+ <![CDATA[
+ window.dataLayer = window.dataLayer || [];
+ window.dataLayer.push({"event":"data-layer-loaded","user":{"ars_userId":undefined,"amg_userId":undefined,"uID":undefined,"sID":undefined,"loginStatus":false,"subscriberStatus":"none","infinityId":undefined,"registrationSource":undefined,"mdw_cnd_id":undefined,"monthlyVisits":undefined,"accessPaywall":undefined,"view":"grid","theme":"light","show_comments":false},"content":{"pageTemplate":"single","pageType":"article|report","contentCategory":"information-technology","section":"information technology","subsection":undefined,"contributor":"Dan Goodin","contentID":648287,"contentLength":835,"display":"Just-released Minecraft exploit makes it easy to crash game servers","contentSource":"web","pageAssets":undefined,"uniqueContentCount":undefined,"monthlyContentCount":undefined,"publishDate":"2015-04-16T20:02:01+00:00","modifiedDate":"2015-04-16T20:11:02+00:00","keywords":"denial of service attack|exploits|minecraft|vulnerabilities","dataSource":undefined},"marketing":{"campaignName":undefined,"circCampaignId":undefined,"internalCampaignId":undefined,"brand":"Ars Technica","certified_mrc_data":undefined,"condeNastId":undefined},"page":{"pID":undefined,"syndicatorUrl":undefined,"pageURL":"https:\/\/arstechnica.com\/?p=648287","canonical":"https:\/\/arstechnica.com\/information-technology\/2015\/04\/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers\/","canonicalPathName":"\/information-technology\/2015\/04\/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers\/"},"search":{"facets":undefined,"searchTerms":undefined},"site":{"appVersion":"1.0.0"}});
+ ]]>
+ </script><!-- End Google Tag Manager DataLayer -->
+ <!-- Google Tag Manager -->
-<body class="single single-post postid-648287 single-format-standard grid-view light blog-us">
- <div id="container">
- <header id="masthead">
- <aside id="ad-top">
- <div id="topBanner728x90_frame"></div>
- <script type="text/javascript">
- ars.AD.queue.push(['topBanner', {
- sz: '728x90',
- kws: [],
- collapse: true
- }]);
- </script>
- </aside>
- <h1><a href="http://arstechnica.com"><em>Ars</em>Technica</a></h1>
- <div id="profile">
- <!-- cache hit 459:header/site-toggle:f8ff57a97275618649c08b2cce8f06a6 -->
- <ul class="site-toggle">
- <li class="site-1 selected"><a href="http://arstechnica.com/?return">Ars Technica</a></li>
- <li class="site-3"><a href="http://arstechnica.co.uk">Ars Technica UK</a></li>
- </ul> <a href="/civis/ucp.php?mode=register" rel="nofollow">Register</a> <a id="login" href="http://arstechnica.com/civis/ucp.php?mode=login&amp;return_to=http%3A%2F%2Farstechnica.com%2Fsecurity%2F2015%2F04%2F16%2Fjust-released-minecraft-exploit-makes-it-easy-to-crash-game-servers%2F" rel="nofollow">Log in</a> </div>
- <nav id="primary">
- <ul>
- <li id="home-icon"> <a href="/"><span>Home</span></a> </li>
- <li class="has-children"> <a href="#">Main Menu</a>
- <div id="main-menu" class="dropdown">
- <div id="sections">
- <ul class="cat-list">
- <li class="top-row even">
- <a class="cat-link" href="/information-technology"> <span class="cat-name">Information Technology</span> <span class="subheading cat-desc">Technology Lab</span> </a>
+ <script>
+ <![CDATA[
+ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+ 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+ })(window,document,'script','dataLayer','GTM-NLXNPCQ');
+ ]]>
+ </script><!-- End Google Tag Manager -->
+ <!-- OneTrust Cookies Consent Notice start -->
+
+ <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="b10882a1-8446-4e7d-bfb2-ce2c770ad910"></script>
+ <script type="text/javascript">
+ //<![CDATA[
+ function OptanonWrapper(){};
+ //]]>
+ </script>
+ <script src="https://cdn.cookielaw.org/opt-out/otCCPAiab.js" type="text/javascript" charset="UTF-8" ccpa-opt-out-ids="C0002,C0003,C0004,C0005" ccpa-opt-out-geo="ca" ccpa-opt-out-lspa="true"></script><!-- OneTrust Cookies Consent Notice end -->
+
+ <script src="https://www.googletagservices.com/tag/js/gpt.js" id="gpt-script" async="async"></script>
+ <script>
+ <![CDATA[
+ window.googletag=window.googletag||{};window.googletag.cmd=window.googletag.cmd||[];window.cns=window.cns||{};window.cns.queue=[];window.cns.async=function(s,c){cns.queue.push({service:s,callback:c})};window.sparrowQueue=window.sparrowQueue||[];
+ ]]>
+ </script>
+ <link rel="dns-prefetch" href="//aax.amazon-adsystem.com" />
+ <link rel="preconnect" href="//aax.amazon-adsystem.com" crossorigin="" />
+ <link rel="preconnect" href="https://mb.moatads.com" crossorigin="" />
+ <script src="https://c.amazon-adsystem.com/aax2/apstag.js" async="async"></script>
+ <script src="https://cdn.arstechnica.net/cns/prebid.min.js?v=1597375105"></script>
+ <script src="https://js-sec.indexww.com/ht/p/183973-93942139695505.js" async="async"></script>
+ <script src="https://z.moatads.com/condenastprebidheader987326845656/moatheader.js" async="async"></script>
+ <script>
+ <![CDATA[
+ window.cns.pageContext = {"contentType":"article","templateType":"article","channel":"information-technology","subChannel":"","slug":"just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers","server":"production","keywords":{"tags":["denial-of-service-attack","exploits","minecraft","vulnerabilities"],"cm":[],"platform":["wordpress"],"copilotid":""}};
+ ]]>
+ </script>
+ <script src="https://cdn.arstechnica.net/cns/ars-technica.min.js?v=1597375105"></script>
+ <script type="text/javascript" src="https://cdn.arstechnica.net/wp-content/themes/ars/assets/js/ars-32ecec341f.ads.us.js"></script>
+ </head>
+ <body class="post-template-default single single-post postid-648287 single-format-standard grid-view light blog-us">
+ <!-- Google Tag Manager (noscript) -->
+ <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NLXNPCQ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) -->
+ <aside class="ad ad_crown" aria-label="Top of page advertisement"></aside>
+ <div class="site-wrapper">
+ <a class="screen-reader-text skip-link" href="#main" aria-label="Skip to main content">Skip to main content</a>
+ <header class="site-header">
+ <div class="header-left">
+ <a href="https://arstechnica.com" id="header-logo" title="Ars Technica Homepage"></a>
+ </div>
+ <div class="header-right">
+ <nav id="header-nav-primary">
+ <ul>
+ <li>
+ <a class="nav-link section-information-technology active" href="/information-technology/">Biz &amp; IT</a>
+ </li>
+ <li>
+ <a class="nav-link section-gadgets" href="/gadgets/">Tech</a>
+ </li>
+ <li>
+ <a class="nav-link section-science" href="/science/">Science</a>
+ </li>
+ <li>
+ <a class="nav-link section-tech-policy" href="/tech-policy/">Policy</a>
+ </li>
+ <li>
+ <a class="nav-link section-cars" href="/cars/">Cars</a>
+ </li>
+ <li>
+ <a class="nav-link section-gaming" href="/gaming/">Gaming &amp; Culture</a>
+ </li>
+ <li>
+ <a class="nav-link store" href="/store/">Store</a>
+ </li>
+ <li>
+ <a class="nav-link forums" href="/civis/">Forums</a>
+ </li>
+ </ul>
+ </nav><a href="/store/product/subscriptions/" class="header-highlight-link">Subscribe</a>
+ <div class="dropdown" id="header-search">
+ <a href="/search/" class="dropdown-toggle search-toggle" aria-label="Search" aria-expanded="false"></a>
+ <div class="dropdown-content">
+ <form action="/search/" method="get" id="search_form" name="search_form">
+ <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" id="hdr_search_input" value="" aria-label="Search..." placeholder="Search..." />
+ </form><a class="nav-search-close">Close</a>
+ </div>
+ </div>
+ <div class="dropdown dropdown-mega" id="header-burger">
+ <a href="#site-menu" class="dropdown-toggle" aria-label="Menu" aria-expanded="false"></a>
+ <div id="site-menu" class="dropdown-content">
+ <section class="burger-navigate">
+ <h3>
+ Navigate
+ </h3>
+ <ul>
+ <li>
+ <a class="nav-link store" href="/store/">Store</a>
</li>
- <li class="top-row odd">
- <a class="cat-link" href="/gadgets"> <span class="cat-name">Product News &amp; Reviews</span> <span class="subheading cat-desc">Gear &amp; Gadgets</span> </a>
+ <li>
+ <a class="nav-link subscribe" href="/store/product/subscriptions/">Subscribe</a>
</li>
- <li class="even">
- <a class="cat-link" href="/business"> <span class="cat-name">Business of Technology</span> <span class="subheading cat-desc">Ministry of Innovation</span> </a>
+ <li>
+ <a class="nav-link videos" href="http://video.arstechnica.com/">Videos</a>
</li>
- <li class="odd">
- <a class="cat-link" href="/security"> <span class="cat-name">Security &amp; Hacktivism</span> <span class="subheading cat-desc">Risk Assessment</span> </a>
+ <li>
+ <a class="nav-link section-features" href="/features/">Features</a>
</li>
- <li class="even">
- <a class="cat-link" href="/tech-policy"> <span class="cat-name">Civilization &amp; Discontents</span> <span class="subheading cat-desc">Law &amp; Disorder</span> </a>
+ <li>
+ <a class="nav-link section-reviews" href="/reviews/">Reviews</a>
</li>
- <li class="odd">
- <a class="cat-link" href="/apple"> <span class="cat-name">The Apple Ecosystem</span> <span class="subheading cat-desc">Infinite Loop</span> </a>
+ </ul>
+ <ul>
+ <li>
+ <a class="nav-link page-rss-feeds" href="/rss-feeds/">RSS Feeds</a>
</li>
- <li class="even">
- <a class="cat-link" href="/gaming"> <span class="cat-name">Gaming &amp; Entertainment</span> <span class="subheading cat-desc">Opposable Thumbs</span> </a>
+ <li>
+ <a class="nav-link mobile" href="/?view=mobile">Mobile Site</a>
</li>
- <li class="odd">
- <a class="cat-link" href="/science"> <span class="cat-name">Science &amp; Exploration</span> <span class="subheading cat-desc">The Scientific Method</span> </a>
+ </ul>
+ <ul>
+ <li>
+ <a class="nav-link page-about-us" href="/about-us/">About Ars</a>
+ </li>
+ <li>
+ <a class="nav-link page-staff-directory" href="/staff-directory/">Staff Directory</a>
</li>
- <li class="even">
- <a class="cat-link" href="/cars"> <span class="cat-name">All Things Automotive</span> <span class="subheading cat-desc">Cars Technica</span> </a>
+ <li>
+ <a class="nav-link page-contact-us" href="/contact-us/">Contact Us</a>
</li>
</ul>
- </div>
- <aside class="drop-extras">
- <style type="text/css">
- #layout-swap {
- margin-top: -6px;
- color: #808f95
- }
- </style>
- <aside id="layout-swap"> <span class="subheading">Layout:</span>
- <ul>
- <li class="grid active"> <a href="http://arstechnica.com/security/2015/04/16/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?view=grid"><span>Grid View</span></a> </li>
- <li class="article"> <a href="http://arstechnica.com/security/2015/04/16/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?view=archive"><span>Article View</span></a> </li>
- </ul>
- </aside>
- <h2 class="subheading notched">Site Theme</h2>
- <ul id="theme-switch">
- <li class="light active"> <a href="http://arstechnica.com/security/2015/04/16/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?theme=light"><span class="subheading">Dark on light</span></a> </li>
- <li class="dark "> <a href="http://arstechnica.com/security/2015/04/16/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?theme=dark"><span class="subheading">Light on dark</span></a> </li>
+ <ul>
+ <li>
+ <a class="nav-link page-advertise-with-us" href="/advertise-with-us/">Advertise with Ars</a>
+ </li>
+ <li>
+ <a class="nav-link page-reprints" href="/reprints/">Reprints</a>
+ </li>
</ul>
- <div id="explore-ars">
- <h2 class="subheading notched">Explore Ars</h2>
- <ul>
- <!-- <li><a href="/reviews/">Reviews</a></li> -->
- <li><a href="/video/">Video</a></li>
- <li><a href="/staff/">Staff Blogs</a></li>
- <li><a href="/features/">Feature Archive</a></li>
- <li><a href="/staff-directory/">Staff Directory</a></li>
- <li><a href="/contact-us/">Contact Us</a></li>
- </ul>
- </div>
- <div id="featured-disciplines">
- <h2 class="subheading notched">Featured Disciplines</h2>
- <ul>
- <li><a href="/discipline/photography/">Photography</a></li>
- <li><a href="/discipline/productivity/">Productivity</a></li>
- <li><a href="/discipline/cloud-2/">Cloud</a></li>
- <!-- <li><a href="/discipline/gadgets-3/">Gadgets</a></li> -->
- <li><a href="/discipline/tablets-2/">Tablets</a></li>
- </ul>
+ </section>
+ <section class="burger-filter">
+ <h3>
+ Filter by topic
+ </h3>
+ <ul id="burger-nav-primary">
+ <li>
+ <a class="nav-link section-information-technology active" href="/information-technology/">Biz &amp; IT</a>
+ </li>
+ <li>
+ <a class="nav-link section-gadgets" href="/gadgets/">Tech</a>
+ </li>
+ <li>
+ <a class="nav-link section-science" href="/science/">Science</a>
+ </li>
+ <li>
+ <a class="nav-link section-tech-policy" href="/tech-policy/">Policy</a>
+ </li>
+ <li>
+ <a class="nav-link section-cars" href="/cars/">Cars</a>
+ </li>
+ <li>
+ <a class="nav-link section-gaming" href="/gaming/">Gaming &amp; Culture</a>
+ </li>
+ <li>
+ <a class="nav-link store" href="/store/">Store</a>
+ </li>
+ <li>
+ <a class="nav-link forums" href="/civis/">Forums</a>
+ </li>
+ </ul>
+ </section>
+ <section class="burger-settings">
+ <h3>
+ Settings
+ </h3>
+ <div>
+ <div class="burger-layout">
+ <p>
+ Front page layout
+ </p>
+ <div class="burger-layout-grid">
+ <a rel="nofollow" href="http://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?view=grid" class=""><br />
+ Grid
+ <div class="faux-radio active"></div></a>
+ </div>
+ <div class="burger-layout-list">
+ <a rel="nofollow" href="http://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?view=archive" class=""><br />
+ List
+ <div class="faux-radio"></div></a>
+ </div>
+ </div>
+ <div class="burger-theme">
+ <p>
+ Site theme
+ </p>
+ <div class="burger-theme-light">
+ <a rel="nofollow" href="http://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?theme=light" class=""><span><span>Black on white</span></span>
+ <div class="faux-radio active"></div></a>
+ </div>
+ <div class="burger-theme-dark">
+ <a rel="nofollow" href="http://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?theme=dark" class=""><span><span>White on black</span></span>
+ <div class="faux-radio"></div></a>
+ </div>
+ </div>
</div>
- </aside>
+ </section>
</div>
- </li>
- <li class="has-children" id="my-stories"> <a href="#">My Stories: <span class="unread-count">0</span></a>
- <div class="dropdown">
- <nav class="my-stories-nav first">
- <h2 class="subheading notched">New Since Last Visit <span class="unread-count"></span></h2>
- <ol class="new-stories with-numbers"></ol>
- <footer><a class="subheading" href="#" id="more-unread-stories">See more news stories</a></footer>
- </nav>
- <nav class="my-stories-nav middle">
- <h2 class="subheading notched">We Recommend</h2>
- <ol class="recommendations"></ol>
- </nav>
- <nav class="my-stories-nav">
- <h2 class="subheading notched">My Discussions</h2>
- <p class="discussions disabled">Log in to track your discussions.</p>
- </nav>
+ </div>
+ <div class="dropdown dropdown-mega" id="header-account">
+ <a href="https://arstechnica.com/civis/ucp.php?mode=login&amp;return_to=%2Finformation-technology%2F2015%2F04%2Fjust-released-minecraft-exploit-makes-it-easy-to-crash-game-servers%2F" class="dropdown-toggle" aria-expanded="false">Sign in</a>
+ <div class="dropdown-content">
+ <section class="profile-activity">
+ <h3>
+ Comment activity
+ </h3>
+ <p>
+ Sign up or login to join the discussions!
+ </p>
+ </section>
+ <section class="profile-settings">
+ <form id="login-form" action="https://arstechnica.com/civis/ucp.php?mode=login" method="post" name="login-form">
+ <input type="text" name="username" id="username" placeholder="Username or Email" aria-label="Username or Email" /> <input type="password" name="password" id="password" placeholder="Password" aria-label="Password" /> <input type="submit" value="Submit" class="button button-orange button-wide" name="login" /> <label id="remember-label"><input type="checkbox" name="autologin" id="autologin" /> Stay logged in</label> <span>|</span> <a href="/civis/ucp.php?mode=sendpassword">Having trouble?</a> <input type="hidden" name="redirect" value="./ucp.php?mode=login&amp;autoredirect=1&amp;return_to=%2Finformation-technology%2F2015%2F04%2Fjust-released-minecraft-exploit-makes-it-easy-to-crash-game-servers%2F" /> <input type="hidden" name="return_to" value="/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/" />
+ </form>
+ <div class="register-account">
+ <span>Sign up to comment and more</span> <a href="https://arstechnica.com/civis/ucp.php?mode=register" class="signup-btn button button-wide">Sign up</a>
+ </div>
+ </section>
</div>
- </li>
- <li class="no-children"><a href="http://arstechnica.com/civis/">Forums</a></li>
- <li class="no-children subscribe"> <a href="/subscriptions/">Subscribe</a> </li>
- <li class="no-children"><a href="/jobs/">Jobs</a></li>
- <li class="no-children"><a href="/feature-series/chasing-brilliance/">Ars Consortium</a></li>
- <li id="search-container" class="right inactive">
- <a id="search-switch" href="/search/"></a>
- <form action="/search/" method="GET" id="search_form">
- <input type="hidden" name="ie" value="UTF-8"/>
- <input type="text" name="q" id="hdr_search_input" value=""/>
- <input type="submit" value=""/> </form>
- <style type="text/css">
- table.gstl_50.gssb_c {
- top: 30px !important;
- left: 0 !important;
- width: 100% !important;
- }
- </style>
- </li>
- </ul>
- </nav>
- </header>
- <section id="content" class="clearfix">
- <!-- cache hit 459:home/toppost:f3fda06d4fb35e8aa360e369ff702613 -->
- <h1 id="archive-head" class="subheading thick-divide-bottom">
- <a href="http://arstechnica.com/security/"> <span class="archive-name">Risk Assessment</span>
- <span class="divider"> / </span>
- <span class="archive-desc">Security &amp; Hacktivism</span>
- </a></h1>
- <script type="text/javascript">
- ars.ARTICLE = {
- "url": "http:\/\/arstechnica.com\/security\/2015\/04\/16\/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers\/",
- "short_url": "http:\/\/ars.to\/1CSWnf5",
- "title": "Just-released Minecraft exploit makes it easy to crash game servers",
- "author": 329388,
- "id": 648287,
- "topic": 1280621,
- "pages": 1,
- "current_page": 1,
- "superscroll": false,
- "promoted": [],
- "single_page": false,
- "comments": 75,
- "fullwidth": false
- };
- </script>
- <article itemscope="" itemtype="http://schema.org/NewsArticle" class="standalone">
- <header>
- <h1 class="heading" itemprop="headline">Just-released <i>Minecraft</i> exploit makes it easy to crash game servers</h1>
- <h2 class="standalone-deck" itemprop="description">Two-year-old bug exposes thousands of servers to crippling attack.</h2>
- <div class="post-meta">
- <p class="byline" itemprop="author creator" itemscope="" itemtype="http://schema.org/Person"> by <a itemprop="url" href="http://arstechnica.com/author/dan-goodin/" rel="author"><span itemprop="name">Dan Goodin</span></a> - <span class="date" data-time="1429214521">Apr 16, 2015 8:02 pm UTC</span> </p>
- <div class="corner-info">
- <ul class="share-buttons">
- <li class="share-facebook">
- <a href="https://www.facebook.com/sharer.php?u=http%3A%2F%2Farstechnica.com%2Fsecurity%2F2015%2F04%2F16%2Fjust-released-minecraft-exploit-makes-it-easy-to-crash-game-servers%2F" target="_blank" data-dialog="400:368"> <span class="share-text">Share</span> </a>
- </li>
- <li class="share-twitter">
- <a href="https://twitter.com/share?text=Just-released+Minecraft+exploit+makes+it+easy+to+crash+game+servers&amp;url=http%3A%2F%2Fars.to%2F1CSWnf5" target="_blank" data-dialog="364:250"> <span class="share-text">Tweet</span> </a>
- </li>
- <li class="share-google">
- <a href="https://plus.google.com/share?url=http%3A%2F%2Farstechnica.com%2Fsecurity%2F2015%2F04%2F16%2Fjust-released-minecraft-exploit-makes-it-easy-to-crash-game-servers%2F" target="_blank" data-dialog="485:600"> <span class="share-text">Google</span> </a>
- </li>
- <li class="share-reddit">
- <a href="https://www.reddit.com/submit?url=http%3A%2F%2Farstechnica.com%2Fsecurity%2F2015%2F04%2F16%2Fjust-released-minecraft-exploit-makes-it-easy-to-crash-game-servers%2F&amp;title=Just-released+Minecraft+exploit+makes+it+easy+to+crash+game+servers" target="_blank"> <span class="share-text">Reddit</span> </a>
- </li>
- </ul> <a title="51 posters participating" class="comment-count" href="http://arstechnica.com/security/2015/04/16/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?comments=1"><span>75</span></a> </div>
</div>
- </header>
- <section id="article-guts">
- <div itemprop="articleBody" class="article-content clearfix">
- <figure class="intro-image image center full-width" style="width:640px"> <img src="http://cdn.arstechnica.net/wp-content/uploads/2015/04/server-crash-640x426.jpg" width="640" height="331"/>
- <figcaption class="caption">
- <div class="caption-credit"> <a rel="nofollow" href="https://en.wikipedia.org/wiki/Kernel_panic#/media/File:Kernel-panic.jpg">Kevin</a> </div>
- </figcaption>
- </figure>
- <!-- cache hit 459:single/related:1ad28a5dc0a24868be6b031b5fdecb2e -->
- <!-- empty -->
- <p>A flaw in the wildly popular online game <em>Minecraft</em> makes it easy for just about anyone to crash the server hosting the game, according to a computer programmer who has released proof-of-concept code that exploits the vulnerability.</p>
- <p>"I thought a lot before writing this post," Pakistan-based developer Ammar Askar wrote in a <a href="http://blog.ammaraskar.com/minecraft-vulnerability-advisory">blog post published Thursday</a>, 21 months, he said, after privately reporting the bug to <em>Minecraft</em> developer Mojang. "On the one hand I don't want to expose thousands of servers to a major vulnerability, yet on the other hand Mojang has failed to act on it."</p>
- <p>The bug resides in the <a href="https://github.com/ammaraskar/pyCraft">networking internals of the <em>Minecraft </em>protocol</a>. It allows the contents of inventory slots to be exchanged, so that, among other things, items in players' hotbars are displayed automatically after logging in. <em>Minecraft</em> items can also store arbitrary metadata in a file format known as <a href="http://wiki.vg/NBT">Named Binary Tag (NBT)</a>, which allows complex data structures to be kept in hierarchical nests. Askar has released <a href="https://github.com/ammaraskar/pyCraft/tree/nbt_exploit">proof-of-concept attack code</a> he said exploits the vulnerability to crash any server hosting the game. Here's how it works.</p>
- <blockquote>
- <p>The vulnerability stems from the fact that the client is allowed to send the server information about certain slots. This, coupled with the NBT format’s nesting allows us to <em>craft</em> a packet that is incredibly complex for the server to deserialize but trivial for us to generate.</p>
- <p>In my case, I chose to create lists within lists, down to five levels. This is a json representation of what it looks like.</p>
- <div class="highlight"> <pre><code class="language-javascript" data-lang="javascript"><span class="nx">rekt</span><span class="o">:</span> <span class="p">{</span>
+ </div>
+ </header>
+ <main id="main" class="content-wrapper">
+ <script type="text/javascript">
+ //<![CDATA[
+ ars.ARTICLE = {"url":"https:\/\/arstechnica.com\/information-technology\/2015\/04\/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers\/","short_url":"https:\/\/arstechnica.com\/?p=648287","title":"Just-released Minecraft exploit makes it easy to crash game servers","author":329388,"id":648287,"topic":1280621,"pages":1,"current_page":1,"superscroll":false,"promoted":[],"single_page":false,"comments":75,"fullwidth":false,"slug":"just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers","arsStaff":{"104481":{"name":"Aaron Zimmerman","title":"Copyeditor","staff":true},"1002":{"name":"Aurich Lawson","title":"Creative Director","staff":true},"509873":{"name":"Beth Mole","title":"Health Reporter","staff":true},"453791":{"name":"Cathleen O'Grady","title":"Contributing science reporter","staff":true},"102179":{"name":"Chris Lee","title":"Associate writer","staff":true},"821742":{"name":"Corey Gaskin","title":"Senior Commerce Writer","staff":true},"329388":{"name":"Dan Goodin","title":"Security Editor","staff":true},"254631":{"name":"Diana Gitig","title":"Associate Writer","staff":false},"25862":{"name":"Eric Bangeman","title":"Managing Editor","staff":true},"512413":{"name":"Eric Berger","title":"Senior Space Editor","staff":true},"46707":{"name":"Iljitsch van Beijnum","title":"Associate Writer","staff":false},"316010":{"name":"Jason Marlin","title":"Technical Director","staff":true},"746799":{"name":"Jennifer Ouellette","title":"Senior Writer","staff":true},"15365":{"name":"Jeremy Reimer","title":"Senior Niche Technology Historian","staff":false},"4086":{"name":"Jim Salter","title":"Technology Reporter","staff":true},"52979":{"name":"John Timmer","title":"Senior Science Editor","staff":true},"312082":{"name":"Jon Brodkin","title":"Senior IT Reporter","staff":true},"14317":{"name":"Jonathan M. Gitlin","title":"Automotive Editor","staff":true},"786739":{"name":"Kate Cox","title":"Tech Policy Reporter","staff":true},"998":{"name":"Ken Fisher","title":"Editor in Chief","staff":true},"440179":{"name":"Kerry Staurseth","title":"Associate Copyeditor","staff":true},"328283":{"name":"Kyle Orland","title":"Senior Gaming Editor","staff":true},"10243":{"name":"Lee Hutchinson","title":"Senior Technology Editor","staff":true},"173191":{"name":"Matthew Lasar","title":"Associate writer","staff":true},"182268":{"name":"Nate Anderson","title":"Deputy Editor","staff":true},"330533":{"name":"Nathan Mattise","title":"Features Editor","staff":true},"1991":{"name":"Ohrmazd","title":"","staff":false},"391727":{"name":"Ron Amadeo","title":"Reviews Editor","staff":true},"348927":{"name":"Sam Machkovech","title":"Tech Culture Editor","staff":true},"588289":{"name":"Samuel Axon","title":"Senior Reviews Editor","staff":true},"294205":{"name":"Scott K. Johnson","title":"Associate Writer","staff":true},"671621":{"name":"Steven Klein","title":"Developer","staff":false},"173910":{"name":"Timothy B. Lee","title":"Senior tech policy reporter","staff":true}},"tags":["denial-of-service-attack","exploits","minecraft","vulnerabilities"],"zen_mode":false,"vote_sentiments":[{"sentiment_id":"1","sentiment":"agree","direction":"positive","icon":null,"label":"Agree"},{"sentiment_id":"3","sentiment":"interesting","direction":"positive","icon":null,"label":"Interesting"},{"sentiment_id":"5","sentiment":"funny","direction":"positive","icon":null,"label":"Funny"},{"sentiment_id":"6","sentiment":"addsto","direction":"positive","icon":null,"label":"Adds to Story"},{"sentiment_id":"7","sentiment":"disagree","direction":"negative","icon":null,"label":"Disagree"},{"sentiment_id":"8","sentiment":"inaccurate","direction":"negative","icon":null,"label":"Inaccurate"},{"sentiment_id":"11","sentiment":"pointless","direction":"negative","icon":null,"label":"Doesn't Contribute"},{"sentiment_id":"12","sentiment":"abusive","direction":"negative","icon":null,"label":"Abusive"}]};
+ //]]>
+ </script>
+ <article itemscope="itemscope" itemtype="http://schema.org/NewsArticle" class="article-single standalone intro-default" id="">
+ <div class="column-wrapper">
+ <div class="left-column">
+ <header class="article-header">
+ <h4 class="post-upperdek">
+ Biz &amp; IT —
+ </h4>
+ <h1 itemprop="headline">
+ Just-released <i>Minecraft</i> exploit makes it easy to crash game servers
+ </h1>
+ <h2 itemprop="description">
+ Two-year-old bug exposes thousands of servers to crippling attack.
+ </h2>
+ <section class="post-meta">
+ <p class="byline" itemprop="author creator" itemscope="itemscope" itemtype="http://schema.org/Person">
+ <a itemprop="url" href="https://arstechnica.com/author/dan-goodin/" rel="author"><span itemprop="name">Dan Goodin</span></a> - <time class="date" data-time="1429214521" datetime="2015-04-16T20:02:01+00:00">Apr 16, 2015 8:02 pm UTC</time>
+ </p>
+ </section>
+ </header>
+ <section class="article-guts">
+ <div itemprop="articleBody" class="article-content post-page">
+ <figure class="intro-image intro-left">
+ <img src="https://cdn.arstechnica.net/wp-content/uploads/2015/04/server-crash-640x426.jpg" alt="Just-released Minecraft exploit makes it easy to crash game servers" />
+ <figcaption class="caption">
+ <div class="caption-credit">
+ <a rel="nofollow" class="caption-link" href="https://en.wikipedia.org/wiki/Kernel_panic#/media/File:Kernel-panic.jpg">Kevin</a>
+ </div>
+ </figcaption>
+ </figure>
+ <aside id="social-left" class="social-left" aria-label="Read the comments or share this article">
+ <a title="51 posters participating" class="comment-count icon-comment-bubble-down" href="https://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?comments=1">
+ <h4 class="comment-count-before">
+ reader comments
+ </h4><span class="comment-count-number">75</span> <span class="visually-hidden">with 51 posters participating</span></a>
+ <div class="share-links">
+ <h4>
+ Share this story
+ </h4>
+ <ul>
+ <li>
+ <a href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Farstechnica.com%2F%3Fpost_type%3Dpost%26p%3D648287" target="_blank" class="social-icon share-facebook" title="Share on Facebook"><span class="visually-hidden">Share on Facebook</span></a>
+ </li>
+ <li>
+ <a href="https://twitter.com/share?text=Just-released+%3Ci%3EMinecraft%3C%2Fi%3E+exploit+makes+it+easy+to+crash+game+servers&amp;url=https%3A%2F%2Farstechnica.com%2F%3Fpost_type%3Dpost%26p%3D648287" target="_blank" class="social-icon share-twitter" title="Share on Twitter"><span class="visually-hidden">Share on Twitter</span></a>
+ </li>
+ <li>
+ <a href="https://www.reddit.com/submit?url=https%3A%2F%2Farstechnica.com%2F%3Fpost_type%3Dpost%26p%3D648287&amp;title=Just-released+%3Ci%3EMinecraft%3C%2Fi%3E+exploit+makes+it+easy+to+crash+game+servers" target="_blank" class="social-icon share-reddit" title="Share on Reddit"><span class="visually-hidden">Share on Reddit</span></a>
+ </li>
+ </ul>
+ </div>
+ </aside><!-- cache miss 581:single/related:5a5daf59fa5245a64fe8615caa0b1d1b --><!-- empty -->
+ <p>
+ A flaw in the wildly popular online game <em>Minecraft</em> makes it easy for just about anyone to crash the server hosting the game, according to a computer programmer who has released proof-of-concept code that exploits the vulnerability.
+ </p>
+ <p>
+ "I thought a lot before writing this post," Pakistan-based developer Ammar Askar wrote in a <a href="http://blog.ammaraskar.com/minecraft-vulnerability-advisory">blog post published Thursday</a>, 21 months, he said, after privately reporting the bug to <em>Minecraft</em> developer Mojang. "On the one hand I don't want to expose thousands of servers to a major vulnerability, yet on the other hand Mojang has failed to act on it."
+ </p>
+ <p>
+ The bug resides in the <a href="https://github.com/ammaraskar/pyCraft">networking internals of the <em>Minecraft</em> protocol</a>. It allows the contents of inventory slots to be exchanged, so that, among other things, items in players' hotbars are displayed automatically after logging in. <em>Minecraft</em> items can also store arbitrary metadata in a file format known as <a href="http://wiki.vg/NBT">Named Binary Tag (NBT)</a>, which allows complex data structures to be kept in hierarchical nests. Askar has released <a href="https://github.com/ammaraskar/pyCraft/tree/nbt_exploit">proof-of-concept attack code</a> he said exploits the vulnerability to crash any server hosting the game. Here's how it works.
+ </p>
+ <blockquote>
+ <p>
+ The vulnerability stems from the fact that the client is allowed to send the server information about certain slots. This, coupled with the NBT format’s nesting allows us to <em>craft</em> a packet that is incredibly complex for the server to deserialize but trivial for us to generate.
+ </p>
+ <p>
+ In my case, I chose to create lists within lists, down to five levels. This is a json representation of what it looks like.
+ </p>
+ <div class="highlight">
+ <pre><code class="language-javascript" data-lang="javascript"><span class="nx">rekt</span><span class="o">:</span> <span class="p">{</span>
<span class="nx">list</span><span class="o">:</span> <span class="p">[</span>
<span class="nx">list</span><span class="o">:</span> <span class="p">[</span>
<span class="nx">list</span><span class="o">:</span> <span class="p">[</span>
@@ -311,455 +392,243 @@
<span class="p">...</span>
<span class="p">]</span>
<span class="p">...</span>
-<span class="p">}</span></code></pre> </div>
- <p>The root of the object, <code>rekt</code>, contains 300 lists. Each list has a list with 10 sublists, and each of those sublists has 10 of their own, up until 5 levels of recursion. That’s a total of <code>10^5 * 300 = 30,000,000</code> lists.</p>
- <p>And this isn’t even the theoretical maximum for this attack. Just the nbt data for this payload is 26.6 megabytes. But luckily Minecraft implements a way to compress large packets, lucky us! zlib shrinks down our evil data to a mere 39 kilobytes.</p>
- <p>Note: in previous versions of Minecraft, there was no protocol wide compression for big packets. Previously, NBT was sent compressed with gzip and prefixed with a signed short of its length, which reduced our maximum payload size to <code>2^15 - 1</code>. Now that the length is a varint capable of storing integers up to <code>2^28</code>, our potential for attack has increased significantly.</p>
- <p>When the server will decompress our data, it’ll have 27 megs in a buffer somewhere in memory, but that isn’t the bit that’ll kill it. When it attempts to parse it into NBT, it’ll create java representations of the objects meaning suddenly, the sever is having to create several million java objects including ArrayLists. This runs the server out of memory and causes tremendous CPU load.</p>
- <p>This vulnerability exists on almost all previous and current Minecraft versions as of 1.8.3, the packets used as attack vectors are the <a href="http://wiki.vg/Protocol#Player_Block_Placement">0x08: Block Placement Packet</a> and <a href="http://wiki.vg/Protocol#Creative_Inventory_Action">0x10: Creative Inventory Action</a>.</p>
- <p>The fix for this vulnerability isn’t exactly that hard, the client should never really send a data structure as complex as NBT of arbitrary size and if it must, some form of recursion and size limits should be implemented.</p>
- <p>These were the fixes that I recommended to Mojang 2 years ago.</p>
- </blockquote>
- <p>Ars is asking Mojang for comment and will update this post if company officials respond.</p>
+<span class="p">}</span></code></pre>
+ </div>
+ <p>
+ The root of the object, <code>rekt</code>, contains 300 lists. Each list has a list with 10 sublists, and each of those sublists has 10 of their own, up until 5 levels of recursion. That’s a total of <code>10^5 * 300 = 30,000,000</code> lists.
+ </p>
+ <p>
+ And this isn’t even the theoretical maximum for this attack. Just the nbt data for this payload is 26.6 megabytes. But luckily Minecraft implements a way to compress large packets, lucky us! zlib shrinks down our evil data to a mere 39 kilobytes.
+ </p>
+ <p>
+ Note: in previous versions of Minecraft, there was no protocol wide compression for big packets. Previously, NBT was sent compressed with gzip and prefixed with a signed short of its length, which reduced our maximum payload size to <code>2^15 - 1</code>. Now that the length is a varint capable of storing integers up to <code>2^28</code>, our potential for attack has increased significantly.
+ </p>
+ <p>
+ When the server will decompress our data, it’ll have 27 megs in a buffer somewhere in memory, but that isn’t the bit that’ll kill it. When it attempts to parse it into NBT, it’ll create java representations of the objects meaning suddenly, the sever is having to create several million java objects including ArrayLists. This runs the server out of memory and causes tremendous CPU load.
+ </p>
+ <p>
+ This vulnerability exists on almost all previous and current Minecraft versions as of 1.8.3, the packets used as attack vectors are the <a href="http://wiki.vg/Protocol#Player_Block_Placement">0x08: Block Placement Packet</a> and <a href="http://wiki.vg/Protocol#Creative_Inventory_Action">0x10: Creative Inventory Action</a>.
+ </p>
+ <p>
+ The fix for this vulnerability isn’t exactly that hard, the client should never really send a data structure as complex as NBT of arbitrary size and if it must, some form of recursion and size limits should be implemented.
+ </p>
+ <p>
+ These were the fixes that I recommended to Mojang 2 years ago.
+ </p>
+ </blockquote>
+ <p>
+ Ars is asking Mojang for comment and will update this post if company officials respond.
+ </p>
+ <div id="action_button_container"></div>
+ </div>
+ </section>
+ </div>
+ <div class="xrail">
+ <div class="xrail-content">
+ <aside class="ad ad_xrail ad_xrail_top" aria-label="Top sidebar advertisement"></aside>
+ <aside class="ad_native ad_native_xrail" aria-label="Sidebar native advertisement"></aside>
+ </div>
+ </div>
</div>
- <div class="article-expander">
- <p><a href="http://arstechnica.com/security/2015/04/16/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/">Expand full story</a></p>
+ <div class="column-wrapper">
+ <div class="left-column">
+ <div id="social-footer">
+ <a title="51 posters participating" class="comment-count icon-comment-bubble-down" href="https://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?comments=1">
+ <h4 class="comment-count-before">
+ reader comments
+ </h4><span class="comment-count-number">75</span> <span class="visually-hidden">with 51 posters participating</span></a>
+ <div class="share-links">
+ <h4>
+ Share this story
+ </h4>
+ <ul>
+ <li>
+ <a href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Farstechnica.com%2F%3Fpost_type%3Dpost%26p%3D648287" target="_blank" class="social-icon share-facebook" title="Share on Facebook"><span class="visually-hidden">Share on Facebook</span></a>
+ </li>
+ <li>
+ <a href="https://twitter.com/share?text=Just-released+%3Ci%3EMinecraft%3C%2Fi%3E+exploit+makes+it+easy+to+crash+game+servers&amp;url=https%3A%2F%2Farstechnica.com%2F%3Fpost_type%3Dpost%26p%3D648287" target="_blank" class="social-icon share-twitter" title="Share on Twitter"><span class="visually-hidden">Share on Twitter</span></a>
+ </li>
+ <li>
+ <a href="https://www.reddit.com/submit?url=https%3A%2F%2Farstechnica.com%2F%3Fpost_type%3Dpost%26p%3D648287&amp;title=Just-released+%3Ci%3EMinecraft%3C%2Fi%3E+exploit+makes+it+easy+to+crash+game+servers" target="_blank" class="social-icon share-reddit" title="Share on Reddit"><span class="visually-hidden">Share on Reddit</span></a>
+ </li>
+ </ul>
+ </div>
+ </div><!-- cache hit 581:single/author:2814756d09510ff24ad530ca37a5a9a9 -->
+ <section class="article-author">
+ <a style="background-image:url('https://cdn.arstechnica.net/wp-content/uploads/2018/10/Dang.jpg');" class="author-photo" href="/author/dan-goodin" tabindex="-1" role="presentation" aria-hidden="true"></a>
+ <div class="author-bio">
+ <section class="author-bio-top">
+ <a href="/author/dan-goodin" class="author-name">Dan Goodin</a> Dan is the Security Editor at Ars Technica, which he joined in 2012 after working for The Register, the Associated Press, Bloomberg News, and other publications.
+ </section>
+ <section class="author-social">
+ <strong>Email</strong> <a href="mailto:[email protected]">[email protected]</a> <span class="slashes">//</span> <strong>Twitter</strong> <a href="https://www.twitter.com/dangoodin001" target="_blank">@dangoodin001</a>
+ </section>
+ </div>
+ </section>
+ </div>
+ <div class="xrail"></div>
</div>
- </section>
- <div id="article-footer-wrap">
- <section id="comments-area">
- <a name="comments-bar"></a>
- <div class="comments-bar"> <a class="subheading comments-read-link" href="http://arstechnica.com/security/2015/04/16/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?comments=1"><span class="text">Reader comments</span> <span class="comment-count"><span proptype="">75</span></span></a> </div>
- <div id="comments-container"></div>
- <div id="comments-posting-container" class="thick-divide-bottom">
- <p id="reply">You must <a href="/civis/ucp.php?mode=login" class="vote_login">login or create an account</a> to comment.</p>
+ <div id="article-footer-wrap">
+ <aside class="ad ad_fullwidth fullwidth" aria-label="Full width advertisement"></aside>
+ <section id="comments-area" class="comments-area column-wrapper">
+ <div class="row comments-row left-column">
+ <a name="comments-bar" id="comments-bar"></a>
+ <div id="comments-container"></div>
+ <div id="comments-posting-container" class="thick-divide-bottom">
+ <p id="reply">
+ You must <a href="https://arstechnica.com/civis/ucp.php?mode=login&amp;return_to/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/" class="vote_login">login or create an account</a> to comment.
+ </p>
+ </div>
+ </div>
+ <div class="xrail xrail-comments">
+ <div class="xrail-content xrail-content-comments">
+ <aside class="ad ad_xrail ad_xrail_comments" aria-label="Comments sidebar advertisement"></aside>
+ </div>
+ </div>
+ </section>
+ <section class="inline-playlist">
+ <div class="ars-video-playlist">
+ <h3 class="ars-video-playlist-module-header">
+ Channel <span>Ars Technica</span>
+ </h3>
+ <div class="ars-video-playlist-module" data-playlist-id="arstechnica-channel-ars-information-technology" data-video-options="[]"></div>
+ </div>
+ </section>
+ <div class="prev-next-links">
+ <a href="https://arstechnica.com/tech-policy/2015/04/dozens-of-us-government-online-whistleblower-sites-not-secured-by-https/" rel="prev"><span class="arrow">←</span> Previous story</a> <a href="https://arstechnica.com/gaming/2015/04/hidden-files-suggest-street-fighters-ryu-may-come-to-smash-bros/" rel="next">Next story <span class="arrow">→</span></a>
</div>
- </section>
- <aside class="thin-divide-bottom">
- <ul class="share-buttons">
- <li class="share-facebook">
- <a href="https://www.facebook.com/sharer.php?u=http%3A%2F%2Farstechnica.com%2Fsecurity%2F2015%2F04%2F16%2Fjust-released-minecraft-exploit-makes-it-easy-to-crash-game-servers%2F" target="_blank" data-dialog="400:368"> <span class="share-text">Share</span>
- <div class="share-count-container">
- <div class="share-count">-</div>
+ <footer id="article-footer">
+ <div id="recommendations-footer">
+ <div id="story-recommendations">
+ <div class="heading-column">
+ <h3>
+ Related Stories
+ </h3>
</div>
- </a>
- </li>
- <li class="share-twitter">
- <a href="https://twitter.com/share?text=Just-released+Minecraft+exploit+makes+it+easy+to+crash+game+servers&amp;url=http%3A%2F%2Fars.to%2F1CSWnf5" target="_blank" data-dialog="364:250"> <span class="share-text">Tweet</span>
- <div class="share-count-container">
- <div class="share-count">-</div>
+ <ul id="story-recs" class="rec-wrap"></ul>
+ </div>
+ <div id="sponsored-recommendations">
+ <div class="heading-column">
+ <h3>
+ Sponsored Stories
+ </h3><a href="http://www.outbrain.com/what-is/default/en" target="_blank">Powered by </a>
</div>
- </a>
- </li>
- <li class="share-google">
- <a href="https://plus.google.com/share?url=http%3A%2F%2Farstechnica.com%2Fsecurity%2F2015%2F04%2F16%2Fjust-released-minecraft-exploit-makes-it-easy-to-crash-game-servers%2F" target="_blank" data-dialog="485:600"> <span class="share-text">Google</span>
- <div class="share-count-container">
- <div class="share-count">-</div>
+ <ul id="outbrain-recs"></ul>
+ </div>
+ <div id="latest-stories">
+ <div class="heading-column">
+ <h3>
+ Today on Ars
+ </h3>
</div>
- </a>
+ <ul id="latest-recs" class="rec-wrap"></ul>
+ </div>
+ </div>
+ </footer>
+ </div>
+ </article>
+ </main>
+ <footer class="site-footer">
+ <nav class="nav-footer">
+ <section>
+ <ul>
+ <li>
+ <a href="/store/">Store</a>
</li>
- <li class="share-reddit">
- <a href="https://www.reddit.com/submit?url=http%3A%2F%2Farstechnica.com%2Fsecurity%2F2015%2F04%2F16%2Fjust-released-minecraft-exploit-makes-it-easy-to-crash-game-servers%2F&amp;title=Just-released+Minecraft+exploit+makes+it+easy+to+crash+game+servers" target="_blank"> <span class="share-text">Reddit</span>
- <div class="share-count-container">
- <div class="share-count">-</div>
- </div>
- </a>
+ <li>
+ <a href="/store/product/subscriptions/">Subscribe</a>
+ </li>
+ <li>
+ <a href="/about-us/">About Us</a>
+ </li>
+ <li>
+ <a href="/rss-feeds/">RSS Feeds</a>
+ </li>
+ <li>
+ <a rel="nofollow" href="http://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?view=mobile">View Mobile Site</a>
</li>
</ul>
- </aside>
- <!-- cache hit 459:single/author:ec67ae7d8397f22698e2822e36453902 -->
- <section class="article-author clearfix-redux">
- <a href="/author/dan-goodin"><img width="47" height="47" src="http://cdn.arstechnica.net/wp-content/uploads/authors/Dan-Goodin-sq.jpg"/></a>
- <p><a href="/author/dan-goodin" class="author-name">Dan Goodin</a> / Dan is the Security Editor at Ars Technica, which he joined in 2012 after working for The Register, the Associated Press, Bloomberg News, and other publications.</p>
</section>
- <table class="post-links thick-divide-top thin-divide-bottom clearfix-redux" cellspacing="0" cellpadding="0" border="0" width="100%">
- <tbody>
- <tr>
- <td width="50%" class="subheading older"> <a href="http://arstechnica.com/tech-policy/2015/04/16/dozens-of-us-government-online-whistleblower-sites-not-secured-by-https/" rel="prev"><span class="arrow">←</span> Older Story</a> </td>
- <td class="subheading newer"> <a href="http://arstechnica.com/gaming/2015/04/16/hidden-files-suggest-street-fighters-ryu-may-come-to-smash-bros/" rel="next">Newer Story <span class="arrow">→</span></a> </td>
- </tr>
- </tbody>
- </table>
- <footer id="article-footer">
- <div id="instream300x255_frame"></div>
- <script type="text/javascript">
- ars.AD.queue.push(['instream', {
- sz: '300x255',
- kws: ["blogvertorial", "inStream"],
- collapse: true
- }]);
- </script>
- <h2 class="subheading notched">You May Also Like</h2>
- <ul id="recommendations" class="clearfix-redux">
- <!-- cache miss 459:single/sponsored-recs:885d56085f538f75cf5e9bcb302f399f -->
- </ul>
- </footer>
- </div>
- </article>
- <section id="article-sidebar" class="column-1 right">
- <!-- cache hit 459:column/article-bottom:b3538aec37c1a165d2b4b62bd58e56e3 -->
- <aside class="side-ad thick-divide-bottom">
- <div id="xrailTop300x250_frame"></div>
- <script type="text/javascript">
- ars.AD.queue.push(['xrailTop', {
- sz: '300x250',
- kws: ["top"],
- collapse: true
- }]);
- </script>
- </aside>
- <h2 id="recent-featured-title" class="subheading notched">Latest Feature Story</h2>
- <ul class="column">
- <li class="post" id="post-658367">
- <article class="in-column" data-post-id="658367">
- <a href="http://arstechnica.com/apple/2015/05/03/review-the-absolutely-optional-apple-watch-and-watch-os-1-0/" class="headline-image"> <img src="http://cdn.arstechnica.net/wp-content/uploads/2015/05/DSC00588-300x100.jpg" width="300" height="100"/>
- <h2 class="page-count subheading">Feature Story (7 pages)</h2>
- <h1 class="heading">Review: The absolutely optional Apple Watch and Watch OS 1.0</h1> </a>
- <p class="excerpt">A pragmatist's guide to a nice but not quite necessary gadget.</p>
- </article>
- </li>
- <aside class="thick-divide-top">
- <h2 class="subheading notched">Watch Ars Video</h2>
- <article class="in-column">
- <div class="column-video" data-player="2196096102001" data-video="4202322531001" data-key="AQ~~,AAAAlDCBGhk~,VcmqiTAuekrwPweJ20LLt7jwm8LxmhCE"> <img src="https://cdn.arstechnica.net/i/http://brightcove.vo.llnwd.net/v1/unsecured/media/636468927001/201504/641/636468927001_4202397654001_LG-G4.jpg?pubId=636468927001" width="300" height="169"/>
- <div class="column-video-overlay"></div>
- </div> <a href="http://arstechnica.com/gadgets/2015/04/28/hands-on-with-the-leather-backed-lg-g4/"><h1 class="heading videohead">Hands-on with the New LG G4</h1></a>
- <p class="excerpt">LG goes with a wild rear design and a Snapdragon 808.</p>
- </article>
- </aside>
- <li id="in-the-know">
- <h2 class="subheading notched">Stay in the know with</h2>
- <ul class="social clearfix">
- <li class="fb">
- <a href="https://www.facebook.com/arstechnica"></a>
- </li>
- <li class="twit">
- <a href="https://twitter.com/arstechnica"></a>
+ <section>
+ <ul>
+ <li>
+ <a href="/contact-us/">Contact Us</a>
</li>
- <li class="gplus">
- <a href="https://plus.google.com/+ArsTechnica/posts"></a>
+ <li>
+ <a href="/staff-directory/">Staff</a>
</li>
- <li class="email">
- <a href="http://arstechnica.us1.list-manage.com/subscribe?u=af7f013bad7e785d15aab736f&amp;id=0adf3ee3d9"></a>
+ <li>
+ <a href="/advertise-with-us/">Advertise with us</a>
</li>
- <li class="rss">
- <a href="/rss-feeds/"></a>
+ <li>
+ <a href="/reprints/">Reprints</a>
</li>
</ul>
- </li>
- <h2 class="subheading notched">Latest News</h2>
- <ol class="rail latest-stories">
- <li>
- <a href="http://arstechnica.com/information-technology/2015/05/04/microsoft-bangs-the-cybersecurity-drum-with-advanced-threat-analytics/">
- <h2>Protecting networks from your own employees</h2>
- <h1 class="heading">Microsoft bangs the cybersecurity drum with Advanced Threat Analytics</h1> </a>
- </li>
- <li>
- <a href="http://arstechnica.com/information-technology/2015/05/04/windows-update-for-business-brings-windows-updates-to-your-business/">
- <h2>WUB WUB WUB WUB</h2>
- <h1 class="heading">Windows Update for Business brings Windows updates to your business</h1> </a>
- </li>
- <li>
- <a href="http://arstechnica.com/security/2015/05/04/super-secretive-malware-wipes-hard-drive-to-prevent-analysis/">
- <h2>INITIATE SELF-DESTRUCT SEQUENCE</h2>
- <h1 class="heading">Super secretive malware wipes hard drive to prevent analysis</h1> </a>
- </li>
- <li>
- <a href="http://arstechnica.com/gaming/2015/05/04/failed-christian-shoe-promoter-makes-anti-gay-first-person-shooter/"> <img src="http://cdn.arstechnica.net/wp-content/uploads/2015/05/Screen-Shot-2015-05-04-at-2.45.22-PM-150x150.png" width="50" height="50"/>
- <h1 class="heading">Failed Christian shoe promoter makes anti-gay first-person shooter</h1> </a>
- </li>
- <li>
- <a href="http://arstechnica.com/information-technology/2015/05/04/prime-minister-of-singapore-shares-his-c-code-for-sudoku-solver/">
- <h2>#include stdio.h</h2>
- <h1 class="heading">Prime Minister of Singapore shares his C++ code for Sudoku solver</h1> </a>
- </li>
- <li>
- <a href="http://arstechnica.com/tech-policy/2015/05/04/9th-circuit-judges-rip-into-prenda-law-copyright-trolling-scheme/"> <img src="http://cdn.arstechnica.net/wp-content/uploads/2015/05/Screen-Shot-2015-05-04-at-11.09.05-AM-150x150.png" width="50" height="50"/>
- <h1 class="heading">9th Circuit judges rip into Prenda law copyright trolling scheme</h1> </a>
- </li>
- <div style="display:none">
- <div id="polar195x130_frame"></div>
- <script type="text/javascript">
- ars.AD.queue.push(['polar', {
- sz: '195x130',
- kws: [],
- collapse: true
- }]);
- </script>
+ </section>
+ <section class="footer-newsletter">
+ <div class="newsletter-wrapper">
+ <h3>
+ <a href="/newsletters/">Newsletter Signup</a>
+ </h3>
+ <p>
+ Join the Ars Orbital Transmission mailing list to get weekly updates delivered to your inbox.
+ </p><a class="button" href="/newsletters/">Sign me up →</a>
</div>
- </ol>
- <li>
- <aside class="side-ad">
- <div id="xrailBottom300x250_frame"></div>
- <script type="text/javascript">
- ars.AD.queue.push(['xrailBottom', {
- sz: '300x250',
- kws: ["bottom"],
- collapse: true
- }]);
- </script>
- </aside>
- </li>
- <li class="thick-divide-top thick-divide-bottom">
- <aside class="side-ad">
- <script type="text/javascript" language="JavaScript">
- // <![CDATA[
- google_ad_client = 'ca-conde_arstechnica';
- google_ad_channel = 'ars_technica_standard_a';
- google_language = 'en';
- google_ad_width = '300';
- google_ad_height = '250';
- google_ad_type = 'text';
- google_encoding = 'utf8';
- google_safe = 'high';
- google_adtest = 'off';
- google_ad_format = '';
- google_ad_section = 'default';
- // ]]>
- </script>
- <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js" language="JavaScript"></script>
- </aside>
- </li>
- </ul>
- </section>
- </section>
- <footer id="page-footer">
- <nav id="footer-nav" class="clearfix">
- <div class="nav-section">
- <h2 class="subheading">Site Links</h2>
- <ul>
- <li><a href="/about-us/">About Us</a></li>
- <li><a href="/advertise-with-us/">Advertise with us</a></li>
- <li><a href="/contact-us/">Contact Us</a></li>
- <li><a href="/reprints/">Reprints</a></li>
- </ul>
- <h2 class="subheading">Subscriptions</h2>
- <ul>
- <li><a href="/subscriptions/">Subscribe to Ars</a></li>
- </ul>
- </div>
- <div class="nav-section">
- <h2 class="subheading">More Reading</h2>
- <ul>
- <li><a href="/rss-feeds/">RSS Feeds</a></li>
- <li><a href="/newsletters/">Newsletters</a></li>
- </ul>
- </div>
- <div class="nav-section">
- <h2 class="subheading">Conde Nast Sites</h2>
- <ul class="conde-nast-sites">
- <li><a href="http://www.reddit.com/">Reddit</a></li>
- <li><a href="http://www.wired.com/">Wired</a></li>
- <li><a href="http://www.vanityfair.com/">Vanity Fair</a></li>
- <li><a href="http://www.style.com/">Style</a></li>
- <li><a href="http://www.details.com/">Details</a></li>
- </ul>
- <form method="get" action="#">
- <select id="mag_list" name="mag_list" onchange="(this.options[this.selectedIndex].value) ? (window.location = this.options[this.selectedIndex].value) : null">
- <option value="" selected="selected">Visit our sister sites</option>
- <option value="">- - - - - - - - - - - - - -</option>
- <option value="http://www.gq.com">GQ</option>
- <option value="http://www.concierge.com">Concierge</option>
- <option value="http://www.epicurious.com">Epicurious</option>
- <option value="http://men.style.com">Men.Style.com</option>
- <option value="http://www.style.com">Style.com</option>
- <option value="http://www.wired.com">Wired.com</option>
- <option value="http://www.lipstick.com">Lipstick.com</option>
- <option value="http://www.nutritiondata.com">NutritionData</option>
- <option value="http://www.allure.com">Allure</option>
- <option value="http://www.architecturaldigest.com">Architectural Digest</option>
- <option value="http://www.bonappetit.com">Bon Appétit</option>
- <option value="http://www.brides.com">Brides</option>
- <option value="http://www.portfolio.com">Condé Nast Portfolio</option>
- <option value="http://www.glamour.com">Glamour</option>
- <option value="http://www.golfdigest.com">Golf Digest</option>
- <option value="http://www.golfworld.com">Golf World</option>
- <option value="http://www.luckymag.com">Lucky</option>
- <option value="http://www.self.com">Self</option>
- <option value="http://www.teenvogue.com">Teen Vogue</option>
- <option value="http://www.newyorker.com">The New Yorker</option>
- <option value="http://www.vanityfair.com">Vanity Fair</option>
- <option value="http://www.wmagazine.com">W</option>
- </select>
- </form>
- <form method="get" action="#">
- <select size="1" id="sub_list" name="sub_list" onchange="(this.options[this.selectedIndex].value) ? (window.location = this.options[this.selectedIndex].value) : null">
- <option value="" selected="selected">Subscribe to a magazine</option>
- <option value="http://www.magazinestoresubscriptions.com?source=univdropdown">View All Titles</option>
- <option value="">- - - - - - - - - - - - - -</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Allure?source=SITEFOOTER">Allure</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ArchitecturalDigest">Architectural Digest</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_BonAppetite?source=SITEFOOTER">Bon Appétit</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Brides?source=SITEFOOTER">Brides</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_CondeNastPortfolio?source=SITEFOOTER">Condé Nast Portfolio</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_CondeNastTraveler?source=SITEFOOTER">Condé Nast Traveler</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Details?source=SITEFOOTER">Details</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ElegantBride?source=SITEFOOTER">Elegant Bride</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Glamour?source=SITEFOOTER">Glamour</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfDigest?source=SITEFOOTER">Golf Digest</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfWorld?source=SITEFOOTER">Golf World</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GQ?source=SITEFOOTER">GQ</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Lucky?source=SITEFOOTER">Lucky</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ModernBride?source=SITEFOOTER">Modern Bride</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Self?source=SITEFOOTER">Self</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_TeenVogue?source=SITEFOOTER">Teen Vogue</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_NewYorker?source=SITEFOOTER">The New Yorker</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_VanityFair?source=SITEFOOTER">Vanity Fair</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Vogue?source=SITEFOOTER">Vogue</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_W?source=SITEFOOTER">W</option>
- <option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Wired?source=SITEFOOTER">Wired</option>
- </select>
- </form>
- </div>
- <div class="nav-section" id="mobile-site">
- <h2 class="subheading"><a href="http://arstechnica.com/security/2015/04/16/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?view=mobile">View Mobile Site</a></h2> </div>
- </nav>
- <p style="text-align:center;margin-top:30px;margin-bottom:0">
- <a href="http://condenast.com"><img src="http://cdn.arstechnica.net/wp-content/themes/arstechnica/assets/images/condenast-logo.png" width="131" height="19"/></a>
- </p>
- <div id="copyright-terms"> © 2015 Condé Nast. All rights reserved
- <br/> Use of this Site constitutes acceptance of our <a href="http://www.condenast.com/privacy-policy" target="_blank">User Agreement</a> (effective 1/2/14) and <a href="http://www.condenast.com/privacy-policy#privacypolicy" target="_blank">Privacy Policy</a> (effective 1/2/14), and <a href="/amendment-to-conde-nast-user-agreement-privacy-policy/">Ars Technica Addendum (effective 5/17/2012)</a>
- <br/> <a href="http://www.condenast.com/privacy-policy#privacypolicy-california" target="_blank">Your California Privacy Rights</a>
- <br/> The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Condé Nast.
- <br/>
- <br/> <a href="http://www.condenast.com/privacy-policy#privacypolicy-optout" target="_blank">Ad Choices</a><img width="10" height="10" border="0" src="http://cdn.arstechnica.net/wp-content/themes/arstechnica/assets/images/ad_choices_arrow.png"/> </div>
- </footer>
- </div>
- <script type="text/javascript" src="//www.google.com/jsapi?autoload={'modules':[{'name':'search','version':'1','packages':[],'language':'en'}]}"></script>
- <script type="text/javascript" src="http://cdn.arstechnica.net/wp-content/themes/arstechnica/assets/js/ars.min.4963c9cfd2e7a5799f3b8c40325988b4.js"></script>
- <!-- what the christ -->
- <script type="text/javascript" src="//www.googletagservices.com/tag/js/gpt.js"></script>
- <script type="text/javascript" src="http://cdn.arstechnica.net/ads/js/cn.dart.bun.min.js"></script>
- <script type="text/javascript">
- (function() {
- if ("CN" in window) {
- if (ars.MOBILE && "UAParser" in window) {
- var ua = new UAParser();
- if (ua.getOS().name == "Android" && ua.getBrowser().name == "Chrome") {
- return;
- }
- }
- CN.site.init({
- code: "ars",
- title: "Ars",
- name: ars.MOBILE ? "ars.mobile" : "ars",
- env: ars.ENV === "production" ? "PROD" : "DEV",
- debug: ars.ENV !== "production"
- });
- CN.dart.init({
- site: CN.site.name + '.dart',
- zone: ars.AD.zone,
- kws: ars.AD.kw,
- gptCallback: function(e) {
- ars.sda.ad_loaded(e);
- }
- });
- CN.dart.getCommon()["domDelay"]["defaultVal"] = 100;
- for (var i = 0; i &lt; ars.AD.queue.length; i++) {
- var ad = ars.AD.queue[i],
- id = ad[0],
- args = ad[1];
- if ($('#' + id + args.sz + "_frame").length) CN.dart.call(id, args);
- }
- ars.AD.queue = [];
- }
- })();
- </script>
- <script type="text/javascript">
- CN.ad.polar.article = function(Handlebars, depth0, helpers, partials, data) {
- this.compilerInfo = [4, '>= 1.0.0'];
- helpers = this.merge(helpers, Handlebars.helpers);
- data = data || {};
- var buffer = "",
- stack1, stack2, functionType = "function",
- escapeExpression = this.escapeExpression,
- self = this;
+ </section>
+ </nav>
+ <section class="footer-terms-logo">
+ <div class="cn-logo">
+ <a href="http://condenast.com/" class="icon icon-logo-cn-us" title="Visit Condé Nast"></a>
+ </div>
+ <p id="copyright-terms">
+ CNMN Collection<br />
+ WIRED Media Group<br />
+ © 2020 Condé Nast. All rights reserved. Use of and/or registration on any portion of this site constitutes acceptance of our <a href="https://www.condenast.com/user-agreement/">User Agreement</a> (updated 1/1/20) and <a href="https://www.condenast.com/privacy-policy/">Privacy Policy and Cookie Statement</a> (updated 1/1/20) and <a href="/amendment-to-conde-nast-user-agreement-privacy-policy/">Ars Technica Addendum</a> (effective 8/21/2018). Ars may earn compensation on sales from links on this site. <a href="/affiliate-link-policy/">Read our affiliate link policy</a>.<br />
+ <a href="https://www.condenast.com/privacy-policy/#california">Your California Privacy Rights</a> | <a id="ot-sdk-btn" class="ot-sdk-show-settings">Do Not Sell My Personal Information</a><br />
+ The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Condé Nast.<br />
+ <a href="https://www.condenast.com/online-behavioral-advertising-oba-and-how-to-opt-out-of-oba/#clickheretoreadmoreaboutonlinebehavioraladvertising(oba)">Ad Choices</a>
+ </p>
+ </section>
+ </footer>
+ </div>
+ <script type="text/javascript" src="https://cdn.arstechnica.net/wp-content/themes/ars/assets/js/main-fafdd8b108.js"></script> <!-- cache hit 581:single/javascript-footer:5a5daf59fa5245a64fe8615caa0b1d1b -->
+
+ <script async="async" type="application/javascript" src="https://embed.actionbutton.co/widget/widget.min.js"></script> <!-- Parse.ly start -->
+ <script id="parsely-cfg" src="//fpa-cdn.arstechnica.com/keys/arstechnica.com/p.js"></script> <!-- Parse.ly end -->
+
+ <script src="https://player.cnevids.com/interlude/arstechnica.js" async="async"></script>
+ <script id="conde-polar" src="https://cdn.mediavoice.com/nativeads/script/condenastcorporate/conde-asa-polar-master.js" async="async"></script>
+ <script>
+ <![CDATA[
- function program1(depth0, data) {
- var buffer = "",
- stack1;
- buffer += "\n &lt;span style=\"width:50px; height:50px; overflow:hidden; display:inline-block; float:left; margin:2px 10px 5px 0\">\n &lt;img src=\"" + escapeExpression(((stack1 = ((stack1 = depth0.image), stack1 == null || stack1 === false ? stack1 : stack1.href)), typeof stack1 === functionType ? stack1.apply(depth0) : stack1)) + "\" style=\"float:none; margin:0; height:50px; width:auto;\" />\n &lt;/span>\n ";
- return buffer;
- }
- buffer += "&lt;li>\n &lt;a href=\"";
- if (stack1 = helpers.link) {
- stack1 = stack1.call(depth0, {
- hash: {},
- data: data
- });
- } else {
- stack1 = depth0.link;
- stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1;
- }
- buffer += escapeExpression(stack1) + "\">\n &lt;h2 style=\"color:#00A3D3;\">Sponsored by: &lt;span style=\"text-transform:none;\">" + escapeExpression(((stack1 = ((stack1 = depth0.sponsor), stack1 == null || stack1 === false ? stack1 : stack1.name)), typeof stack1 === functionType ? stack1.apply(depth0) : stack1)) + "&lt;/span>&lt;/h2>\n ";
- stack2 = helpers['if'].call(depth0, ((stack1 = depth0.image), stack1 == null || stack1 === false ? stack1 : stack1.href), {
- hash: {},
- inverse: self.noop,
- fn: self.program(1, program1, data),
- data: data
- });
- if (stack2 || stack2 === 0) {
- buffer += stack2;
+ (function () {
+ function DQ() {
+ var queue = window.sparrowQueue;
+ this.push = fn => fn();
+ window.sparrowQueue = this;
+ while (queue.length) {
+ queue.shift()();
+ }
+ }
+ function e(t, e) {
+ var n, a, o;
+ a = !1, n = document.createElement("script"), n.type = "text/javascript", n.src = t, n.onload = n.onreadystatechange = function () {
+ a || this.readyState && "complete" != this.readyState || (a = !0, e ? e() : !0)
+ }, o = document.getElementsByTagName("script")[0], o.parentNode.insertBefore(n, o)
+ }
+ if (location.search.indexOf('no_sparrow') < 0) {
+ e("https://pixel.condenastdigital.com/config/v2/production/ars-technica.config.js", function () {
+ e("https://pixel.condenastdigital.com/sparrow.min.js", function () {
+ if (window.SparrowConfigV2) {
+ window.sparrow = new window.Sparrow(window.SparrowConfigV2);
+ new DQ();
}
- buffer += "\n &lt;h1 class=\"heading\">";
- if (stack2 = helpers.title) {
- stack2 = stack2.call(depth0, {
- hash: {},
- data: data
- });
- } else {
- stack2 = depth0.title;
- stack2 = typeof stack2 === functionType ? stack2.apply(depth0) : stack2;
- }
- buffer += escapeExpression(stack2) + "&lt;/h1>\n &lt;/a>\n&lt;/li>";
- return buffer;
- };
- </script>
- <!-- cache hit 459:single/javascript-footer:1ad28a5dc0a24868be6b031b5fdecb2e -->
- <noscript>
- <a href="http://www.omniture.com" title="Web Analytics"><img src="http://condenast.112.2o7.net/b/ss/condenet-dev/1/H.15.1--NS/0" height="1" width="1" border="0" alt="" /></a>
- </noscript>
- <!-- Google Analytics start -->
- <script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(
- ['_setAccount', 'UA-31997-1'], ['_setCustomVar', 1, 'view', "grid"], ['_setCustomVar', 2, 'theme', "light"], ['_setCustomVar', 3, 'logged_in', "false"], ['_setCustomVar', 4, 'show_comments', "false"], ['_setCustomVar', 5, 'is_premier', "false"], ['_trackPageview']);
- (function() {
- var ga = document.createElement('script');
- ga.type = 'text/javascript';
- ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(ga, s);
+ })
+ })
+ }
})();
- </script>
- <!-- Google Analytics end -->
- <!-- Parse.ly start -->
- <script type="text/javascript">
- (function(d) {
- var site = "arstechnica.com",
- b = d.body,
- e = d.createElement("div");
- e.innerHTML = '<span id="parsely-cfg" data-parsely-site="' + site + '"></span>';
- e.id = "parsely-root";
- e.style.display = "none";
- b.appendChild(e);
- })(document);
- (function(s, p, d) {
- var h = d.location.protocol,
- i = p + "-" + s,
- e = d.getElementById(i),
- r = d.getElementById(p + "-root"),
- u = h === "https:" ? "d1z2jf7jlzjs58.cloudfront.net" : "static." + p + ".com";
- if (e) return;
- e = d.createElement(s);
- e.id = i;
- e.async = true;
- e.src = h + "//" + u + "/p.js";
- r.appendChild(e);
- })("script", "parsely", document);
- </script>
- <!-- Parse.ly end -->
-</body>
-
+ ]]>
+ </script>
+ <script type="text/javascript" src="//s.skimresources.com/js/100098X1555750.skimlinks.js"></script>
+ </body>
</html>
diff --git a/test/test-pages/bug-1255978/expected.html b/test/test-pages/bug-1255978/expected.html
index 706ede4..520f8e8 100644
--- a/test/test-pages/bug-1255978/expected.html
+++ b/test/test-pages/bug-1255978/expected.html
@@ -53,13 +53,10 @@
<div>
- <div>
<p><img src="https://static.independent.co.uk/s3fs-public/styles/story_medium/public/thumbnails/image/2013/07/31/15/luggage-3.jpg" alt="luggage-3.jpg" title="luggage-3.jpg" width="564" height="423"></p>
</div>
-
- </div>
<p>3. Don’t use a wooden luggage rack</p>
@@ -91,21 +88,12 @@
- <div>
- <div>
-
-
- <div data-scald-gallery="3739501">
+ <div data-scald-gallery="3739501">
<h2><span></span>Business news in pictures</h2>
</div>
-
-
- </div>
- </div>
-
<h3>6. Mini bars almost always lose money</h3>
<p>Despite the snacks in the minibar seeming like the most overpriced food you have ever seen, hotel owners are still struggling to make a profit from those snacks. "Minibars almost always lose money, even when they charge $10 for a Diet Coke,” Sharon said.</p>
diff --git a/test/test-pages/bug-1255978/source.html b/test/test-pages/bug-1255978/source.html
index 08840dc..b08ca34 100644
--- a/test/test-pages/bug-1255978/source.html
+++ b/test/test-pages/bug-1255978/source.html
@@ -7,248 +7,6 @@
<!--<![endif]-->
<head>
- <style type="text/css" class="bc-style-2d3d4a83-ba40-464e-9bfb-2804b076bf67-default">
- .bc-iframe,
- .bc-iframe body {
- height: 100%;
- margin: 0;
- padding: 0;
- width: 100%
- }
-
- .bc-iframe body,
- .bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default {
- background-color: #151B17
- }
-
- .bc-iframe .bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default {
- background-color: transparent
- }
-
- .vjs-hidden {
- display: none
- } // Visually hidden offscreen,but accessible to screen readers. .bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default *,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default :after,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default :before{box-sizing:inherit;font-size:inherit;color:inherit;line-height:inherit;margin:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default select{width:inherit}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default:-moz-full-screen{position:absolute}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default:-webkit-full-screen{width:100%!important;height:100%!important}@font-face{font-family:VideoJS;src:url(//vjs.zencdn.net/f/3/vjs.eot);src:url(//vjs.zencdn.net/f/3/vjs.eot?#iefix) format('embedded-opentype'),url(//vjs.zencdn.net/f/3/vjs.woff) format('woff'),url(//vjs.zencdn.net/f/3/vjs.ttf) format('truetype'),url(//vjs.zencdn.net/f/3/vjs.svg#icomoon) format('svg');font-weight:400;font-style:normal}@font-face{font-family:VideoJS;src:url(data:application/octet-stream;base64,d09GRk9UVE8AAA2kAAoAAAAADVwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAACdMAAAnTVAEFP09TLzIAAArIAAAAYAAAAGAOkgMqY21hcAAACygAAABcAAAAXPqtrG5nYXNwAAALhAAAAAgAAAAIAAAAEGhlYWQAAAuMAAAANgAAADYDr5QBaGhlYQAAC8QAAAAkAAAAJAkgBTVobXR4AAAL6AAAAFgAAABYS54C2G1heHAAAAxAAAAABgAAAAYAFlAAbmFtZQAADEgAAAE5AAABOUQYtNZwb3N0AAANhAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA7+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0UcBV76VAUdAAAA3Q8dAAAA4hEdAAAACR0AAAnKEgAXAQEIDxETFhsgJSovNDk+Q0hNUldcYWZrcGljb21vb25pY29tb29udTB1MXUyMHVFMDAwdUUwMDF1RTAwMnVFMDAzdUUwMDR1RTAwNXVFMDA2dUUwMDd1RTAwOHVFMDA5dUUwMEF1RTAwQnVFMDBDdUUwMER1RTAwRXVFMDFFdUUwMUZ1RTYwMAAAAgGJABQAFgIAAQAEAAcACgANAEUAVABzAJ0A/QGbAn0CkAOSA6IE2QURBV8GIQagB5QICAi4/pQO/pQO/pQO/JQO+pT6VBWL/DT7NPc0+1T7VCvr91T3VPs09zQF+zT9NBX7VPtU9zT7NPw0i4v4NPc0+zT3VPdUBQ73VPnUFfkU/BT9FPwUBQ73FPnUFffUi4v9lPvUiwX4VPmUFffUi4v9lPvUiwUO+CX6BRWlpaCCi2cIi/3QBYtndoJxpQj7hfeF+zSLi/gU9zSL94X3hQUO+Ln3bxV/i36QgpR4noupnp7c3Iv3GDrceJ6LqZ6enp6pi5549wr7C4v7VPsK+wuCgn6Gf4sI+yj5KhWlpaCCi2cIi/3QBYtndoJxpQj7hfeF+zSLi/gU9zSL94X3hQUO+WT3FBV+i3+QgpV4nYuqnp33F/cXi/dq+xf3F3idi6qenZ2eqoudeN06uPsBi/sHi/sHXvsBOTqCgX+Gf4sI+z/mFX+LfpCClHiei6mentzci/cYOtx4noupnp6enqmLnnj3CvsLi/tU+wr7C4KCfoZ/iwj7KPkqFaWloIKLZwiL/dAFi2d2gnGlCPuF94X7NIuL+BT3NIv3hfeFBQ7L+g6xFX+LfpCClHiei6menuPju/cIi/cQi/cQW/cIM+N4noupnp6enqmLnnj1IcX7IIv7Kov7KlH7ICEhCIKCfoZ/iwj7PuUVfot/kIKVeJ2Lqp6d9xf3F4v3avsX9xd4nYuqnp2dnqqLnXjdOrj7AYv7B4v7B177ATk6goF/hn+LCPs/5hV/i36QgpR4noupnp7c3Iv3GDrceJ6LqZ6enp6pi5549wr7C4v7VPsK+wuCgn6Gf4sI+yj5KhWlpaCCi2cIi/3QBYtndoJxpQj7hfeF+zSLi/gU9zSL94X3hQUO+JT6VBX71PyU99T8lPfU+JQFDvfyi/pUFRwFXouL/poc+qKLi/qaBRwE3fyTFYr3SITaYMKEl3ySf5RhqftZlvt5i/t4i/tjgGJtf4J8hIJ/YlSFPIj7SI77SJE9tFOUfpqFl4MItGv3Y4H3eIn3eY33WZW1q5eTmpGSmLbDktmM90gI/Nu6FYD3IUDe+xqL+w+LK/sDi/tFi/tG4/sD9yWL9wiL3OCX9yEI+x6LBYZXdWNci0KLftOL2Iv1qcG+i7iLqGqPUgj3HIsF+HKLFX/3IUHe+xuL+w6LK/sDi/tFi/tG4vsD9yWL9wiL3OCY9yEI+x6LBYVXdWNdi0KLftOL2Iv1qcG+i7iLp2qQUgj3HIsFDvcU+dQV+ZSLi/2U/ZSLBQ74FPnUFYtExFLSi9KLxMSL0ovSUsREi0SLUlKLRAj3pPsEFYtExFLSi9GLxcSL0ovRUcVFi0SLUlGLRQj3RPukFYtoqG6ui66LqKiLrouubqhoi2iLbm6LaAj7BPukFYtop26vi66LqKiLrouvbqdoi2eLb2+LZwj7pPsEFYuLi4uLi4toqG6ui66LqKiLrouLi4uLi4uLi4uLi4uubqhoi2iLbm6LaIuLi4uLiwj7pPcEFYuLi4uLi4toqG6ui6+Lp6iLrouLi4uLi4uLi4uLi4uvb6dni2iLbm+LZ4uLi4uLiwhr+LQVi4uLi4uLi1a2YMCLwIu2tovAi4uLi4uLi4uLi4uLi8BgtlaLVotgYItWi4uLi4uLCDP7pBWLY6trs4uzi6uri7OLs2urY4tji2tri2MIDvhU+BQVi/w0+zT3NPtU+1Qr6/dU91T7NPc0Bfp0+HQV+1T7VPc0+zT8NIuL+DT3NPs091T3VAUO+JT6FBX3r4v3eftOi/t6i/t6+3n7Tvuvi3CLcI1xjvsC+wL7F3f7E4gIi6YF0K3GyIvRi5WKlIqV+wjXQfcIi/cXi/d693n3TveviwgO+JT6VBX7r4v7eft5i/uvi/uv93n7efevi/evi/d593mL96+L96/7efd5+6+LCIv7lBX3IYv3B/sHi/shi/sh+wf7B/shi/shi/sH9weL9yGL9yH3B/cH9yGLCPfF/MUVOjn7AV77B4v7B4v7Abg63TncXvcBi/cHi/cHuPcB3dwIzkgFi4uLi4uL+xf7F4v7avcX+xfLTN9o5Yvli9+uy8r3F/cXi/dq+xf3FwjOzgXdOrj7AYv7B4v7B177ATk6CA759PeUFV6LYnhubQj8Q/dsBYyTjJOLlIuUipOKkwj4Q/dsBahttHi4i+OL09OL44vjQ9MzizOLQ0OLM4uCjIOMgwj8Q/tsBW6pYp5eizOLQ0OLM4sz00Pji7iLtJ6oqQj4Q/tsBYqDioOLgosz00Pji+OL09OL44vjQ9MziwgO+pT4VBWKznzOcMdxyGTDW7hcuVKvTqNOo0qWSopKikt9UHFQcVVlX11fXWhUdFB0UIBMjEwIjEyZTaRSpFKwV7dguGDAasR1xHTIgciMyIzHmcKjwqO9rrS3tbarvqHCmKyUro+vCIyLjYuMi66LqKeLr4uMi42LjQiLiwUl+z4VdFZpW2FjYWNabFZ2VnZSglKMUoxTmFihWKJcrGWzZbNtu3e+d7+CwYzCjMKXwKG9CKG8q7iysLGvuai8nr2ewJS/isCKvn+7drp2tmyuZq9mpl+eW51ck1iKWQiLiwWLiYuJi4qLaqRvq4iFaIFpfGsIDviU+lQV+6uL+3b7c4T7qZH3hvdM91b3dov3eov3Tvtdi/uLi1a2YMCLwIu2tovAi/ev+3n3efuviwiL/pQV96uL93b3c5L3qYX7hvtM+1b7dov7eov7Tvddi/eLi8BgtlaLVotgYItWi/uv93n7efeviwgO+pT39BWL91T7J6QFhZ2EnIOcCOH3Dfsc9xz7DTUFepN6k3iRCHP3JvtUi3P7JgV4hXqDeoMI+w3h+xz7HOH7DQWDeoR6hXkI+ydyi/tU9ydyBZF5knqUegg0+w33HPsc9w7iBZuDnIOdhQik+yf3VIuk9ycFnZGck5uTCPcONPcc9xw09w0FlJySnJGdCPcnpAX8lGsVRItSxIvSi9LExNKL0ovEUotEi0RSUkSLCA76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gADwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABABIAAAADgAIAAIABgABACDgDuAf5gD//f//AAAAAAAg4ADgHuYA//3//wAB/+MgBB/1GhUAAwABAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAi7ha+V8PPPUACwQAAAAAAM+Zp8UAAAAAz5mnxQAA/7oFXgPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAVeAAAAAAVeAAEAAAAAAAAAAAAAAAAAAAAWAAAAAAAAAAAAAAAAAgAAAAQAAAAEAADABAAAgAQAAAAEAAAABAAAAARAAAAEAADABV4AAAQAAIAEAAA4BAAAAAQAAAAEAAAABAAAAAQAACAEAAAABAAAAAAAUAAAFgAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoAKABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoAKABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff'),url(data:application/octet-stream;base64,AAEAAAALAIAAAwAwT1MvMg6SAyoAAAC8AAAAYGNtYXD6raxuAAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5Zu/tc60AAAGAAAAOQGhlYWQDr5QBAAAPwAAAADZoaGVhCSAFNQAAD/gAAAAkaG10eEueAtgAABAcAAAAWGxvY2EeBBsAAAAQdAAAAC5tYXhwAB8A5gAAEKQAAAAgbmFtZUQYtNYAABDEAAABOXBvc3QAAwAAAAASAAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAAPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEAEgAAAAOAAgAAgAGAAEAIOAO4B/mAP/9//8AAAAAACDgAOAe5gD//f//AAH/4yAEH/UaFQADAAEAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAAP/ABAADwAAGAA0AAAERJwcnNycDBxchERc3BACgwGDAoKDAoP5goMADwP5goMBgwKD9YMCgAaCgwAAAAAABAMAAQANAA0AAAgAAEwkBwAKA/YADQP6A/oAAAgCAAEADgANAAAMABwAAEyERIQEhESGAAUD+wAHAAUD+wANA/QADAP0AAAABAAAADwHAA3EAEAAAAT4BHgEVERQOASYvASMRMzcBkQoRDQcHDREK8aCg8QNxCgcGEA78xA4QBgcK8QGA8QAAAgAAAA8CRwNxACMANAAAJSIuAicuATQ2Nz4BNCYnLgE0Njc+ATIWFx4BFAYHDgMjAz4BHgEVERQOASYvASMRMzcCJQUJCAgEBwcHBx4fHx4HBwcHBxISEgcsLS0sBAgICQWUChENBwcNEQrxoKDx2wIDBgMHEhISBx5NUE0eBxISEgcHBwcHLHF0cSwDBgMCApYKBwYQDvzEDhAGBwrxAYDxAAADAAAADwNwA3EAKABMAF0AACUiLgInLgE0Njc+ATQmJy4BNDY3PgEyFhceAxUUDgIHDgMjJyIuAicuATQ2Nz4BNCYnLgE0Njc+ATIWFx4BFAYHDgMjAz4BHgEVERQOASYvASMRMzcC0AUJCQgDBwcHBzExMTEHBwcHBxETEQcfLyARESAvHwMICQkEqwUJCAgEBwcHBx4fHx4HBwcHBxISEgcsLS0sBAgICQWUChENBwcNEQrxoKDxgAIEBQQHERMRBzJ7gnsyBxETEQcHCAgHHkdNVCsrVE1HHgQFBAJbAgMGAwcSEhIHHk1QTR4HEhISBwcHBwcscXRxLAMGAwIClgoHBhAO/MQOEAYHCvEBgPEAAAAEAAAADwRAA3EALQBWAHoAiwAAJSIuAicuATQ2Nz4DNTQuAicuATQ2Nz4BMhYXHgMVFA4CBw4DIyciLgInLgE0Njc+ATQmJy4BNDY3PgEyFhceAxUUDgIHDgMjJyIuAicuATQ2Nz4BNCYnLgE0Njc+ATIWFx4BFAYHDgMjAz4BHgEVERQOASYvASMRMzcDegUJCAgEBwcHByEzIhISIjMhBwcHBwcSEhIHKD0pFhYpPSgECAgJBaoFCQkIAwcHBwcxMTExBwcHBwcRExEHHy8gEREgLx8DCAkJBKsFCQgIBAcHBwceHx8eBwcHBwcSEhIHLC0tLAQICAkFlAoRDQcHDREK8aCg8SYCAwYDBxISEgchTFNaLi5aU0whBxISEgcHBwcHKFtlbDg4bGVbKAMGAwJaAgQFBAcRExEHMnuCezIHERMRBwcICAceR01UKytUTUceBAUEAlsCAwYDBxISEgceTVBNHgcSEhIHBwcHByxxdHEsAwYDAgKWCgcGEA78xA4QBgcK8QGA8QABAMD/wANAA8AAAwAACQMCAP7AAUABQAPA/gD+AAIAAAQAAP+6BV4DwAAEAEEAbACXAAATIREhEQE0LgInLgMnLgMjIg4CBw4DBw4DBx4DFx4DFx4DFz4DNz4DNz4DNSUuAyMiDgIVFB4CMzI+AjcjDgMjIi4CNTQ+AjMyHgIXMyEuAyMiDgIVFB4CMzI+AjcjDgMjIi4CNTQ+AjMyHgIXMwAFXvqiBN0ECxQQAwgJCQUQVX2cVlWfgFgQBAoKCAQPEwsEAQEECxMPBAgKCgQQWICfVVacfVUQBQkJCAMQFAsE/bkEIDhOMi5QOyIgPFY3K0k2IwSKAgoSGhIbIhMGCxUeExEbFAwCiAHeBCE3TjMtUDsiIDxWNixJNiIFigILEhoRGyITBgsVHhMQHBQMAogDwPv6BAb+AURjSjUUBQcGBgQLEAoEBAoQCwQGBgcFFDVKY0RDZEk1FQUHBgYDDBAKBQEBBQoQDAMGBgcFFTVJZEMvNVM5HyhLa0JDa0soHzpUNRMiGQ4ZKTYdKDspFAwXIhU1UzkfKEtrQkNrSygfOlQ1EyIZDhkpNh0oOykUDBciFQAAAAEAgABAA4ADQAADAAATIREhgAMA/QADQP0AAAAIADgAAAPAA8AAFAApAD4AUwB8AKUAzgDjAAABFB4CMzI+AjU0LgIjIg4CFQUUHgIzMj4CNTQuAiMiDgIVExQeAjMyPgI1NC4CIyIOAhUDFB4CMzI+AjU0LgIjIg4CFQU4AzEUHgIzMj4CNTgDMTgDMTQuAiMiDgIVOAMxJTgDMRQeAjMyPgI1OAMxOAMxNC4CIyIOAhU4AzEDOAMxFB4CMzI+AjU4AzE4AzE0LgIjIg4CFTgDMQMUHgIzMj4CNTQuAiMiDgIVAYAUIy4bGy4jFBQjLhsbLiMUARAUIi8bGi8iFRUiLxobLyIUsAoRGA0NGBEKChEYDQ0YEQpwChEXDg0XEQsLERcNDhcRCv7wChEYDQ0YEQoKERgNDRgRCv7wCxEXDQ4XEQoKERcODRcRCyAQGiMTFCMaDw8aIxQTIxoQWAsUGg8PGhQLCxQaDw8aFAsDQBsuIxQUIy4bGy4jFBQjLhtwGy8iFBQiLxsaLyIVFSIvGv7wDRgRCgoRGA0NGBEKChEYDf7wDRcRCwsRFw0OFxEKChEXDnANGBEKChEYDQ0YEQoKERgNcA0XEQsLERcNDhcRCgoRFw4CIBQjGg8PGiMUEyMaEBAaIxP+8A8aFAsLFBoPDxoUCwsUGg8AAAAAAgAA/8AEAAPAAAYADQAAAREnByc3JwEHFyERFzcBwKDAYMCgA+DAoP5goMABgP5goMBgwKAB4MCgAaCgwAAAAAEAAP/ABAADgAApAAABMh4CFRQOAiMiLgInDgMHNT4DNTwBLgE1LgM1ND4CMwIAaruLUFCLu2oKFBQUCilaXWAwGi4jFQEBLEYxG1CLu2oDgEFxmFZWmHFBAQECASkzHQoCGw0jKjEaBAcHBwQcSFJcMVaYcUEAAAMAAP/ABAADwAAUACkAYwAAASIOAhUUHgIzMj4CNTQuAiMRMh4CFRQOAiMiLgI1ND4CMwEOAyMiLgInLgM1ND4CNxc4AzEOARQWFx4DMzI+Ajc+ATQmJzceAxUUDgIHAgBqu4tQUIu7amq7i1BQi7tqNV1GKChGXTU1XUYoKEZdNQExHkdNVCsrVE1HHh8vIBERIC8fQzExMTEYNz1AIiJAPTcYMTExMUMfLyARESAvHwPAUIu7amq7i1BQi7tqaruLUP8AKEZdNTVdRigoRl01NV1GKP3PHy8gEREgLx8eR01UKytUTUceQzJ7gnsyFyUZDQ0ZJRcye4J7MkMeR01UKytUTUceAAEAAP/ABAADwABUAAABIg4CByU0PgE0NTwBLgE1JR4DMzI+AjU0LgIjIg4CFRwBHgEVBS4DIyIOAhUUHgIzMj4CNwUUDgEUFRQeAjMyPgI1NC4CIwNgESAdGgv+UQEBAQEBrwsaHSARITosGRksOiEhOiwZAQH+UQsaHSARITosGRksOiERIB0aCwGvAQEZLDohITosGRksOiEBAAcMEwvYAwYGBwMDBwYGA9gLEwwHGSw6ISE6LBkZLDohAwcGBgPYCxMMBxksOiEhOiwZBwwTC9gDBgYHAyE6LBkZLDohITosGQAAAAACACD/8AQAA7AAYAC8AAABNC4CJy4DJy4DJy4DByIOAgcOAwcOAwcOAxcUHgIXHgMXHgMXHgM3Mj4CNz4DNz4DNz4DNzoDMTI+AjUwPAI1MQcOAwcOAwcOAyciLgInLgMnLgMnLgM3ND4CNz4DNz4DNz4DFzIeAhceAxceAxceAwczBhYGFiMeAxcOAwcEAAYLEAoKGBwhEhEnKiwXFjAwMRgYMS8uFhYrJyQRER0aFggJDQgEAQYKDwkKFxofEBEkJykWFS0tLRcXLSwrFRUnJSIPEBwYFAgFCAYFAgEBAQENGBEKZggWGRwQDyMkJhQUKSorFRUqKigTEyUiHw8OGhYTBwgLBwMBBQkNCAgUGBoODx8iIxMSJyYoExUmJyQTECMfHgwOFxYQCAULBgQCAQEBAQEBAQgQFA0DBQkIBwHAGTIxMBYXLCklERIeGxYJCQ0JBAEGCw8JChgbIBERJigrFhYuLi8YGC4uLRUWKCYkEBAcGRUICQwIBAEGCg4JCRYaHREQIyYnFQ0ZGhsNChEXDgIBAQGqFCYjIQ8PGxcTCAgLBwQBBgkNCAkVGBsPDyEjJRMTKCkpFBQpKCYTEiMhHw4NGRUSBwgKBwMBBQkMCAgTFxkODh4hIhIRJSUmEwEBAQINFhELAQ0aGRkMAAAAAAIAAP/ABAADwAAeAD0AAAEiDgIHPgMzMh4CFRQeAjMyPgI1NC4CIxEyPgI3DgMjIi4CNTQuAiMiDgIVFB4CMwIAabiKUgMCQ3GVVVaYcUEPGiMUFCMaD1CLu2ppuIpSAwJDcZVVVphxQQ8aIxQUIxoPUIu7agPAToi2aFufdkRGeqNdFCMaDw8aIxRqu4tQ/ABOiLZoW592REZ6o10UIxoPDxojFGq7i1AAAAACAAD/wAQAA8AAQABVAAABNScuAyc3JwcuAy8BIwcOAwcnBxcOAw8BFRceAxcHFzceAx8BMzc+AzcXNyc+Az8BBSIuAjU0PgIzMh4CFRQOAiMEAJMCBQUGA1aIeQYNDQ4HGMAYBw4NDQZ5iFYDBgUFApOTAgUGBgNXiHoGDA0OBhnAGQYODQwGeohXAwYGBQKT/gAbLiMUFCMuGxsuIxQUIy4bAWDAGQYODQ0GeYhWAwYFBQOSkgMFBQYDVoh5Bg0NDgYZwBkGDg0MB3mIVwMGBQUDk5MDBQUGA1eIeQcMDQ4GGSAUIy4bGy4jFBQjLhsbLiMUAAAAAAEAAAAAAADWgo+QXw889QALBAAAAAAAz5mnxQAAAADPmafFAAD/ugVeA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABV4AAAAABV4AAQAAAAAAAAAAAAAAAAAAABYAAAAAAAAAAAAAAAACAAAABAAAAAQAAMAEAACABAAAAAQAAAAEAAAABEAAAAQAAMAFXgAABAAAgAQAADgEAAAABAAAAAQAAAAEAAAABAAAIAQAAAAEAAAAAAAAAAAKABQAHgA+AEwAYgCCANQBXgIkAjQDAAMOBAAEIARcBOAFVAZOBqQHIAAAAAEAAAAWAOQACAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgAoAGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgAoAGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype')}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default{box-sizing:content-box;color:#fff;font-family:sans-serif;font-size:14px;height:150px;overflow:hidden;position:relative;transition:cursor 4s;width:300px}.bc-iframe .bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default{position:absolute;top:0;bottom:0;width:100%;height:100%}@media screen\0{.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.video-js{box-sizing:content-box;color:#fff;font-family:sans-serif;font-size:14px;height:150px;overflow:hidden;position:relative;transition:cursor 4s;width:300px}.bc-iframe .bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.video-js{position:absolute;top:0;bottom:0;width:100%;height:100%}}.bc-iframe body{bottom:0;height:auto;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0;width:auto}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-user-inactive.vjs-fullscreen{cursor:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default:fullscreen{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.bc-iframe .bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tech{display:none}.bc-wrap{transition:opacity .35s}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.video-js .vjs-tech{display:block;opacity:0;transition:opacity .35s}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-plugins-ready .vjs-tech{opacity:1}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-poster{opacity:0;transition:opacity .35s}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-plugins-ready .vjs-poster{opacity:1}.bc-wrap{background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-poster{background-repeat:no-repeat;background-position:center;background-size:contain;background-color:#151B17;height:100%;position:absolute;top:0;width:100%}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-has-started .vjs-poster{display:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-audio.vjs-has-started .vjs-poster{display:block}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-using-native-controls .vjs-poster{display:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-modal-dialog,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-modal-dialog-content{box-sizing:border-box;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8)}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-modal-dialog-content{font-size:12px;line-height:1.5;padding:20px 24px;z-index:1}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control.vjs-close-button,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-share-control,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-spacer{-webkit-box-ordinal-group:5;-moz-box-ordinal-group:5;-webkit-order:5;-ms-flex-order:5;order:5}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-big-play-button{background:rgba(0,0,0,.45);border-radius:21px;cursor:pointer;height:96px;left:23px;position:absolute;top:21px;width:144px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-big-play-button:before{content:'\e001';color:#fff;display:block;font-family:VideoJS;font-size:23px;line-height:27px;margin:36px auto;opacity:.8;text-align:center;width:23px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-has-started .vjs-big-play-button{display:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-autoplay .vjs-big-play-button,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-autoplay .vjs-poster{display:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-controls-disabled .vjs-big-play-button,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-controls-disabled.vjs-controls-disabled .vjs-control-bar{display:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-using-native-controls .vjs-big-play-button,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-using-native-controls.vjs-using-native-controls .vjs-control-bar{display:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control-text{background-color:transparent;border:0;height:0;width:0;display:block;overflow:hidden;text-indent:-9999px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control-text:before{content:'';display:block;width:0;height:150%}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control-bar{display:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-has-started .vjs-control-bar{display:flex}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-has-started.vjs-controls-disabled .vjs-control-bar{display:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-has-started.vjs-using-native-controls .vjs-control-bar{display:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control-bar{color:#fff;background-color:rgba(0,0,0,.45);border-top:1px solid #000;border-top:1px solid rgba(0,0,0,.6);bottom:0;box-sizing:border-box;left:0;right:0;height:50px;line-height:50px;position:absolute;transition:transform .5s,margin .5s;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-content:center;align-items:center}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-has-started.vjs-user-inactive .vjs-control-bar{margin-left:-18px;pointer-events:none;transform:translateY(50px)}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control-bar .vjs-control,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control-bar .vjs-time-divider{transition:width .5s,opacity .5s}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-has-started.vjs-user-inactive .vjs-control,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-has-started.vjs-user-inactive .vjs-time-divider{width:0;padding:0;opacity:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-has-started.vjs-user-inactive .vjs-progress-control{opacity:1}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control-bar .vjs-progress-control{transition:transform .5s}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-has-started.vjs-user-inactive .vjs-progress-control{transform:translateY(-28px);width:58px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default button{background:0 0;border:none;margin:0;padding:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control{box-sizing:border-box;cursor:pointer;width:58px;height:50px;flex:0 0 auto;align-self:auto}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control:before{display:block;font-family:VideoJS;font-size:24px;line-height:26px;margin:0 auto;opacity:.8;position:relative;text-align:center;top:13px;width:43px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-big-play-button:focus,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control:focus,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-menu-item:focus,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-progress-holder:focus,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-bar:focus{outline:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control:focus:before,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control:hover:before,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-menu-item:focus,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-menu-item:hover{text-shadow:-1px 1px 20px #fff,1px -1px 20px #fff,-1px 1px 20px #fff,1px -1px 20px #fff}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-big-play-button:focus,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-big-play-button:hover,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-progress-holder:focus:before{box-shadow:0 0 15px 3px #FFF}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-has-started.vjs-user-inactive .vjs-progress-holder:focus:before{box-shadow:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-progress-control{order:5;flex:1 0 auto}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-current-time:before,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-duration:before,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-progress-control:before{content:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-load-progress,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-play-progress,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-seek-handle{float:left;display:block}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-progress-holder{position:relative;height:4px;padding:24px 0 22px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-progress-holder:before{content:"";display:block;background-color:#8b8e8c;background-color:rgba(255,255,255,.3);width:100%;height:4px;position:absolute}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-load-progress,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-play-progress{float:none;height:4px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-play-progress,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-level{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHElEQVQIW2P8//+/DyMj4xYGIGAEETABMAcmAADkAAtNi9y2WAAAAABJRU5ErkJggg==) repeat;background-color:#d52484}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-play-progress{margin-top:-4px;width:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-load-progress{background-color:rgba(255,255,255,.3)}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-load-progress{width:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-play-control{order:1}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-play-control:before{content:'\e001'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-play-control.vjs-playing:before{content:'\e002'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-current-time,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-duration,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-time-divider{cursor:default;text-align:center}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-current-time{order:2}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-time-divider{width:4px;order:3}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-duration{order:4}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-menu-button{order:6}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-captions-button,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-chapters-button,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-subtitles-button{order:8}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-captions-button:before{content:'\e008'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-chapters-button:before,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-subtitles-button:before{content:'\e00c'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-fullscreen-control{order:9}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-fullscreen-control:before{content:'\e000'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-captions-button&gt;.vjs-control-text,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-chapters-button&gt;.vjs-control-text,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-current-time .vjs-control-text,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-duration .vjs-control-text,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-live-display .vjs-control-text,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-progress-control .vjs-control-text,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-subtitles-button&gt;.vjs-control-text,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-handle .vjs-control-text,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-menu-button&gt;.vjs-control-text{display:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-remaining-time{display:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-live-control,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-live .vjs-current-time,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-live .vjs-progress-control,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-live .vjs-time-divider,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-live.vjs-ad-playing .vjs-live-control,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-live.vjs-ad-playing .vjs-live-control .vjs-live-display{display:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-live-control{width:51px;order:5}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-live-control .vjs-live-display{margin:0 5px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-live .vjs-live-control{flex:1 0 auto}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-live .vjs-live-control,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-live .vjs-live-control .vjs-live-display,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-live.vjs-ad-playing .vjs-current-time,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-live.vjs-ad-playing .vjs-progress-control,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-live.vjs-ad-playing .vjs-time-divider{display:block}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-menu{display:none;margin:0 -14px 60px -14px;position:absolute;overflow:visible;width:76px;list-style:none;padding:0;transition-property:width,height,opacity;transition-delay:.5s;opacity:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-menu-content{background-color:rgba(0,0,0,.45)}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-menu-button .vjs-menu.vjs-lock-showing,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-menu-button:active .vjs-menu,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-menu-button:hover .vjs-menu{display:block;bottom:0;opacity:1;transition-property:opacity;transition-delay:0s}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-menu .vjs-menu-title{display:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-menu .vjs-menu-item{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:24px;line-height:24px;display:block;text-align:center;padding:7px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-menu .vjs-menu-item.vjs-selected{background-color:#fff;background-color:rgba(255,255,255,.8);color:#000;color:rgba(0,0,0,.6)}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-menu-content{padding:0;margin:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-menu-button .vjs-menu .vjs-menu-content{display:block;margin:0;padding:0;position:absolute;bottom:0;max-height:360px;overflow:auto}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-captions-button .vjs-menu-content,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-chapters-button .vjs-menu-content,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-subtitles-button .vjs-menu-content{width:140px;left:-32px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-menu-button .vjs-texttrack-settings{padding-bottom:7px;border-bottom:1px solid;border-color:#d52484}.vjs-modal-overlay{position:absolute;color:#fff;font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight:300;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.75);padding:45px 70px;text-align:left;letter-spacing:1px}@media only screen and (max-width :480px){.vjs-modal-overlay{padding:20px 35px}}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-text-track-display{position:absolute;top:0;left:0;bottom:50px;right:0;pointer-events:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-text-track-display{bottom:33px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tracksettings{position:absolute;overflow:auto;top:45px;right:70px;bottom:50px;left:70px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tracksettings-controls{position:absolute;bottom:0;left:70px;right:70px;padding:10px 0;text-align:right}@media only screen and (max-width:480px){.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tracksettings,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tracksettings-controls{left:35px;right:35px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tracksettings{top:20px;bottom:40px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tracksettings-controls{padding:5px 0;bottom:0}}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-caption-settings .vjs-tracksetting{margin:5px;padding:3px;min-height:40px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-caption-settings .vjs-tracksetting label{display:block;width:100px;margin-bottom:5px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-caption-settings .vjs-tracksetting span{display:inline;margin-left:5px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-caption-settings .vjs-tracksetting&gt;div{margin-bottom:5px;min-height:20px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-caption-settings .vjs-tracksetting&gt;div:last-child{margin-bottom:0;padding-bottom:0;min-height:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-caption-settings label&gt;input{margin-right:10px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-caption-settings input[type=button]{width:40px;height:40px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tracksettings .vjs-label{display:block}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tracksettings-colors,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tracksettings-font{box-sizing:border-box;float:left;width:50%;padding:3px;min-height:40px;min-width:280px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tracksettings-colors:after,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tracksettings-controls:after,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tracksettings-font:after{clear:both}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tracksetting{margin-bottom:16px;min-height:20px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-opacity{margin-left:10px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tracksetting button,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tracksetting input,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tracksetting select,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-tracksettings-controls button{margin-top:6px;font:inherit;border-radius:2px;background-color:#fff;padding:0 9px;line-height:24px;height:24px;border:none;color:#515151;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-edge-style select,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-font-family select{display:block}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-caption-settings button{margin-right:10px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-caption-settings .vjs-done-button{margin-right:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-menu-button{display:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-mute-control:before,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-menu-button:before{content:'\e006'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-mute-control.vjs-vol-0:before,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-menu-button.vjs-vol-0:before{content:'\e003'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-mute-control.vjs-vol-2:before,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-menu-button.vjs-vol-2:before{content:'\e005'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-mute-control.vjs-vol-1:before,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-menu-button.vjs-vol-1:before{content:'\e004'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-menu-button .vjs-menu{background-color:transparent;opacity:0;bottom:33px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-menu-button .vjs-menu-content{margin-right:0;background-color:rgba(0,0,0,.45);width:0;height:0;padding:0 10px;transform:translate(25px,0);transition-property:width,height;transition-delay:0s}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-menu-button:active .vjs-menu .vjs-menu-content,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content{height:87px;width:23px;padding:10px 0;overflow:visible}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-captions-button.vjs-menu-button:active .vjs-menu .vjs-menu-content,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-captions-button.vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-chapters-button.vjs-menu-button:active .vjs-menu .vjs-menu-content,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-chapters-button.vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-subtitles-button.vjs-menu-button:active .vjs-menu .vjs-menu-content,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-subtitles-button.vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-captions-button.vjs-menu-button:hover .vjs-menu .vjs-menu-content,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-chapters-button.vjs-menu-button:hover .vjs-menu .vjs-menu-content,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-subtitles-button.vjs-menu-button:hover .vjs-menu .vjs-menu-content{height:auto;box-sizing:content-box}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-menu-button .vjs-menu.vjs-lock-showing{display:block}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-bar:before{content:"";display:block;background-color:#8b8e8c;background-color:rgba(255,255,255,.3);position:absolute;box-shadow:0 0 15px 2px #fff}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-bar.vjs-slider-vertical.vjs-slider-vertical:before{width:3px;height:100%}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-bar.vjs-slider-horizontal:before{width:100%;height:3px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-bar{position:relative;padding:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-bar.vjs-slider-vertical.vjs-slider-vertical{height:100%;width:3px;padding:0 10px 0 10px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-bar.vjs-slider-horizontal{height:3px;padding:10px 0 10px 0;width:100%}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-level{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHElEQVQIW2P8//+/DyMj4xYGIGAEETABMAcmAADkAAtNi9y2WAAAAABJRU5ErkJggg==);background-color:#d52484;display:block;width:3px;background-repeat:repeat repeat;position:absolute;bottom:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-level.vjs-volume-level{height:100%}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-handle{position:absolute;width:5px;background-color:#fff;left:100%;margin-top:-4px;height:5px;float:none;display:block;transform:rotate(45deg)}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-loading-spinner{animation:rotation .6s infinite linear;border:6px solid rgba(255,255,255,.15);border-radius:100%;display:none;height:60px;left:50%;margin:-30px 0 0 -30px;position:absolute;top:50%;width:60px}.vjs-waiting.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-loading-spinner{display:block}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-loading-spinner:before{content:"";display:block;position:absolute;left:-6px;top:-6px;height:100%;width:100%;border-top:6px solid rgba(255,255,255,.8);border-left:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid transparent;border-radius:100%}@keyframes rotation{from{transform:rotate(0)}to{transform:rotate(359deg)}}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-native .vjs-big-play-button,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-native .vjs-control-bar,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-native .vjs-loading-spinner,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-native .vjs-poster,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-native .vjs-text-track-display{display:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse{font-size:12px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .bc-wrap{filter:blur(10px)}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-big-play-button{width:156px;height:105px;top:17px;left:17px;position:absolute}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-control-bar{display:flex;height:33px;line-height:33px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-control,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-control-bar,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-progress-control,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-time-divider{transition-delay:3s}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-control-bar{margin-left:-15px;pointer-events:none;transform:translateY(33px)}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-progress-control{transform:translateY(-19px);width:48px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-control{height:33px;width:48px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-control:before{font-size:16px;line-height:18px;opacity:.8;width:24px;text-align:center;top:8px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-progress-holder{padding:15px 0 14px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-menu{width:76px;margin:0 -14px 33px -14px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-volume-menu-button{display:block}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-volume-menu-button:before{content:'\e006'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-volume-menu-button.vjs-vol-0:before{content:'\e003'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-volume-menu-button.vjs-vol-2:before{content:'\e005'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-volume-menu-button.vjs-vol-1:before{content:'\e004'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-fullscreen-control:before{content:'\e000'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse.video-js:fullscreen .vjs-fullscreen-control:before{content:'\e00b'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse.video-js.vjs-fullscreen .vjs-fullscreen-control:before{content:'\e00b'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-hidden{display:none}@media (max-width:480px){.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default:not(.vjs-has-started) .vjs-control-bar{visibility:hidden}}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default *,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default :after,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default :before{-webkit-box-sizing:content-box}@-moz-document url-prefix(){.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control-bar{width:100%;-moz-box-sizing:border-box}}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-has-started .vjs-control-bar,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-control-bar{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control-bar{-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .5s,margin .5s;-moz-transition:-moz-transform .5s,margin .5s;-ms-transition:-ms-transform .5s,margin .5s;-o-transition:-o-transform .5s,margin .5s;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-webkit-box-pack:justify;-moz-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;-webkit-align-content:center;-ms-flex-line-pack:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-has-started.vjs-user-inactive .vjs-control-bar{-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px)}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control-bar .vjs-control,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control-bar .vjs-time-divider{-webkit-transition:width .5s,opacity .5s;-moz-transition:width .5s opacity .5s;-ms-transition:width .5s opacity .5s;-o-transition:width .5s opacity .5s}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control-bar .vjs-progress-control{-webkit-transition:-webkit-transform .5s;-moz-transition:-moz-transform .5s;-ms-transition:-ms-transform .5s;-o-transition:-o-transform .5s}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-has-started.vjs-user-inactive .vjs-progress-control{-webkit-transform:translateY(-28px);-moz-transform:translateY(-28px);-ms-transform:translateY(-28px);-o-transform:translateY(-28px)}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control{-moz-box-sizing:border-box;-webkit-box-flex:0;-moz-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;-webkit-align-self:auto;-ms-flex-item-align:auto}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-progress-control{-webkit-box-ordinal-group:5;-moz-box-ordinal-group:5;-webkit-order:5;-ms-flex-order:5;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-progress-holder{-webkit-user-select:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-play-control{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-webkit-order:1;-ms-flex-order:1}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-current-time{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-webkit-order:2;-ms-flex-order:2}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-time-divider{-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-webkit-order:3;-ms-flex-order:3}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-duration{-webkit-box-ordinal-group:4;-moz-box-ordinal-group:4;-webkit-order:4;-ms-flex-order:4}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-live-control{-webkit-box-ordinal-group:5;-moz-box-ordinal-group:5;-webkit-order:5;-ms-flex-order:5}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-live .vjs-live-control{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-menu-button{-webkit-box-ordinal-group:6;-moz-box-ordinal-group:6;-webkit-order:6;-ms-flex-order:6}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-captions-button,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-chapters-button,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-subtitles-button{-webkit-box-ordinal-group:8;-moz-box-ordinal-group:8;-webkit-order:8;-ms-flex-order:8}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-fullscreen-control{-webkit-box-ordinal-group:9;-moz-box-ordinal-group:9;-webkit-order:9;-ms-flex-order:9}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-menu{-webkit-transition-property:opacity;-moz-transition-property:opacity;-ms-transition-property:opacity;-o-transition-property:opacity;-webkit-transition-delay:.5s;-moz-transition-delay:.5s;-ms-transition-delay:.5s;-o-transition-delay:.5s}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-menu .vjs-menu-content{-webkit-transition-property:width,height;-moz-transition-property:width,height;-ms-transition-property:width,height;-o-transition-property:width,height;-webkit-transition-delay:.5s;-moz-transition-delay:.5s;-ms-transition-delay:.5s;-o-transition-delay:.5s}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-menu-button:active .vjs-menu .vjs-menu-content,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-menu-button:hover .vjs-menu .vjs-menu-content,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-menu.vjs-lock-showing .vjs-menu-content{-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-menu-button .vjs-menu-content{-webkit-transform:translate(25px,0);-moz-transform:translate(25px,0);-ms-transform:translate(25px,0);-o-transform:translate(25px,0)}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-bar{-webkit-user-select:none}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-handle{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .vjs-control-bar{display:flex;height:33px;line-height:33px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-control,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-control-bar,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-progress-control,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-time-divider{-webkit-transition-delay:3s;-moz-transition-delay:3s;-ms-transition-delay:3s;-o-transition-delay:3s}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-control-bar{-webkit-transform:translateY(33px);-moz-transform:translateY(33px);-ms-transform:translateY(33px);-o-transform:translateY(33px)}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-progress-control{-webkit-transform:translateY(-19px);-moz-transform:translateY(-19px);-ms-transform:translateY(-19px);-o-transform:translateY(-19px)}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-no-flex .vjs-control,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-no-flex .vjs-time-divider{float:left}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-no-flex .vjs-control-bar{display:block}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-no-flex.vjs-user-inactive .vjs-control-bar{margin-left:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-control-bar{margin-left:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-no-flex.vjs-has-started.vjs-user-inactive .vjs-progress-control{-moz-transition:-moz-transform .5s .5s,width .5s .5s}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-no-flex .vjs-progress-control~.vjs-control{float:right}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.video-js:full-screen{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.video-js:-webkit-full-screen{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.video-js:-moz-full-screen{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.video-js:-ms-fullscreen{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.video-js:-webkit-full-screen .vjs-fullscreen-control::before{content:'\e00b'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.video-js:-moz-full-screen .vjs-fullscreen-control::before{content:'\e00b'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.video-js:-ms-fullscreen .vjs-fullscreen-control::before{content:'\e00b'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.video-js:-ms-fullscreen .vjs-big-play-button{content:'\e00b'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.video-js:full-screen .vjs-fullscreen-control::before{content:'\e00b'}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.ie8.vjs-has-started.vjs-user-inactive .vjs-control-bar{bottom:-33px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.ie8.vjs-has-started.vjs-user-inactive .vjs-progress-control{position:absolute;display:block;bottom:19px;width:100%!important}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.ie8 .vjs-big-play-button,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.ie8 .vjs-control-bar,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.ie8 .vjs-menu,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.ie8 .vjs-volume-menu-button .vjs-menu-content{background-color:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";zoom:1}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.ie8 .vjs-control .vjs-menu-content{background-color:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)"}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.ie8 .vjs-captions-button .vjs-menu-content,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.ie8 .vjs-chapters-button .vjs-menu-content,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.ie8 .vjs-subtitles-button .vjs-menu-content{border-top:1px solid #000;border-left:1px solid #000;border-right:1px solid #000}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.ie8 .vjs-progress-holder{background:0 0}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.ie8 .vjs-load-progress{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3CFFFFFF,endColorstr=#3CFFFFFF)";zoom:1}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.ie8 .vjs-volume-bar{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#1EFFFFFF,endColorstr=#1EFFFFFF)";zoom:1}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.ie8 .vjs-volume-bar{margin:24px 0 22px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse.ie8 .vjs-volume-bar{margin:15px 0 14px}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.ie8 .vjs-volume-bar{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#1EFFFFFF,endColorstr=#1EFFFFFF)";zoom:1;position:relative;height:5px;width:100%;margin:auto}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.ie8 .vjs-volume-bar:after{display:block;width:100%;height:5px;position:absolute;top:50%}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.ie8 .vjs-volume-level{width:100%;left:0;height:5px;bottom:auto;float:none;display:block}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-poster img{display:block;margin:auto}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.ie8 .bc-wrap{display:none}.ie8 .bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-big-play-button:focus,.ie8 .bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-big-play-button:hover,.ie8 .bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-progress-holder:focus:before{border:2px solid #fff}.ie8 .bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control:focus:before,.ie8 .bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-control:hover:before,.ie8 .bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-bar:focus,.ie8 .bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-volume-control:hover{border:2px solid #fff}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-loading-spinner{-moz-animation:rotation .6s infinite linear}@-moz-keyframes rotation{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(359deg)}}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-loading-spinner{-webkit-animation:rotation .6s infinite linear}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(359deg)}}.bc-wrap{-webkit-transition:opacity .35s}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.vjs-mouse .bc-wrap{-webkit-filter:blur(10px)}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default.video-js .vjs-tech{-webkit-transition:opacity .35s}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-poster{-webkit-transition:opacity .35s}.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-dock-shelf,.bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default .vjs-dock-text{display:none}.vjs-error-display{color:#fff;display:none;font-family:Helvetica,Arial,sans serif;font-size:16px;line-height:1.428}.vjs-error .vjs-error-display{display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5)}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:14px}.vjs-errors-dialog{text-align:left;border:1px #999 solid;overflow:hidden;position:absolute;top:5%;bottom:5%;left:5%;right:5%;background:rgba(24,24,24,.8);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)"}.vjs-errors-details{margin-top:15px}.vjs-errors-message{border:1px #999 solid;background-color:#2c2c2c;overflow:auto;margin-top:15px;padding:15px}.vjs-errors-ok-button-container{display:block;position:absolute;bottom:15px;left:15px;right:15px;text-align:center}.vjs-errors-ok-button{display:block;margin:0 auto;width:80px;height:36px;background-color:#000;border:1px #999 solid;border-radius:5px;color:#999;font-size:14px;cursor:pointer}.vjs-errors-ok-button:hover{border:1px #FFF solid;color:#CCC}.vjs-errors-content-container{overflow:auto;position:absolute;padding-bottom:15px;top:75px;left:15px;right:15px;bottom:61px}.vjs-errors-headline{font-size:22px;font-weight:700;margin-top:0}.vjs-errors-close-button{background-color:transparent;font-size:14px;font-weight:700;cursor:pointer;float:right;margin:5px;border:0;color:#999}.vjs-errors-close-button:before{content:'X'}.vjs-errors-close-button:hover{color:#FFF}.vjs-xs.vjs-error-display{font-size:14px;background-color:#000}.vjs-xs.vjs-error-display .vjs-errors-close-button,.vjs-xs.vjs-error-display .vjs-errors-details,.vjs-xs.vjs-error-display .vjs-errors-message{display:none}.vjs-xs .vjs-errors-content-container{top:15px}.vjs-xs .vjs-errors-headline{font-size:16px;font-weight:700}.vjs-xs .vjs-errors-dialog{border:none;top:0;bottom:0;left:0;right:0}@media (max-width:600px),(max-height:250px){.vjs-error-display{font-size:14px;background-color:#000}.vjs-error-display .vjs-errors-close-button,.vjs-error-display .vjs-errors-details,.vjs-error-display .vjs-errors-message{display:none}.vjs-error-display .vjs-errors-content-container{top:15px}.vjs-error-display .vjs-errors-headline{font-size:16px;font-weight:700}.vjs-error-display .vjs-errors-dialog{border:none;top:0;bottom:0;left:0;right:0}}@font-face{font-family:VideoJS;src:url(../fonts/VideoJS.eot?#iefix) format("eot")}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"),url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");font-weight:400;font-style:normal}.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pause:before{content:"\f103"}.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mute:before{content:"\f104"}.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-low:before{content:"\f105"}.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mid:before{content:"\f106"}.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-high:before{content:"\f107"}.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-enter:before{content:"\f108"}.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-exit:before{content:"\f109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10b"}.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-subtitles:before{content:"\f10c"}.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-captions:before{content:"\f10d"}.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-chapters:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f110"}.vjs-icon-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle:before{content:"\f111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f114"}.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cancel:before{content:"\f115"}.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay:before{content:"\f116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f11c"}.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio-description:before{content:"\f11d"}.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio:before{content:"\f11e"}.vjs-social-overlay{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:10px;letter-spacing:1px}.vjs-social-overlay .vjs-icon-facebook{background-color:#3b5998}.vjs-social-overlay .vjs-icon-gplus{background-color:#d53326}.vjs-social-overlay .vjs-icon-linkedin{background-color:#069}.vjs-social-overlay .vjs-icon-twitter{background-color:#55acee}.vjs-social-overlay .vjs-icon-tumblr{background-color:#29364b}.vjs-social-overlay .vjs-icon-pinterest{background-color:#c10218}.vjs-social-overlay a{color:#fff}.vjs-social-overlay .vjs-social-description,.vjs-social-overlay .vjs-social-title{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vjs-social-overlay .vjs-social-title{font-size:1.25em;font-weight:700;line-height:1.33333;margin-bottom:.33333em}.vjs-social-overlay .vjs-social-description{font-size:1em;font-weight:400;line-height:1.5;margin-bottom:1em}.vjs-social-overlay .vjs-social-share-links{margin:0 0 1em;overflow:auto}.vjs-social-overlay .vjs-social-share-link{border-radius:2px;float:left;font-size:1.16667em;line-height:1.07143;margin-right:.57143em;outline:0;padding:.42857em;text-decoration:none}.vjs-social-overlay .vjs-social-direct-link,.vjs-social-overlay .vjs-social-embed-code,.vjs-social-overlay .vjs-social-start-from{float:left;margin-bottom:.66667em}.vjs-social-overlay .vjs-social-direct-link .vjs-social-label-text,.vjs-social-overlay .vjs-social-embed-code .vjs-social-label-text,.vjs-social-overlay .vjs-social-start-from .vjs-social-label-text{display:block;margin-bottom:.16667em}.vjs-social-overlay .vjs-social-direct-link input,.vjs-social-overlay .vjs-social-embed-code input,.vjs-social-overlay .vjs-social-start-from input{border:0;color:#333;display:block;font-size:1em;padding:.5em .66667em;width:100%}.vjs-social-overlay .vjs-social-direct-link input.vjs-invalid,.vjs-social-overlay .vjs-social-embed-code input.vjs-invalid,.vjs-social-overlay .vjs-social-start-from input.vjs-invalid{background-color:red;color:#fff}.vjs-social-overlay .vjs-social-direct-link{padding-right:24px;width:80%}.vjs-social-overlay .vjs-social-start-from{width:20%}.vjs-social-overlay .vjs-social-embed-code{margin-bottom:.33333em;width:100%}.vjs-social-overlay.vjs-social-as-endscreen .vjs-restart{border:0;cursor:pointer;display:block;font-size:4em;margin:0 auto;outline:0;padding:0}.vjs-social-overlay.vjs-social-as-endscreen .vjs-restart:focus:before,.vjs-social-overlay.vjs-social-as-endscreen .vjs-restart:hover:before{text-shadow:1px -1px 20px #fff,-1px 1px 20px #fff}.vjs-social-overlay.vjs-social-as-endscreen.vjs-social-short-player .vjs-social-description{display:none}.vjs-button.vjs-share-control{cursor:pointer;font-weight:700}.vjs-button.vjs-share-control:hover{text-shadow:0 0 1em rgba(255,255,255,.5),0 0 1em rgba(255,255,255,.5),0 0 1em rgba(255,255,255,.5)}.vjs-dock-shelf .vjs-button.vjs-share-control{position:relative}.vjs-dock-shelf .vjs-button.vjs-share-control:before{position:relative;vertical-align:top}.vjs-dock-shelf .vjs-button.vjs-share-control span{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;vertical-align:top;text-decoration:underline;margin-left:2px}.vjs-social-overlay.vjs-social-small .vjs-social-direct-link{width:100%;padding-right:0}.vjs-social-overlay.vjs-social-small .vjs-social-share-links{margin-bottom:.33333em}.vjs-social-overlay.vjs-social-small .vjs-social-share-link{margin-bottom:.66667em}/*! videojs-overlay - v0.0.0 - 2014-4-26
- * Copyright (c) 2014 Brightcove * Licensed under the Apache-2.0 license. * * Customised for Indy/ES by Daniel Petrie. * */.vjs-overlay,
- .vjs-overlay.vjs-overlay-top-left {
- position: absolute;
- width: auto;
- background-color: transparent;
- top: 5px;
- left: 5px
- }
-
- .vjs-overlay.vjs-overlay-top {
- margin-left: -16.5%;
- left: 50%
- }
-
- .vjs-overlay.vjs-overlay-top-right {
- left: auto;
- right: 5px
- }
-
- .vjs-overlay.vjs-overlay-left {
- top: 50%;
- margin-top: -15px
- }
-
- .vjs-overlay.vjs-overlay-right {
- left: auto;
- right: 5px;
- top: 50%;
- margin-top: -15px
- }
-
- .vjs-overlay.vjs-overlay-bottom {
- margin-left: -16.5%;
- left: 50%;
- top: auto;
- bottom: 4.5em
- }
-
- .vjs-overlay.vjs-overlay-bottom-left {
- bottom: 4.5em;
- top: auto;
- left: 5px
- }
-
- .vjs-overlay.vjs-overlay-bottom-right {
- bottom: 4.5em;
- top: auto;
- left: auto;
- right: 5px
- }
-
- .vjs-social-overlay {
- z-index: 999
- }
-
- .vjs-ad-playing.vjs-ad-playing .vjs-progress-control {
- pointer-events: none
- }
-
- .vjs-ad-playing.vjs-ad-playing .vjs-play-progress {
- background-color: #ffe400
- }
-
- .vjs-ad-playing.vjs-ad-loading .vjs-loading-spinner {
- display: block
- }
-
- .vjs-ima3-ad-container {
- bottom: 0;
- left: 0;
- position: absolute;
- right: 0;
- top: 0
- }
-
- .vjs-ima3-ad-container,
- .vjs-ima3-click-tracker {
- pointer-events: none;
- left: -9999px
- }
-
- .vjs-ima3-flash-ad-container {
- left: 0
- }
-
- .vjs-ima3-ad-background {
- width: 100%;
- height: 100%;
- background-color: transparent;
- position: absolute;
- top: 0;
- left: 0
- }
-
- .vjs-ad-playing .vjs-ima3-ad-background {
- background-color: #000
- }
-
- .ima3-ad-loading.ima3-loading-spinner .vjs-loading-spinner {
- display: block
- }
-
- .vjs-ima3-flash.vjs-ad-playing .vjs-tech {
- opacity: 0
- }
-
- .vjs-ad-playing .vjs-ima3-ad-container,
- .vjs-ad-playing .vjs-ima3-click-tracker,
- .vjs-ima3-overlay .vjs-ima3-ad-container,
- .vjs-ima3-overlay .vjs-ima3-click-tracker {
- left: 0
- }
-
- .vjs-ima3-flash.vjs-ad-playing .vjs-ima3-ad-container,
- .vjs-ima3-flash.vjs-ima3-overlay .vjs-ima3-ad-container {
- cursor: pointer;
- pointer-events: auto
- }
-
- .vjs-mouse.vjs-ima3-html5.vjs-ad-playing .vjs-ima3-ad-container,
- .vjs-mouse.vjs-ima3-html5.vjs-ad-playing .vjs-ima3-click-tracker,
- .vjs-mouse.vjs-ima3-html5.vjs-ima3-overlay .vjs-ima3-ad-container,
- .vjs-mouse.vjs-ima3-html5.vjs-ima3-overlay .vjs-ima3-click-tracker {
- cursor: pointer;
- pointer-events: auto
- }
-
- .vjs-user-active.vjs-ad-playing.vjs-ima3-html5 .vjs-ima3-ad-container,
- .vjs-user-active.vjs-ad-playing.vjs-ima3-html5 .vjs-ima3-click-tracker,
- .vjs-user-active.vjs-ima3-overlay.vjs-ima3-html5 .vjs-ima3-ad-container,
- .vjs-user-active.vjs-ima3-overlay.vjs-ima3-html5 .vjs-ima3-click-tracker {
- cursor: pointer;
- pointer-events: auto
- }
-
- .vjs-ima3-html5.vjs-using-native-controls.vjs-ima3-paused.vjs-ima3-paused .vjs-ima3-ad-container,
- .vjs-ima3-html5.vjs-using-native-controls.vjs-ima3-paused.vjs-ima3-paused .vjs-ima3-click-tracker {
- pointer-events: none
- }
-
- .vjs-ima3-click-tracker {
- bottom: 0;
- left: 0;
- margin: 0;
- position: absolute;
- right: 0;
- top: 0
- }
-
- .vjs-ima3-overlay .vjs-ima3-click-tracker {
- top: auto;
- margin: 0 auto
- }
-
- .vjs-control-bar.vjs-control-bar.vjs-ad-control-bar.vjs-ad-control-bar {
- display: none
- }
-
- .vjs-ad-controls.vjs-ad-playing .vjs-control-bar.vjs-control-bar {
- display: none
- }
-
- .vjs-ad-controls.vjs-ad-playing.vjs-controls-disabled .vjs-ad-control-bar.vjs-ad-control-bar,
- .vjs-ad-controls.vjs-ad-playing.vjs-using-native-controls .vjs-ad-control-bar.vjs-ad-control-bar {
- display: none
- }
-
- .vjs-ad-playing .vjs-dock-shelf,
- .vjs-ad-playing .vjs-dock-text {
- display: none
- }
-
- .vjs-ad-controls.vjs-ad-playing .vjs-control-bar.vjs-ad-control-bar {
- display: -webkit-box;
- display: -moz-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex
- }
-
- .vjs-ad-controls.vjs-ad-playing.vjs-no-flex .vjs-control-bar.vjs-ad-control-bar {
- display: table
- }
-
- .vjs-mouse .vjs-control-bar.vjs-ad-control-bar .vjs-progress-control:hover {
- height: .5em;
- top: -.5em
- }
-
- .vjs-mouse .vjs-control-bar.vjs-ad-control-bar .vjs-progress-control:hover .vjs-mouse-display,
- .vjs-mouse .vjs-control-bar.vjs-ad-control-bar .vjs-progress-control:hover .vjs-mouse-display:after,
- .vjs-mouse .vjs-progress-control:hover .vjs-play-progress:after {
- display: none
- }
-
- .vjs-ima3-flash.vjs-ad-loading .vjs-tech,
- .vjs-ima3-html5.vjs-ad-loading .vjs-tech {
- opacity: 0
- }
-
- .vjs-ima3-autoplay.vjs-ima3-not-playing-yet .vjs-poster,
- .vjs-ima3-autoplay.vjs-ima3-not-playing-yet .vjs-tech {
- opacity: 0
- }
-
- .vjs-ima3-html5.vjs-ad-playing .vjs-ad-control-bar .vjs-play-progress {
- transition: width 1s linear
- }
-
- .vjs-ima3-flash.vjs-ad-playing .vjs-ad-control-bar .vjs-play-progress {
- transition: width .25s linear
- }
-
- .vjs-ima3-html5.vjs-ad-playing .vjs-ad-control-bar .vjs-play-progress.vjs-play-progress-resetting {
- transition: width 0s linear
- }
-
- .vjs-ima3-flash.vjs-ad-playing .vjs-ad-control-bar .vjs-play-progress.vjs-play-progress-resetting {
- transition: width 0s linear
- }
- </style>
<title>The seven secrets that hotel owners don't want you to know | The Independent</title>
<link rel="manifest" href="/sites/all/themes/ines_themes/independent_theme/manifest.json" />
<!-- HEAD -->
@@ -599,34889 +357,6 @@
<script async="" src="http://seb.scorecardresearch.com/lookup.php"></script>
<script type="text/javascript" src="//impl.onscroll.com/onscroll/2016/09/1474295972056.js" async="" defer="defer"></script>
<script type="text/javascript" src="//impl.onscroll.com/onscroll/2016/09/1474981864827.js" async="" defer="defer"></script>
- <style type="text/css">
- .trc_rbox_container {
- direction: ltr;
- text-align: left
- }
-
- .trc_rbox_header {
- border-style: solid;
- border-width: 0
- }
-
- .in_trc_header {
- position: relative!important;
- float: right;
- margin: 0
- }
-
- #trc_rbox_css_loaded {
- overflow: hidden;
- width: 0;
- height: 0
- }
-
- .trc_rbox {
- margin-top: 0
- }
-
- .trc_rbox_div {
- margin: 0 0 3px;
- direction: ltr;
- padding: 0;
- box-sizing: border-box;
- -moz-box-sizing: border-box;
- -ms-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- overflow: auto;
- position: relative;
- width: auto;
- *width: auto;
- border: solid #CCC 1px
- }
-
- .loading-animation span {
- display: block
- }
-
- .videoCube {
- zoom: 1;
- cursor: pointer;
- float: none;
- overflow: hidden;
- box-sizing: border-box;
- -moz-box-sizing: border-box;
- -ms-box-sizing: border-box;
- -webkit-box-sizing: border-box
- }
-
- div.videoCube:hover,
- .videoCube_hover {
- cursor: pointer
- }
-
- .videoCube span.video-title:hover,
- .videoCube_hover span.video-title {
- text-decoration: underline
- }
-
- .videoCube a {
- text-decoration: none;
- border: 0;
- color: #000;
- cursor: pointer
- }
-
- .videoCube a:hover,
- .videoCube_hover a,
- .videoCube a:link,
- .videoCube a {
- text-decoration: none!important;
- outline: 0
- }
-
- .videoCube a .thumbBlock {
- float: left;
- display: block;
- overflow: hidden!important
- }
-
- .videoCube a img,
- .videoCube img {
- border: 0;
- _border: 0;
- display: block;
- margin: 0;
- height: auto;
- width: auto
- }
-
- .videoCube .video-label {
- display: block;
- overflow: hidden
- }
-
- .videoCube .video-title {
- width: auto!important;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word
- }
-
- .videoCube .video-duration a {}
-
- .videoCube .video-duration {
- height: 0;
- float: left;
- position: relative;
- color: #fff;
- font-size: 11px
- }
-
- .videoCube .video-duration dt {
- border-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- background-color: #000;
- opacity: .6;
- filter: alpha(opacity=60)
- }
-
- .videoCube span.video-label.trc_ellipsis {
- position: relative;
- overflow: hidden;
- display: -webkit-box;
- -webkit-box-orient: vertical
- }
-
- .videoCube span.video-label.trc-smart-ellipsis {
- position: relative;
- overflow: hidden
- }
-
- .videoCube span.video-label.trc-smart-ellipsis ins {
- display: inline-block;
- text-decoration: inherit
- }
-
- .videoCube span.video-label.trc-smart-ellipsis ins.lastLineEllipsis {
- display: block;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- word-wrap: normal
- }
-
- .sponsored-default .video-description {
- font-weight: 400;
- color: #000;
- font-size: 9px;
- max-height: 22px;
- *height: 22px;
- overflow: hidden;
- line-height: 9px
- }
-
- .video-duration.video-duration-detail div {
- color: #fff
- }
-
- .sponsored-default {
- background-color: #f7f6c6;
- padding-bottom: 0!important
- }
-
- .trc_rbox .sponsored {
- position: relative;
- display: block;
- overflow: visible;
- height: auto;
- width: auto;
- padding-right: 0;
- text-align: right;
- font-size: 9px
- }
-
- .sponsored-url {
- white-space: nowrap;
- float: left;
- overflow: hidden;
- width: 98%;
- height: auto;
- margin-top: 0;
- margin-left: 1px;
- padding-bottom: 2px;
- color: green;
- font-size: 9px;
- text-decoration: underline
- }
-
- .sponsored-default .video-title {
- height: 26px;
- font-size: 11px;
- line-height: 13px;
- max-height: 26px;
- *height: 26px
- }
-
- .sponsored-default .thumbBlock img {}
-
- .sponsored-default .thumbBlock {
- text-align: center;
- background-color: transparent
- }
-
- .trc_rbox_div {
- height: 410px
- }
-
- .videoCube {
- direction: ltr;
- font-size: 11px;
- margin: 0;
- color: #000;
- border-width: 0
- }
-
- .videoCube.vertical:first-child {
- border-top: 0;
- margin-top: 0
- }
-
- .videoCube.horizontal:first-child {
- border-left: 0;
- margin-left: 0
- }
-
- .trc_rbox .trc_rbox_div .videoCube.vertical {
- _margin-top: expression(this.previousSibling==null?'0': 'default')
- }
-
- .trc_rbox .trc_rbox_div .videoCube.horizontal {
- _margin-left: expression(this.previousSibling==null?'0': 'default')
- }
-
- div.videoCube:hover,
- .videoCube_hover {
- background-color: #EBF0FF;
- color: #000
- }
-
- .videoCube .thumbBlock {
- margin-right: 5px;
- margin-left: 1px;
- border-style: solid
- }
-
- .videoCube a img,
- .videoCube img {
- border-color: #ececec
- }
-
- .videoCube .overlayImg {}
-
- .videoCube .video-label-box {
- margin-left: 81px
- }
-
- .videoCube .video-label dt {
- font-weight: 700
- }
-
- .videoCube .video-title {
- height: auto;
- margin-bottom: 3px;
- white-space: normal
- }
-
- .videoCube .trc_inline_detail_spacer {
- display: inline-block;
- white-space: pre
- }
-
- .sponsored-default {
- padding-bottom: 0
- }
-
- .loading-animation {
- font-family: sans;
- font-size: 1.5em;
- text-align: center;
- color: gray;
- height: 100%
- }
-
- .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- font-weight: 700;
- text-decoration: none;
- color: #000
- }
-
- .trc_header_right_part {
- position: absolute;
- left: 50%;
- top: 0
- }
-
- .branding_div {
- overflow: visible;
- float: right
- }
-
- .branding_div img {
- height: 20px
- }
-
- .trc_pager div {
- float: left;
- font-family: sans;
- cursor: pointer;
- margin-left: 2px;
- margin-right: 2px
- }
-
- .trc_pager_prev,
- .trc_pager_next {}
-
- .trc_pager {
- font-weight: 400
- }
-
- .trc_pager_pages {
- display: block!important
- }
-
- .trc_related_container div.horizontal {
- float: left;
- box-sizing: border-box;
- -moz-box-sizing: border-box;
- -ms-box-sizing: border-box;
- -webkit-box-sizing: border-box
- }
-
- .trc_related_container div.vertical {}
-
- .trc_related_container DIV.videoCube.thumbnail_top .thumbBlock,
- .trc_related_container DIV.videoCube.thumbnail_bottom .thumbBlock {
- float: none
- }
-
- @media screen and (-webkit-min-device-pixel-ratio:0) {
- .sponsored-url {
- margin-top: 2px
- }
- }
-
- .vidiscovery-note {
- display: none
- }
-
- .pager_disabled {
- cursor: auto
- }
-
- .videoCube .thumbBlock .trc_sponsored_overlay_base {
- display: block;
- width: auto;
- margin-left: 0;
- position: absolute;
- color: #fff!important
- }
-
- .videoCube .thumbBlock .trc_sponsored_overlay {
- filter: alpha(opacity=60);
- opacity: .6;
- display: block;
- position: absolute;
- *left: 0
- }
-
- .videoCube .thumbBlock .trc_sponsored_overlay_base .sponsored {
- position: relative;
- display: block;
- overflow: visible;
- width: auto;
- text-align: center;
- padding: 0 5px;
- margin-top: 0
- }
-
- .videoCube .thumbBlock .trc_sponsored_overlay_base.round .trc_sponsored_overlay {
- border-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px
- }
-
- .videoCube .thumbBlock .trc_sponsored_overlay_base.round {
- margin-left: 4px
- }
-
- .thumbnail-emblem {
- background-color: transparent;
- background-repeat: no-repeat;
- position: absolute;
- z-index: 50
- }
-
- .playerCube .thumbnail-overlay,
- .videoCube .thumbnail-overlay {
- position: absolute;
- background-color: transparent;
- background-repeat: no-repeat;
- z-index: 50
- }
-
- .videoCube:hover .thumbnail-overlay,
- .videoCube_hover .thumbnail-overlay {
- position: absolute;
- background-color: transparent;
- background-repeat: no-repeat;
- z-index: 50
- }
-
- .thumbnail_bottom {
- padding-bottom: 8px
- }
-
- .trc_pager_next img,
- trc_pager_next pager_disabled img,
- trc_pager_next:hover img {
- -moz-transform: scaleX(-1);
- -o-transform: scaleX(-1);
- -webkit-transform: scaleX(-1);
- transform: scaleX(-1);
- filter: FlipH;
- -ms-filter: "FlipH"
- }
-
- .trc_cover_iframe {
- position: absolute;
- z-index: 100000;
- top: 0;
- left: 0;
- background: #000;
- opacity: .4;
- filter: alpha(opacity=40);
- border: 0
- }
-
- .trc_lightbox_base {
- z-index: 100001;
- position: fixed
- }
-
- .trc_lightbox_overlay {
- background-color: transparent;
- position: absolute;
- z-index: 100002
- }
-
- .trc_lightbox_transparent {
- position: absolute;
- z-index: 100003
- }
-
- #trc_lightbox_header {
- font-family: "Trebuchet MS", Helvetica, sans-serif
- }
-
- .trc_whitebox {
- background-color: #fff;
- position: relative;
- z-index: 100004;
- padding: 0 20px 20px;
- margin: 0 auto;
- border: 2px solid #000;
- -moz-box-shadow: 3px 3px 20px #000;
- -webkit-box-shadow: 3px 3px 20px #000;
- box-shadow: 3px 3px 20px #000;
- -moz-box-sizing: content-box;
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px
- }
-
- .trc_whiteboxCloseButton {
- width: 32px;
- height: 32px;
- border: 0;
- position: absolute;
- right: -16px;
- top: -14px;
- cursor: pointer;
- background: url(//cdn.taboola.com/taboola-generic/close.png) no-repeat top left transparent;
- color: #fff;
- color: transparent;
- font-size: 0
- }
-
- .trc_related_container .logoDiv {
- font-family: Arial, Helvetica, sans-serif;
- white-space: nowrap;
- font-size: 9px
- }
-
- .trc_related_container .logoDiv a {
- font-size: 9px;
- text-decoration: none!important;
- color: #000;
- margin-right: 1px;
- vertical-align: text-bottom
- }
-
- .logoDiv a span:hover {
- text-decoration: underline
- }
-
- .trc_rbox_header .logoDiv {
- font-size: 1em
- }
-
- .trc_related_container .vertical-start-shade {
- background-image: url(//cdn.taboola.com/taboola-generic/shade-down.png);
- height: 10px;
- width: auto;
- position: absolute;
- z-index: 5
- }
-
- .trc_related_container .vertical-end-shade {
- background-image: url(//cdn.taboola.com/taboola-generic/shade-up.png);
- height: 10px;
- width: auto;
- position: absolute;
- z-index: 5
- }
-
- .trc_related_container .horizontal-start-shade {
- background-image: url(//cdn.taboola.com/taboola-generic/shade-right.png);
- height: auto;
- width: 10px;
- position: absolute;
- z-index: 5
- }
-
- .trc_related_container .horizontal-end-shade {
- background-image: url(//cdn.taboola.com/taboola-generic/shade-left.png);
- height: auto;
- width: 10px;
- position: absolute;
- z-index: 5
- }
-
- .trc_rbox_container.trc_expandable {
- overflow: hidden;
- max-height: 0;
- transition-property: max-height;
- -webkit-transition-property: max-height;
- -moz-transition-property: max-height;
- -o-transition-property: max-height;
- -webkit-transform: translateZ(0);
- -moz-transform: translateZ(0);
- -ms-transform: translateZ(0);
- -o-transform: translateZ(0);
- transform: translateZ(0)
- }
-
- DIV.trc_autoplaylist-box {
- margin: 6px auto 0;
- border: 0;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- padding: 4px;
- font-family: "Trebuchet MS", Helvetica, sans-serif;
- width: 320px;
- background: #191919;
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#191919', endColorstr='#393939');
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#191919, endColorstr=#393939)";
- background: -webkit-gradient(linear, left top, left bottom, from(#191919), to(#393939));
- background: -moz-linear-gradient(top, #191919, #393939);
- background: linear-gradient(top, #191919, #393939)
- }
-
- DIV.trc_autoplaylist-box .trc-next-up-header {
- font-size: 14px;
- color: #CCC;
- float: left;
- line-height: 31px;
- margin: 0 4px 0 6px;
- overflow: hidden;
- white-space: nowrap
- }
-
- DIV.trc_autoplaylist-box .trc-next-up-countdown {
- color: #fff;
- font-weight: 700;
- font-size: 15px;
- padding-left: 4px
- }
-
- DIV.trc_autoplaylist-box .nextup {
- cursor: pointer
- }
-
- DIV.trc_autoplaylist-box .nextup .thumbblock {
- border: solid #FEFEFE 1px;
- margin-right: 10px
- }
-
- DIV.trc_autoplaylist-box:hover .nextup .thumbblock SPAN.thumbnail-overlay {
- background-image: url(//cdn.taboola.com/taboola-generic/lightbox-overlay.png)
- }
-
- DIV.trc_autoplaylist-box .nextup .video-label-box {
- color: #fff;
- font-weight: 700;
- font-size: 12px;
- line-height: 14px
- }
-
- .trc-syndication-link {
- text-decoration: none;
- color: inherit
- }
-
- .playerCube {
- width: 100%;
- height: 100%;
- position: relative;
- cursor: pointer
- }
-
- .playerCube .thumbnail-overlay {
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- position: absolute
- }
-
- .trc_related_container .whatsThisSyndicated {
- position: absolute;
- cursor: pointer
- }
-
- .trc_related_container .whatsThisSyndicated.a-bottom-right,
- .trc_related_container .static-text.bottom-right {
- bottom: 0;
- right: 0
- }
-
- .trc_related_container .whatsThisSyndicated.a-top-right,
- .trc_related_container .static-text.top-right {
- top: 0;
- right: 0
- }
-
- .trc_related_container .whatsThisSyndicated.a-bottom-left,
- .trc_related_container .static-text.bottom-left {
- bottom: 0;
- left: 0
- }
-
- .trc_related_container .whatsThisSyndicated.a-top-left,
- .trc_related_container .static-text.top-left {
- top: 0;
- left: 0
- }
-
- .trc_related_container .videoCube .thumbBlock .branding {
- position: absolute;
- bottom: 0;
- z-index: 1;
- width: 100%;
- margin: 0;
- padding: 5px 0;
- text-align: center
- }
-
- .syndicatedItem .branding {
- margin: 0
- }
-
- .trc_related_container .videoCube .thumbBlock .static-text {
- position: absolute;
- z-index: 1;
- margin: 0;
- padding: 5px;
- background-color: #000;
- color: #fff;
- display: block;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: 400;
- text-align: left;
- text-decoration: none;
- opacity: .7
- }
-
- .trc_related_container .static-text.top {
- width: 100%;
- top: 0;
- padding: 5px 0
- }
-
- .trc_related_container .static-text.bottom {
- width: 100%;
- bottom: 0;
- padding: 2px 0
- }
-
- .trc-inplayer-rbox {
- background: #333;
- background: rgba(30, 30, 30, .9);
- *background: #333;
- bottom: 0;
- position: absolute;
- height: 300px;
- text-align: center
- }
-
- .trc-inplayer-rbox .trc_rbox_container {
- margin: 50px auto 0;
- width: 640px
- }
-
- .trc_rbox.trc-auto-size {
- width: 100%;
- height: 100%
- }
-
- .videoCube.thumbnail_under .thumbBlock {
- margin-left: 0;
- margin-right: 0
- }
-
- .videoCube.thumbnail_under .label-box-overlay {
- width: 100%;
- height: 100%;
- position: absolute;
- background: #000;
- opacity: .75;
- filter: alpha(opacity=75);
- top: 0;
- _display: none
- }
-
- .videoCube.thumbnail_under .video-labels-anchor {
- width: 100%;
- height: auto;
- position: absolute;
- z-index: 1;
- left: 0;
- bottom: 0;
- min-height: 2.58em;
- max-height: 2.58em;
- padding-top: 2px;
- padding-bottom: 2px;
- _background-color: #CECECE;
- -webkit-transition: all .2s linear;
- -moz-transition: all .2s linear;
- -ms-transition: all .2s linear;
- -o-transition: all .2s linear;
- transition: all .2s linear;
- line-height: 1.25em
- }
-
- .videoCube.thumbnail_under .video-labels-anchor span.video-title,
- .videoCube.thumbnail_under .video-labels-anchor span.branding {
- position: relative;
- z-index: 1;
- padding: 0 3px;
- margin: 0
- }
-
- .videoCube.thumbnail_under .video-title {
- min-height: 2.58em
- }
-
- .videoCube.thumbnail_under:hover .video-labels-anchor {
- opacity: 1;
- max-height: 6.45em
- }
-
- .trc-auto-size .trc_rbox_outer .trc_rbox_div {
- height: auto;
- width: auto
- }
-
- .trc-auto-size .trc_rbox_div .videoCube {
- height: auto
- }
-
- .trc-auto-size .trc_rbox_div .videoCube.trc-first-recommendation {
- margin-top: 0
- }
-
- .trc_rbox .trc_rbox_outer .trc_rbox_div .videoCube.trc-first-in-row {
- margin-left: 0
- }
-
- .trc_elastic .trc_rbox {
- width: auto
- }
-
- .trc_elastic .videoCube {
- overflow: hidden
- }
-
- .trc_elastic .videoCube .thumbBlock {
- display: block;
- background-color: transparent;
- background-position: center center;
- background-repeat: no-repeat;
- background-size: cover;
- position: absolute;
- display: inline-block;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- margin-left: 0;
- margin-right: 0
- }
-
- .trc_elastic .thumbBlock_holder {
- position: relative;
- width: 100%
- }
-
- .trc_elastic .thumbnail_start .thumbBlock_holder {
- float: left;
- margin-right: 10px
- }
-
- .trc_elastic .videoCube_aspect {
- width: 1px
- }
-
- .trc_elastic .trc_rbox .trc_rbox_div {
- height: auto
- }
-
- .trc_elastic .video-label-box {
- display: block
- }
-
- .trc_user_adChoice_btn {
- background: url(//cdn.taboola.com/libtrc/static/thumbnails/3aadbb71016ecd7a194bbe2791777e9a.png) no-repeat scroll 0 0 rgba(255, 255, 255, .7);
- border-radius: 0 0 0 5px;
- width: 16px;
- height: 16px;
- position: absolute;
- right: 0;
- top: 0;
- z-index: 9000;
- cursor: pointer;
- visibility: hidden
- }
-
- .trc_user_adChoice_anchor {
- width: 100%;
- height: 100%;
- position: absolute
- }
-
- .videoCube:hover .trc_user_adChoice_btn,
- .videoCube_hover .trc_user_adChoice_btn {
- visibility: visible
- }
-
- .trc_user_exclude_btn {
- background: url(//cdn.taboola.com/libtrc/static/thumbnails/f539211219b796ffbb49949997c764f0.png) no-repeat scroll 0 0 transparent;
- width: 12px;
- height: 12px;
- position: absolute;
- right: 2px;
- top: 2px;
- z-index: 9000;
- cursor: pointer;
- visibility: hidden
- }
-
- .trc_undo_btn {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 11px;
- line-height: 14px;
- font-weight: 400;
- color: #36C;
- text-decoration: underline;
- cursor: pointer;
- position: absolute;
- right: 2px;
- top: 2px;
- padding: 0 1px;
- z-index: 11000;
- visibility: hidden
- }
-
- .videoCube:hover .trc_user_exclude_btn,
- .videoCube_hover .trc_user_exclude_btn,
- .trc_user_excluded.videoCube:hover .trc_undo_btn,
- .trc_user_excluded.videoCube_hover .trc_undo_btn,
- .trc_undo_btn.trc_anchor {
- visibility: visible
- }
-
- .videoCube.trc_user_excluded .trc_user_exclude_btn {
- visibility: hidden
- }
-
- .trc_fade {
- opacity: 0;
- filter: alpha(opacity=0);
- visibility: hidden;
- transition: opacity 500ms 0s, visibility 0s 500ms;
- -webkit-transition: opacity 500ms 0s, visibility 0s 500ms;
- -moz-transition: opacity 500ms 0s, visibility 0s 500ms;
- -o-transition: opacity 500ms 0s, visibility 0s 500ms;
- -ms-transition: opacity 500ms 0s, visibility 0s 500ms
- }
-
- .trc_fade.trc_in,
- .trc_user_excluded .trc_exclude_overlay {
- visibility: visible;
- opacity: 1;
- filter: alpha(opacity=100);
- transition-delay: 0s, 0s;
- -moz-transition-delay: 0s, 0s;
- -webkit-transition-delay: 0s, 0s;
- -o-transition-delay: 0s, 0s;
- -ms-transition-delay: 0s, 0s
- }
-
- .trc_excludable .trc_exclude_overlay {
- position: absolute;
- z-index: 10000;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- cursor: default;
- background-color: #fff
- }
-
- .videoCube.trc_excludable .trc_exclude_overlay.trc_fade {
- filter: alpha(opacity=80)\9
- }
-
- .videoCube.trc_user_excluded .trc_exclude_overlay {
- visibility: visible;
- opacity: .8;
- filter: alpha(opacity=80)
- }
-
- .videoCube.trc_user_excluded .thumbBlock {
- filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
- filter: gray;
- -webkit-filter: grayscale(100%)
- }
-
- .videoCube.trc_user_excluded:hover a .video-label-box .video-title,
- .videoCube_hover.trc_user_excluded a .video-label-box .video-title {
- text-decoration: none
- }
-
- .videoCube.trc_user_excluded a .video-label-box *,
- .videoCube.trc_user_excluded:hover a .video-label-box *,
- .videoCube_hover.trc_user_excluded a .video-label-box * {
- color: #000;
- overflow: hidden;
- -webkit-transition: color 500ms 0s;
- -moz-transition: color 500ms 0s;
- -ms-transition: color 500ms 0s;
- -o-transition: color 500ms 0s;
- transition: color 500ms 0s
- }
-
- .videoCube.trc_user_excluded a .video-label-box .label-box-overlay {
- background-color: #BBB;
- -webkit-transition: background-color 500ms 0s;
- -moz-transition: background-color 500ms 0s;
- -ms-transition: background-color 500ms 0s;
- -o-transition: background-color 500ms 0s;
- transition: background-color 500ms 0s
- }
-
- .videoCube.thumbnail_under.trc_user_excluded .video-labels-anchor,
- .videoCube.thumbnail_under.trc_user_excluded:hover .video-labels-anchor {
- max-height: none;
- -webkit-transition: none;
- -moz-transition: none;
- -ms-transition: none;
- -o-transition: none;
- transition: none
- }
-
- .trc_related_container .trc_clearer {
- clear: both;
- height: 0;
- overflow: hidden;
- font-size: 0;
- line-height: 0;
- visibility: hidden
- }
-
- .link-adc {
- float: right!important
- }
-
- .trc-widget-footer .link-adc a .trc_adc_wrapper,
- .trc_header_ext .link-adc a .trc_adc_wrapper {
- vertical-align: baseline;
- height: 15px;
- width: 19px;
- display: inline-block;
- position: relative
- }
-
- .trc-widget-footer .link-adc a .trc_adc_s_logo,
- .trc_header_ext .link-adc a .trc_adc_s_logo,
- .trc-widget-footer .link-adc a .trc_adc_b_logo,
- .trc_header_ext .link-adc a .trc_adc_b_logo {
- vertical-align: middle;
- height: 15px;
- display: inline-block;
- margin-top: -1px
- }
-
- .trc-widget-footer .link-adc a .trc_adc_s_logo,
- .trc_header_ext .link-adc a .trc_adc_s_logo {
- width: 19px;
- background: url(//cdn.taboola.com/libtrc/static/thumbnails/3aadbb71016ecd7a194bbe2791777e9a.png) no-repeat!important
- }
-
- .trc-widget-footer .link-adc a .trc_adc_b_logo,
- .trc_header_ext .link-adc a .trc_adc_b_logo {
- width: 77px;
- background: #fff url(//cdn.taboola.com/libtrc/static/thumbnails/0781f9c5a8637d1e162874f157460048.png) no-repeat!important;
- right: -1px;
- display: none;
- position: absolute
- }
-
- .trc_mobile_disclosure_link,
- .trc_mobile_attribution_link,
- .trc_mobile_adc_link {
- display: none
- }
-
- .trc_desktop_disclosure_link,
- .trc_desktop_attribution_link,
- .trc_desktop_adc_link {
- display: inline
- }
-
- @media screen and (max-width:767px) {
- .trc_mobile_disclosure_link {
- display: inline
- }
- .trc_mobile_attribution_link {
- display: inline
- }
- .trc_mobile_adc_link {
- display: inline
- }
- .trc_desktop_disclosure_link {
- display: none
- }
- .trc_desktop_attribution_link {
- display: none
- }
- .trc_desktop_adc_link {
- display: none
- }
- }
-
- .trc_in_iframe .trc_mobile_attribution_link,
- .trc_in_iframe .trc_mobile_disclosure_link {
- display: inline
- }
-
- .trc_in_iframe .trc_desktop_attribution_link,
- .trc_in_iframe .trc_desktop_disclosure_link {
- display: none
- }
-
- .trc_related_container .logoDiv,
- .trc_related_container .trc_header_ext .logoDiv {
- float: right
- }
-
- .trc_related_container .logoDiv+.logoDiv {
- margin-right: 2px
- }
-
- .trc_related_container .attribution-disclosure-link-sponsored,
- .trc_related_container .attribution-disclosure-link-hybrid {
- display: none
- }
-
- .trc_related_container .trc-content-sponsored .attribution-disclosure-link-sponsored {
- display: block
- }
-
- .trc_related_container .trc-content-hybrid .attribution-disclosure-link-hybrid {
- display: block
- }
-
- .trc_related_container .trc-widget-footer:hover a span,
- .trc_related_container .trc_header_ext:hover a span {
- text-decoration: underline!important
- }
-
- .logoDiv a span.trc_logos_v_align {
- display: inline-block!important;
- font-size: 15px!important;
- line-height: 1em!important;
- width: 0!important
- }
-
- .trc_related_container .trc_header_ext:hover a span.trc_logos_v_align,
- .trc_related_container .trc_header_ext:hover a span.trc_adc_wrapper,
- .trc_related_container .trc-widget-footer:hover a span.trc_logos_v_align,
- .trc_related_container .trc-widget-footer:hover a span.trc_adc_wrapper {
- text-decoration: none!important
- }
-
- .trc_related_container {
- clear: both
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 88.0px;
- *height: 88.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .video-label,
- .ab_ab_thumbnails-d_3x3_size-round-10 .sponsored,
- .ab_ab_thumbnails-d_3x3_size-round-10 .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 div.videoCube:hover,
- .ab_ab_thumbnails-d_3x3_size-round-10 div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 div.sponsored-default:hover,
- .ab_ab_thumbnails-d_3x3_size-round-10 div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube:hover .thumbnail-overlay,
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .pager_enabled {
- color: #0056b3;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_pager_counter {
- color: #000000;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .pager_disabled {
- color: #7d898f;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_pager_prev:hover,
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .video-label-box {
- text-align: left;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_pager_prev,
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_pager div {
- font-family: serif;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube:hover .thumbnail-overlay,
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .playerCube div.videoCube:hover,
- .ab_ab_thumbnails-d_3x3_size-round-10 div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 div.syndicatedItem:hover,
- .ab_ab_thumbnails-d_3x3_size-round-10 div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .syndicatedItem .video-title {
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 88.0px;
- *height: 88.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .video-label,
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .sponsored,
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor div.videoCube:hover,
- .ab_ab_thumbnails-d_3x3_size-round-10-factor div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor div.sponsored-default:hover,
- .ab_ab_thumbnails-d_3x3_size-round-10-factor div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube:hover .thumbnail-overlay,
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .pager_enabled {
- color: #0056b3;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_pager_counter {
- color: #000000;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .pager_disabled {
- color: #7d898f;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_pager_prev:hover,
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .video-label-box {
- text-align: left;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_pager_prev,
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_pager div {
- font-family: serif;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube:hover .thumbnail-overlay,
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .playerCube div.videoCube:hover,
- .ab_ab_thumbnails-d_3x3_size-round-10-factor div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor div.syndicatedItem:hover,
- .ab_ab_thumbnails-d_3x3_size-round-10-factor div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .syndicatedItem .video-title {
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 88.0px;
- *height: 88.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .video-label,
- .ab_ab_thumbnails-d_3x3_size-round-20 .sponsored,
- .ab_ab_thumbnails-d_3x3_size-round-20 .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 div.videoCube:hover,
- .ab_ab_thumbnails-d_3x3_size-round-20 div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 div.sponsored-default:hover,
- .ab_ab_thumbnails-d_3x3_size-round-20 div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube:hover .thumbnail-overlay,
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .pager_enabled {
- color: #0056b3;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_pager_counter {
- color: #000000;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .pager_disabled {
- color: #7d898f;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_pager_prev:hover,
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .video-label-box {
- text-align: left;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_pager_prev,
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_pager div {
- font-family: serif;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube:hover .thumbnail-overlay,
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .playerCube div.videoCube:hover,
- .ab_ab_thumbnails-d_3x3_size-round-20 div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 div.syndicatedItem:hover,
- .ab_ab_thumbnails-d_3x3_size-round-20 div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .syndicatedItem .video-title {
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .ab_thumbnails-a_abp-mode .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 15.0px;
- line-height: 20.0px;
- font-weight: bold;
- max-height: 80.0px;
- *height: 80.0px;
- color: #333;
- text-decoration: none;
- }
-
- .ab_thumbnails-a_abp-mode .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-a_abp-mode .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-a_abp-mode .video-label,
- .ab_thumbnails-a_abp-mode .sponsored,
- .ab_thumbnails-a_abp-mode .sponsored-url {
- font-family: 'Open Sans';
- }
-
- .ab_thumbnails-a_abp-mode .trc_rbox_header {
- font-family: 'Open Sans';
- font-size: 14.0px;
- font-weight: bold;
- text-decoration: none;
- color: #333;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0 0 6px 0;
- }
-
- .ab_thumbnails-a_abp-mode .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-a_abp-mode .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-a_abp-mode .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-a_abp-mode .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-a_abp-mode .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-a_abp-mode .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-a_abp-mode .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-a_abp-mode .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-a_abp-mode .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-a_abp-mode .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-a_abp-mode div.videoCube:hover,
- .ab_thumbnails-a_abp-mode div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-a_abp-mode .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-a_abp-mode div.sponsored-default:hover,
- .ab_thumbnails-a_abp-mode div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-a_abp-mode .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-a_abp-mode .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-a_abp-mode div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-a_abp-mode .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-a_abp-mode .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-a_abp-mode .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-a_abp-mode .trc_pager_prev:hover,
- .ab_thumbnails-a_abp-mode .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-a_abp-mode .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-a_abp-mode .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-a_abp-mode div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-a_abp-mode .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-a_abp-mode .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-a_abp-mode .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-a_abp-mode .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-a_abp-mode {
- width: 300px;
- _width: 300px;
- border-width: 1px 0 1px 0;
- border-style: solid;
- border-color: #CCC;
- padding: 5px 0px 5px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-a_abp-mode .trc_pager_prev,
- .ab_thumbnails-a_abp-mode .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-a_abp-mode .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-a_abp-mode .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-a_abp-mode .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-a_abp-mode .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-a_abp-mode .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-a_abp-mode .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-a_abp-mode .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-a_abp-mode .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-a_abp-mode .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-a_abp-mode .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-a_abp-mode .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-a_abp-mode .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-a_abp-mode .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-a_abp-mode .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-a_abp-mode .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-a_abp-mode .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-a_abp-mode .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-a_abp-mode .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-a_abp-mode .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-a_abp-mode .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-a_abp-mode .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-a_abp-mode .playerCube div.videoCube:hover,
- .ab_thumbnails-a_abp-mode div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-a_abp-mode .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-a_abp-mode div.syndicatedItem:hover,
- .ab_thumbnails-a_abp-mode div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-a_abp-mode div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-a_abp-mode .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-a_abp-mode .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-a_abp-mode .syndicatedItem .video-title {
- max-height: 60.0px;
- *height: 60.0px;
- color: #333;
- font-family: 'Open Sans';
- font-size: 15.0px;
- line-height: 20.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .ab_thumbnails-a_abp-mode .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-a_abp-mode .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-a_abp-mode .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-a_abp-mode .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-a_abp-mode .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-a_abp-mode .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-a_abp-mode .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-a_abp-mode .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-a_abp-mode .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-a_abp-mode .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Open Sans';
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .ab_thumbnails-d-2_row .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 88.0px;
- *height: 88.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-d-2_row .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-d-2_row .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-d-2_row .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-d-2_row .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-d-2_row .video-label,
- .ab_thumbnails-d-2_row .sponsored,
- .ab_thumbnails-d-2_row .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .ab_thumbnails-d-2_row .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-d-2_row .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-d-2_row .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-d-2_row .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d-2_row .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d-2_row .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d-2_row .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d-2_row .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d-2_row .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d-2_row .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-d-2_row .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-d-2_row .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-d-2_row div.videoCube:hover,
- .ab_thumbnails-d-2_row div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d-2_row .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-d-2_row div.sponsored-default:hover,
- .ab_thumbnails-d-2_row div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-d-2_row .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d-2_row .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-d-2_row .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-d-2_row .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-d-2_row .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-d-2_row div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-d-2_row .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-d-2_row .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-d-2_row .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-d-2_row .trc_pager_prev:hover,
- .ab_thumbnails-d-2_row .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-d-2_row .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-d-2_row .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-d-2_row div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-d-2_row .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-d-2_row .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-d-2_row .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-d-2_row .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d-2_row .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-d-2_row {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-d-2_row .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-d-2_row .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-d-2_row .trc_pager_prev,
- .ab_thumbnails-d-2_row .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d-2_row .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d-2_row .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d-2_row .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-d-2_row .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d-2_row .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-d-2_row .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-d-2_row .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-d-2_row .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-d-2_row .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-d-2_row .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d-2_row .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d-2_row .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-d-2_row .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d-2_row .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d-2_row .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-d-2_row .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-d-2_row .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-d-2_row .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d-2_row .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d-2_row .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d-2_row .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-d-2_row .playerCube div.videoCube:hover,
- .ab_thumbnails-d-2_row div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d-2_row .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-d-2_row div.syndicatedItem:hover,
- .ab_thumbnails-d-2_row div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d-2_row div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-d-2_row .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-d-2_row .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-d-2_row .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-d-2_row .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d-2_row .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-d-2_row .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-d-2_row .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-d-2_row .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-d-2_row .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-d-2_row .syndicatedItem .video-title {
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .ab_thumbnails-d-2_row .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d-2_row .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-d-2_row .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d-2_row .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d-2_row .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d-2_row .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d-2_row .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d-2_row .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d-2_row .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d-2_row .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-d-2_row .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-d-2_row .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-d-2_row .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .ab_thumbnails-d_3x3 .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 88.0px;
- *height: 88.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3 .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3 .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-d_3x3 .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-d_3x3 .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-d_3x3 .video-label,
- .ab_thumbnails-d_3x3 .sponsored,
- .ab_thumbnails-d_3x3 .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .ab_thumbnails-d_3x3 .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-d_3x3 .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-d_3x3 .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-d_3x3 .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3 .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3 .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3 .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3 .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3 .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3 .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-d_3x3 .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-d_3x3 .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-d_3x3 div.videoCube:hover,
- .ab_thumbnails-d_3x3 div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_3x3 .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-d_3x3 div.sponsored-default:hover,
- .ab_thumbnails-d_3x3 div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-d_3x3 .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_3x3 .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-d_3x3 .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-d_3x3 .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_3x3 .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_3x3 div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-d_3x3 .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-d_3x3 .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-d_3x3 .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-d_3x3 .trc_pager_prev:hover,
- .ab_thumbnails-d_3x3 .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-d_3x3 .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-d_3x3 .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-d_3x3 div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-d_3x3 .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-d_3x3 .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-d_3x3 .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-d_3x3 .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_3x3 .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-d_3x3 {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-d_3x3 .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-d_3x3 .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-d_3x3 .trc_pager_prev,
- .ab_thumbnails-d_3x3 .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3 .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3 .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3 .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-d_3x3 .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_3x3 .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-d_3x3 .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-d_3x3 .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-d_3x3 .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-d_3x3 .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-d_3x3 .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3 .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3 .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-d_3x3 .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3 .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3 .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-d_3x3 .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-d_3x3 .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_3x3 .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3 .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3 .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3 .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-d_3x3 .playerCube div.videoCube:hover,
- .ab_thumbnails-d_3x3 div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_3x3 .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-d_3x3 div.syndicatedItem:hover,
- .ab_thumbnails-d_3x3 div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_3x3 div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-d_3x3 .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-d_3x3 .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-d_3x3 .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-d_3x3 .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_3x3 .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-d_3x3 .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-d_3x3 .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-d_3x3 .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_3x3 .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3 .syndicatedItem .video-title {
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3 .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3 .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-d_3x3 .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3 .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3 .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3 .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3 .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3 .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3 .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3 .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-d_3x3 .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-d_3x3 .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-d_3x3 .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 18.0px;
- line-height: 24.0px;
- font-weight: bold;
- max-height: 96.0px;
- *height: 96.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .video-label,
- .ab_thumbnails-d_3x3-bigger-titles .sponsored,
- .ab_thumbnails-d_3x3-bigger-titles .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles div.videoCube:hover,
- .ab_thumbnails-d_3x3-bigger-titles div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles div.sponsored-default:hover,
- .ab_thumbnails-d_3x3-bigger-titles div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-d_3x3-bigger-titles .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .trc_pager_prev:hover,
- .ab_thumbnails-d_3x3-bigger-titles .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .trc_pager_prev,
- .ab_thumbnails-d_3x3-bigger-titles .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-d_3x3-bigger-titles .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .playerCube div.videoCube:hover,
- .ab_thumbnails-d_3x3-bigger-titles div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles div.syndicatedItem:hover,
- .ab_thumbnails-d_3x3-bigger-titles div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .syndicatedItem .video-title {
- max-height: 72.0px;
- *height: 72.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 18.0px;
- line-height: 24.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .ab_thumbnails-d_abp-mode .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_abp-mode .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_abp-mode .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-d_abp-mode .video-label,
- .ab_thumbnails-d_abp-mode .sponsored,
- .ab_thumbnails-d_abp-mode .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .ab_thumbnails-d_abp-mode .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-d_abp-mode .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-d_abp-mode .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-d_abp-mode .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_abp-mode .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_abp-mode .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_abp-mode .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_abp-mode .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_abp-mode .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_abp-mode .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-d_abp-mode .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-d_abp-mode div.videoCube:hover,
- .ab_thumbnails-d_abp-mode div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_abp-mode .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-d_abp-mode div.sponsored-default:hover,
- .ab_thumbnails-d_abp-mode div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-d_abp-mode .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-d_abp-mode .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_abp-mode div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-d_abp-mode .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-d_abp-mode .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-d_abp-mode .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-d_abp-mode .trc_pager_prev:hover,
- .ab_thumbnails-d_abp-mode .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-d_abp-mode .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-d_abp-mode .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-d_abp-mode div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-d_abp-mode .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-d_abp-mode .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-d_abp-mode .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-d_abp-mode .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-d_abp-mode {
- width: 300px;
- _width: 300px;
- border-width: 1px 0px 1px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 10px 0px 10px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-d_abp-mode .trc_pager_prev,
- .ab_thumbnails-d_abp-mode .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_abp-mode .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_abp-mode .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_abp-mode .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-d_abp-mode .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_abp-mode .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-d_abp-mode .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-d_abp-mode .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-d_abp-mode .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-d_abp-mode .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-d_abp-mode .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_abp-mode .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_abp-mode .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-d_abp-mode .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_abp-mode .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_abp-mode .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-d_abp-mode .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-d_abp-mode .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_abp-mode .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_abp-mode .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_abp-mode .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_abp-mode .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-d_abp-mode .playerCube div.videoCube:hover,
- .ab_thumbnails-d_abp-mode div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_abp-mode .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-d_abp-mode div.syndicatedItem:hover,
- .ab_thumbnails-d_abp-mode div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_abp-mode div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-d_abp-mode .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_abp-mode .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_abp-mode .syndicatedItem .video-title {
- max-height: 44.0px;
- *height: 44.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_abp-mode .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_abp-mode .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-d_abp-mode .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_abp-mode .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_abp-mode .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_abp-mode .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_abp-mode .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_abp-mode .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_abp-mode .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_abp-mode .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .ab_thumbnails-d_gb-read-more .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 88.0px;
- *height: 88.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_gb-read-more .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_gb-read-more .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-d_gb-read-more .video-label,
- .ab_thumbnails-d_gb-read-more .sponsored,
- .ab_thumbnails-d_gb-read-more .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .ab_thumbnails-d_gb-read-more .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-d_gb-read-more .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-d_gb-read-more .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-d_gb-read-more .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_gb-read-more .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_gb-read-more .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_gb-read-more .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_gb-read-more .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_gb-read-more .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_gb-read-more .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-d_gb-read-more .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-d_gb-read-more div.videoCube:hover,
- .ab_thumbnails-d_gb-read-more div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_gb-read-more .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-d_gb-read-more div.sponsored-default:hover,
- .ab_thumbnails-d_gb-read-more div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-d_gb-read-more .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-d_gb-read-more .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_gb-read-more div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-d_gb-read-more .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-d_gb-read-more .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-d_gb-read-more .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-d_gb-read-more .trc_pager_prev:hover,
- .ab_thumbnails-d_gb-read-more .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-d_gb-read-more .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-d_gb-read-more .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-d_gb-read-more div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-d_gb-read-more .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-d_gb-read-more .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-d_gb-read-more .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-d_gb-read-more .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-d_gb-read-more {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-d_gb-read-more .trc_pager_prev,
- .ab_thumbnails-d_gb-read-more .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_gb-read-more .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_gb-read-more .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_gb-read-more .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-d_gb-read-more .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_gb-read-more .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-d_gb-read-more .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-d_gb-read-more .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-d_gb-read-more .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-d_gb-read-more .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-d_gb-read-more .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_gb-read-more .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_gb-read-more .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-d_gb-read-more .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_gb-read-more .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_gb-read-more .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-d_gb-read-more .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-d_gb-read-more .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_gb-read-more .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_gb-read-more .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_gb-read-more .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_gb-read-more .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-d_gb-read-more .playerCube div.videoCube:hover,
- .ab_thumbnails-d_gb-read-more div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_gb-read-more .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-d_gb-read-more div.syndicatedItem:hover,
- .ab_thumbnails-d_gb-read-more div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_gb-read-more div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-d_gb-read-more .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_gb-read-more .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_gb-read-more .syndicatedItem .video-title {
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_gb-read-more .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_gb-read-more .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-d_gb-read-more .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_gb-read-more .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_gb-read-more .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_gb-read-more .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_gb-read-more .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_gb-read-more .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_gb-read-more .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_gb-read-more .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .ab_thumbnails-d_row-read-more .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 88.0px;
- *height: 88.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_row-read-more .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_row-read-more .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-d_row-read-more .video-label,
- .ab_thumbnails-d_row-read-more .sponsored,
- .ab_thumbnails-d_row-read-more .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .ab_thumbnails-d_row-read-more .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-d_row-read-more .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-d_row-read-more .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-d_row-read-more .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_row-read-more .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_row-read-more .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_row-read-more .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_row-read-more .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_row-read-more .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_row-read-more .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-d_row-read-more .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-d_row-read-more div.videoCube:hover,
- .ab_thumbnails-d_row-read-more div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_row-read-more .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-d_row-read-more div.sponsored-default:hover,
- .ab_thumbnails-d_row-read-more div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-d_row-read-more .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-d_row-read-more .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_row-read-more div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-d_row-read-more .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-d_row-read-more .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-d_row-read-more .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-d_row-read-more .trc_pager_prev:hover,
- .ab_thumbnails-d_row-read-more .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-d_row-read-more .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-d_row-read-more .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-d_row-read-more div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-d_row-read-more .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-d_row-read-more .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-d_row-read-more .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-d_row-read-more .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-d_row-read-more {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-d_row-read-more .trc_pager_prev,
- .ab_thumbnails-d_row-read-more .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_row-read-more .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_row-read-more .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_row-read-more .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-d_row-read-more .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_row-read-more .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-d_row-read-more .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-d_row-read-more .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-d_row-read-more .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-d_row-read-more .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-d_row-read-more .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_row-read-more .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_row-read-more .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-d_row-read-more .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_row-read-more .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_row-read-more .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-d_row-read-more .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-d_row-read-more .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_row-read-more .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_row-read-more .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_row-read-more .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_row-read-more .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-d_row-read-more .playerCube div.videoCube:hover,
- .ab_thumbnails-d_row-read-more div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_row-read-more .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-d_row-read-more div.syndicatedItem:hover,
- .ab_thumbnails-d_row-read-more div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_row-read-more div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-d_row-read-more .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_row-read-more .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_row-read-more .syndicatedItem .video-title {
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_row-read-more .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_row-read-more .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-d_row-read-more .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_row-read-more .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_row-read-more .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_row-read-more .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_row-read-more .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_row-read-more .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_row-read-more .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_row-read-more .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .ab_thumbnails-d_size-round-10 .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 88.0px;
- *height: 88.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10 .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10 .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-d_size-round-10 .video-label,
- .ab_thumbnails-d_size-round-10 .sponsored,
- .ab_thumbnails-d_size-round-10 .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .ab_thumbnails-d_size-round-10 .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-d_size-round-10 .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-d_size-round-10 .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-d_size-round-10 .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10 .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10 .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10 .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10 .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10 .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10 .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-d_size-round-10 .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-d_size-round-10 div.videoCube:hover,
- .ab_thumbnails-d_size-round-10 div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_size-round-10 .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-d_size-round-10 div.sponsored-default:hover,
- .ab_thumbnails-d_size-round-10 div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-d_size-round-10 .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-d_size-round-10 .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_size-round-10 div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-d_size-round-10 .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-d_size-round-10 .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-d_size-round-10 .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-d_size-round-10 .trc_pager_prev:hover,
- .ab_thumbnails-d_size-round-10 .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-d_size-round-10 .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-d_size-round-10 .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-d_size-round-10 div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-d_size-round-10 .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-d_size-round-10 .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-d_size-round-10 .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-d_size-round-10 .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-d_size-round-10 {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-d_size-round-10 .trc_pager_prev,
- .ab_thumbnails-d_size-round-10 .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10 .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10 .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10 .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-d_size-round-10 .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_size-round-10 .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-d_size-round-10 .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-d_size-round-10 .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-d_size-round-10 .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-d_size-round-10 .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-d_size-round-10 .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10 .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10 .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-d_size-round-10 .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10 .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10 .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10 .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-d_size-round-10 .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_size-round-10 .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10 .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10 .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10 .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10 .playerCube div.videoCube:hover,
- .ab_thumbnails-d_size-round-10 div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_size-round-10 .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-d_size-round-10 div.syndicatedItem:hover,
- .ab_thumbnails-d_size-round-10 div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_size-round-10 div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-d_size-round-10 .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_size-round-10 .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10 .syndicatedItem .video-title {
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10 .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10 .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-d_size-round-10 .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10 .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10 .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10 .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10 .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10 .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10 .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10 .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .ab_thumbnails-d_size-round-10-factor .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 88.0px;
- *height: 88.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-d_size-round-10-factor .video-label,
- .ab_thumbnails-d_size-round-10-factor .sponsored,
- .ab_thumbnails-d_size-round-10-factor .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .ab_thumbnails-d_size-round-10-factor .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-d_size-round-10-factor .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-d_size-round-10-factor .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-d_size-round-10-factor .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10-factor .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10-factor .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10-factor .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10-factor .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10-factor .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10-factor .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-d_size-round-10-factor .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-d_size-round-10-factor div.videoCube:hover,
- .ab_thumbnails-d_size-round-10-factor div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_size-round-10-factor .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-d_size-round-10-factor div.sponsored-default:hover,
- .ab_thumbnails-d_size-round-10-factor div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-d_size-round-10-factor .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-d_size-round-10-factor .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_size-round-10-factor div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-d_size-round-10-factor .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-d_size-round-10-factor .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-d_size-round-10-factor .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-d_size-round-10-factor .trc_pager_prev:hover,
- .ab_thumbnails-d_size-round-10-factor .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-d_size-round-10-factor .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-d_size-round-10-factor .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-d_size-round-10-factor div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-d_size-round-10-factor .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-d_size-round-10-factor .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-d_size-round-10-factor .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-d_size-round-10-factor .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-d_size-round-10-factor {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .trc_pager_prev,
- .ab_thumbnails-d_size-round-10-factor .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10-factor .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-d_size-round-10-factor .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_size-round-10-factor .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-d_size-round-10-factor .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-d_size-round-10-factor .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-d_size-round-10-factor .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-d_size-round-10-factor .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10-factor .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10-factor .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-d_size-round-10-factor .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10-factor .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10-factor .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10-factor .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-d_size-round-10-factor .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_size-round-10-factor .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10-factor .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10-factor .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10-factor .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-10-factor .playerCube div.videoCube:hover,
- .ab_thumbnails-d_size-round-10-factor div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_size-round-10-factor .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-d_size-round-10-factor div.syndicatedItem:hover,
- .ab_thumbnails-d_size-round-10-factor div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_size-round-10-factor div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-d_size-round-10-factor .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_size-round-10-factor .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .syndicatedItem .video-title {
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-d_size-round-10-factor .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-10-factor .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .ab_thumbnails-d_size-round-20 .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 88.0px;
- *height: 88.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-20 .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-20 .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-d_size-round-20 .video-label,
- .ab_thumbnails-d_size-round-20 .sponsored,
- .ab_thumbnails-d_size-round-20 .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .ab_thumbnails-d_size-round-20 .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-d_size-round-20 .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-d_size-round-20 .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-d_size-round-20 .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-20 .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-20 .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-20 .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-20 .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-20 .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-20 .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-d_size-round-20 .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-d_size-round-20 div.videoCube:hover,
- .ab_thumbnails-d_size-round-20 div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_size-round-20 .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-d_size-round-20 div.sponsored-default:hover,
- .ab_thumbnails-d_size-round-20 div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-d_size-round-20 .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-d_size-round-20 .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_size-round-20 div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-d_size-round-20 .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-d_size-round-20 .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-d_size-round-20 .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-d_size-round-20 .trc_pager_prev:hover,
- .ab_thumbnails-d_size-round-20 .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-d_size-round-20 .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-d_size-round-20 .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-d_size-round-20 div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-d_size-round-20 .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-d_size-round-20 .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-d_size-round-20 .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-d_size-round-20 .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-d_size-round-20 {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-d_size-round-20 .trc_pager_prev,
- .ab_thumbnails-d_size-round-20 .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-20 .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-20 .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-20 .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-d_size-round-20 .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_size-round-20 .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-d_size-round-20 .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-d_size-round-20 .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-d_size-round-20 .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-d_size-round-20 .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-d_size-round-20 .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-20 .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-20 .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-d_size-round-20 .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-20 .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-20 .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-20 .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-d_size-round-20 .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-d_size-round-20 .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-20 .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-20 .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-20 .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-d_size-round-20 .playerCube div.videoCube:hover,
- .ab_thumbnails-d_size-round-20 div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_size-round-20 .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-d_size-round-20 div.syndicatedItem:hover,
- .ab_thumbnails-d_size-round-20 div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_size-round-20 div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-d_size-round-20 .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-d_size-round-20 .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-20 .syndicatedItem .video-title {
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-20 .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-20 .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-d_size-round-20 .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-20 .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-20 .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-20 .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-20 .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-20 .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-20 .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-d_size-round-20 .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .ab_thumbnails-h_1x3-landscape .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- max-height: 69.0px;
- *height: 69.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x3-landscape .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x3-landscape .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-h_1x3-landscape .video-label,
- .ab_thumbnails-h_1x3-landscape .sponsored,
- .ab_thumbnails-h_1x3-landscape .sponsored-url {
- font-family: 'Fira Sans';
- }
-
- .ab_thumbnails-h_1x3-landscape .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-h_1x3-landscape .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-h_1x3-landscape .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-h_1x3-landscape .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x3-landscape .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x3-landscape .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x3-landscape .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x3-landscape .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x3-landscape .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x3-landscape .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-h_1x3-landscape .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-h_1x3-landscape div.videoCube:hover,
- .ab_thumbnails-h_1x3-landscape div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-h_1x3-landscape .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-h_1x3-landscape div.sponsored-default:hover,
- .ab_thumbnails-h_1x3-landscape div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-h_1x3-landscape .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-h_1x3-landscape .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-h_1x3-landscape div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-h_1x3-landscape .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-h_1x3-landscape .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-h_1x3-landscape .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-h_1x3-landscape .trc_pager_prev:hover,
- .ab_thumbnails-h_1x3-landscape .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-h_1x3-landscape .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-h_1x3-landscape .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-h_1x3-landscape div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-h_1x3-landscape .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-h_1x3-landscape .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-h_1x3-landscape .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-h_1x3-landscape .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-h_1x3-landscape {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-h_1x3-landscape .trc_pager_prev,
- .ab_thumbnails-h_1x3-landscape .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x3-landscape .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x3-landscape .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x3-landscape .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-h_1x3-landscape .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-h_1x3-landscape .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-h_1x3-landscape .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-h_1x3-landscape .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-h_1x3-landscape .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-h_1x3-landscape .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-h_1x3-landscape .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x3-landscape .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x3-landscape .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-h_1x3-landscape .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x3-landscape .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x3-landscape .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-h_1x3-landscape .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-h_1x3-landscape .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-h_1x3-landscape .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x3-landscape .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x3-landscape .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x3-landscape .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-h_1x3-landscape .playerCube div.videoCube:hover,
- .ab_thumbnails-h_1x3-landscape div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-h_1x3-landscape .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-h_1x3-landscape div.syndicatedItem:hover,
- .ab_thumbnails-h_1x3-landscape div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-h_1x3-landscape div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-h_1x3-landscape .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-h_1x3-landscape .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x3-landscape .syndicatedItem .video-title {
- max-height: 46.0px;
- *height: 46.0px;
- color: #000000;
- font-family: 'Fira Sans';
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x3-landscape .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x3-landscape .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-h_1x3-landscape .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x3-landscape .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x3-landscape .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x3-landscape .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x3-landscape .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x3-landscape .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x3-landscape .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x3-landscape .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: normal;
- text-decoration: none;
- font-family: 'Fira Sans';
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube.thumbnail_start .thumbBlock_holder {
- width: 34%;
- _width: 34%;
- }
-
- .ab_thumbnails-h_1x5 .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- max-height: 69.0px;
- *height: 69.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5 .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5 .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-h_1x5 .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-h_1x5 .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-h_1x5 .video-label,
- .ab_thumbnails-h_1x5 .sponsored,
- .ab_thumbnails-h_1x5 .sponsored-url {
- font-family: 'Fira Sans';
- }
-
- .ab_thumbnails-h_1x5 .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-h_1x5 .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-h_1x5 .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-h_1x5 .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5 .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5 .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5 .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5 .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5 .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5 .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-h_1x5 .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-h_1x5 .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-h_1x5 div.videoCube:hover,
- .ab_thumbnails-h_1x5 div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-h_1x5 .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-h_1x5 div.sponsored-default:hover,
- .ab_thumbnails-h_1x5 div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-h_1x5 .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-h_1x5 .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-h_1x5 .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-h_1x5 .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-h_1x5 .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-h_1x5 div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-h_1x5 .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-h_1x5 .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-h_1x5 .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-h_1x5 .trc_pager_prev:hover,
- .ab_thumbnails-h_1x5 .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-h_1x5 .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-h_1x5 .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-h_1x5 div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-h_1x5 .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-h_1x5 .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-h_1x5 .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-h_1x5 .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-h_1x5 .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-h_1x5 {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-h_1x5 .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-h_1x5 .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-h_1x5 .trc_pager_prev,
- .ab_thumbnails-h_1x5 .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5 .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5 .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5 .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-h_1x5 .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-h_1x5 .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-h_1x5 .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-h_1x5 .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-h_1x5 .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-h_1x5 .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-h_1x5 .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5 .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5 .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-h_1x5 .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5 .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5 .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-h_1x5 .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-h_1x5 .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-h_1x5 .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5 .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5 .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5 .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-h_1x5 .playerCube div.videoCube:hover,
- .ab_thumbnails-h_1x5 div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-h_1x5 .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-h_1x5 div.syndicatedItem:hover,
- .ab_thumbnails-h_1x5 div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-h_1x5 div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-h_1x5 .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-h_1x5 .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-h_1x5 .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-h_1x5 .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-h_1x5 .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-h_1x5 .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-h_1x5 .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-h_1x5 .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-h_1x5 .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5 .syndicatedItem .video-title {
- max-height: 46.0px;
- *height: 46.0px;
- color: #000000;
- font-family: 'Fira Sans';
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5 .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5 .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-h_1x5 .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5 .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5 .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5 .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5 .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5 .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5 .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5 .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: normal;
- text-decoration: none;
- font-family: 'Fira Sans';
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-h_1x5 .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-h_1x5 .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-h_1x5 .videoCube.thumbnail_start .thumbBlock_holder {
- width: 34%;
- _width: 34%;
- }
-
- .ab_thumbnails-h_1x5-landscape .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- max-height: 69.0px;
- *height: 69.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5-landscape .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5-landscape .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-h_1x5-landscape .video-label,
- .ab_thumbnails-h_1x5-landscape .sponsored,
- .ab_thumbnails-h_1x5-landscape .sponsored-url {
- font-family: 'Fira Sans';
- }
-
- .ab_thumbnails-h_1x5-landscape .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-h_1x5-landscape .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-h_1x5-landscape .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-h_1x5-landscape .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5-landscape .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5-landscape .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5-landscape .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5-landscape .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5-landscape .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5-landscape .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-h_1x5-landscape .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-h_1x5-landscape div.videoCube:hover,
- .ab_thumbnails-h_1x5-landscape div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-h_1x5-landscape .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-h_1x5-landscape div.sponsored-default:hover,
- .ab_thumbnails-h_1x5-landscape div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-h_1x5-landscape .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-h_1x5-landscape .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-h_1x5-landscape div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-h_1x5-landscape .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-h_1x5-landscape .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-h_1x5-landscape .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-h_1x5-landscape .trc_pager_prev:hover,
- .ab_thumbnails-h_1x5-landscape .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-h_1x5-landscape .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-h_1x5-landscape .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-h_1x5-landscape div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-h_1x5-landscape .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-h_1x5-landscape .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-h_1x5-landscape .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-h_1x5-landscape .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-h_1x5-landscape {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-h_1x5-landscape .trc_pager_prev,
- .ab_thumbnails-h_1x5-landscape .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5-landscape .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5-landscape .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5-landscape .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-h_1x5-landscape .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-h_1x5-landscape .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-h_1x5-landscape .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-h_1x5-landscape .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-h_1x5-landscape .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-h_1x5-landscape .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-h_1x5-landscape .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5-landscape .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5-landscape .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-h_1x5-landscape .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5-landscape .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5-landscape .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-h_1x5-landscape .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-h_1x5-landscape .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-h_1x5-landscape .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5-landscape .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5-landscape .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_1x5-landscape .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-h_1x5-landscape .playerCube div.videoCube:hover,
- .ab_thumbnails-h_1x5-landscape div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-h_1x5-landscape .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-h_1x5-landscape div.syndicatedItem:hover,
- .ab_thumbnails-h_1x5-landscape div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-h_1x5-landscape div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-h_1x5-landscape .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-h_1x5-landscape .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5-landscape .syndicatedItem .video-title {
- max-height: 46.0px;
- *height: 46.0px;
- color: #000000;
- font-family: 'Fira Sans';
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5-landscape .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5-landscape .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-h_1x5-landscape .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5-landscape .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5-landscape .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5-landscape .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5-landscape .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5-landscape .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5-landscape .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_1x5-landscape .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: normal;
- text-decoration: none;
- font-family: 'Fira Sans';
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube.thumbnail_start .thumbBlock_holder {
- width: 34%;
- _width: 34%;
- }
-
- .ab_thumbnails-h_abp-mode .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- max-height: 69.0px;
- *height: 69.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_abp-mode .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_abp-mode .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-h_abp-mode .video-label,
- .ab_thumbnails-h_abp-mode .sponsored,
- .ab_thumbnails-h_abp-mode .sponsored-url {
- font-family: 'Fira Sans';
- }
-
- .ab_thumbnails-h_abp-mode .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-h_abp-mode .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-h_abp-mode .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-h_abp-mode .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_abp-mode .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_abp-mode .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_abp-mode .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_abp-mode .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_abp-mode .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_abp-mode .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-h_abp-mode .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-h_abp-mode div.videoCube:hover,
- .ab_thumbnails-h_abp-mode div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-h_abp-mode .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-h_abp-mode div.sponsored-default:hover,
- .ab_thumbnails-h_abp-mode div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-h_abp-mode .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-h_abp-mode .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-h_abp-mode div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-h_abp-mode .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-h_abp-mode .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-h_abp-mode .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-h_abp-mode .trc_pager_prev:hover,
- .ab_thumbnails-h_abp-mode .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-h_abp-mode .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-h_abp-mode .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-h_abp-mode div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-h_abp-mode .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-h_abp-mode .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-h_abp-mode .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-h_abp-mode .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-h_abp-mode {
- width: 300px;
- _width: 300px;
- border-width: 1px 1px 1px 1px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 10px 5px 10px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-h_abp-mode .trc_pager_prev,
- .ab_thumbnails-h_abp-mode .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_abp-mode .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_abp-mode .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_abp-mode .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-h_abp-mode .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-h_abp-mode .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-h_abp-mode .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-h_abp-mode .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-h_abp-mode .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-h_abp-mode .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-h_abp-mode .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_abp-mode .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_abp-mode .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-h_abp-mode .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_abp-mode .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_abp-mode .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-h_abp-mode .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-h_abp-mode .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-h_abp-mode .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_abp-mode .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_abp-mode .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-h_abp-mode .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-h_abp-mode .playerCube div.videoCube:hover,
- .ab_thumbnails-h_abp-mode div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-h_abp-mode .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-h_abp-mode div.syndicatedItem:hover,
- .ab_thumbnails-h_abp-mode div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-h_abp-mode div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-h_abp-mode .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-h_abp-mode .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_abp-mode .syndicatedItem .video-title {
- max-height: 46.0px;
- *height: 46.0px;
- color: #000000;
- font-family: 'Fira Sans';
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_abp-mode .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_abp-mode .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-h_abp-mode .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_abp-mode .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_abp-mode .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_abp-mode .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_abp-mode .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_abp-mode .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_abp-mode .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-h_abp-mode .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: normal;
- text-decoration: none;
- font-family: 'Fira Sans';
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
- width: 34%;
- _width: 34%;
- }
-
- .ab_thumbnails-i_1x5 .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- max-height: 69.0px;
- *height: 69.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-i_1x5 .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-i_1x5 .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-i_1x5 .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-i_1x5 .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-i_1x5 .video-label,
- .ab_thumbnails-i_1x5 .sponsored,
- .ab_thumbnails-i_1x5 .sponsored-url {
- font-family: 'Fira Sans';
- }
-
- .ab_thumbnails-i_1x5 .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-i_1x5 .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-i_1x5 .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-i_1x5 .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-i_1x5 .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-i_1x5 .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-i_1x5 .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-i_1x5 .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-i_1x5 .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-i_1x5 .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-i_1x5 .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-i_1x5 .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-i_1x5 div.videoCube:hover,
- .ab_thumbnails-i_1x5 div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-i_1x5 .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-i_1x5 div.sponsored-default:hover,
- .ab_thumbnails-i_1x5 div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-i_1x5 .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-i_1x5 .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-i_1x5 .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-i_1x5 .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-i_1x5 .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-i_1x5 div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-i_1x5 .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-i_1x5 .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-i_1x5 .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-i_1x5 .trc_pager_prev:hover,
- .ab_thumbnails-i_1x5 .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-i_1x5 .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-i_1x5 .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-i_1x5 div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-i_1x5 .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-i_1x5 .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-i_1x5 .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-i_1x5 .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-i_1x5 .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-i_1x5 {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-i_1x5 .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-i_1x5 .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-i_1x5 .trc_pager_prev,
- .ab_thumbnails-i_1x5 .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-i_1x5 .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-i_1x5 .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-i_1x5 .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-i_1x5 .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-i_1x5 .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-i_1x5 .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-i_1x5 .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-i_1x5 .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-i_1x5 .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-i_1x5 .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-i_1x5 .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-i_1x5 .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-i_1x5 .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-i_1x5 .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-i_1x5 .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-i_1x5 .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-i_1x5 .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-i_1x5 .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-i_1x5 .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-i_1x5 .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-i_1x5 .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-i_1x5 .playerCube div.videoCube:hover,
- .ab_thumbnails-i_1x5 div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-i_1x5 .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-i_1x5 div.syndicatedItem:hover,
- .ab_thumbnails-i_1x5 div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-i_1x5 div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-i_1x5 .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-i_1x5 .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-i_1x5 .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-i_1x5 .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-i_1x5 .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-i_1x5 .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-i_1x5 .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-i_1x5 .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-i_1x5 .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-i_1x5 .syndicatedItem .video-title {
- max-height: 46.0px;
- *height: 46.0px;
- color: #000000;
- font-family: 'Fira Sans';
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-i_1x5 .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-i_1x5 .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-i_1x5 .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-i_1x5 .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-i_1x5 .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-i_1x5 .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-i_1x5 .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-i_1x5 .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-i_1x5 .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-i_1x5 .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: normal;
- text-decoration: none;
- font-family: 'Fira Sans';
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-i_1x5 .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-i_1x5 .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-i_1x5 .videoCube.thumbnail_start .thumbBlock_holder {
- width: 34%;
- _width: 34%;
- }
-
- .ab_thumbnails-k_abp-mode .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- max-height: 69.0px;
- *height: 69.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_abp-mode .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_abp-mode .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-k_abp-mode .video-label,
- .ab_thumbnails-k_abp-mode .sponsored,
- .ab_thumbnails-k_abp-mode .sponsored-url {
- font-family: 'Fira Sans';
- }
-
- .ab_thumbnails-k_abp-mode .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-k_abp-mode .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-k_abp-mode .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-k_abp-mode .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_abp-mode .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_abp-mode .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_abp-mode .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_abp-mode .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_abp-mode .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_abp-mode .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-k_abp-mode .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-k_abp-mode div.videoCube:hover,
- .ab_thumbnails-k_abp-mode div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_abp-mode .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-k_abp-mode div.sponsored-default:hover,
- .ab_thumbnails-k_abp-mode div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-k_abp-mode .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-k_abp-mode .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-k_abp-mode div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-k_abp-mode .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-k_abp-mode .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-k_abp-mode .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-k_abp-mode .trc_pager_prev:hover,
- .ab_thumbnails-k_abp-mode .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-k_abp-mode .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-k_abp-mode .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-k_abp-mode div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-k_abp-mode .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-k_abp-mode .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-k_abp-mode .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-k_abp-mode .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-k_abp-mode {
- width: 300px;
- _width: 300px;
- border-width: 1px 1px 1px 1px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 8px 8px 0px 8px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-k_abp-mode .trc_pager_prev,
- .ab_thumbnails-k_abp-mode .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_abp-mode .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_abp-mode .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_abp-mode .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-k_abp-mode .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_abp-mode .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-k_abp-mode .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-k_abp-mode .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-k_abp-mode .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-k_abp-mode .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-k_abp-mode .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_abp-mode .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_abp-mode .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-k_abp-mode .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_abp-mode .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_abp-mode .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-k_abp-mode .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-k_abp-mode .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-k_abp-mode .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_abp-mode .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_abp-mode .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_abp-mode .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-k_abp-mode .playerCube div.videoCube:hover,
- .ab_thumbnails-k_abp-mode div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_abp-mode .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-k_abp-mode div.syndicatedItem:hover,
- .ab_thumbnails-k_abp-mode div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_abp-mode div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-k_abp-mode .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_abp-mode .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_abp-mode .syndicatedItem .video-title {
- max-height: 46.0px;
- *height: 46.0px;
- color: #000000;
- font-family: 'Fira Sans';
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_abp-mode .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_abp-mode .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-k_abp-mode .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_abp-mode .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_abp-mode .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_abp-mode .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_abp-mode .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_abp-mode .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_abp-mode .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_abp-mode .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: normal;
- text-decoration: none;
- font-family: 'Fira Sans';
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
- width: 34%;
- _width: 34%;
- }
-
- .ab_thumbnails-k_backup .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- max-height: 69.0px;
- *height: 69.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_backup .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_backup .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-k_backup .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-k_backup .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-k_backup .video-label,
- .ab_thumbnails-k_backup .sponsored,
- .ab_thumbnails-k_backup .sponsored-url {
- font-family: 'Fira Sans';
- }
-
- .ab_thumbnails-k_backup .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-k_backup .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-k_backup .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-k_backup .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_backup .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_backup .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_backup .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_backup .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_backup .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_backup .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-k_backup .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-k_backup .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-k_backup div.videoCube:hover,
- .ab_thumbnails-k_backup div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_backup .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-k_backup div.sponsored-default:hover,
- .ab_thumbnails-k_backup div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-k_backup .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_backup .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-k_backup .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-k_backup .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-k_backup .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-k_backup div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-k_backup .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-k_backup .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-k_backup .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-k_backup .trc_pager_prev:hover,
- .ab_thumbnails-k_backup .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-k_backup .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-k_backup .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-k_backup div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-k_backup .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-k_backup .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-k_backup .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-k_backup .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_backup .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-k_backup {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-k_backup .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-k_backup .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-k_backup .trc_pager_prev,
- .ab_thumbnails-k_backup .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_backup .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_backup .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_backup .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-k_backup .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_backup .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-k_backup .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-k_backup .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-k_backup .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-k_backup .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-k_backup .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_backup .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_backup .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-k_backup .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_backup .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_backup .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-k_backup .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-k_backup .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-k_backup .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_backup .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_backup .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_backup .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-k_backup .playerCube div.videoCube:hover,
- .ab_thumbnails-k_backup div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_backup .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-k_backup div.syndicatedItem:hover,
- .ab_thumbnails-k_backup div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_backup div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-k_backup .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-k_backup .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-k_backup .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-k_backup .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_backup .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-k_backup .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-k_backup .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-k_backup .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_backup .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_backup .syndicatedItem .video-title {
- max-height: 46.0px;
- *height: 46.0px;
- color: #000000;
- font-family: 'Fira Sans';
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_backup .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_backup .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-k_backup .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_backup .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_backup .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_backup .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_backup .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_backup .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_backup .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_backup .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: normal;
- text-decoration: none;
- font-family: 'Fira Sans';
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-k_backup .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-k_backup .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-k_backup .videoCube.thumbnail_start .thumbBlock_holder {
- width: 34%;
- _width: 34%;
- }
-
- .ab_thumbnails-k_size-round-10 .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- max-height: 69.0px;
- *height: 69.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10 .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10 .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-k_size-round-10 .video-label,
- .ab_thumbnails-k_size-round-10 .sponsored,
- .ab_thumbnails-k_size-round-10 .sponsored-url {
- font-family: 'Fira Sans';
- }
-
- .ab_thumbnails-k_size-round-10 .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-k_size-round-10 .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-k_size-round-10 .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-k_size-round-10 .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10 .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10 .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10 .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10 .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10 .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10 .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-k_size-round-10 .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-k_size-round-10 div.videoCube:hover,
- .ab_thumbnails-k_size-round-10 div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_size-round-10 .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-k_size-round-10 div.sponsored-default:hover,
- .ab_thumbnails-k_size-round-10 div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-k_size-round-10 .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-k_size-round-10 .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-k_size-round-10 div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-k_size-round-10 .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-k_size-round-10 .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-k_size-round-10 .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-k_size-round-10 .trc_pager_prev:hover,
- .ab_thumbnails-k_size-round-10 .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-k_size-round-10 .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-k_size-round-10 .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-k_size-round-10 div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-k_size-round-10 .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-k_size-round-10 .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-k_size-round-10 .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-k_size-round-10 .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-k_size-round-10 {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-k_size-round-10 .trc_pager_prev,
- .ab_thumbnails-k_size-round-10 .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10 .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10 .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10 .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-k_size-round-10 .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_size-round-10 .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-k_size-round-10 .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-k_size-round-10 .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-k_size-round-10 .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-k_size-round-10 .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-k_size-round-10 .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10 .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10 .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-k_size-round-10 .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10 .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10 .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10 .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-k_size-round-10 .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-k_size-round-10 .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10 .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10 .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10 .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10 .playerCube div.videoCube:hover,
- .ab_thumbnails-k_size-round-10 div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_size-round-10 .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-k_size-round-10 div.syndicatedItem:hover,
- .ab_thumbnails-k_size-round-10 div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_size-round-10 div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-k_size-round-10 .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_size-round-10 .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10 .syndicatedItem .video-title {
- max-height: 46.0px;
- *height: 46.0px;
- color: #000000;
- font-family: 'Fira Sans';
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10 .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10 .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-k_size-round-10 .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10 .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10 .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10 .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10 .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10 .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10 .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10 .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: normal;
- text-decoration: none;
- font-family: 'Fira Sans';
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube.thumbnail_start .thumbBlock_holder {
- width: 34%;
- _width: 34%;
- }
-
- .ab_thumbnails-k_size-round-10-factor .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- max-height: 69.0px;
- *height: 69.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-k_size-round-10-factor .video-label,
- .ab_thumbnails-k_size-round-10-factor .sponsored,
- .ab_thumbnails-k_size-round-10-factor .sponsored-url {
- font-family: 'Fira Sans';
- }
-
- .ab_thumbnails-k_size-round-10-factor .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-k_size-round-10-factor .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-k_size-round-10-factor .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-k_size-round-10-factor .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10-factor .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10-factor .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10-factor .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10-factor .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10-factor .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10-factor .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-k_size-round-10-factor .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-k_size-round-10-factor div.videoCube:hover,
- .ab_thumbnails-k_size-round-10-factor div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_size-round-10-factor .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-k_size-round-10-factor div.sponsored-default:hover,
- .ab_thumbnails-k_size-round-10-factor div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-k_size-round-10-factor .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-k_size-round-10-factor .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-k_size-round-10-factor div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-k_size-round-10-factor .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-k_size-round-10-factor .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-k_size-round-10-factor .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-k_size-round-10-factor .trc_pager_prev:hover,
- .ab_thumbnails-k_size-round-10-factor .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-k_size-round-10-factor .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-k_size-round-10-factor .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-k_size-round-10-factor div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-k_size-round-10-factor .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-k_size-round-10-factor .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-k_size-round-10-factor .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-k_size-round-10-factor .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-k_size-round-10-factor {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .trc_pager_prev,
- .ab_thumbnails-k_size-round-10-factor .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10-factor .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-k_size-round-10-factor .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_size-round-10-factor .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-k_size-round-10-factor .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-k_size-round-10-factor .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-k_size-round-10-factor .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-k_size-round-10-factor .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10-factor .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10-factor .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-k_size-round-10-factor .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10-factor .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10-factor .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10-factor .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-k_size-round-10-factor .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-k_size-round-10-factor .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10-factor .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10-factor .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10-factor .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-10-factor .playerCube div.videoCube:hover,
- .ab_thumbnails-k_size-round-10-factor div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_size-round-10-factor .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-k_size-round-10-factor div.syndicatedItem:hover,
- .ab_thumbnails-k_size-round-10-factor div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_size-round-10-factor div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-k_size-round-10-factor .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_size-round-10-factor .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .syndicatedItem .video-title {
- max-height: 46.0px;
- *height: 46.0px;
- color: #000000;
- font-family: 'Fira Sans';
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-k_size-round-10-factor .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-10-factor .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: normal;
- text-decoration: none;
- font-family: 'Fira Sans';
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube.thumbnail_start .thumbBlock_holder {
- width: 34%;
- _width: 34%;
- }
-
- .ab_thumbnails-k_size-round-20 .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- max-height: 69.0px;
- *height: 69.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-20 .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-20 .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-k_size-round-20 .video-label,
- .ab_thumbnails-k_size-round-20 .sponsored,
- .ab_thumbnails-k_size-round-20 .sponsored-url {
- font-family: 'Fira Sans';
- }
-
- .ab_thumbnails-k_size-round-20 .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .ab_thumbnails-k_size-round-20 .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-k_size-round-20 .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-k_size-round-20 .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-20 .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-20 .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-20 .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-20 .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-20 .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-20 .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-k_size-round-20 .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-k_size-round-20 div.videoCube:hover,
- .ab_thumbnails-k_size-round-20 div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_size-round-20 .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-k_size-round-20 div.sponsored-default:hover,
- .ab_thumbnails-k_size-round-20 div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-k_size-round-20 .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-k_size-round-20 .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-k_size-round-20 div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-k_size-round-20 .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-k_size-round-20 .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-k_size-round-20 .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-k_size-round-20 .trc_pager_prev:hover,
- .ab_thumbnails-k_size-round-20 .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-k_size-round-20 .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-k_size-round-20 .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-k_size-round-20 div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-k_size-round-20 .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-k_size-round-20 .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-k_size-round-20 .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-k_size-round-20 .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-k_size-round-20 {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-k_size-round-20 .trc_pager_prev,
- .ab_thumbnails-k_size-round-20 .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-20 .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-20 .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-20 .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-k_size-round-20 .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_size-round-20 .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-k_size-round-20 .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-k_size-round-20 .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-k_size-round-20 .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-k_size-round-20 .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-k_size-round-20 .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-20 .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-20 .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-k_size-round-20 .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-20 .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-20 .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-20 .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-k_size-round-20 .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-k_size-round-20 .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-20 .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-20 .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-20 .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-k_size-round-20 .playerCube div.videoCube:hover,
- .ab_thumbnails-k_size-round-20 div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_size-round-20 .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-k_size-round-20 div.syndicatedItem:hover,
- .ab_thumbnails-k_size-round-20 div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_size-round-20 div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-k_size-round-20 .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-k_size-round-20 .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-20 .syndicatedItem .video-title {
- max-height: 46.0px;
- *height: 46.0px;
- color: #000000;
- font-family: 'Fira Sans';
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-20 .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-20 .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-k_size-round-20 .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-20 .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-20 .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-20 .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-20 .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-20 .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-20 .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-k_size-round-20 .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: normal;
- text-decoration: none;
- font-family: 'Fira Sans';
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube.thumbnail_start .thumbBlock_holder {
- width: 34%;
- _width: 34%;
- }
-
- .ab_thumbnails-rr_abp-mode .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 15.0px;
- line-height: 20.0px;
- font-weight: bold;
- max-height: 80.0px;
- *height: 80.0px;
- color: #333;
- text-decoration: none;
- }
-
- .ab_thumbnails-rr_abp-mode .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .ab_thumbnails-rr_abp-mode .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .ab_thumbnails-rr_abp-mode .video-label,
- .ab_thumbnails-rr_abp-mode .sponsored,
- .ab_thumbnails-rr_abp-mode .sponsored-url {
- font-family: 'Open Sans';
- }
-
- .ab_thumbnails-rr_abp-mode .trc_rbox_header {
- font-family: 'Open Sans';
- font-size: 14.0px;
- font-weight: bold;
- text-decoration: none;
- color: #444444;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0 0 6px 0;
- }
-
- .ab_thumbnails-rr_abp-mode .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .ab_thumbnails-rr_abp-mode .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .ab_thumbnails-rr_abp-mode .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-rr_abp-mode .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-rr_abp-mode .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-rr_abp-mode .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-rr_abp-mode .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-rr_abp-mode .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-rr_abp-mode .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .ab_thumbnails-rr_abp-mode .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .ab_thumbnails-rr_abp-mode div.videoCube:hover,
- .ab_thumbnails-rr_abp-mode div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-rr_abp-mode .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .ab_thumbnails-rr_abp-mode div.sponsored-default:hover,
- .ab_thumbnails-rr_abp-mode div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube:hover .thumbnail-overlay,
- .ab_thumbnails-rr_abp-mode .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-rr_abp-mode .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-rr_abp-mode div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-rr_abp-mode .pager_enabled {
- color: #0056b3;
- }
-
- .ab_thumbnails-rr_abp-mode .trc_pager_counter {
- color: #000000;
- }
-
- .ab_thumbnails-rr_abp-mode .pager_disabled {
- color: #7d898f;
- }
-
- .ab_thumbnails-rr_abp-mode .trc_pager_prev:hover,
- .ab_thumbnails-rr_abp-mode .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-rr_abp-mode .trc_pager_selected {
- color: #0056b3;
- }
-
- .ab_thumbnails-rr_abp-mode .trc_pager_unselected {
- color: #7d898f;
- }
-
- .ab_thumbnails-rr_abp-mode div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .ab_thumbnails-rr_abp-mode .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .ab_thumbnails-rr_abp-mode .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-rr_abp-mode .trc_sponsored_overlay {
- background-color: black;
- }
-
- .ab_thumbnails-rr_abp-mode .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .ab_thumbnails-rr_abp-mode {
- width: 300px;
- _width: 300px;
- border-width: 1px 0 1px 0;
- border-style: solid;
- border-color: #CCC;
- padding: 5px 0px 5px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-rr_abp-mode .trc_pager_prev,
- .ab_thumbnails-rr_abp-mode .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-rr_abp-mode .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-rr_abp-mode .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-rr_abp-mode .trc_pager div {
- font-family: serif;
- }
-
- .ab_thumbnails-rr_abp-mode .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-rr_abp-mode .playerCube:hover .thumbnail-overlay,
- .ab_thumbnails-rr_abp-mode .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .ab_thumbnails-rr_abp-mode .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .ab_thumbnails-rr_abp-mode .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .ab_thumbnails-rr_abp-mode .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .ab_thumbnails-rr_abp-mode .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-rr_abp-mode .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-rr_abp-mode .playerCube .video-label-box {
- text-align: left;
- }
-
- .ab_thumbnails-rr_abp-mode .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-rr_abp-mode .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-rr_abp-mode .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .ab_thumbnails-rr_abp-mode .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .ab_thumbnails-rr_abp-mode .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .ab_thumbnails-rr_abp-mode .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-rr_abp-mode .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-rr_abp-mode .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .ab_thumbnails-rr_abp-mode .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .ab_thumbnails-rr_abp-mode .playerCube div.videoCube:hover,
- .ab_thumbnails-rr_abp-mode div.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-rr_abp-mode .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .ab_thumbnails-rr_abp-mode div.syndicatedItem:hover,
- .ab_thumbnails-rr_abp-mode div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .ab_thumbnails-rr_abp-mode div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .ab_thumbnails-rr_abp-mode .syndicatedItem {
- background-color: transparent;
- }
-
- .ab_thumbnails-rr_abp-mode .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .ab_thumbnails-rr_abp-mode .syndicatedItem .video-title {
- max-height: 60.0px;
- *height: 60.0px;
- color: #333;
- font-family: 'Open Sans';
- font-size: 15.0px;
- line-height: 20.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .ab_thumbnails-rr_abp-mode .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-rr_abp-mode .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ab_thumbnails-rr_abp-mode .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-rr_abp-mode .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-rr_abp-mode .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-rr_abp-mode .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-rr_abp-mode .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-rr_abp-mode .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-rr_abp-mode .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .ab_thumbnails-rr_abp-mode .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Open Sans';
- background-image: null;
- text-align: left;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .alternating-thumbnails-a .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 14.0px;
- line-height: 19.0px;
- font-weight: bold;
- max-height: 76.0px;
- *height: 76.0px;
- color: #333;
- text-decoration: none;
- }
-
- .alternating-thumbnails-a .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .alternating-thumbnails-a .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .alternating-thumbnails-a .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .alternating-thumbnails-a .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .alternating-thumbnails-a .video-label,
- .alternating-thumbnails-a .sponsored,
- .alternating-thumbnails-a .sponsored-url {
- font-family: 'Open Sans';
- }
-
- .alternating-thumbnails-a .trc_rbox_header {
- font-family: 'open sans';
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #333333;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .alternating-thumbnails-a .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .alternating-thumbnails-a .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .alternating-thumbnails-a .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-a .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-a .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-a .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-a .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-a .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-a .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .alternating-thumbnails-a .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .alternating-thumbnails-a .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .alternating-thumbnails-a div.videoCube:hover,
- .alternating-thumbnails-a div.videoCube_hover {
- background-color: transparent;
- }
-
- .alternating-thumbnails-a .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .alternating-thumbnails-a div.sponsored-default:hover,
- .alternating-thumbnails-a div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .alternating-thumbnails-a .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .alternating-thumbnails-a .videoCube:hover .thumbnail-overlay,
- .alternating-thumbnails-a .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .alternating-thumbnails-a .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .alternating-thumbnails-a .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .alternating-thumbnails-a div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .alternating-thumbnails-a .pager_enabled {
- color: #0056b3;
- }
-
- .alternating-thumbnails-a .trc_pager_counter {
- color: #000000;
- }
-
- .alternating-thumbnails-a .pager_disabled {
- color: #7d898f;
- }
-
- .alternating-thumbnails-a .trc_pager_prev:hover,
- .alternating-thumbnails-a .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .alternating-thumbnails-a .trc_pager_selected {
- color: #0056b3;
- }
-
- .alternating-thumbnails-a .trc_pager_unselected {
- color: #7d898f;
- }
-
- .alternating-thumbnails-a div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .alternating-thumbnails-a .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .alternating-thumbnails-a .video-label-box {
- text-align: left;
- }
-
- .alternating-thumbnails-a .trc_sponsored_overlay {
- background-color: black;
- }
-
- .alternating-thumbnails-a .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .alternating-thumbnails-a .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .alternating-thumbnails-a {
- width: 300px;
- _width: 300px;
- border-width: 0px;
- border-style: none;
- border-color: #000000;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .alternating-thumbnails-a .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .alternating-thumbnails-a .videoCube.horizontal {
- border-style: none;
- }
-
- .alternating-thumbnails-a .trc_pager_prev,
- .alternating-thumbnails-a .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-a .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-a .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-a .trc_pager div {
- font-family: serif;
- }
-
- .alternating-thumbnails-a .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .alternating-thumbnails-a .playerCube:hover .thumbnail-overlay,
- .alternating-thumbnails-a .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .alternating-thumbnails-a .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .alternating-thumbnails-a .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .alternating-thumbnails-a .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .alternating-thumbnails-a .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-a .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-a .playerCube .video-label-box {
- text-align: left;
- }
-
- .alternating-thumbnails-a .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-a .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-a .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .alternating-thumbnails-a .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .alternating-thumbnails-a .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .alternating-thumbnails-a .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-a .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-a .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-a .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .alternating-thumbnails-a .playerCube div.videoCube:hover,
- .alternating-thumbnails-a div.videoCube_hover {
- background-color: transparent;
- }
-
- .alternating-thumbnails-a .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .alternating-thumbnails-a div.syndicatedItem:hover,
- .alternating-thumbnails-a div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .alternating-thumbnails-a div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .alternating-thumbnails-a .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .alternating-thumbnails-a .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .alternating-thumbnails-a .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .alternating-thumbnails-a .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .alternating-thumbnails-a .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .alternating-thumbnails-a .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .alternating-thumbnails-a .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .alternating-thumbnails-a .syndicatedItem {
- background-color: transparent;
- }
-
- .alternating-thumbnails-a .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .alternating-thumbnails-a .syndicatedItem .video-title {
- max-height: 57.0px;
- *height: 57.0px;
- color: #333;
- font-family: 'Open Sans';
- font-size: 14.0px;
- line-height: 19.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .alternating-thumbnails-a .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-a .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .alternating-thumbnails-a .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-a .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-a .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-a .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-a .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-a .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-a .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-a .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Open Sans';
- background-image: null;
- text-align: left;
- }
-
- .alternating-thumbnails-a .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .alternating-thumbnails-a .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .alternating-thumbnails-a .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .alternating-thumbnails-b .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 14.0px;
- line-height: 19.0px;
- font-weight: bold;
- max-height: 76.0px;
- *height: 76.0px;
- color: #333;
- text-decoration: none;
- }
-
- .alternating-thumbnails-b .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .alternating-thumbnails-b .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .alternating-thumbnails-b .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .alternating-thumbnails-b .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .alternating-thumbnails-b .video-label,
- .alternating-thumbnails-b .sponsored,
- .alternating-thumbnails-b .sponsored-url {
- font-family: 'Open Sans';
- }
-
- .alternating-thumbnails-b .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .alternating-thumbnails-b .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .alternating-thumbnails-b .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .alternating-thumbnails-b .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-b .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-b .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-b .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-b .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-b .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-b .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .alternating-thumbnails-b .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .alternating-thumbnails-b .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .alternating-thumbnails-b div.videoCube:hover,
- .alternating-thumbnails-b div.videoCube_hover {
- background-color: transparent;
- }
-
- .alternating-thumbnails-b .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .alternating-thumbnails-b div.sponsored-default:hover,
- .alternating-thumbnails-b div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .alternating-thumbnails-b .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .alternating-thumbnails-b .videoCube:hover .thumbnail-overlay,
- .alternating-thumbnails-b .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .alternating-thumbnails-b .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .alternating-thumbnails-b .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .alternating-thumbnails-b div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .alternating-thumbnails-b .pager_enabled {
- color: #0056b3;
- }
-
- .alternating-thumbnails-b .trc_pager_counter {
- color: #000000;
- }
-
- .alternating-thumbnails-b .pager_disabled {
- color: #7d898f;
- }
-
- .alternating-thumbnails-b .trc_pager_prev:hover,
- .alternating-thumbnails-b .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .alternating-thumbnails-b .trc_pager_selected {
- color: #0056b3;
- }
-
- .alternating-thumbnails-b .trc_pager_unselected {
- color: #7d898f;
- }
-
- .alternating-thumbnails-b div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .alternating-thumbnails-b .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .alternating-thumbnails-b .video-label-box {
- text-align: left;
- }
-
- .alternating-thumbnails-b .trc_sponsored_overlay {
- background-color: black;
- }
-
- .alternating-thumbnails-b .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .alternating-thumbnails-b .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .alternating-thumbnails-b {
- width: 300px;
- _width: 300px;
- border-width: 0px;
- border-style: none;
- border-color: #000000;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .alternating-thumbnails-b .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .alternating-thumbnails-b .videoCube.horizontal {
- border-style: none;
- }
-
- .alternating-thumbnails-b .trc_pager_prev,
- .alternating-thumbnails-b .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-b .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-b .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-b .trc_pager div {
- font-family: serif;
- }
-
- .alternating-thumbnails-b .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .alternating-thumbnails-b .playerCube:hover .thumbnail-overlay,
- .alternating-thumbnails-b .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .alternating-thumbnails-b .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .alternating-thumbnails-b .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .alternating-thumbnails-b .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .alternating-thumbnails-b .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-b .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-b .playerCube .video-label-box {
- text-align: left;
- }
-
- .alternating-thumbnails-b .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-b .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-b .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .alternating-thumbnails-b .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .alternating-thumbnails-b .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .alternating-thumbnails-b .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-b .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-b .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .alternating-thumbnails-b .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .alternating-thumbnails-b .playerCube div.videoCube:hover,
- .alternating-thumbnails-b div.videoCube_hover {
- background-color: transparent;
- }
-
- .alternating-thumbnails-b .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .alternating-thumbnails-b div.syndicatedItem:hover,
- .alternating-thumbnails-b div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .alternating-thumbnails-b div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .alternating-thumbnails-b .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .alternating-thumbnails-b .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .alternating-thumbnails-b .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .alternating-thumbnails-b .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .alternating-thumbnails-b .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .alternating-thumbnails-b .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .alternating-thumbnails-b .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .alternating-thumbnails-b .syndicatedItem {
- background-color: transparent;
- }
-
- .alternating-thumbnails-b .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .alternating-thumbnails-b .syndicatedItem .video-title {
- max-height: 57.0px;
- *height: 57.0px;
- color: #333;
- font-family: 'Open Sans';
- font-size: 14.0px;
- line-height: 19.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .alternating-thumbnails-b .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-b .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .alternating-thumbnails-b .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-b .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-b .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-b .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-b .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-b .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-b .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .alternating-thumbnails-b .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Open Sans';
- background-image: null;
- text-align: left;
- }
-
- .alternating-thumbnails-b .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .alternating-thumbnails-b .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .alternating-thumbnails-b .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .mobile-thumbnails-a .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 88.0px;
- *height: 88.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .mobile-thumbnails-a .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .mobile-thumbnails-a .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .mobile-thumbnails-a .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .mobile-thumbnails-a .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .mobile-thumbnails-a .video-label,
- .mobile-thumbnails-a .sponsored,
- .mobile-thumbnails-a .sponsored-url {
- font-family: georgia, times, serif;
- }
-
- .mobile-thumbnails-a .trc_rbox_header {
- font-family: georgia, times, serif;
- font-size: 18.0px;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0 0 6px 0;
- }
-
- .mobile-thumbnails-a .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .mobile-thumbnails-a .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .mobile-thumbnails-a .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .mobile-thumbnails-a .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .mobile-thumbnails-a .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .mobile-thumbnails-a .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .mobile-thumbnails-a .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .mobile-thumbnails-a .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .mobile-thumbnails-a .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .mobile-thumbnails-a .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .mobile-thumbnails-a .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .mobile-thumbnails-a div.videoCube:hover,
- .mobile-thumbnails-a div.videoCube_hover {
- background-color: transparent;
- }
-
- .mobile-thumbnails-a .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .mobile-thumbnails-a div.sponsored-default:hover,
- .mobile-thumbnails-a div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .mobile-thumbnails-a .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .mobile-thumbnails-a .videoCube:hover .thumbnail-overlay,
- .mobile-thumbnails-a .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .mobile-thumbnails-a .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .mobile-thumbnails-a .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .mobile-thumbnails-a div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .mobile-thumbnails-a .pager_enabled {
- color: #0056b3;
- }
-
- .mobile-thumbnails-a .trc_pager_counter {
- color: #000000;
- }
-
- .mobile-thumbnails-a .pager_disabled {
- color: #7d898f;
- }
-
- .mobile-thumbnails-a .trc_pager_prev:hover,
- .mobile-thumbnails-a .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .mobile-thumbnails-a .trc_pager_selected {
- color: #0056b3;
- }
-
- .mobile-thumbnails-a .trc_pager_unselected {
- color: #7d898f;
- }
-
- .mobile-thumbnails-a div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .mobile-thumbnails-a .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .mobile-thumbnails-a .video-label-box {
- text-align: left;
- }
-
- .mobile-thumbnails-a .trc_sponsored_overlay {
- background-color: black;
- }
-
- .mobile-thumbnails-a .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .mobile-thumbnails-a .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .mobile-thumbnails-a {
- width: 300px;
- _width: 300px;
- border-width: 0px;
- border-style: none;
- border-color: #000000;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .mobile-thumbnails-a .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .mobile-thumbnails-a .videoCube.horizontal {
- border-style: none;
- }
-
- .mobile-thumbnails-a .trc_pager_prev,
- .mobile-thumbnails-a .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .mobile-thumbnails-a .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .mobile-thumbnails-a .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .mobile-thumbnails-a .trc_pager div {
- font-family: serif;
- }
-
- .mobile-thumbnails-a .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .mobile-thumbnails-a .playerCube:hover .thumbnail-overlay,
- .mobile-thumbnails-a .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .mobile-thumbnails-a .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .mobile-thumbnails-a .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .mobile-thumbnails-a .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .mobile-thumbnails-a .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .mobile-thumbnails-a .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .mobile-thumbnails-a .playerCube .video-label-box {
- text-align: left;
- }
-
- .mobile-thumbnails-a .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .mobile-thumbnails-a .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .mobile-thumbnails-a .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .mobile-thumbnails-a .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .mobile-thumbnails-a .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .mobile-thumbnails-a .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .mobile-thumbnails-a .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .mobile-thumbnails-a .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .mobile-thumbnails-a .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .mobile-thumbnails-a .playerCube div.videoCube:hover,
- .mobile-thumbnails-a div.videoCube_hover {
- background-color: transparent;
- }
-
- .mobile-thumbnails-a .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .mobile-thumbnails-a div.syndicatedItem:hover,
- .mobile-thumbnails-a div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .mobile-thumbnails-a div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .mobile-thumbnails-a .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .mobile-thumbnails-a .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .mobile-thumbnails-a .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .mobile-thumbnails-a .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .mobile-thumbnails-a .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .mobile-thumbnails-a .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .mobile-thumbnails-a .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .mobile-thumbnails-a .syndicatedItem {
- background-color: transparent;
- }
-
- .mobile-thumbnails-a .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .mobile-thumbnails-a .syndicatedItem .video-title {
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- font-family: georgia, times, serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .mobile-thumbnails-a .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .mobile-thumbnails-a .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .mobile-thumbnails-a .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .mobile-thumbnails-a .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .mobile-thumbnails-a .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .mobile-thumbnails-a .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .mobile-thumbnails-a .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .mobile-thumbnails-a .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .mobile-thumbnails-a .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .mobile-thumbnails-a .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: georgia, times, serif;
- background-image: null;
- text-align: left;
- }
-
- .mobile-thumbnails-a .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .mobile-thumbnails-a .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .mobile-thumbnails-a .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .organic-thumbnails-a .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 15.0px;
- line-height: 20.0px;
- font-weight: bold;
- max-height: 80.0px;
- *height: 80.0px;
- color: #333;
- text-decoration: none;
- }
-
- .organic-thumbnails-a .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .organic-thumbnails-a .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .organic-thumbnails-a .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .organic-thumbnails-a .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .organic-thumbnails-a .video-label,
- .organic-thumbnails-a .sponsored,
- .organic-thumbnails-a .sponsored-url {
- font-family: 'Open Sans';
- }
-
- .organic-thumbnails-a .trc_rbox_header {
- font-family: 'Open Sans';
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #333;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .organic-thumbnails-a .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .organic-thumbnails-a .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .organic-thumbnails-a .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-a .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-a .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-a .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-a .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-a .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-a .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .organic-thumbnails-a .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .organic-thumbnails-a .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .organic-thumbnails-a div.videoCube:hover,
- .organic-thumbnails-a div.videoCube_hover {
- background-color: transparent;
- }
-
- .organic-thumbnails-a .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .organic-thumbnails-a div.sponsored-default:hover,
- .organic-thumbnails-a div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .organic-thumbnails-a .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-a .videoCube:hover .thumbnail-overlay,
- .organic-thumbnails-a .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .organic-thumbnails-a .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .organic-thumbnails-a .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .organic-thumbnails-a div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .organic-thumbnails-a .pager_enabled {
- color: #0056b3;
- }
-
- .organic-thumbnails-a .trc_pager_counter {
- color: #000000;
- }
-
- .organic-thumbnails-a .pager_disabled {
- color: #7d898f;
- }
-
- .organic-thumbnails-a .trc_pager_prev:hover,
- .organic-thumbnails-a .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .organic-thumbnails-a .trc_pager_selected {
- color: #0056b3;
- }
-
- .organic-thumbnails-a .trc_pager_unselected {
- color: #7d898f;
- }
-
- .organic-thumbnails-a div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .organic-thumbnails-a .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .organic-thumbnails-a .video-label-box {
- text-align: left;
- }
-
- .organic-thumbnails-a .trc_sponsored_overlay {
- background-color: black;
- }
-
- .organic-thumbnails-a .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-a .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .organic-thumbnails-a {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .organic-thumbnails-a .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .organic-thumbnails-a .videoCube.horizontal {
- border-style: none;
- }
-
- .organic-thumbnails-a .trc_pager_prev,
- .organic-thumbnails-a .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-a .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-a .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-a .trc_pager div {
- font-family: serif;
- }
-
- .organic-thumbnails-a .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-a .playerCube:hover .thumbnail-overlay,
- .organic-thumbnails-a .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .organic-thumbnails-a .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .organic-thumbnails-a .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .organic-thumbnails-a .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .organic-thumbnails-a .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-a .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-a .playerCube .video-label-box {
- text-align: left;
- }
-
- .organic-thumbnails-a .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-a .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-a .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .organic-thumbnails-a .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .organic-thumbnails-a .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .organic-thumbnails-a .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-a .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-a .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-a .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .organic-thumbnails-a .playerCube div.videoCube:hover,
- .organic-thumbnails-a div.videoCube_hover {
- background-color: transparent;
- }
-
- .organic-thumbnails-a .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .organic-thumbnails-a div.syndicatedItem:hover,
- .organic-thumbnails-a div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .organic-thumbnails-a div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .organic-thumbnails-a .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .organic-thumbnails-a .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .organic-thumbnails-a .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .organic-thumbnails-a .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-a .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .organic-thumbnails-a .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .organic-thumbnails-a .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .organic-thumbnails-a .syndicatedItem {
- background-color: transparent;
- }
-
- .organic-thumbnails-a .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .organic-thumbnails-a .syndicatedItem .video-title {
- max-height: 60.0px;
- *height: 60.0px;
- color: #333;
- font-family: 'Open Sans';
- font-size: 15.0px;
- line-height: 20.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .organic-thumbnails-a .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-a .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .organic-thumbnails-a .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-a .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-a .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-a .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-a .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-a .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-a .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-a .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Open Sans';
- background-image: null;
- text-align: left;
- }
-
- .organic-thumbnails-a .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .organic-thumbnails-a .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .organic-thumbnails-a .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .organic-thumbnails-b .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 18.0px;
- font-weight: bold;
- max-height: 54.0px;
- *height: 54.0px;
- color: #660046;
- text-decoration: none;
- }
-
- .organic-thumbnails-b .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .organic-thumbnails-b .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .organic-thumbnails-b .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .organic-thumbnails-b .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .organic-thumbnails-b .video-label,
- .organic-thumbnails-b .sponsored,
- .organic-thumbnails-b .sponsored-url {
- font-family: 'Open Sans', sans-serif;
- }
-
- .organic-thumbnails-b .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .organic-thumbnails-b .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .organic-thumbnails-b .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .organic-thumbnails-b .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-b .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-b .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-b .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-b .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-b .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-b .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .organic-thumbnails-b .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .organic-thumbnails-b .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .organic-thumbnails-b div.videoCube:hover,
- .organic-thumbnails-b div.videoCube_hover {
- background-color: transparent;
- }
-
- .organic-thumbnails-b .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .organic-thumbnails-b div.sponsored-default:hover,
- .organic-thumbnails-b div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .organic-thumbnails-b .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-b .videoCube:hover .thumbnail-overlay,
- .organic-thumbnails-b .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .organic-thumbnails-b .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .organic-thumbnails-b .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .organic-thumbnails-b div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .organic-thumbnails-b .pager_enabled {
- color: #0056b3;
- }
-
- .organic-thumbnails-b .trc_pager_counter {
- color: #000000;
- }
-
- .organic-thumbnails-b .pager_disabled {
- color: #7d898f;
- }
-
- .organic-thumbnails-b .trc_pager_prev:hover,
- .organic-thumbnails-b .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .organic-thumbnails-b .trc_pager_selected {
- color: #0056b3;
- }
-
- .organic-thumbnails-b .trc_pager_unselected {
- color: #7d898f;
- }
-
- .organic-thumbnails-b div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .organic-thumbnails-b .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .organic-thumbnails-b .video-label-box {
- text-align: left;
- }
-
- .organic-thumbnails-b .trc_sponsored_overlay {
- background-color: black;
- }
-
- .organic-thumbnails-b .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-b .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .organic-thumbnails-b {
- width: 300px;
- _width: 300px;
- border-width: 0px;
- border-style: none;
- border-color: #000000;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .organic-thumbnails-b .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .organic-thumbnails-b .videoCube.horizontal {
- border-style: none;
- }
-
- .organic-thumbnails-b .trc_pager_prev,
- .organic-thumbnails-b .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-b .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-b .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-b .trc_pager div {
- font-family: serif;
- }
-
- .organic-thumbnails-b .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-b .playerCube:hover .thumbnail-overlay,
- .organic-thumbnails-b .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .organic-thumbnails-b .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .organic-thumbnails-b .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .organic-thumbnails-b .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .organic-thumbnails-b .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-b .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-b .playerCube .video-label-box {
- text-align: left;
- }
-
- .organic-thumbnails-b .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-b .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-b .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .organic-thumbnails-b .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .organic-thumbnails-b .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .organic-thumbnails-b .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-b .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-b .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-b .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .organic-thumbnails-b .playerCube div.videoCube:hover,
- .organic-thumbnails-b div.videoCube_hover {
- background-color: transparent;
- }
-
- .organic-thumbnails-b .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .organic-thumbnails-b div.syndicatedItem:hover,
- .organic-thumbnails-b div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .organic-thumbnails-b div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .organic-thumbnails-b .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .organic-thumbnails-b .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .organic-thumbnails-b .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .organic-thumbnails-b .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-b .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .organic-thumbnails-b .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .organic-thumbnails-b .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .organic-thumbnails-b .syndicatedItem {
- background-color: transparent;
- }
-
- .organic-thumbnails-b .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .organic-thumbnails-b .syndicatedItem .video-title {
- max-height: 37.0px;
- *height: 37.0px;
- color: #660046;
- font-family: 'Open Sans', sans-serif;
- font-size: 16.0px;
- line-height: 18.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .organic-thumbnails-b .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-b .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .organic-thumbnails-b .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-b .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-b .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-b .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-b .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-b .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-b .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-b .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Open Sans', sans-serif;
- background-image: null;
- text-align: left;
- }
-
- .organic-thumbnails-b .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .organic-thumbnails-b .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .organic-thumbnails-b .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .organic-thumbnails-d .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 88.0px;
- *height: 88.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .organic-thumbnails-d .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .organic-thumbnails-d .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .organic-thumbnails-d .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .organic-thumbnails-d .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .organic-thumbnails-d .video-label,
- .organic-thumbnails-d .sponsored,
- .organic-thumbnails-d .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .organic-thumbnails-d .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .organic-thumbnails-d .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .organic-thumbnails-d .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .organic-thumbnails-d .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .organic-thumbnails-d .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .organic-thumbnails-d .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .organic-thumbnails-d div.videoCube:hover,
- .organic-thumbnails-d div.videoCube_hover {
- background-color: transparent;
- }
-
- .organic-thumbnails-d .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .organic-thumbnails-d div.sponsored-default:hover,
- .organic-thumbnails-d div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .organic-thumbnails-d .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-d .videoCube:hover .thumbnail-overlay,
- .organic-thumbnails-d .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .organic-thumbnails-d .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .organic-thumbnails-d .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .organic-thumbnails-d div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .organic-thumbnails-d .pager_enabled {
- color: #0056b3;
- }
-
- .organic-thumbnails-d .trc_pager_counter {
- color: #000000;
- }
-
- .organic-thumbnails-d .pager_disabled {
- color: #7d898f;
- }
-
- .organic-thumbnails-d .trc_pager_prev:hover,
- .organic-thumbnails-d .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .organic-thumbnails-d .trc_pager_selected {
- color: #0056b3;
- }
-
- .organic-thumbnails-d .trc_pager_unselected {
- color: #7d898f;
- }
-
- .organic-thumbnails-d div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .organic-thumbnails-d .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .organic-thumbnails-d .video-label-box {
- text-align: left;
- }
-
- .organic-thumbnails-d .trc_sponsored_overlay {
- background-color: black;
- }
-
- .organic-thumbnails-d .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-d .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .organic-thumbnails-d {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .organic-thumbnails-d .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .organic-thumbnails-d .videoCube.horizontal {
- border-style: none;
- }
-
- .organic-thumbnails-d .trc_pager_prev,
- .organic-thumbnails-d .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d .trc_pager div {
- font-family: serif;
- }
-
- .organic-thumbnails-d .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-d .playerCube:hover .thumbnail-overlay,
- .organic-thumbnails-d .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .organic-thumbnails-d .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .organic-thumbnails-d .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .organic-thumbnails-d .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .organic-thumbnails-d .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d .playerCube .video-label-box {
- text-align: left;
- }
-
- .organic-thumbnails-d .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .organic-thumbnails-d .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .organic-thumbnails-d .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .organic-thumbnails-d .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .organic-thumbnails-d .playerCube div.videoCube:hover,
- .organic-thumbnails-d div.videoCube_hover {
- background-color: transparent;
- }
-
- .organic-thumbnails-d .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .organic-thumbnails-d div.syndicatedItem:hover,
- .organic-thumbnails-d div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .organic-thumbnails-d div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .organic-thumbnails-d .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .organic-thumbnails-d .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .organic-thumbnails-d .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .organic-thumbnails-d .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-d .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .organic-thumbnails-d .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .organic-thumbnails-d .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .organic-thumbnails-d .syndicatedItem {
- background-color: transparent;
- }
-
- .organic-thumbnails-d .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .organic-thumbnails-d .syndicatedItem .video-title {
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .organic-thumbnails-d .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .organic-thumbnails-d .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .organic-thumbnails-d .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .organic-thumbnails-d .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .organic-thumbnails-d .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .organic-thumbnails-d-2 .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 88.0px;
- *height: 88.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .organic-thumbnails-d-2 .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .organic-thumbnails-d-2 .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .organic-thumbnails-d-2 .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .organic-thumbnails-d-2 .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .organic-thumbnails-d-2 .video-label,
- .organic-thumbnails-d-2 .sponsored,
- .organic-thumbnails-d-2 .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .organic-thumbnails-d-2 .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .organic-thumbnails-d-2 .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .organic-thumbnails-d-2 .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .organic-thumbnails-d-2 .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d-2 .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d-2 .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d-2 .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d-2 .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d-2 .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d-2 .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .organic-thumbnails-d-2 .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .organic-thumbnails-d-2 .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .organic-thumbnails-d-2 div.videoCube:hover,
- .organic-thumbnails-d-2 div.videoCube_hover {
- background-color: transparent;
- }
-
- .organic-thumbnails-d-2 .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .organic-thumbnails-d-2 div.sponsored-default:hover,
- .organic-thumbnails-d-2 div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .organic-thumbnails-d-2 .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-d-2 .videoCube:hover .thumbnail-overlay,
- .organic-thumbnails-d-2 .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .organic-thumbnails-d-2 .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .organic-thumbnails-d-2 .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .organic-thumbnails-d-2 div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .organic-thumbnails-d-2 .pager_enabled {
- color: #0056b3;
- }
-
- .organic-thumbnails-d-2 .trc_pager_counter {
- color: #000000;
- }
-
- .organic-thumbnails-d-2 .pager_disabled {
- color: #7d898f;
- }
-
- .organic-thumbnails-d-2 .trc_pager_prev:hover,
- .organic-thumbnails-d-2 .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .organic-thumbnails-d-2 .trc_pager_selected {
- color: #0056b3;
- }
-
- .organic-thumbnails-d-2 .trc_pager_unselected {
- color: #7d898f;
- }
-
- .organic-thumbnails-d-2 div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .organic-thumbnails-d-2 .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .organic-thumbnails-d-2 .video-label-box {
- text-align: left;
- }
-
- .organic-thumbnails-d-2 .trc_sponsored_overlay {
- background-color: black;
- }
-
- .organic-thumbnails-d-2 .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-d-2 .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .organic-thumbnails-d-2 {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .organic-thumbnails-d-2 .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .organic-thumbnails-d-2 .videoCube.horizontal {
- border-style: none;
- }
-
- .organic-thumbnails-d-2 .trc_pager_prev,
- .organic-thumbnails-d-2 .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d-2 .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d-2 .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d-2 .trc_pager div {
- font-family: serif;
- }
-
- .organic-thumbnails-d-2 .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-d-2 .playerCube:hover .thumbnail-overlay,
- .organic-thumbnails-d-2 .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .organic-thumbnails-d-2 .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .organic-thumbnails-d-2 .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .organic-thumbnails-d-2 .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .organic-thumbnails-d-2 .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d-2 .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d-2 .playerCube .video-label-box {
- text-align: left;
- }
-
- .organic-thumbnails-d-2 .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d-2 .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d-2 .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .organic-thumbnails-d-2 .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .organic-thumbnails-d-2 .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .organic-thumbnails-d-2 .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d-2 .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d-2 .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-d-2 .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .organic-thumbnails-d-2 .playerCube div.videoCube:hover,
- .organic-thumbnails-d-2 div.videoCube_hover {
- background-color: transparent;
- }
-
- .organic-thumbnails-d-2 .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .organic-thumbnails-d-2 div.syndicatedItem:hover,
- .organic-thumbnails-d-2 div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .organic-thumbnails-d-2 div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .organic-thumbnails-d-2 .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .organic-thumbnails-d-2 .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .organic-thumbnails-d-2 .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .organic-thumbnails-d-2 .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-d-2 .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .organic-thumbnails-d-2 .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .organic-thumbnails-d-2 .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .organic-thumbnails-d-2 .syndicatedItem {
- background-color: transparent;
- }
-
- .organic-thumbnails-d-2 .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .organic-thumbnails-d-2 .syndicatedItem .video-title {
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .organic-thumbnails-d-2 .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d-2 .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .organic-thumbnails-d-2 .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d-2 .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d-2 .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d-2 .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d-2 .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d-2 .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d-2 .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-d-2 .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .organic-thumbnails-d-2 .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .organic-thumbnails-d-2 .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .organic-thumbnails-d-2 .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .organic-thumbnails-e .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 88.0px;
- *height: 88.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .organic-thumbnails-e .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .organic-thumbnails-e .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .organic-thumbnails-e .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .organic-thumbnails-e .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .organic-thumbnails-e .video-label,
- .organic-thumbnails-e .sponsored,
- .organic-thumbnails-e .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .organic-thumbnails-e .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .organic-thumbnails-e .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .organic-thumbnails-e .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .organic-thumbnails-e .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-e .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-e .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-e .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-e .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-e .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-e .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .organic-thumbnails-e .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .organic-thumbnails-e .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .organic-thumbnails-e div.videoCube:hover,
- .organic-thumbnails-e div.videoCube_hover {
- background-color: transparent;
- }
-
- .organic-thumbnails-e .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .organic-thumbnails-e div.sponsored-default:hover,
- .organic-thumbnails-e div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .organic-thumbnails-e .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-e .videoCube:hover .thumbnail-overlay,
- .organic-thumbnails-e .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .organic-thumbnails-e .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .organic-thumbnails-e .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .organic-thumbnails-e div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .organic-thumbnails-e .pager_enabled {
- color: #0056b3;
- }
-
- .organic-thumbnails-e .trc_pager_counter {
- color: #000000;
- }
-
- .organic-thumbnails-e .pager_disabled {
- color: #7d898f;
- }
-
- .organic-thumbnails-e .trc_pager_prev:hover,
- .organic-thumbnails-e .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .organic-thumbnails-e .trc_pager_selected {
- color: #0056b3;
- }
-
- .organic-thumbnails-e .trc_pager_unselected {
- color: #7d898f;
- }
-
- .organic-thumbnails-e div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .organic-thumbnails-e .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .organic-thumbnails-e .video-label-box {
- text-align: left;
- }
-
- .organic-thumbnails-e .trc_sponsored_overlay {
- background-color: black;
- }
-
- .organic-thumbnails-e .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-e .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .organic-thumbnails-e {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .organic-thumbnails-e .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .organic-thumbnails-e .videoCube.horizontal {
- border-style: none;
- }
-
- .organic-thumbnails-e .trc_pager_prev,
- .organic-thumbnails-e .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-e .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-e .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-e .trc_pager div {
- font-family: serif;
- }
-
- .organic-thumbnails-e .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-e .playerCube:hover .thumbnail-overlay,
- .organic-thumbnails-e .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .organic-thumbnails-e .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .organic-thumbnails-e .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .organic-thumbnails-e .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .organic-thumbnails-e .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-e .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-e .playerCube .video-label-box {
- text-align: left;
- }
-
- .organic-thumbnails-e .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-e .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-e .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .organic-thumbnails-e .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .organic-thumbnails-e .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .organic-thumbnails-e .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-e .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-e .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-e .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .organic-thumbnails-e .playerCube div.videoCube:hover,
- .organic-thumbnails-e div.videoCube_hover {
- background-color: transparent;
- }
-
- .organic-thumbnails-e .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .organic-thumbnails-e div.syndicatedItem:hover,
- .organic-thumbnails-e div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .organic-thumbnails-e div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .organic-thumbnails-e .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .organic-thumbnails-e .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .organic-thumbnails-e .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .organic-thumbnails-e .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-e .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .organic-thumbnails-e .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .organic-thumbnails-e .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .organic-thumbnails-e .syndicatedItem {
- background-color: transparent;
- }
-
- .organic-thumbnails-e .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .organic-thumbnails-e .syndicatedItem .video-title {
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .organic-thumbnails-e .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-e .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .organic-thumbnails-e .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-e .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-e .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-e .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-e .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-e .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-e .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-e .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .organic-thumbnails-e .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .organic-thumbnails-e .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .organic-thumbnails-e .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .organic-thumbnails-mobile .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 88.0px;
- *height: 88.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .organic-thumbnails-mobile .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .organic-thumbnails-mobile .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .organic-thumbnails-mobile .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .organic-thumbnails-mobile .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .organic-thumbnails-mobile .video-label,
- .organic-thumbnails-mobile .sponsored,
- .organic-thumbnails-mobile .sponsored-url {
- font-family: georgia, times, serif;
- }
-
- .organic-thumbnails-mobile .trc_rbox_header {
- font-family: georgia, times, serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .organic-thumbnails-mobile .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .organic-thumbnails-mobile .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .organic-thumbnails-mobile .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-mobile .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-mobile .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-mobile .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-mobile .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-mobile .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-mobile .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .organic-thumbnails-mobile .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .organic-thumbnails-mobile .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .organic-thumbnails-mobile div.videoCube:hover,
- .organic-thumbnails-mobile div.videoCube_hover {
- background-color: transparent;
- }
-
- .organic-thumbnails-mobile .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .organic-thumbnails-mobile div.sponsored-default:hover,
- .organic-thumbnails-mobile div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .organic-thumbnails-mobile .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-mobile .videoCube:hover .thumbnail-overlay,
- .organic-thumbnails-mobile .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .organic-thumbnails-mobile .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .organic-thumbnails-mobile .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .organic-thumbnails-mobile div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .organic-thumbnails-mobile .pager_enabled {
- color: #0056b3;
- }
-
- .organic-thumbnails-mobile .trc_pager_counter {
- color: #000000;
- }
-
- .organic-thumbnails-mobile .pager_disabled {
- color: #7d898f;
- }
-
- .organic-thumbnails-mobile .trc_pager_prev:hover,
- .organic-thumbnails-mobile .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .organic-thumbnails-mobile .trc_pager_selected {
- color: #0056b3;
- }
-
- .organic-thumbnails-mobile .trc_pager_unselected {
- color: #7d898f;
- }
-
- .organic-thumbnails-mobile div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .organic-thumbnails-mobile .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .organic-thumbnails-mobile .video-label-box {
- text-align: left;
- }
-
- .organic-thumbnails-mobile .trc_sponsored_overlay {
- background-color: black;
- }
-
- .organic-thumbnails-mobile .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-mobile .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .organic-thumbnails-mobile {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .organic-thumbnails-mobile .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .organic-thumbnails-mobile .videoCube.horizontal {
- border-style: none;
- }
-
- .organic-thumbnails-mobile .trc_pager_prev,
- .organic-thumbnails-mobile .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-mobile .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-mobile .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-mobile .trc_pager div {
- font-family: serif;
- }
-
- .organic-thumbnails-mobile .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-mobile .playerCube:hover .thumbnail-overlay,
- .organic-thumbnails-mobile .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .organic-thumbnails-mobile .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .organic-thumbnails-mobile .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .organic-thumbnails-mobile .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .organic-thumbnails-mobile .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-mobile .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-mobile .playerCube .video-label-box {
- text-align: left;
- }
-
- .organic-thumbnails-mobile .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-mobile .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-mobile .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .organic-thumbnails-mobile .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .organic-thumbnails-mobile .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .organic-thumbnails-mobile .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-mobile .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-mobile .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .organic-thumbnails-mobile .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .organic-thumbnails-mobile .playerCube div.videoCube:hover,
- .organic-thumbnails-mobile div.videoCube_hover {
- background-color: transparent;
- }
-
- .organic-thumbnails-mobile .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .organic-thumbnails-mobile div.syndicatedItem:hover,
- .organic-thumbnails-mobile div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .organic-thumbnails-mobile div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .organic-thumbnails-mobile .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .organic-thumbnails-mobile .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .organic-thumbnails-mobile .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .organic-thumbnails-mobile .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .organic-thumbnails-mobile .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .organic-thumbnails-mobile .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .organic-thumbnails-mobile .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .organic-thumbnails-mobile .syndicatedItem {
- background-color: transparent;
- }
-
- .organic-thumbnails-mobile .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .organic-thumbnails-mobile .syndicatedItem .video-title {
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- font-family: georgia, times, serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .organic-thumbnails-mobile .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-mobile .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .organic-thumbnails-mobile .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-mobile .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-mobile .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-mobile .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-mobile .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-mobile .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-mobile .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .organic-thumbnails-mobile .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: georgia, times, serif;
- background-image: null;
- text-align: left;
- }
-
- .organic-thumbnails-mobile .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .organic-thumbnails-mobile .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .organic-thumbnails-mobile .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .rbox-blended .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- text-decoration: none;
- }
-
- .rbox-blended .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .rbox-blended .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 1px;
- padding: 0;
- }
-
- .rbox-blended .videoCube .video-duration {
- left: 36px;
- display: block;
- }
-
- .rbox-blended .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .rbox-blended .video-label,
- .rbox-blended .sponsored,
- .rbox-blended .sponsored-url {
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .rbox-blended .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16px;
- font-weight: bold;
- text-decoration: none;
- color: black;
- border-width: 0;
- background: transparent;
- border-style: none none solid none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .rbox-blended .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .rbox-blended .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .rbox-blended .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .rbox-blended .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .rbox-blended .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .rbox-blended .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .rbox-blended .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .rbox-blended .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .rbox-blended .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .rbox-blended .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .rbox-blended .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 3px;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .rbox-blended div.videoCube:hover,
- .rbox-blended div.videoCube_hover {
- background-color: transparent;
- }
-
- .rbox-blended .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .rbox-blended div.sponsored-default:hover,
- .rbox-blended div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .rbox-blended .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .rbox-blended .videoCube:hover .thumbnail-overlay,
- .rbox-blended .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .rbox-blended .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .rbox-blended .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .rbox-blended div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .rbox-blended .pager_enabled {
- color: #0056b3;
- }
-
- .rbox-blended .trc_pager_counter {
- color: #000000;
- }
-
- .rbox-blended .pager_disabled {
- color: #7d898f;
- }
-
- .rbox-blended .trc_pager_prev:hover,
- .rbox-blended .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .rbox-blended .trc_pager_selected {
- color: #0056b3;
- }
-
- .rbox-blended .trc_pager_unselected {
- color: #7d898f;
- }
-
- .rbox-blended div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .rbox-blended .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .rbox-blended .video-label-box {
- text-align: left;
- }
-
- .rbox-blended .trc_sponsored_overlay {
- background-color: black;
- }
-
- .rbox-blended .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .rbox-blended .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .rbox-blended {
- width: 300px;
- _width: 300px;
- border-width: 0px;
- border-style: solid solid solid solid;
- border-color: #000000;
- padding: 0;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .rbox-blended .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .rbox-blended .videoCube.horizontal {
- border-style: none none none solid;
- }
-
- .rbox-blended .trc_pager_prev,
- .rbox-blended .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .rbox-blended .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .rbox-blended .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .rbox-blended .trc_pager div {
- font-family: serif;
- }
-
- .rbox-blended .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .rbox-blended .playerCube:hover .thumbnail-overlay,
- .rbox-blended .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .rbox-blended .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .rbox-blended .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .rbox-blended .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .rbox-blended .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .rbox-blended .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .rbox-blended .playerCube .video-label-box {
- text-align: left;
- }
-
- .rbox-blended .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .rbox-blended .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .rbox-blended .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .rbox-blended .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .rbox-blended .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .rbox-blended .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .rbox-blended .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .rbox-blended .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .rbox-blended .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .rbox-blended .playerCube div.videoCube:hover,
- .rbox-blended div.videoCube_hover {
- background-color: transparent;
- }
-
- .rbox-blended .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .rbox-blended div.syndicatedItem:hover,
- .rbox-blended div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .rbox-blended div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .rbox-blended .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .rbox-blended .videoCube.syndicatedItem.horizontal {
- border-style: none none none solid;
- }
-
- .rbox-blended .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .rbox-blended .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .rbox-blended .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .rbox-blended .videoCube.syndicatedItem .video-duration {
- display: block;
- left: 36px;
- }
-
- .rbox-blended .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .rbox-blended .syndicatedItem {
- background-color: transparent;
- }
-
- .rbox-blended .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .rbox-blended .syndicatedItem .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .rbox-blended .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .rbox-blended .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .rbox-blended .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .rbox-blended .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .rbox-blended .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .rbox-blended .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .rbox-blended .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .rbox-blended .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .rbox-blended .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .rbox-blended .syndicatedItem .branding {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- text-align: left;
- }
-
- .rbox-blended .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: block;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .rbox-blended .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: block;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .rbox-blended .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .text-links-a .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: normal;
- font-weight: normal;
- max-height: 44.0px;
- *height: 44.0px;
- color: #281E1E;
- text-decoration: none;
- }
-
- .text-links-a .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .text-links-a .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: auto;
- border-width: 0;
- padding: 0;
- }
-
- .text-links-a .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .text-links-a .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .text-links-a .video-label,
- .text-links-a .sponsored,
- .text-links-a .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .text-links-a .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 26.0px;
- font-weight: 800;
- text-decoration: none;
- color: #281E1E;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0 0 0 0;
- }
-
- .text-links-a .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .text-links-a .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .text-links-a .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .text-links-a .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .text-links-a .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .text-links-a .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .text-links-a .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .text-links-a .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .text-links-a .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .text-links-a .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .text-links-a .videoCube {
- width: 48%;
- _width: 48%;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 3px 3px 3px 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .text-links-a div.videoCube:hover,
- .text-links-a div.videoCube_hover {
- background-color: transparent;
- }
-
- .text-links-a .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .text-links-a div.sponsored-default:hover,
- .text-links-a div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .text-links-a .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .text-links-a .videoCube:hover .thumbnail-overlay,
- .text-links-a .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .text-links-a .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .text-links-a .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .text-links-a div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .text-links-a .pager_enabled {
- color: #0056b3;
- }
-
- .text-links-a .trc_pager_counter {
- color: #000000;
- }
-
- .text-links-a .pager_disabled {
- color: #7d898f;
- }
-
- .text-links-a .trc_pager_prev:hover,
- .text-links-a .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .text-links-a .trc_pager_selected {
- color: #0056b3;
- }
-
- .text-links-a .trc_pager_unselected {
- color: #7d898f;
- }
-
- .text-links-a div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .text-links-a .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .text-links-a .video-label-box {
- text-align: left;
- }
-
- .text-links-a .trc_sponsored_overlay {
- background-color: black;
- }
-
- .text-links-a .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .text-links-a .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .text-links-a {
- width: auto;
- _width: auto;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .text-links-a .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .text-links-a .videoCube.horizontal {
- border-style: none;
- }
-
- .text-links-a .trc_pager_prev,
- .text-links-a .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .text-links-a .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .text-links-a .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .text-links-a .trc_pager div {
- font-family: serif;
- }
-
- .text-links-a .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .text-links-a .playerCube:hover .thumbnail-overlay,
- .text-links-a .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .text-links-a .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .text-links-a .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .text-links-a .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .text-links-a .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .text-links-a .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .text-links-a .playerCube .video-label-box {
- text-align: left;
- }
-
- .text-links-a .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .text-links-a .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .text-links-a .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .text-links-a .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .text-links-a .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .text-links-a .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .text-links-a .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .text-links-a .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .text-links-a .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .text-links-a .playerCube div.videoCube:hover,
- .text-links-a div.videoCube_hover {
- background-color: transparent;
- }
-
- .text-links-a .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .text-links-a div.syndicatedItem:hover,
- .text-links-a div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .text-links-a div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .text-links-a .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .text-links-a .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .text-links-a .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .text-links-a .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .text-links-a .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .text-links-a .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .text-links-a .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .text-links-a .syndicatedItem {
- background-color: transparent;
- }
-
- .text-links-a .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .text-links-a .syndicatedItem .video-title {
- max-height: 44.0px;
- *height: 44.0px;
- color: #281E1E;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: normal;
- font-weight: normal;
- text-decoration: none;
- }
-
- .text-links-a .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .text-links-a .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .text-links-a .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .text-links-a .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .text-links-a .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .text-links-a .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .text-links-a .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .text-links-a .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .text-links-a .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .text-links-a .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: normal;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .text-links-a .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .text-links-a .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .text-links-a .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .thumbnails-a .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 15.0px;
- line-height: 20.0px;
- font-weight: bold;
- max-height: 80.0px;
- *height: 80.0px;
- color: #333;
- text-decoration: none;
- }
-
- .thumbnails-a .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .thumbnails-a .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .thumbnails-a .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .thumbnails-a .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .thumbnails-a .video-label,
- .thumbnails-a .sponsored,
- .thumbnails-a .sponsored-url {
- font-family: 'Open Sans';
- }
-
- .thumbnails-a .trc_rbox_header {
- font-family: 'Open Sans';
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #333;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .thumbnails-a .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .thumbnails-a .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .thumbnails-a .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-a .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-a .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-a .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-a .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-a .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-a .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .thumbnails-a .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .thumbnails-a .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .thumbnails-a div.videoCube:hover,
- .thumbnails-a div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-a .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .thumbnails-a div.sponsored-default:hover,
- .thumbnails-a div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .thumbnails-a .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-a .videoCube:hover .thumbnail-overlay,
- .thumbnails-a .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-a .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .thumbnails-a .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-a div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-a .pager_enabled {
- color: #0056b3;
- }
-
- .thumbnails-a .trc_pager_counter {
- color: #000000;
- }
-
- .thumbnails-a .pager_disabled {
- color: #7d898f;
- }
-
- .thumbnails-a .trc_pager_prev:hover,
- .thumbnails-a .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .thumbnails-a .trc_pager_selected {
- color: #0056b3;
- }
-
- .thumbnails-a .trc_pager_unselected {
- color: #7d898f;
- }
-
- .thumbnails-a div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .thumbnails-a .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .thumbnails-a .video-label-box {
- text-align: left;
- }
-
- .thumbnails-a .trc_sponsored_overlay {
- background-color: black;
- }
-
- .thumbnails-a .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .thumbnails-a .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .thumbnails-a {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .thumbnails-a .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-a .videoCube.horizontal {
- border-style: none;
- }
-
- .thumbnails-a .trc_pager_prev,
- .thumbnails-a .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-a .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-a .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-a .trc_pager div {
- font-family: serif;
- }
-
- .thumbnails-a .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-a .playerCube:hover .thumbnail-overlay,
- .thumbnails-a .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-a .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .thumbnails-a .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .thumbnails-a .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .thumbnails-a .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-a .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-a .playerCube .video-label-box {
- text-align: left;
- }
-
- .thumbnails-a .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-a .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-a .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .thumbnails-a .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .thumbnails-a .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-a .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-a .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-a .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-a .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .thumbnails-a .playerCube div.videoCube:hover,
- .thumbnails-a div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-a .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .thumbnails-a div.syndicatedItem:hover,
- .thumbnails-a div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-a div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-a .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .thumbnails-a .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .thumbnails-a .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .thumbnails-a .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-a .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-a .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .thumbnails-a .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .thumbnails-a .syndicatedItem {
- background-color: transparent;
- }
-
- .thumbnails-a .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .thumbnails-a .syndicatedItem .video-title {
- max-height: 60.0px;
- *height: 60.0px;
- color: #333;
- font-family: 'Open Sans';
- font-size: 15.0px;
- line-height: 20.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .thumbnails-a .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-a .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .thumbnails-a .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-a .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-a .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-a .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-a .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-a .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-a .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-a .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Open Sans';
- background-image: null;
- text-align: left;
- }
-
- .thumbnails-a .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .thumbnails-a .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .thumbnails-a .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .thumbnails-b .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 15.0px;
- line-height: 20.0px;
- font-weight: bold;
- max-height: 80.0px;
- *height: 80.0px;
- color: #333;
- text-decoration: none;
- }
-
- .thumbnails-b .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .thumbnails-b .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .thumbnails-b .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .thumbnails-b .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .thumbnails-b .video-label,
- .thumbnails-b .sponsored,
- .thumbnails-b .sponsored-url {
- font-family: 'Open Sans';
- }
-
- .thumbnails-b .trc_rbox_header {
- font-family: 'Open Sans';
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #333;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .thumbnails-b .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .thumbnails-b .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .thumbnails-b .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-b .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-b .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-b .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-b .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-b .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-b .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .thumbnails-b .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .thumbnails-b .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .thumbnails-b div.videoCube:hover,
- .thumbnails-b div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-b .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .thumbnails-b div.sponsored-default:hover,
- .thumbnails-b div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .thumbnails-b .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-b .videoCube:hover .thumbnail-overlay,
- .thumbnails-b .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-b .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .thumbnails-b .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-b div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-b .pager_enabled {
- color: #0056b3;
- }
-
- .thumbnails-b .trc_pager_counter {
- color: #000000;
- }
-
- .thumbnails-b .pager_disabled {
- color: #7d898f;
- }
-
- .thumbnails-b .trc_pager_prev:hover,
- .thumbnails-b .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .thumbnails-b .trc_pager_selected {
- color: #0056b3;
- }
-
- .thumbnails-b .trc_pager_unselected {
- color: #7d898f;
- }
-
- .thumbnails-b div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .thumbnails-b .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .thumbnails-b .video-label-box {
- text-align: left;
- }
-
- .thumbnails-b .trc_sponsored_overlay {
- background-color: black;
- }
-
- .thumbnails-b .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .thumbnails-b .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .thumbnails-b {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .thumbnails-b .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-b .videoCube.horizontal {
- border-style: none;
- }
-
- .thumbnails-b .trc_pager_prev,
- .thumbnails-b .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-b .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-b .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-b .trc_pager div {
- font-family: serif;
- }
-
- .thumbnails-b .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-b .playerCube:hover .thumbnail-overlay,
- .thumbnails-b .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-b .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .thumbnails-b .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .thumbnails-b .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .thumbnails-b .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-b .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-b .playerCube .video-label-box {
- text-align: left;
- }
-
- .thumbnails-b .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-b .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-b .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .thumbnails-b .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .thumbnails-b .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-b .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-b .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-b .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-b .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .thumbnails-b .playerCube div.videoCube:hover,
- .thumbnails-b div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-b .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .thumbnails-b div.syndicatedItem:hover,
- .thumbnails-b div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-b div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-b .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .thumbnails-b .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .thumbnails-b .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .thumbnails-b .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-b .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-b .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .thumbnails-b .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .thumbnails-b .syndicatedItem {
- background-color: transparent;
- }
-
- .thumbnails-b .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .thumbnails-b .syndicatedItem .video-title {
- max-height: 60.0px;
- *height: 60.0px;
- color: #333;
- font-family: 'Open Sans';
- font-size: 15.0px;
- line-height: 20.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .thumbnails-b .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-b .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .thumbnails-b .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-b .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-b .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-b .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-b .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-b .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-b .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-b .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Open Sans';
- background-image: null;
- text-align: left;
- }
-
- .thumbnails-b .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .thumbnails-b .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .thumbnails-b .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .thumbnails-c .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 15.0px;
- line-height: 20.0px;
- font-weight: bold;
- max-height: 80.0px;
- *height: 80.0px;
- color: #333;
- text-decoration: none;
- }
-
- .thumbnails-c .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .thumbnails-c .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .thumbnails-c .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .thumbnails-c .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .thumbnails-c .video-label,
- .thumbnails-c .sponsored,
- .thumbnails-c .sponsored-url {
- font-family: 'Open Sans';
- }
-
- .thumbnails-c .trc_rbox_header {
- font-family: 'Open Sans';
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #444444;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .thumbnails-c .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .thumbnails-c .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .thumbnails-c .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-c .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-c .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-c .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-c .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-c .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-c .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .thumbnails-c .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .thumbnails-c .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .thumbnails-c div.videoCube:hover,
- .thumbnails-c div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-c .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .thumbnails-c div.sponsored-default:hover,
- .thumbnails-c div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .thumbnails-c .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-c .videoCube:hover .thumbnail-overlay,
- .thumbnails-c .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-c .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .thumbnails-c .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-c div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-c .pager_enabled {
- color: #0056b3;
- }
-
- .thumbnails-c .trc_pager_counter {
- color: #000000;
- }
-
- .thumbnails-c .pager_disabled {
- color: #7d898f;
- }
-
- .thumbnails-c .trc_pager_prev:hover,
- .thumbnails-c .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .thumbnails-c .trc_pager_selected {
- color: #0056b3;
- }
-
- .thumbnails-c .trc_pager_unselected {
- color: #7d898f;
- }
-
- .thumbnails-c div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .thumbnails-c .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .thumbnails-c .video-label-box {
- text-align: left;
- }
-
- .thumbnails-c .trc_sponsored_overlay {
- background-color: black;
- }
-
- .thumbnails-c .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .thumbnails-c .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .thumbnails-c {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .thumbnails-c .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-c .videoCube.horizontal {
- border-style: none;
- }
-
- .thumbnails-c .trc_pager_prev,
- .thumbnails-c .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-c .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-c .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-c .trc_pager div {
- font-family: serif;
- }
-
- .thumbnails-c .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-c .playerCube:hover .thumbnail-overlay,
- .thumbnails-c .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-c .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .thumbnails-c .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .thumbnails-c .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .thumbnails-c .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-c .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-c .playerCube .video-label-box {
- text-align: left;
- }
-
- .thumbnails-c .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-c .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-c .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .thumbnails-c .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .thumbnails-c .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-c .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-c .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-c .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-c .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .thumbnails-c .playerCube div.videoCube:hover,
- .thumbnails-c div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-c .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .thumbnails-c div.syndicatedItem:hover,
- .thumbnails-c div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-c div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-c .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .thumbnails-c .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .thumbnails-c .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .thumbnails-c .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-c .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-c .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .thumbnails-c .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .thumbnails-c .syndicatedItem {
- background-color: transparent;
- }
-
- .thumbnails-c .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .thumbnails-c .syndicatedItem .video-title {
- max-height: 60.0px;
- *height: 60.0px;
- color: #333;
- font-family: 'Open Sans';
- font-size: 15.0px;
- line-height: 20.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .thumbnails-c .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-c .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .thumbnails-c .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-c .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-c .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-c .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-c .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-c .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-c .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-c .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Open Sans';
- background-image: null;
- text-align: left;
- }
-
- .thumbnails-c .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .thumbnails-c .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .thumbnails-c .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .thumbnails-d .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 88.0px;
- *height: 88.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .thumbnails-d .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .thumbnails-d .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .thumbnails-d .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .thumbnails-d .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .thumbnails-d .video-label,
- .thumbnails-d .sponsored,
- .thumbnails-d .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .thumbnails-d .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .thumbnails-d .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .thumbnails-d .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .thumbnails-d .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .thumbnails-d .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .thumbnails-d .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .thumbnails-d div.videoCube:hover,
- .thumbnails-d div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-d .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .thumbnails-d div.sponsored-default:hover,
- .thumbnails-d div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .thumbnails-d .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-d .videoCube:hover .thumbnail-overlay,
- .thumbnails-d .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-d .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .thumbnails-d .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-d div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-d .pager_enabled {
- color: #0056b3;
- }
-
- .thumbnails-d .trc_pager_counter {
- color: #000000;
- }
-
- .thumbnails-d .pager_disabled {
- color: #7d898f;
- }
-
- .thumbnails-d .trc_pager_prev:hover,
- .thumbnails-d .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .thumbnails-d .trc_pager_selected {
- color: #0056b3;
- }
-
- .thumbnails-d .trc_pager_unselected {
- color: #7d898f;
- }
-
- .thumbnails-d div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .thumbnails-d .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .thumbnails-d .video-label-box {
- text-align: left;
- }
-
- .thumbnails-d .trc_sponsored_overlay {
- background-color: black;
- }
-
- .thumbnails-d .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .thumbnails-d .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .thumbnails-d {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .thumbnails-d .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-d .videoCube.horizontal {
- border-style: none;
- }
-
- .thumbnails-d .trc_pager_prev,
- .thumbnails-d .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d .trc_pager div {
- font-family: serif;
- }
-
- .thumbnails-d .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-d .playerCube:hover .thumbnail-overlay,
- .thumbnails-d .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-d .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .thumbnails-d .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .thumbnails-d .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .thumbnails-d .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d .playerCube .video-label-box {
- text-align: left;
- }
-
- .thumbnails-d .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .thumbnails-d .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .thumbnails-d .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-d .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .thumbnails-d .playerCube div.videoCube:hover,
- .thumbnails-d div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-d .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .thumbnails-d div.syndicatedItem:hover,
- .thumbnails-d div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-d div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-d .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .thumbnails-d .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .thumbnails-d .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .thumbnails-d .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-d .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-d .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .thumbnails-d .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .thumbnails-d .syndicatedItem {
- background-color: transparent;
- }
-
- .thumbnails-d .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .thumbnails-d .syndicatedItem .video-title {
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .thumbnails-d .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .thumbnails-d .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .thumbnails-d .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .thumbnails-d .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .thumbnails-d .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .thumbnails-d-2 .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 88.0px;
- *height: 88.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .thumbnails-d-2 .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .thumbnails-d-2 .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .thumbnails-d-2 .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .thumbnails-d-2 .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .thumbnails-d-2 .video-label,
- .thumbnails-d-2 .sponsored,
- .thumbnails-d-2 .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .thumbnails-d-2 .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .thumbnails-d-2 .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .thumbnails-d-2 .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .thumbnails-d-2 .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d-2 .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d-2 .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d-2 .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d-2 .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d-2 .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d-2 .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .thumbnails-d-2 .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .thumbnails-d-2 .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .thumbnails-d-2 div.videoCube:hover,
- .thumbnails-d-2 div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-d-2 .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .thumbnails-d-2 div.sponsored-default:hover,
- .thumbnails-d-2 div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .thumbnails-d-2 .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-d-2 .videoCube:hover .thumbnail-overlay,
- .thumbnails-d-2 .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-d-2 .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .thumbnails-d-2 .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-d-2 div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-d-2 .pager_enabled {
- color: #0056b3;
- }
-
- .thumbnails-d-2 .trc_pager_counter {
- color: #000000;
- }
-
- .thumbnails-d-2 .pager_disabled {
- color: #7d898f;
- }
-
- .thumbnails-d-2 .trc_pager_prev:hover,
- .thumbnails-d-2 .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .thumbnails-d-2 .trc_pager_selected {
- color: #0056b3;
- }
-
- .thumbnails-d-2 .trc_pager_unselected {
- color: #7d898f;
- }
-
- .thumbnails-d-2 div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .thumbnails-d-2 .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .thumbnails-d-2 .video-label-box {
- text-align: left;
- }
-
- .thumbnails-d-2 .trc_sponsored_overlay {
- background-color: black;
- }
-
- .thumbnails-d-2 .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .thumbnails-d-2 .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .thumbnails-d-2 {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .thumbnails-d-2 .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-d-2 .videoCube.horizontal {
- border-style: none;
- }
-
- .thumbnails-d-2 .trc_pager_prev,
- .thumbnails-d-2 .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d-2 .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d-2 .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d-2 .trc_pager div {
- font-family: serif;
- }
-
- .thumbnails-d-2 .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-d-2 .playerCube:hover .thumbnail-overlay,
- .thumbnails-d-2 .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-d-2 .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .thumbnails-d-2 .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .thumbnails-d-2 .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .thumbnails-d-2 .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d-2 .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d-2 .playerCube .video-label-box {
- text-align: left;
- }
-
- .thumbnails-d-2 .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d-2 .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d-2 .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .thumbnails-d-2 .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .thumbnails-d-2 .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-d-2 .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d-2 .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d-2 .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-d-2 .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .thumbnails-d-2 .playerCube div.videoCube:hover,
- .thumbnails-d-2 div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-d-2 .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .thumbnails-d-2 div.syndicatedItem:hover,
- .thumbnails-d-2 div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-d-2 div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-d-2 .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .thumbnails-d-2 .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .thumbnails-d-2 .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .thumbnails-d-2 .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-d-2 .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-d-2 .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .thumbnails-d-2 .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .thumbnails-d-2 .syndicatedItem {
- background-color: transparent;
- }
-
- .thumbnails-d-2 .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .thumbnails-d-2 .syndicatedItem .video-title {
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .thumbnails-d-2 .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d-2 .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .thumbnails-d-2 .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d-2 .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d-2 .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d-2 .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d-2 .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d-2 .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d-2 .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-d-2 .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .thumbnails-d-2 .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .thumbnails-d-2 .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .thumbnails-d-2 .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .thumbnails-e .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- max-height: 88.0px;
- *height: 88.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .thumbnails-e .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .thumbnails-e .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .thumbnails-e .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .thumbnails-e .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .thumbnails-e .video-label,
- .thumbnails-e .sponsored,
- .thumbnails-e .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .thumbnails-e .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .thumbnails-e .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .thumbnails-e .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .thumbnails-e .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-e .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-e .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-e .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-e .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-e .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-e .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .thumbnails-e .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .thumbnails-e .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .thumbnails-e div.videoCube:hover,
- .thumbnails-e div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-e .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .thumbnails-e div.sponsored-default:hover,
- .thumbnails-e div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .thumbnails-e .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-e .videoCube:hover .thumbnail-overlay,
- .thumbnails-e .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-e .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .thumbnails-e .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-e div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-e .pager_enabled {
- color: #0056b3;
- }
-
- .thumbnails-e .trc_pager_counter {
- color: #000000;
- }
-
- .thumbnails-e .pager_disabled {
- color: #7d898f;
- }
-
- .thumbnails-e .trc_pager_prev:hover,
- .thumbnails-e .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .thumbnails-e .trc_pager_selected {
- color: #0056b3;
- }
-
- .thumbnails-e .trc_pager_unselected {
- color: #7d898f;
- }
-
- .thumbnails-e div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .thumbnails-e .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .thumbnails-e .video-label-box {
- text-align: left;
- }
-
- .thumbnails-e .trc_sponsored_overlay {
- background-color: black;
- }
-
- .thumbnails-e .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .thumbnails-e .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .thumbnails-e {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .thumbnails-e .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-e .videoCube.horizontal {
- border-style: none;
- }
-
- .thumbnails-e .trc_pager_prev,
- .thumbnails-e .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-e .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-e .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-e .trc_pager div {
- font-family: serif;
- }
-
- .thumbnails-e .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-e .playerCube:hover .thumbnail-overlay,
- .thumbnails-e .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-e .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .thumbnails-e .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .thumbnails-e .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .thumbnails-e .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-e .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-e .playerCube .video-label-box {
- text-align: left;
- }
-
- .thumbnails-e .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-e .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-e .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .thumbnails-e .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .thumbnails-e .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-e .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-e .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-e .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-e .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .thumbnails-e .playerCube div.videoCube:hover,
- .thumbnails-e div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-e .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .thumbnails-e div.syndicatedItem:hover,
- .thumbnails-e div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-e div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-e .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .thumbnails-e .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .thumbnails-e .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .thumbnails-e .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-e .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-e .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .thumbnails-e .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .thumbnails-e .syndicatedItem {
- background-color: transparent;
- }
-
- .thumbnails-e .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .thumbnails-e .syndicatedItem .video-title {
- max-height: 66.0px;
- *height: 66.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: 22.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .thumbnails-e .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-e .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .thumbnails-e .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-e .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-e .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-e .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-e .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-e .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-e .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-e .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .thumbnails-e .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .thumbnails-e .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .thumbnails-e .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .thumbnails-f-abp .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 14.0px;
- line-height: 19.0px;
- font-weight: bold;
- max-height: 57.0px;
- *height: 57.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .thumbnails-f-abp .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .thumbnails-f-abp .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .thumbnails-f-abp .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .thumbnails-f-abp .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .thumbnails-f-abp .video-label,
- .thumbnails-f-abp .sponsored,
- .thumbnails-f-abp .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .thumbnails-f-abp .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .thumbnails-f-abp .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .thumbnails-f-abp .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .thumbnails-f-abp .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-f-abp .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-f-abp .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-f-abp .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-f-abp .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-f-abp .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-f-abp .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .thumbnails-f-abp .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .thumbnails-f-abp .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .thumbnails-f-abp div.videoCube:hover,
- .thumbnails-f-abp div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-f-abp .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .thumbnails-f-abp div.sponsored-default:hover,
- .thumbnails-f-abp div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .thumbnails-f-abp .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-f-abp .videoCube:hover .thumbnail-overlay,
- .thumbnails-f-abp .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-f-abp .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .thumbnails-f-abp .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-f-abp div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-f-abp .pager_enabled {
- color: #0056b3;
- }
-
- .thumbnails-f-abp .trc_pager_counter {
- color: #000000;
- }
-
- .thumbnails-f-abp .pager_disabled {
- color: #7d898f;
- }
-
- .thumbnails-f-abp .trc_pager_prev:hover,
- .thumbnails-f-abp .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .thumbnails-f-abp .trc_pager_selected {
- color: #0056b3;
- }
-
- .thumbnails-f-abp .trc_pager_unselected {
- color: #7d898f;
- }
-
- .thumbnails-f-abp div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .thumbnails-f-abp .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .thumbnails-f-abp .video-label-box {
- text-align: left;
- }
-
- .thumbnails-f-abp .trc_sponsored_overlay {
- background-color: black;
- }
-
- .thumbnails-f-abp .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .thumbnails-f-abp .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .thumbnails-f-abp {
- width: 300px;
- _width: 300px;
- border-width: 1px 0px 1px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 8px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .thumbnails-f-abp .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-f-abp .videoCube.horizontal {
- border-style: none;
- }
-
- .thumbnails-f-abp .trc_pager_prev,
- .thumbnails-f-abp .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-f-abp .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-f-abp .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-f-abp .trc_pager div {
- font-family: serif;
- }
-
- .thumbnails-f-abp .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-f-abp .playerCube:hover .thumbnail-overlay,
- .thumbnails-f-abp .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-f-abp .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .thumbnails-f-abp .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .thumbnails-f-abp .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .thumbnails-f-abp .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-f-abp .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-f-abp .playerCube .video-label-box {
- text-align: left;
- }
-
- .thumbnails-f-abp .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-f-abp .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-f-abp .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .thumbnails-f-abp .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .thumbnails-f-abp .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-f-abp .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-f-abp .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-f-abp .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-f-abp .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .thumbnails-f-abp .playerCube div.videoCube:hover,
- .thumbnails-f-abp div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-f-abp .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .thumbnails-f-abp div.syndicatedItem:hover,
- .thumbnails-f-abp div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-f-abp div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-f-abp .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .thumbnails-f-abp .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .thumbnails-f-abp .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .thumbnails-f-abp .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-f-abp .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-f-abp .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .thumbnails-f-abp .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .thumbnails-f-abp .syndicatedItem {
- background-color: transparent;
- }
-
- .thumbnails-f-abp .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .thumbnails-f-abp .syndicatedItem .video-title {
- max-height: 38.0px;
- *height: 38.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 14.0px;
- line-height: 19.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .thumbnails-f-abp .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-f-abp .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .thumbnails-f-abp .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-f-abp .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-f-abp .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-f-abp .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-f-abp .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-f-abp .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-f-abp .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-f-abp .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .thumbnails-f-abp .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .thumbnails-f-abp .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .thumbnails-f-abp .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .thumbnails-g .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16.0px;
- line-height: 19.0px;
- font-weight: 800;
- max-height: 59.0px;
- *height: 59.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .thumbnails-g .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .thumbnails-g .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .thumbnails-g .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .thumbnails-g .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .thumbnails-g .video-label,
- .thumbnails-g .sponsored,
- .thumbnails-g .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .thumbnails-g .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .thumbnails-g .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .thumbnails-g .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .thumbnails-g .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-g .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-g .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-g .video-uploader {
- font-size: 11px;
- font-weight: bold;
- text-decoration: none;
- color: #000;
- }
-
- .thumbnails-g .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-g .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-g .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .thumbnails-g .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .thumbnails-g .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .thumbnails-g div.videoCube:hover,
- .thumbnails-g div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-g .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .thumbnails-g div.sponsored-default:hover,
- .thumbnails-g div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .thumbnails-g .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-g .videoCube:hover .thumbnail-overlay,
- .thumbnails-g .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-g .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .thumbnails-g .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-g div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-g .pager_enabled {
- color: #0056b3;
- }
-
- .thumbnails-g .trc_pager_counter {
- color: #000000;
- }
-
- .thumbnails-g .pager_disabled {
- color: #7d898f;
- }
-
- .thumbnails-g .trc_pager_prev:hover,
- .thumbnails-g .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .thumbnails-g .trc_pager_selected {
- color: #0056b3;
- }
-
- .thumbnails-g .trc_pager_unselected {
- color: #7d898f;
- }
-
- .thumbnails-g div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .thumbnails-g .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .thumbnails-g .video-label-box {
- text-align: left;
- }
-
- .thumbnails-g .trc_sponsored_overlay {
- background-color: black;
- }
-
- .thumbnails-g .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .thumbnails-g .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .thumbnails-g {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .thumbnails-g .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-g .videoCube.horizontal {
- border-style: none;
- }
-
- .thumbnails-g .trc_pager_prev,
- .thumbnails-g .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-g .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-g .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-g .trc_pager div {
- font-family: serif;
- }
-
- .thumbnails-g .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-g .playerCube:hover .thumbnail-overlay,
- .thumbnails-g .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-g .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .thumbnails-g .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .thumbnails-g .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .thumbnails-g .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-g .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-g .playerCube .video-label-box {
- text-align: left;
- }
-
- .thumbnails-g .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-g .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-g .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .thumbnails-g .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .thumbnails-g .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-g .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-g .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-g .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-g .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .thumbnails-g .playerCube div.videoCube:hover,
- .thumbnails-g div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-g .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .thumbnails-g div.syndicatedItem:hover,
- .thumbnails-g div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-g div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-g .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .thumbnails-g .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .thumbnails-g .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .thumbnails-g .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-g .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-g .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .thumbnails-g .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .thumbnails-g .syndicatedItem {
- background-color: transparent;
- }
-
- .thumbnails-g .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .thumbnails-g .syndicatedItem .video-title {
- max-height: 60.0px;
- *height: 60.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 16.0px;
- line-height: 19.0px;
- font-weight: 800;
- text-decoration: none;
- }
-
- .thumbnails-g .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-g .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .thumbnails-g .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-g .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-g .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-g .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-g .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-g .syndicatedItem .video-uploader {
- color: #000;
- font-size: 11px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .thumbnails-g .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-g .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .thumbnails-g .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .thumbnails-g .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .thumbnails-g .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .thumbnails-h .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- max-height: 69.0px;
- *height: 69.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .thumbnails-h .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .thumbnails-h .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .thumbnails-h .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .thumbnails-h .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .thumbnails-h .video-label,
- .thumbnails-h .sponsored,
- .thumbnails-h .sponsored-url {
- font-family: 'Fira Sans';
- }
-
- .thumbnails-h .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .thumbnails-h .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .thumbnails-h .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .thumbnails-h .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-h .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-h .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-h .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-h .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-h .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-h .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .thumbnails-h .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .thumbnails-h .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .thumbnails-h div.videoCube:hover,
- .thumbnails-h div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-h .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .thumbnails-h div.sponsored-default:hover,
- .thumbnails-h div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .thumbnails-h .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-h .videoCube:hover .thumbnail-overlay,
- .thumbnails-h .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-h .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .thumbnails-h .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-h div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-h .pager_enabled {
- color: #0056b3;
- }
-
- .thumbnails-h .trc_pager_counter {
- color: #000000;
- }
-
- .thumbnails-h .pager_disabled {
- color: #7d898f;
- }
-
- .thumbnails-h .trc_pager_prev:hover,
- .thumbnails-h .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .thumbnails-h .trc_pager_selected {
- color: #0056b3;
- }
-
- .thumbnails-h .trc_pager_unselected {
- color: #7d898f;
- }
-
- .thumbnails-h div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .thumbnails-h .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .thumbnails-h .video-label-box {
- text-align: left;
- }
-
- .thumbnails-h .trc_sponsored_overlay {
- background-color: black;
- }
-
- .thumbnails-h .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .thumbnails-h .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .thumbnails-h {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .thumbnails-h .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-h .videoCube.horizontal {
- border-style: none;
- }
-
- .thumbnails-h .trc_pager_prev,
- .thumbnails-h .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-h .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-h .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-h .trc_pager div {
- font-family: serif;
- }
-
- .thumbnails-h .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-h .playerCube:hover .thumbnail-overlay,
- .thumbnails-h .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-h .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .thumbnails-h .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .thumbnails-h .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .thumbnails-h .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-h .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-h .playerCube .video-label-box {
- text-align: left;
- }
-
- .thumbnails-h .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-h .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-h .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .thumbnails-h .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .thumbnails-h .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-h .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-h .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-h .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-h .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .thumbnails-h .playerCube div.videoCube:hover,
- .thumbnails-h div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-h .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .thumbnails-h div.syndicatedItem:hover,
- .thumbnails-h div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-h div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-h .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .thumbnails-h .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .thumbnails-h .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .thumbnails-h .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-h .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-h .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .thumbnails-h .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .thumbnails-h .syndicatedItem {
- background-color: transparent;
- }
-
- .thumbnails-h .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .thumbnails-h .syndicatedItem .video-title {
- max-height: 46.0px;
- *height: 46.0px;
- color: #000000;
- font-family: 'Fira Sans';
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-h .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-h .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .thumbnails-h .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-h .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-h .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-h .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-h .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-h .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-h .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-h .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: normal;
- text-decoration: none;
- font-family: 'Fira Sans';
- background-image: null;
- text-align: left;
- }
-
- .thumbnails-h .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .thumbnails-h .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .thumbnails-h .videoCube.thumbnail_start .thumbBlock_holder {
- width: 34%;
- _width: 34%;
- }
-
- .thumbnails-i .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 14.0px;
- line-height: 19.0px;
- font-weight: bold;
- max-height: 76.0px;
- *height: 76.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .thumbnails-i .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .thumbnails-i .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .thumbnails-i .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .thumbnails-i .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .thumbnails-i .video-label,
- .thumbnails-i .sponsored,
- .thumbnails-i .sponsored-url {
- font-family: 'Fira Sans';
- }
-
- .thumbnails-i .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .thumbnails-i .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .thumbnails-i .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .thumbnails-i .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-i .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-i .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-i .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-i .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-i .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-i .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .thumbnails-i .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .thumbnails-i .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .thumbnails-i div.videoCube:hover,
- .thumbnails-i div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-i .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .thumbnails-i div.sponsored-default:hover,
- .thumbnails-i div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .thumbnails-i .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-i .videoCube:hover .thumbnail-overlay,
- .thumbnails-i .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-i .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .thumbnails-i .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-i div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-i .pager_enabled {
- color: #0056b3;
- }
-
- .thumbnails-i .trc_pager_counter {
- color: #000000;
- }
-
- .thumbnails-i .pager_disabled {
- color: #7d898f;
- }
-
- .thumbnails-i .trc_pager_prev:hover,
- .thumbnails-i .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .thumbnails-i .trc_pager_selected {
- color: #0056b3;
- }
-
- .thumbnails-i .trc_pager_unselected {
- color: #7d898f;
- }
-
- .thumbnails-i div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .thumbnails-i .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .thumbnails-i .video-label-box {
- text-align: left;
- }
-
- .thumbnails-i .trc_sponsored_overlay {
- background-color: black;
- }
-
- .thumbnails-i .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .thumbnails-i .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .thumbnails-i {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .thumbnails-i .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-i .videoCube.horizontal {
- border-style: none;
- }
-
- .thumbnails-i .trc_pager_prev,
- .thumbnails-i .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-i .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-i .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-i .trc_pager div {
- font-family: serif;
- }
-
- .thumbnails-i .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-i .playerCube:hover .thumbnail-overlay,
- .thumbnails-i .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-i .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .thumbnails-i .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .thumbnails-i .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .thumbnails-i .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-i .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-i .playerCube .video-label-box {
- text-align: left;
- }
-
- .thumbnails-i .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-i .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-i .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .thumbnails-i .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .thumbnails-i .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-i .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-i .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-i .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-i .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .thumbnails-i .playerCube div.videoCube:hover,
- .thumbnails-i div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-i .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .thumbnails-i div.syndicatedItem:hover,
- .thumbnails-i div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-i div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-i .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .thumbnails-i .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .thumbnails-i .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .thumbnails-i .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-i .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-i .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .thumbnails-i .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .thumbnails-i .syndicatedItem {
- background-color: transparent;
- }
-
- .thumbnails-i .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .thumbnails-i .syndicatedItem .video-title {
- max-height: 57.0px;
- *height: 57.0px;
- color: #000000;
- font-family: 'Fira Sans';
- font-size: 14.0px;
- line-height: 19.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .thumbnails-i .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-i .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .thumbnails-i .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-i .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-i .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-i .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-i .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-i .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-i .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-i .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans';
- background-image: null;
- text-align: left;
- }
-
- .thumbnails-i .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .thumbnails-i .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .thumbnails-i .videoCube.thumbnail_start .thumbBlock_holder {
- width: 26%;
- _width: 26%;
- }
-
- .thumbnails-j .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 17.0px;
- line-height: 19.0px;
- font-weight: 800;
- max-height: 57.0px;
- *height: 57.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .thumbnails-j .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .thumbnails-j .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .thumbnails-j .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .thumbnails-j .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .thumbnails-j .video-label,
- .thumbnails-j .sponsored,
- .thumbnails-j .sponsored-url {
- font-family: 'Fira Sans', Helvetica, Arial;
- }
-
- .thumbnails-j .trc_rbox_header {
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 20.0px;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0 0 6px 0;
- }
-
- .thumbnails-j .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .thumbnails-j .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .thumbnails-j .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-j .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-j .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-j .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-j .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-j .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-j .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .thumbnails-j .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .thumbnails-j .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .thumbnails-j div.videoCube:hover,
- .thumbnails-j div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-j .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .thumbnails-j div.sponsored-default:hover,
- .thumbnails-j div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .thumbnails-j .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-j .videoCube:hover .thumbnail-overlay,
- .thumbnails-j .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-j .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .thumbnails-j .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-j div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-j .pager_enabled {
- color: #0056b3;
- }
-
- .thumbnails-j .trc_pager_counter {
- color: #000000;
- }
-
- .thumbnails-j .pager_disabled {
- color: #7d898f;
- }
-
- .thumbnails-j .trc_pager_prev:hover,
- .thumbnails-j .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .thumbnails-j .trc_pager_selected {
- color: #0056b3;
- }
-
- .thumbnails-j .trc_pager_unselected {
- color: #7d898f;
- }
-
- .thumbnails-j div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .thumbnails-j .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .thumbnails-j .video-label-box {
- text-align: left;
- }
-
- .thumbnails-j .trc_sponsored_overlay {
- background-color: black;
- }
-
- .thumbnails-j .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .thumbnails-j .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .thumbnails-j {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .thumbnails-j .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-j .videoCube.horizontal {
- border-style: none;
- }
-
- .thumbnails-j .trc_pager_prev,
- .thumbnails-j .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-j .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-j .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-j .trc_pager div {
- font-family: serif;
- }
-
- .thumbnails-j .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-j .playerCube:hover .thumbnail-overlay,
- .thumbnails-j .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-j .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .thumbnails-j .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .thumbnails-j .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .thumbnails-j .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-j .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-j .playerCube .video-label-box {
- text-align: left;
- }
-
- .thumbnails-j .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-j .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-j .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .thumbnails-j .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .thumbnails-j .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-j .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-j .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-j .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-j .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .thumbnails-j .playerCube div.videoCube:hover,
- .thumbnails-j div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-j .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .thumbnails-j div.syndicatedItem:hover,
- .thumbnails-j div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-j div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-j .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .thumbnails-j .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .thumbnails-j .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .thumbnails-j .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-j .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-j .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .thumbnails-j .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .thumbnails-j .syndicatedItem {
- background-color: transparent;
- }
-
- .thumbnails-j .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .thumbnails-j .syndicatedItem .video-title {
- max-height: 38.0px;
- *height: 38.0px;
- color: #000000;
- font-family: 'Fira Sans', Helvetica, Arial;
- font-size: 17.0px;
- line-height: 19.0px;
- font-weight: 800;
- text-decoration: none;
- }
-
- .thumbnails-j .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-j .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .thumbnails-j .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-j .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-j .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-j .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-j .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-j .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-j .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-j .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Fira Sans', Helvetica, Arial;
- background-image: null;
- text-align: left;
- }
-
- .thumbnails-j .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .thumbnails-j .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .thumbnails-j .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .thumbnails-k .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- max-height: 69.0px;
- *height: 69.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .thumbnails-k .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .thumbnails-k .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .thumbnails-k .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .thumbnails-k .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .thumbnails-k .video-label,
- .thumbnails-k .sponsored,
- .thumbnails-k .sponsored-url {
- font-family: 'Fira Sans';
- }
-
- .thumbnails-k .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .thumbnails-k .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .thumbnails-k .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .thumbnails-k .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-k .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-k .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-k .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-k .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-k .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-k .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .thumbnails-k .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .thumbnails-k .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .thumbnails-k div.videoCube:hover,
- .thumbnails-k div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-k .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .thumbnails-k div.sponsored-default:hover,
- .thumbnails-k div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .thumbnails-k .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-k .videoCube:hover .thumbnail-overlay,
- .thumbnails-k .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-k .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .thumbnails-k .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-k div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-k .pager_enabled {
- color: #0056b3;
- }
-
- .thumbnails-k .trc_pager_counter {
- color: #000000;
- }
-
- .thumbnails-k .pager_disabled {
- color: #7d898f;
- }
-
- .thumbnails-k .trc_pager_prev:hover,
- .thumbnails-k .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .thumbnails-k .trc_pager_selected {
- color: #0056b3;
- }
-
- .thumbnails-k .trc_pager_unselected {
- color: #7d898f;
- }
-
- .thumbnails-k div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .thumbnails-k .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .thumbnails-k .video-label-box {
- text-align: left;
- }
-
- .thumbnails-k .trc_sponsored_overlay {
- background-color: black;
- }
-
- .thumbnails-k .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .thumbnails-k .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .thumbnails-k {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .thumbnails-k .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-k .videoCube.horizontal {
- border-style: none;
- }
-
- .thumbnails-k .trc_pager_prev,
- .thumbnails-k .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-k .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-k .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-k .trc_pager div {
- font-family: serif;
- }
-
- .thumbnails-k .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-k .playerCube:hover .thumbnail-overlay,
- .thumbnails-k .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-k .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .thumbnails-k .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .thumbnails-k .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .thumbnails-k .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-k .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-k .playerCube .video-label-box {
- text-align: left;
- }
-
- .thumbnails-k .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-k .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-k .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .thumbnails-k .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .thumbnails-k .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-k .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-k .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-k .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-k .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .thumbnails-k .playerCube div.videoCube:hover,
- .thumbnails-k div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-k .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .thumbnails-k div.syndicatedItem:hover,
- .thumbnails-k div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-k div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-k .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .thumbnails-k .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .thumbnails-k .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .thumbnails-k .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-k .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-k .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .thumbnails-k .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .thumbnails-k .syndicatedItem {
- background-color: transparent;
- }
-
- .thumbnails-k .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .thumbnails-k .syndicatedItem .video-title {
- max-height: 46.0px;
- *height: 46.0px;
- color: #000000;
- font-family: 'Fira Sans';
- font-size: 17.0px;
- line-height: 23.0px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-k .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-k .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .thumbnails-k .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-k .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-k .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-k .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-k .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-k .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-k .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-k .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: normal;
- text-decoration: none;
- font-family: 'Fira Sans';
- background-image: null;
- text-align: left;
- }
-
- .thumbnails-k .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .thumbnails-k .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .thumbnails-k .videoCube.thumbnail_start .thumbBlock_holder {
- width: 34%;
- _width: 34%;
- }
-
- .thumbnails-rr .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 15.0px;
- line-height: 20.0px;
- font-weight: bold;
- max-height: 80.0px;
- *height: 80.0px;
- color: #333;
- text-decoration: none;
- }
-
- .thumbnails-rr .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .thumbnails-rr .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .thumbnails-rr .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .thumbnails-rr .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .thumbnails-rr .video-label,
- .thumbnails-rr .sponsored,
- .thumbnails-rr .sponsored-url {
- font-family: 'Open Sans';
- }
-
- .thumbnails-rr .trc_rbox_header {
- font-family: 'Open Sans';
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #444444;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .thumbnails-rr .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .thumbnails-rr .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .thumbnails-rr .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .thumbnails-rr .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .thumbnails-rr .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .thumbnails-rr div.videoCube:hover,
- .thumbnails-rr div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-rr .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .thumbnails-rr div.sponsored-default:hover,
- .thumbnails-rr div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .thumbnails-rr .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-rr .videoCube:hover .thumbnail-overlay,
- .thumbnails-rr .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-rr .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .thumbnails-rr .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-rr div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-rr .pager_enabled {
- color: #0056b3;
- }
-
- .thumbnails-rr .trc_pager_counter {
- color: #000000;
- }
-
- .thumbnails-rr .pager_disabled {
- color: #7d898f;
- }
-
- .thumbnails-rr .trc_pager_prev:hover,
- .thumbnails-rr .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .thumbnails-rr .trc_pager_selected {
- color: #0056b3;
- }
-
- .thumbnails-rr .trc_pager_unselected {
- color: #7d898f;
- }
-
- .thumbnails-rr div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .thumbnails-rr .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .thumbnails-rr .video-label-box {
- text-align: left;
- }
-
- .thumbnails-rr .trc_sponsored_overlay {
- background-color: black;
- }
-
- .thumbnails-rr .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .thumbnails-rr .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .thumbnails-rr {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .thumbnails-rr .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-rr .videoCube.horizontal {
- border-style: none;
- }
-
- .thumbnails-rr .trc_pager_prev,
- .thumbnails-rr .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr .trc_pager div {
- font-family: serif;
- }
-
- .thumbnails-rr .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-rr .playerCube:hover .thumbnail-overlay,
- .thumbnails-rr .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-rr .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .thumbnails-rr .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .thumbnails-rr .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .thumbnails-rr .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr .playerCube .video-label-box {
- text-align: left;
- }
-
- .thumbnails-rr .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .thumbnails-rr .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .thumbnails-rr .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-rr .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .thumbnails-rr .playerCube div.videoCube:hover,
- .thumbnails-rr div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-rr .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .thumbnails-rr div.syndicatedItem:hover,
- .thumbnails-rr div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-rr div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-rr .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .thumbnails-rr .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .thumbnails-rr .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .thumbnails-rr .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-rr .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-rr .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .thumbnails-rr .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .thumbnails-rr .syndicatedItem {
- background-color: transparent;
- }
-
- .thumbnails-rr .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .thumbnails-rr .syndicatedItem .video-title {
- max-height: 60.0px;
- *height: 60.0px;
- color: #333;
- font-family: 'Open Sans';
- font-size: 15.0px;
- line-height: 20.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .thumbnails-rr .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .thumbnails-rr .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Open Sans';
- background-image: null;
- text-align: left;
- }
-
- .thumbnails-rr .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .thumbnails-rr .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .thumbnails-rr .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .thumbnails-rr2 .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 15.0px;
- line-height: 20.0px;
- font-weight: bold;
- max-height: 80.0px;
- *height: 80.0px;
- color: #333;
- text-decoration: none;
- }
-
- .thumbnails-rr2 .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .thumbnails-rr2 .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .thumbnails-rr2 .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .thumbnails-rr2 .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .thumbnails-rr2 .video-label,
- .thumbnails-rr2 .sponsored,
- .thumbnails-rr2 .sponsored-url {
- font-family: 'Open Sans';
- }
-
- .thumbnails-rr2 .trc_rbox_header {
- font-family: 'Open Sans';
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #444444;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .thumbnails-rr2 .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .thumbnails-rr2 .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .thumbnails-rr2 .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr2 .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr2 .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr2 .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr2 .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr2 .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr2 .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .thumbnails-rr2 .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .thumbnails-rr2 .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .thumbnails-rr2 div.videoCube:hover,
- .thumbnails-rr2 div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-rr2 .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .thumbnails-rr2 div.sponsored-default:hover,
- .thumbnails-rr2 div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .thumbnails-rr2 .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-rr2 .videoCube:hover .thumbnail-overlay,
- .thumbnails-rr2 .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-rr2 .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .thumbnails-rr2 .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-rr2 div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-rr2 .pager_enabled {
- color: #0056b3;
- }
-
- .thumbnails-rr2 .trc_pager_counter {
- color: #000000;
- }
-
- .thumbnails-rr2 .pager_disabled {
- color: #7d898f;
- }
-
- .thumbnails-rr2 .trc_pager_prev:hover,
- .thumbnails-rr2 .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .thumbnails-rr2 .trc_pager_selected {
- color: #0056b3;
- }
-
- .thumbnails-rr2 .trc_pager_unselected {
- color: #7d898f;
- }
-
- .thumbnails-rr2 div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .thumbnails-rr2 .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .thumbnails-rr2 .video-label-box {
- text-align: left;
- }
-
- .thumbnails-rr2 .trc_sponsored_overlay {
- background-color: black;
- }
-
- .thumbnails-rr2 .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .thumbnails-rr2 .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .thumbnails-rr2 {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .thumbnails-rr2 .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-rr2 .videoCube.horizontal {
- border-style: none;
- }
-
- .thumbnails-rr2 .trc_pager_prev,
- .thumbnails-rr2 .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr2 .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr2 .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr2 .trc_pager div {
- font-family: serif;
- }
-
- .thumbnails-rr2 .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-rr2 .playerCube:hover .thumbnail-overlay,
- .thumbnails-rr2 .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-rr2 .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .thumbnails-rr2 .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .thumbnails-rr2 .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .thumbnails-rr2 .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr2 .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr2 .playerCube .video-label-box {
- text-align: left;
- }
-
- .thumbnails-rr2 .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr2 .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr2 .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .thumbnails-rr2 .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .thumbnails-rr2 .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-rr2 .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr2 .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr2 .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr2 .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .thumbnails-rr2 .playerCube div.videoCube:hover,
- .thumbnails-rr2 div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-rr2 .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .thumbnails-rr2 div.syndicatedItem:hover,
- .thumbnails-rr2 div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-rr2 div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-rr2 .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .thumbnails-rr2 .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .thumbnails-rr2 .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .thumbnails-rr2 .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-rr2 .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-rr2 .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .thumbnails-rr2 .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .thumbnails-rr2 .syndicatedItem {
- background-color: transparent;
- }
-
- .thumbnails-rr2 .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .thumbnails-rr2 .syndicatedItem .video-title {
- max-height: 60.0px;
- *height: 60.0px;
- color: #333;
- font-family: 'Open Sans';
- font-size: 15.0px;
- line-height: 20.0px;
- font-weight: bold;
- text-decoration: none;
- }
-
- .thumbnails-rr2 .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr2 .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .thumbnails-rr2 .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr2 .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr2 .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr2 .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr2 .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr2 .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr2 .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr2 .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: bold;
- text-decoration: none;
- font-family: 'Open Sans';
- background-image: null;
- text-align: left;
- }
-
- .thumbnails-rr2 .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .thumbnails-rr2 .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .thumbnails-rr2 .videoCube.thumbnail_start .thumbBlock_holder {
- width: 40%;
- _width: 40%;
- }
-
- .thumbnails-rr3 .video-title {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 13.0px;
- line-height: 18.0px;
- font-weight: normal;
- max-height: 54.0px;
- *height: 54.0px;
- color: #000000;
- text-decoration: none;
- }
-
- .thumbnails-rr3 .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- text-decoration: none;
- }
-
- .thumbnails-rr3 .trc_rbox_div {
- width: auto;
- _width: 99%;
- height: 410px;
- border-width: 0;
- padding: 0;
- }
-
- .thumbnails-rr3 .videoCube .video-duration {
- left: 36px;
- display: none;
- }
-
- .thumbnails-rr3 .videoCube .video-label-box {
- margin-left: 0;
- margin-right: 0px;
- }
-
- .thumbnails-rr3 .video-label,
- .thumbnails-rr3 .sponsored,
- .thumbnails-rr3 .sponsored-url {
- font-family: 'Fira Sans';
- }
-
- .thumbnails-rr3 .trc_rbox_header {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 100%;
- font-weight: bold;
- text-decoration: none;
- color: #000000;
- border-width: 0;
- background: transparent;
- border-style: none;
- border-color: #D6D5D3;
- padding: 0;
- }
-
- .thumbnails-rr3 .sponsored-url {
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- color: green;
- }
-
- .thumbnails-rr3 .sponsored {
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- color: #9C9A9C;
- }
-
- .thumbnails-rr3 .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr3 .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr3 .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr3 .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr3 .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr3 .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr3 .sponsored-default .video-title {
- max-height: 2.58em;
- *height: 2.58em;
- }
-
- .thumbnails-rr3 .sponsored-default .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- }
-
- .thumbnails-rr3 .videoCube {
- width: auto;
- _width: auto;
- background-color: transparent;
- border-width: 1px;
- border-color: #D6D5D3;
- padding: 0;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- }
-
- .thumbnails-rr3 div.videoCube:hover,
- .thumbnails-rr3 div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-rr3 .sponsored-default {
- background-color: #F7F6C6;
- }
-
- .thumbnails-rr3 div.sponsored-default:hover,
- .thumbnails-rr3 div.sponsored-default.videoCube_hover {
- background-color: inherit;
- }
-
- .thumbnails-rr3 .videoCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-rr3 .videoCube:hover .thumbnail-overlay,
- .thumbnails-rr3 .videoCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-rr3 .trc_rbox_border_elm {
- border-color: darkgray;
- }
-
- .thumbnails-rr3 .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-rr3 div.videoCube:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-rr3 .pager_enabled {
- color: #0056b3;
- }
-
- .thumbnails-rr3 .trc_pager_counter {
- color: #000000;
- }
-
- .thumbnails-rr3 .pager_disabled {
- color: #7d898f;
- }
-
- .thumbnails-rr3 .trc_pager_prev:hover,
- .thumbnails-rr3 .trc_pager_next:hover {
- color: #6497ED;
- }
-
- .thumbnails-rr3 .trc_pager_selected {
- color: #0056b3;
- }
-
- .thumbnails-rr3 .trc_pager_unselected {
- color: #7d898f;
- }
-
- .thumbnails-rr3 div.trc_pager_pages div:hover {
- color: #6497ED;
- }
-
- .thumbnails-rr3 .trc_lightbox_overlay {
- background-color: #000000;
- opacity: 0.70;
- filter: alpha(opacity=70);
- }
-
- .thumbnails-rr3 .video-label-box {
- text-align: left;
- }
-
- .thumbnails-rr3 .trc_sponsored_overlay {
- background-color: black;
- }
-
- .thumbnails-rr3 .thumbnail-emblem {
- background-position: 5% 5%;
- }
-
- .thumbnails-rr3 .videoCube .sponsored {
- margin-top: -7px;
- }
-
- .thumbnails-rr3 {
- width: 300px;
- _width: 300px;
- border-width: 0px 0px 0px 0px;
- border-style: solid solid solid solid;
- border-color: #DFDFDF;
- padding: 0px 0px 0px 0px;
- border-radius: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- box-shadow: none;
- }
-
- .thumbnails-rr3 .videoCube.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-rr3 .videoCube.horizontal {
- border-style: none;
- }
-
- .thumbnails-rr3 .trc_pager_prev,
- .thumbnails-rr3 .trc_pager_next {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr3 .trc_pager_pages div {
- font-size: 12px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr3 .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr3 .trc_pager div {
- font-family: serif;
- }
-
- .thumbnails-rr3 .playerCube .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-rr3 .playerCube:hover .thumbnail-overlay,
- .thumbnails-rr3 .playerCube_hover .thumbnail-overlay {
- background-image: null;
- }
-
- .thumbnails-rr3 .playerCube .videoCube {
- background-color: transparent;
- border-color: #D6D5D3;
- border-width: 1px;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- margin-left: 0px;
- margin-top: 0px;
- padding: 3px;
- }
-
- .thumbnails-rr3 .playerCube .videoCube.horizontal {
- border-style: none none none none;
- }
-
- .thumbnails-rr3 .playerCube .videoCube .video-label-box {
- margin-left: 81px;
- margin-right: 0px;
- }
-
- .thumbnails-rr3 .playerCube .video-duration-detail {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr3 .playerCube .video-external-data {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr3 .playerCube .video-label-box {
- text-align: left;
- }
-
- .thumbnails-rr3 .playerCube .video-published-date {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr3 .playerCube .video-category {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr3 .playerCube .video-description {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 11px;
- font-weight: normal;
- text-decoration: none;
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- }
-
- .thumbnails-rr3 .playerCube .videoCube .video-duration {
- display: block;
- left: 36px;
- }
-
- .thumbnails-rr3 .playerCube .videoCube .thumbBlock {
- border-width: 0px;
- border-color: darkgray;
- }
-
- .thumbnails-rr3 .playerCube .video-rating {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr3 .playerCube .video-uploader {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr3 .playerCube .video-views {
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- color: black;
- }
-
- .thumbnails-rr3 .playerCube .video-title {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- font-size: 14px;
- line-height: 17.5px;
- font-weight: bold;
- max-height: 2.58em;
- *height: 2.58em;
- color: black;
- }
-
- .thumbnails-rr3 .playerCube div.videoCube:hover,
- .thumbnails-rr3 div.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-rr3 .whatsThisSyndicated {
- font-family: Arial, Verdana, sans-serif;
- font-size: 9px;
- font-weight: normal;
- color: black;
- text-decoration: none;
- padding: 0;
- }
-
- .thumbnails-rr3 div.syndicatedItem:hover,
- .thumbnails-rr3 div.syndicatedItem.videoCube_hover {
- background-color: transparent;
- }
-
- .thumbnails-rr3 div.syndicatedItem:hover .thumbBlock {
- border-color: inherit;
- }
-
- .thumbnails-rr3 .videoCube.syndicatedItem {
- background-color: transparent;
- border-color: #D6D5D3;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-width: 1px;
- }
-
- .thumbnails-rr3 .videoCube.syndicatedItem.horizontal {
- border-style: none;
- }
-
- .thumbnails-rr3 .videoCube.syndicatedItem .thumbBlock {
- border-color: darkgray;
- border-width: 0px;
- }
-
- .thumbnails-rr3 .videoCube.syndicatedItem .thumbnail-overlay {
- background-image: null;
- background-position: 5% 5%;
- }
-
- .thumbnails-rr3 .videoCube.syndicatedItem.vertical {
- border-style: solid none none none;
- }
-
- .thumbnails-rr3 .videoCube.syndicatedItem .video-duration {
- display: none;
- left: 36px;
- }
-
- .thumbnails-rr3 .videoCube.syndicatedItem .video-label-box {
- margin-left: 0px;
- }
-
- .thumbnails-rr3 .syndicatedItem {
- background-color: transparent;
- }
-
- .thumbnails-rr3 .syndicatedItem .video-description {
- max-height: 2.2em;
- *height: 2.2em;
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- font-weight: normal;
- line-height: 11px;
- text-decoration: none;
- }
-
- .thumbnails-rr3 .syndicatedItem .video-title {
- max-height: 36.0px;
- *height: 36.0px;
- color: #000000;
- font-family: 'Fira Sans';
- font-size: 13.0px;
- line-height: 18.0px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr3 .syndicatedItem .sponsored {
- color: #9C9A9C;
- font-size: 9px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr3 .syndicatedItem .sponsored-url {
- color: green;
- font-size: 9px;
- font-weight: bold;
- text-decoration: underline;
- }
-
- .thumbnails-rr3 .syndicatedItem .video-category {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr3 .syndicatedItem .video-duration-detail {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr3 .syndicatedItem .video-external-data {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr3 .syndicatedItem .video-published-date {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr3 .syndicatedItem .video-rating {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr3 .syndicatedItem .video-uploader {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr3 .syndicatedItem .video-views {
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- }
-
- .thumbnails-rr3 .syndicatedItem .branding {
- color: #999999;
- font-size: 11.0px;
- font-weight: normal;
- text-decoration: none;
- font-family: 'Fira Sans';
- background-image: null;
- text-align: left;
- }
-
- .thumbnails-rr3 .videoCube.syndicatedItem .thumbBlock .branding {
- text-align: left;
- background-color: transparent;
- display: none;
- left: 0px;
- color: black;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- background-image: null;
- }
-
- .thumbnails-rr3 .videoCube.syndicatedItem .thumbBlock .static-text {
- text-align: left;
- background-color: black;
- display: none;
- color: white;
- font-size: 10px;
- font-weight: normal;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- }
-
- .thumbnails-rr3 .videoCube.thumbnail_start .thumbBlock_holder {
- width: 34%;
- _width: 34%;
- }
-
- .thumbnails-h .trc_rbox_outer .videoCube {
- margin-bottom: 20px!important;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_ab_thumbnails-d_3x3_size-round-10 [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .logoDiv a {
- font-size: 100%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube a {
- padding: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_ab_thumbnails-d_3x3_size-round-10 .video-label-box {
- height: 88.0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .video-label-box .branding {
- display: block;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 27px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10 .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .logoDiv a {
- font-size: 100%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube a {
- padding: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_ab_thumbnails-d_3x3_size-round-10-factor .video-label-box {
- height: 88.0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .video-label-box .branding {
- display: block;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 27px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-10-factor .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_ab_thumbnails-d_3x3_size-round-20 [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .logoDiv a {
- font-size: 100%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube a {
- padding: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_ab_thumbnails-d_3x3_size-round-20 .video-label-box {
- height: 88.0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .video-label-box .branding {
- display: block;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 27px;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_ab_thumbnails-d_3x3_size-round-20 .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-a_abp-mode img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-a_abp-mode [class*=span] {
- float: none;
- margin-left: 0px;
- }
-
- .ab_thumbnails-a_abp-mode .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: transparent;
- height: auto;
- }
-
- .ab_thumbnails-a_abp-mode .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: auto;
- }
-
- .ab_thumbnails-a_abp-mode .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: normal;
- }
-
- .ab_thumbnails-a_abp-mode .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-a_abp-mode .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-a_abp-mode .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-a_abp-mode .video-label-box {
- height: 80.0px;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_thumbnails-a_abp-mode .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-a_abp-mode .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-a_abp-mode .syndicatedItem .branding {
- line-height: 20.0px;
- }
-
- .ab_thumbnails-a_abp-mode .trc_header_left_column {
- width: 48%;
- display: inline-block;
- background: transparent;
- height: auto;
- }
-
- .ab_thumbnails-a_abp-mode .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-a_abp-mode [class*=span] {
- float: none;
- }
-
- .ab_thumbnails-a_abp-mode [class*=span] {
- margin-left: 0;
- }
-
- .ab_thumbnails-a_abp-mode .trc_rbox_header .trc_header_ext {
- position: relative;
- top: auto;
- right: auto;
- }
-
- .ab_thumbnails-d-2_row img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-d-2_row [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-d-2_row .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .ab_thumbnails-d-2_row .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-d-2_row .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .ab_thumbnails-d-2_row .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-d-2_row .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-d-2_row .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-d-2_row .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-d-2_row .video-label-box {
- height: 88.0px;
- }
-
- .ab_thumbnails-d-2_row .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_thumbnails-d-2_row .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_thumbnails-d-2_row .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-d-2_row .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-d-2_row .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .ab_thumbnails-d-2_row .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-d-2_row .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-d-2_row .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-d_3x3 img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-d_3x3 [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-d_3x3 .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .ab_thumbnails-d_3x3 .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-d_3x3 .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .ab_thumbnails-d_3x3 .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-d_3x3 .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-d_3x3 .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-d_3x3 .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-d_3x3 .video-label-box {
- height: 88.0px;
- }
-
- .ab_thumbnails-d_3x3 .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_thumbnails-d_3x3 .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_thumbnails-d_3x3 .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-d_3x3 .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-d_3x3 .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .ab_thumbnails-d_3x3 .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-d_3x3 .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-d_3x3 .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-d_3x3-bigger-titles [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-d_3x3-bigger-titles .video-label-box {
- height: 96.0px;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .syndicatedItem .branding {
- line-height: 24.0px;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-d_3x3-bigger-titles .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-d_abp-mode img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-d_abp-mode [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-d_abp-mode .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .ab_thumbnails-d_abp-mode .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-d_abp-mode .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .ab_thumbnails-d_abp-mode .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-d_abp-mode .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-d_abp-mode .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-d_abp-mode .video-label-box {
- height: 66.0px;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_thumbnails-d_abp-mode .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-d_abp-mode .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-d_abp-mode .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .ab_thumbnails-d_abp-mode .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-d_abp-mode .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-d_abp-mode .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-d_gb-read-more img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-d_gb-read-more [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-d_gb-read-more .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/05309722c1e32f9dbeddcbd010e1ea7f.png) no-repeat;
- height: 33px;
- }
-
- .ab_thumbnails-d_gb-read-more .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 33px;
- }
-
- .ab_thumbnails-d_gb-read-more .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 33px;
- }
-
- .ab_thumbnails-d_gb-read-more .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-d_gb-read-more .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-d_gb-read-more .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-d_gb-read-more .video-label-box {
- height: 88.0px;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_thumbnails-d_gb-read-more .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-d_gb-read-more .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-d_gb-read-more .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .ab_thumbnails-d_gb-read-more .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 33px;
- }
-
- .ab_thumbnails-d_gb-read-more .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-d_gb-read-more .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .tbl-read-more-box .tbl-read-more-btn {
- background-color: #EEEEEE!important;
- border-color: #ec1a2e !important;
- color: #222222 !important;
- font-weight: bold;
- font-size: 20px !important;
- text-transform: uppercase;
- font-family: 'Fira Sans', Helvetica, Arial !important;
- }
-
- .ab_thumbnails-d_row-read-more img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-d_row-read-more [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-d_row-read-more .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .ab_thumbnails-d_row-read-more .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-d_row-read-more .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .ab_thumbnails-d_row-read-more .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-d_row-read-more .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-d_row-read-more .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-d_row-read-more .video-label-box {
- height: 88.0px;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_thumbnails-d_row-read-more .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-d_row-read-more .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-d_row-read-more .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .ab_thumbnails-d_row-read-more .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-d_row-read-more .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-d_row-read-more .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-d_size-round-10 img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-d_size-round-10 [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-d_size-round-10 .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/05309722c1e32f9dbeddcbd010e1ea7f.png) no-repeat;
- height: 33px;
- }
-
- .ab_thumbnails-d_size-round-10 .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 33px;
- }
-
- .ab_thumbnails-d_size-round-10 .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 33px;
- }
-
- .ab_thumbnails-d_size-round-10 .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-d_size-round-10 .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-d_size-round-10 .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-d_size-round-10 .video-label-box {
- height: 88.0px;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_thumbnails-d_size-round-10 .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-d_size-round-10 .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-d_size-round-10 .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .ab_thumbnails-d_size-round-10 .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 33px;
- }
-
- .ab_thumbnails-d_size-round-10 .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-d_size-round-10 .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-d_size-round-10-factor img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-d_size-round-10-factor [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-d_size-round-10-factor .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/05309722c1e32f9dbeddcbd010e1ea7f.png) no-repeat;
- height: 33px;
- }
-
- .ab_thumbnails-d_size-round-10-factor .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 33px;
- }
-
- .ab_thumbnails-d_size-round-10-factor .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 33px;
- }
-
- .ab_thumbnails-d_size-round-10-factor .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-d_size-round-10-factor .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-d_size-round-10-factor .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-d_size-round-10-factor .video-label-box {
- height: 88.0px;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_thumbnails-d_size-round-10-factor .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-d_size-round-10-factor .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-d_size-round-10-factor .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .ab_thumbnails-d_size-round-10-factor .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 33px;
- }
-
- .ab_thumbnails-d_size-round-10-factor .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-d_size-round-10-factor .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-d_size-round-20 img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-d_size-round-20 [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-d_size-round-20 .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/05309722c1e32f9dbeddcbd010e1ea7f.png) no-repeat;
- height: 33px;
- }
-
- .ab_thumbnails-d_size-round-20 .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 33px;
- }
-
- .ab_thumbnails-d_size-round-20 .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 33px;
- }
-
- .ab_thumbnails-d_size-round-20 .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-d_size-round-20 .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-d_size-round-20 .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-d_size-round-20 .video-label-box {
- height: 88.0px;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_thumbnails-d_size-round-20 .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-d_size-round-20 .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-d_size-round-20 .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .ab_thumbnails-d_size-round-20 .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 33px;
- }
-
- .ab_thumbnails-d_size-round-20 .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-d_size-round-20 .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-h_1x3-landscape img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-h_1x3-landscape [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-h_1x3-landscape .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .ab_thumbnails-h_1x3-landscape .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-h_1x3-landscape .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .ab_thumbnails-h_1x3-landscape .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-h_1x3-landscape .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-h_1x3-landscape .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-h_1x3-landscape .video-label-box {
- height: 69.0px;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_thumbnails-h_1x3-landscape .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-h_1x3-landscape .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-h_1x3-landscape .syndicatedItem .branding {
- line-height: 23.0px;
- }
-
- .ab_thumbnails-h_1x3-landscape .trc_header_left_column {
- display: inline-block;
- width: 100%;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-h_1x3-landscape .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-h_1x3-landscape .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-h_1x5 img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-h_1x5 [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-h_1x5 .trc_rbox_div {
- margin-bottom: 0;
- }
-
- .ab_thumbnails-h_1x5 .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .ab_thumbnails-h_1x5 .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-h_1x5 .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .ab_thumbnails-h_1x5 .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-h_1x5 .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-h_1x5 .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-h_1x5 .trc_rbox_outer .videoCube {
- margin-bottom: 10px;
- }
-
- .ab_thumbnails-h_1x5 .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-h_1x5 .video-label-box {
- height: 76.0px;
- }
-
- .ab_thumbnails-h_1x5 .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin-bottom: 0;
- }
-
- .ab_thumbnails-h_1x5 .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-h_1x5 .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-h_1x5 .syndicatedItem .branding {
- line-height: 23.0px;
- }
-
- .ab_thumbnails-h_1x5 .trc_header_left_column {
- display: inline-block;
- width: 100%;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-h_1x5 .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-h_1x5 .videoCube .video-label-box {
- margin-top: 0px;
- }
-
- .ab_thumbnails-h_1x5 .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-h_1x5-landscape img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-h_1x5-landscape [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-h_1x5-landscape .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .ab_thumbnails-h_1x5-landscape .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-h_1x5-landscape .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .ab_thumbnails-h_1x5-landscape .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-h_1x5-landscape .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-h_1x5-landscape .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-h_1x5-landscape .video-label-box {
- height: 69.0px;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_thumbnails-h_1x5-landscape .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-h_1x5-landscape .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-h_1x5-landscape .syndicatedItem .branding {
- line-height: 23.0px;
- }
-
- .ab_thumbnails-h_1x5-landscape .trc_header_left_column {
- display: inline-block;
- width: 100%;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-h_1x5-landscape .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-h_1x5-landscape .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-h_abp-mode img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-h_abp-mode [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-h_abp-mode .trc_rbox_div {
- margin-bottom: 0;
- }
-
- .ab_thumbnails-h_abp-mode .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .ab_thumbnails-h_abp-mode .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-h_abp-mode .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .ab_thumbnails-h_abp-mode .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-h_abp-mode .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-h_abp-mode .trc_rbox_outer .videoCube {
- margin-bottom: 10px;
- }
-
- .ab_thumbnails-h_abp-mode .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-h_abp-mode .video-label-box {
- height: 76.0px;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin-bottom: 0;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-h_abp-mode .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-h_abp-mode .syndicatedItem .branding {
- line-height: 23.0px;
- }
-
- .ab_thumbnails-h_abp-mode .trc_header_left_column {
- display: inline-block;
- width: 100%;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-h_abp-mode .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-h_abp-mode .videoCube .video-label-box {
- margin-top: 0px;
- }
-
- .ab_thumbnails-h_abp-mode .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-i_1x5 img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-i_1x5 [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-i_1x5 .trc_rbox_div {
- margin-bottom: 0;
- }
-
- .ab_thumbnails-i_1x5 .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .ab_thumbnails-i_1x5 .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-i_1x5 .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .ab_thumbnails-i_1x5 .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-i_1x5 .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-i_1x5 .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-i_1x5 .trc_rbox_outer .videoCube {
- margin-bottom: 10px;
- }
-
- .ab_thumbnails-i_1x5 .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-i_1x5 .video-label-box {
- height: 76.0px;
- }
-
- .ab_thumbnails-i_1x5 .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin-bottom: 0;
- }
-
- .ab_thumbnails-i_1x5 .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-i_1x5 .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-i_1x5 .syndicatedItem .branding {
- line-height: 23.0px;
- }
-
- .ab_thumbnails-i_1x5 .trc_header_left_column {
- display: inline-block;
- width: 100%;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-i_1x5 .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-i_1x5 .videoCube .video-label-box {
- margin-top: 0px;
- }
-
- .ab_thumbnails-i_1x5 .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-k_abp-mode img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-k_abp-mode [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-k_abp-mode .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .ab_thumbnails-k_abp-mode .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-k_abp-mode .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .ab_thumbnails-k_abp-mode .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-k_abp-mode .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-k_abp-mode .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-k_abp-mode .video-label-box {
- height: 69.0px;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_thumbnails-k_abp-mode .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-k_abp-mode .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-k_abp-mode .syndicatedItem .branding {
- line-height: 23.0px;
- }
-
- .ab_thumbnails-k_abp-mode .trc_header_left_column {
- display: inline-block;
- width: 100%;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-k_abp-mode .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-k_abp-mode .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-k_backup img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-k_backup [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-k_backup .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .ab_thumbnails-k_backup .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-k_backup .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .ab_thumbnails-k_backup .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-k_backup .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-k_backup .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-k_backup .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-k_backup .video-label-box {
- height: 69.0px;
- }
-
- .ab_thumbnails-k_backup .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_thumbnails-k_backup .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_thumbnails-k_backup .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-k_backup .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-k_backup .syndicatedItem .branding {
- line-height: 23.0px;
- }
-
- .ab_thumbnails-k_backup .trc_header_left_column {
- display: inline-block;
- width: 100%;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-k_backup .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-k_backup .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-k_size-round-10 img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-k_size-round-10 [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-k_size-round-10 .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .ab_thumbnails-k_size-round-10 .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-k_size-round-10 .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .ab_thumbnails-k_size-round-10 .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-k_size-round-10 .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-k_size-round-10 .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-k_size-round-10 .video-label-box {
- height: 69.0px;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_thumbnails-k_size-round-10 .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-k_size-round-10 .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-k_size-round-10 .syndicatedItem .branding {
- line-height: 23.0px;
- }
-
- .ab_thumbnails-k_size-round-10 .trc_header_left_column {
- display: inline-block;
- width: 100%;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-k_size-round-10 .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-k_size-round-10 .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-k_size-round-10-factor img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-k_size-round-10-factor [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-k_size-round-10-factor .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .ab_thumbnails-k_size-round-10-factor .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-k_size-round-10-factor .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .ab_thumbnails-k_size-round-10-factor .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-k_size-round-10-factor .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-k_size-round-10-factor .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-k_size-round-10-factor .video-label-box {
- height: 69.0px;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_thumbnails-k_size-round-10-factor .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-k_size-round-10-factor .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-k_size-round-10-factor .syndicatedItem .branding {
- line-height: 23.0px;
- }
-
- .ab_thumbnails-k_size-round-10-factor .trc_header_left_column {
- display: inline-block;
- width: 100%;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-k_size-round-10-factor .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-k_size-round-10-factor .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-k_size-round-20 img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-k_size-round-20 [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .ab_thumbnails-k_size-round-20 .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .ab_thumbnails-k_size-round-20 .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-k_size-round-20 .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .ab_thumbnails-k_size-round-20 .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-k_size-round-20 .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-k_size-round-20 .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-k_size-round-20 .video-label-box {
- height: 69.0px;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_thumbnails-k_size-round-20 .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-k_size-round-20 .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-k_size-round-20 .syndicatedItem .branding {
- line-height: 23.0px;
- }
-
- .ab_thumbnails-k_size-round-20 .trc_header_left_column {
- display: inline-block;
- width: 100%;
- background: transparent;
- height: 27px;
- }
-
- .ab_thumbnails-k_size-round-20 .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-k_size-round-20 .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ab_thumbnails-rr_abp-mode img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .ab_thumbnails-rr_abp-mode [class*=span] {
- float: none;
- margin-left: 0px;
- }
-
- .ab_thumbnails-rr_abp-mode .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: transparent;
- height: auto;
- }
-
- .ab_thumbnails-rr_abp-mode .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: auto;
- }
-
- .ab_thumbnails-rr_abp-mode .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: normal;
- }
-
- .ab_thumbnails-rr_abp-mode .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-rr_abp-mode .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube a {
- padding: 0;
- }
-
- .ab_thumbnails-rr_abp-mode .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .ab_thumbnails-rr_abp-mode .video-label-box {
- height: 80.0px;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .ab_thumbnails-rr_abp-mode .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .ab_thumbnails-rr_abp-mode .video-label-box .branding {
- display: block;
- }
-
- .ab_thumbnails-rr_abp-mode .syndicatedItem .branding {
- line-height: 20.0px;
- }
-
- .ab_thumbnails-rr_abp-mode .trc_header_left_column {
- width: 48%;
- display: inline-block;
- background: transparent;
- height: auto;
- }
-
- .ab_thumbnails-rr_abp-mode .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .ab_thumbnails-rr_abp-mode [class*=span] {
- float: none;
- }
-
- .ab_thumbnails-rr_abp-mode [class*=span] {
- margin-left: 0;
- }
-
- .ab_thumbnails-rr_abp-mode .trc_rbox_header .trc_header_ext {
- position: relative;
- top: auto;
- right: auto;
- }
-
- .alternating-thumbnails-a img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .alternating-thumbnails-a [class*=span] {
- float: none;
- margin-left: 0px;
- }
-
- .alternating-thumbnails-a {
- background-color: #E6E5E1;
- }
-
- .alternating-thumbnails-a .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/89c73d279107ecb611aaf1272968c2c3.jpg) no-repeat;
- height: 21px;
- background-color: #fff;
- }
-
- .alternating-thumbnails-a .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 21px;
- }
-
- .alternating-thumbnails-a .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 21px;
- }
-
- .alternating-thumbnails-a .logoDiv a {
- font-size: 100%;
- }
-
- .alternating-thumbnails-a .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .alternating-thumbnails-a .videoCube a {
- padding: 0;
- }
-
- .alternating-thumbnails-a .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .alternating-thumbnails-a .video-label-box {
- height: 76.0px;
- }
-
- .alternating-thumbnails-a .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .alternating-thumbnails-a .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .alternating-thumbnails-a .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .alternating-thumbnails-a .video-label-box .branding {
- display: block;
- }
-
- .alternating-thumbnails-a .syndicatedItem .branding {
- line-height: 19.0px;
- }
-
- .alternating-thumbnails-a .trc_header_left_column {
- display: inline-block;
- width: 100%;
- background: transparent;
- height: 21px;
- }
-
- .alternating-thumbnails-a .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .alternating-thumbnails-a .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .alternating-thumbnails-b img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .alternating-thumbnails-b [class*=span] {
- float: none;
- margin-left: 0px;
- }
-
- .alternating-thumbnails-b .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/b2ddfe997f5b03be3a198485dff6a117.jpg) no-repeat;
- height: 21px;
- }
-
- .alternating-thumbnails-b .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 21px;
- }
-
- .alternating-thumbnails-b .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 21px;
- }
-
- .alternating-thumbnails-b .logoDiv a {
- font-size: 100%;
- }
-
- .alternating-thumbnails-b .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .alternating-thumbnails-b .videoCube a {
- padding: 0;
- }
-
- .alternating-thumbnails-b .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .alternating-thumbnails-b .video-label-box {
- height: 76.0px;
- }
-
- .alternating-thumbnails-b .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .alternating-thumbnails-b .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .alternating-thumbnails-b .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .alternating-thumbnails-b .video-label-box .branding {
- display: block;
- }
-
- .alternating-thumbnails-b .syndicatedItem .branding {
- line-height: 19.0px;
- }
-
- .alternating-thumbnails-b .trc_header_left_column {
- display: inline-block;
- width: 100%;
- background: transparent;
- height: 21px;
- }
-
- .alternating-thumbnails-b .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .alternating-thumbnails-b [class*=span] {
- float: none;
- }
-
- .alternating-thumbnails-b [class*=span] {
- margin-left: 0;
- }
-
- .alternating-thumbnails-b .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .alternating-thumbnails-b [class*=span] {
- float: none;
- }
-
- .alternating-thumbnails-b [class*=span] {
- margin-left: 0;
- }
-
- .alternating-thumbnails-b [class*=span] {
- float: none;
- }
-
- .alternating-thumbnails-b [class*=span] {
- margin-left: 0;
- }
-
- .alternating-thumbnails-b [class*=span] {
- float: none;
- }
-
- .alternating-thumbnails-b [class*=span] {
- margin-left: 0;
- }
-
- .mobile-thumbnails-a img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .mobile-thumbnails-a [class*=span] {
- float: none;
- margin-left: 0px;
- }
-
- .mobile-thumbnails-a .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: transparent;
- height: auto;
- }
-
- .mobile-thumbnails-a .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: auto;
- }
-
- .mobile-thumbnails-a .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: normal;
- }
-
- .mobile-thumbnails-a .logoDiv a {
- font-size: 100%;
- }
-
- .mobile-thumbnails-a .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .mobile-thumbnails-a .videoCube a {
- padding: 0;
- }
-
- .mobile-thumbnails-a .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .mobile-thumbnails-a .video-label-box {
- height: 88.0px;
- }
-
- .mobile-thumbnails-a .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .mobile-thumbnails-a .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .mobile-thumbnails-a .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .mobile-thumbnails-a .video-label-box .branding {
- display: block;
- }
-
- .mobile-thumbnails-a .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .mobile-thumbnails-a .trc_header_left_column {
- width: 48%;
- display: inline-block;
- background: transparent;
- height: auto;
- }
-
- .mobile-thumbnails-a .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .mobile-thumbnails-a [class*=span] {
- float: none;
- }
-
- .mobile-thumbnails-a [class*=span] {
- margin-left: 0;
- }
-
- .mobile-thumbnails-a .trc_rbox_header .trc_header_ext {
- position: relative;
- top: auto;
- right: auto;
- }
-
- .mobile-thumbnails-a [class*=span] {
- float: none;
- }
-
- .mobile-thumbnails-a [class*=span] {
- margin-left: 0;
- }
-
- .mobile-thumbnails-a [class*=span] {
- float: none;
- }
-
- .mobile-thumbnails-a [class*=span] {
- margin-left: 0;
- }
-
- .mobile-thumbnails-a [class*=span] {
- float: none;
- }
-
- .mobile-thumbnails-a [class*=span] {
- margin-left: 0;
- }
-
- .organic-thumbnails-a img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .organic-thumbnails-a [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .organic-thumbnails-a .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .organic-thumbnails-a .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .organic-thumbnails-a .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .organic-thumbnails-a .logoDiv a {
- font-size: 100%;
- }
-
- .organic-thumbnails-a .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .organic-thumbnails-a .videoCube a {
- padding: 0;
- }
-
- .organic-thumbnails-a .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .organic-thumbnails-a .video-label-box {
- height: 80.0px;
- }
-
- .organic-thumbnails-a .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .organic-thumbnails-a .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .organic-thumbnails-a .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .organic-thumbnails-a .video-label-box .branding {
- display: block;
- }
-
- .organic-thumbnails-a .syndicatedItem .branding {
- line-height: 20.0px;
- }
-
- .organic-thumbnails-a .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 27px;
- }
-
- .organic-thumbnails-a .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .organic-thumbnails-a [class*=span] {
- float: none;
- }
-
- .organic-thumbnails-a [class*=span] {
- margin-left: 0;
- }
-
- .organic-thumbnails-a .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .organic-thumbnails-a [class*=span] {
- float: none;
- }
-
- .organic-thumbnails-a [class*=span] {
- margin-left: 0;
- }
-
- .organic-thumbnails-a [class*=span] {
- float: none;
- }
-
- .organic-thumbnails-a [class*=span] {
- margin-left: 0;
- }
-
- .organic-thumbnails-a [class*=span] {
- float: none;
- }
-
- .organic-thumbnails-a [class*=span] {
- margin-left: 0;
- }
-
- .organic-thumbnails-a [class*=span] {
- float: none;
- }
-
- .organic-thumbnails-a [class*=span] {
- margin-left: 0;
- }
-
- .organic-thumbnails-b img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .organic-thumbnails-b [class*=span] {
- float: none;
- margin-left: 0px;
- }
-
- .organic-thumbnails-b {
- margin-left: 10px;
- margin-top: 10px;
- }
-
- .organic-thumbnails-b .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: none;
- width: 100%;
- background: transparent;
- height: auto;
- }
-
- .organic-thumbnails-b .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: auto;
- }
-
- .organic-thumbnails-b .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: normal;
- }
-
- .organic-thumbnails-b .logoDiv a {
- font-size: 100%;
- }
-
- .organic-thumbnails-b .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .organic-thumbnails-b .videoCube a {
- padding: 0;
- }
-
- .organic-thumbnails-b .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .organic-thumbnails-b .video-label-box {
- height: 88.0px;
- }
-
- .organic-thumbnails-b .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .organic-thumbnails-b .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- padding: 0 0 1px 0;
- }
-
- .organic-thumbnails-b .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- color: #8c4074;
- }
-
- .organic-thumbnails-b .video-label-box .branding {
- display: block;
- }
-
- .organic-thumbnails-b .syndicatedItem .branding {
- line-height: 18.0px;
- }
-
- .organic-thumbnails-b .trc_header_left_column {
- background: transparent;
- height: auto;
- }
-
- .organic-thumbnails-b .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .organic-thumbnails-b [class*=span] {
- float: none;
- }
-
- .organic-thumbnails-b [class*=span] {
- margin-left: 0;
- }
-
- .organic-thumbnails-b .trc_rbox_header .trc_header_ext {
- position: relative;
- top: auto;
- right: auto;
- }
-
- .organic-thumbnails-b .trc_rbox_div {
- overflow: visible;
- }
-
- .trc_elastic .organic-thumbnails-b {
- overflow: visible !important;
- }
-
- .organic-thumbnails-b .trc_rbox_outer .trc_rbox_div .labelText {
- position: absolute;
- top: -10px;
- left: 2%;
- padding: 3px 10px;
- margin-left: 0;
- color: #fff;
- font-weight: 800;
- z-index: 999;
- font-size: 12px;
- font-family: 'Open Sans', sans serif;
- line-height: 15px;
- text-transform: uppercase;
- background: #660046;
- }
-
- .trc_ie8 .organic-thumbnails-b .thumbBlock_holder,
- .trc_ie8 .organic-thumbnails-b .videoCube .thumbBlock,
- .trc_ie9 .organic-thumbnails-b .thumbBlock_holder,
- .trc_ie9 .organic-thumbnails-b .videoCube .thumbBlock {
- height: 146px;
- }
-
- .organic-thumbnails-d img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .organic-thumbnails-d [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .organic-thumbnails-d .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/ed8d020f1859e413beba34e1dde6b3ee.png) no-repeat;
- height: 26px;
- }
-
- .organic-thumbnails-d .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 26px;
- }
-
- .organic-thumbnails-d .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 26px;
- }
-
- .organic-thumbnails-d .logoDiv a {
- font-size: 100%;
- }
-
- .organic-thumbnails-d .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .organic-thumbnails-d .videoCube a {
- padding: 0;
- }
-
- .organic-thumbnails-d .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .organic-thumbnails-d .video-label-box {
- height: 88.0px;
- }
-
- .organic-thumbnails-d .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .organic-thumbnails-d .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .organic-thumbnails-d .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .organic-thumbnails-d .video-label-box .branding {
- display: block;
- }
-
- .organic-thumbnails-d .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .organic-thumbnails-d .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 26px;
- }
-
- .organic-thumbnails-d .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .organic-thumbnails-d .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .organic-thumbnails-d-2 img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .organic-thumbnails-d-2 [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .organic-thumbnails-d-2 .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .organic-thumbnails-d-2 .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .organic-thumbnails-d-2 .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .organic-thumbnails-d-2 .logoDiv a {
- font-size: 100%;
- }
-
- .organic-thumbnails-d-2 .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .organic-thumbnails-d-2 .videoCube a {
- padding: 0;
- }
-
- .organic-thumbnails-d-2 .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .organic-thumbnails-d-2 .video-label-box {
- height: 88.0px;
- }
-
- .organic-thumbnails-d-2 .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .organic-thumbnails-d-2 .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .organic-thumbnails-d-2 .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .organic-thumbnails-d-2 .video-label-box .branding {
- display: block;
- }
-
- .organic-thumbnails-d-2 .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .organic-thumbnails-d-2 .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 27px;
- }
-
- .organic-thumbnails-d-2 .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .organic-thumbnails-d-2 .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .organic-thumbnails-e img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .organic-thumbnails-e [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .organic-thumbnails-e .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .organic-thumbnails-e .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .organic-thumbnails-e .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .organic-thumbnails-e .logoDiv a {
- font-size: 100%;
- }
-
- .organic-thumbnails-e .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .organic-thumbnails-e .videoCube a {
- padding: 0;
- }
-
- .organic-thumbnails-e .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .organic-thumbnails-e .video-label-box {
- height: 88.0px;
- }
-
- .organic-thumbnails-e .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .organic-thumbnails-e .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .organic-thumbnails-e .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .organic-thumbnails-e .video-label-box .branding {
- display: block;
- }
-
- .organic-thumbnails-e .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .organic-thumbnails-e .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 27px;
- }
-
- .organic-thumbnails-e .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .organic-thumbnails-e .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .organic-thumbnails-mobile img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .organic-thumbnails-mobile [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .organic-thumbnails-mobile .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .organic-thumbnails-mobile .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .organic-thumbnails-mobile .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .organic-thumbnails-mobile .logoDiv a {
- font-size: 100%;
- }
-
- .organic-thumbnails-mobile .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .organic-thumbnails-mobile .videoCube a {
- padding: 0;
- }
-
- .organic-thumbnails-mobile .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .organic-thumbnails-mobile .video-label-box {
- height: 88.0px;
- }
-
- .organic-thumbnails-mobile .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .organic-thumbnails-mobile .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .organic-thumbnails-mobile .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .organic-thumbnails-mobile .video-label-box .branding {
- display: block;
- }
-
- .organic-thumbnails-mobile .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .organic-thumbnails-mobile .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 27px;
- }
-
- .organic-thumbnails-mobile .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .organic-thumbnails-mobile [class*=span] {
- float: none;
- }
-
- .organic-thumbnails-mobile [class*=span] {
- margin-left: 0;
- }
-
- .organic-thumbnails-mobile .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
- /* override bootstrap default span definitions */
-
- .text-links-a [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .text-links-a .trc_rbox_header {
- line-height: 24px;
- position: relative;
- display: inline-block;
- width: 100%;
- background: transparent;
- height: auto;
- }
-
- .text-links-a .trc_rbox_header .trc_rbox_header_span:after {
- content: ' ';
- display: block;
- background: #EC1A2E;
- height: 5px;
- width: 50px;
- margin-bottom: 18px;
- }
-
- .text-links-a .trc_rbox_header_span .trc_header_right_column {
- position: absolute;
- width: 48%;
- left: 52%;
- top: 0;
- background: transparent;
- height: auto;
- }
-
- .text-links-a .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: normal;
- position: relative;
- z-index: 1;
- }
-
- .text-links-a .logoDiv a {
- font-size: 100%;
- }
-
- .text-links-a .logoDiv a span {
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .text-links-a .syndicatedItem .video-title .branding {
- line-height: 1.3em;
- }
-
- .text-links-a .trc_rbox_div .videoCube.horizontal {
- clear: left;
- }
-
- .text-links-a .trc_rbox_div .videoCube.trc_tl_right_col {
- float: none;
- clear: right;
- margin-left: auto;
- }
-
- .text-links-a .videoCube:hover span.branding,
- .text-links-a .videoCube_hover span.branding {
- text-decoration: none;
- }
-
- .text-links-a .trc_rbox_div .videoCube.thumbnail_none a {
- display: list-item;
- list-style: disc outside none;
- vertical-align: top;
- overflow: visible;
- margin-left: 25px;
- padding: 0;
- color: #EC1A2E;
- font-size: 25px;
- line-height: 20px;
- }
-
- .text-links-a .videoCube .video-label-box {
- display: inline-block!important;
- vertical-align: top;
- width: 100%;
- *margin-top: -3px;
- min-height: 22.0px;
- }
-
- .text-links-a .trc_rbox_div .videoCube:hover .video-title {
- text-decoration: none;
- color: #EC1A2E;
- }
-
- .text-links-a .trc_header_left_column {
- display: inline-block;
- width: auto;
- background: transparent;
- height: auto;
- }
-
- .text-links-a .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .text-links-a .syndicatedItem .branding {
- line-height: normal;
- }
-
- .text-links-a .trc_rbox_header .trc_header_ext {
- position: relative;
- top: auto;
- right: auto;
- }
-
- .thumbnails-a img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .thumbnails-a [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .thumbnails-a .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .thumbnails-a .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-a .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .thumbnails-a .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-a .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .thumbnails-a .videoCube a {
- padding: 0;
- }
-
- .thumbnails-a .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .thumbnails-a .video-label-box {
- height: 80.0px;
- }
-
- .thumbnails-a .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .thumbnails-a .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .thumbnails-a .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .thumbnails-a .video-label-box .branding {
- display: block;
- }
-
- .thumbnails-a .syndicatedItem .branding {
- line-height: 20.0px;
- }
-
- .thumbnails-a .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-a .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-a [class*=span] {
- float: none;
- }
-
- .thumbnails-a [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-a .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .thumbnails-a [class*=span] {
- float: none;
- }
-
- .thumbnails-a [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-a [class*=span] {
- float: none;
- }
-
- .thumbnails-a [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-a [class*=span] {
- float: none;
- }
-
- .thumbnails-a [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-a [class*=span] {
- float: none;
- }
-
- .thumbnails-a [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-a [class*=span] {
- float: none;
- }
-
- .thumbnails-a [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-b img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .thumbnails-b [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .thumbnails-b .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .thumbnails-b .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-b .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .thumbnails-b .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-b .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .thumbnails-b .videoCube a {
- padding: 0;
- }
-
- .thumbnails-b .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .thumbnails-b .video-label-box {
- height: 80.0px;
- }
-
- .thumbnails-b .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .thumbnails-b .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .thumbnails-b .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .thumbnails-b .video-label-box .branding {
- display: block;
- }
-
- .thumbnails-b .syndicatedItem .branding {
- line-height: 20.0px;
- }
-
- .thumbnails-b .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-b .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-b [class*=span] {
- float: none;
- }
-
- .thumbnails-b [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-b .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .thumbnails-c img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .thumbnails-c [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .thumbnails-c .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .thumbnails-c .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-c .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .thumbnails-c .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-c .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .thumbnails-c .videoCube a {
- padding: 0;
- }
-
- .thumbnails-c .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .thumbnails-c .video-label-box {
- height: 80.0px;
- }
-
- .thumbnails-c .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .thumbnails-c .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .thumbnails-c .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .thumbnails-c .video-label-box .branding {
- display: block;
- }
-
- .thumbnails-c .syndicatedItem .branding {
- line-height: 20.0px;
- }
-
- .thumbnails-c .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-c .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-c [class*=span] {
- float: none;
- }
-
- .thumbnails-c [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-c .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .thumbnails-d img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .thumbnails-d [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .thumbnails-d .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/05309722c1e32f9dbeddcbd010e1ea7f.png) no-repeat;
- height: 33px;
- }
-
- .thumbnails-d .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 33px;
- }
-
- .thumbnails-d .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 33px;
- }
-
- .thumbnails-d .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-d .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .thumbnails-d .videoCube a {
- padding: 0;
- }
-
- .thumbnails-d .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .thumbnails-d .video-label-box {
- height: 88.0px;
- }
-
- .thumbnails-d .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .thumbnails-d .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .thumbnails-d .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .thumbnails-d .video-label-box .branding {
- display: block;
- }
-
- .thumbnails-d .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .thumbnails-d .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 33px;
- }
-
- .thumbnails-d .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-d .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .thumbnails-d-2 img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .thumbnails-d-2 [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .thumbnails-d-2 .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .thumbnails-d-2 .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-d-2 .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .thumbnails-d-2 .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-d-2 .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .thumbnails-d-2 .videoCube a {
- padding: 0;
- }
-
- .thumbnails-d-2 .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .thumbnails-d-2 .video-label-box {
- height: 88.0px;
- }
-
- .thumbnails-d-2 .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .thumbnails-d-2 .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .thumbnails-d-2 .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .thumbnails-d-2 .video-label-box .branding {
- display: block;
- }
-
- .thumbnails-d-2 .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .thumbnails-d-2 .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-d-2 .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-d-2 .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .thumbnails-e img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .thumbnails-e [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .thumbnails-e .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .thumbnails-e .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-e .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .thumbnails-e .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-e .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .thumbnails-e .videoCube a {
- padding: 0;
- }
-
- .thumbnails-e .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .thumbnails-e .video-label-box {
- height: 88.0px;
- }
-
- .thumbnails-e .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .thumbnails-e .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .thumbnails-e .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .thumbnails-e .video-label-box .branding {
- display: block;
- }
-
- .thumbnails-e .syndicatedItem .branding {
- line-height: 22.0px;
- }
-
- .thumbnails-e .trc_header_left_column {
- display: inline-block;
- width: 100%;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-e .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-e .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .thumbnails-f-abp img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .thumbnails-f-abp [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .thumbnails-f-abp {
- background-color: #f9f9f9
- }
-
- .thumbnails-f-abp .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/91516fd3ede6940f91c3472c0a0841e5.png) no-repeat;
- height: 24px;
- }
-
- .thumbnails-f-abp .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 24px;
- }
-
- .thumbnails-f-abp .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 24px;
- }
-
- .thumbnails-f-abp .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-f-abp .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .trc_elastic .thumbnails-f-abp .trc_rbox_outer .trc_rbox_div .videoCube {
- margin-bottom: 0;
- }
-
- .thumbnails-f-abp .videoCube a {
- padding: 0;
- }
-
- .thumbnails-f-abp .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .thumbnails-f-abp .video-label-box {
- height: 57.0px;
- }
-
- .thumbnails-f-abp .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .thumbnails-f-abp .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .thumbnails-f-abp .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .thumbnails-f-abp .video-label-box .branding {
- display: block;
- }
-
- .thumbnails-f-abp .syndicatedItem .branding {
- line-height: 19.0px;
- }
-
- .thumbnails-f-abp .trc_header_left_column {
- display: inline-block;
- width: 100%;
- background: transparent;
- height: 24px;
- }
-
- .thumbnails-f-abp .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-f-abp .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .thumbnails-g img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .thumbnails-g [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .thumbnails-g .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: none;
- width: 100%;
- background: transparent;
- height: auto;
- }
-
- .thumbnails-g .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: auto;
- }
-
- .thumbnails-g .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: normal;
- }
-
- .thumbnails-g .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-g .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11px;
- }
-
- .thumbnails-g .videoCube a {
- padding: 0;
- }
-
- .thumbnails-g .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .thumbnails-g .trc_rbox_outer .videoCube .video-label-box {
- height: 58.0px;
- }
-
- .thumbnails-g .videoCube .video-label-box {
- padding: 0 20px;
- }
-
- .thumbnails-g .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- padding-top: 5px;
- }
-
- .thumbnails-g .videoCube:hover .video-label-box .video-title {
- text-decoration: none;
- }
-
- .thumbnails-g .video-label-box .branding {
- display: block;
- }
-
- .thumbnails-g .syndicatedItem .branding {
- line-height: 16.0px;
- }
-
- .thumbnails-g .trc_header_left_column {
- background: transparent;
- height: auto;
- }
-
- .thumbnails-g .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-g .trc_rbox_header .trc_header_ext {
- position: relative;
- top: auto;
- right: auto;
- }
-
- .thumbnails-g .video-label-box .video-uploader {
- font-family: 'Fira Sans', Helvetica, Arial;
- line-height: 16px;
- display: block;
- text-align: left;
- font-size: 12px;
- margin-top: -12px;
- position: absolute;
- padding: 0px 5px;
- color: #FFF;
- background-color: #880090;
- }
-
- .thumbnails-g .videoCube .video-label-box:hover .video-title {
- color: #239716;
- }
-
- .trc_elastic .thumbnails-g .trc_rbox_outer .videoCube {
- margin-bottom: 0px;
- }
-
- .thumbnails-h img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .thumbnails-h [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .thumbnails-h .trc_rbox_div {
- margin-bottom: 0;
- }
-
- .thumbnails-h .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .thumbnails-h .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-h .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .thumbnails-h .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-h .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .thumbnails-h .videoCube a {
- padding: 0;
- }
-
- .thumbnails-h .trc_rbox_outer .videoCube {
- margin-bottom: 10px;
- }
-
- .thumbnails-h .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .thumbnails-h .video-label-box {
- height: 76.0px;
- }
-
- .thumbnails-h .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin-bottom: 0;
- }
-
- .thumbnails-h .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .thumbnails-h .video-label-box .branding {
- display: block;
- }
-
- .thumbnails-h .syndicatedItem .branding {
- line-height: 23.0px;
- }
-
- .thumbnails-h .trc_header_left_column {
- display: inline-block;
- width: 100%;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-h .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-h .videoCube .video-label-box {
- margin-top: 0px;
- }
-
- .thumbnails-h .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .thumbnails-i img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .thumbnails-i [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .thumbnails-i .trc_rbox_div {
- margin-bottom: 0;
- }
-
- .thumbnails-i .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .thumbnails-i .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-i .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .thumbnails-i .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-i .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .thumbnails-i .videoCube a {
- padding: 0;
- }
-
- .thumbnails-i .trc_rbox_outer .videoCube {
- margin-bottom: 10px;
- }
-
- .thumbnails-i .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .thumbnails-i .video-label-box {
- height: 76.0px;
- }
-
- .thumbnails-i .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin-bottom: 0;
- }
-
- .thumbnails-i .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .thumbnails-i .video-label-box .branding {
- display: block;
- }
-
- .thumbnails-i .syndicatedItem .branding {
- line-height: 19.0px;
- }
-
- .thumbnails-i .trc_header_left_column {
- display: inline-block;
- width: 100%;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-i .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-i .videoCube .video-label-box {
- margin-top: 0px;
- }
-
- .thumbnails-i .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .thumbnails-j img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .thumbnails-j [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .thumbnails-j .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: transparent;
- height: auto;
- }
-
- .thumbnails-j .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: auto;
- }
-
- .thumbnails-j .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: normal;
- }
-
- .thumbnails-j .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-j .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .thumbnails-j .videoCube a {
- padding: 0;
- }
-
- .thumbnails-j .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .thumbnails-j .video-label-box {
- height: 62.0px;
- }
-
- .thumbnails-j .videoCube .video-label-box {
- padding: 20px 20px 0;
- }
-
- .thumbnails-j .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .thumbnails-j .videoCube:hover .video-label-box .video-title {
- text-decoration: none;
- }
-
- .thumbnails-j .videoCube .video-label-box .video-title:hover {
- color: #7199D7;
- }
-
- .thumbnails-j .video-label-box .branding {
- display: block;
- }
-
- .thumbnails-j .syndicatedItem .branding {
- line-height: 19.0px;
- }
-
- .thumbnails-j .trc_header_left_column {
- width: 48%;
- display: inline-block;
- background: transparent;
- height: auto;
- }
-
- .thumbnails-j .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-j .trc_rbox_header .trc_header_ext {
- position: relative;
- top: auto;
- right: auto;
- }
-
- .thumbnails-j .videoCube {
- box-shadow: 0 1px 20px rgba(0, 0, 0, .12);
- background: #fff;
- }
-
- .thumbnails-j .videoCube .video-label-box .video-title::before {
- content: '';
- margin-left: 10px;
- display: inline;
- }
-
- @media screen and (min-width: 1240px) {
- .trc_elastic .thumbnails-j .trc_rbox_div .videoCube {
- margin-left: 20px;
- width: calc(25% - 20px);
- }
- .trc_elastic .thumbnails-j .trc_rbox_outer {
- margin-left: -20px;
- }
- }
-
- @media screen and (max-width: 1239px) and (min-width: 930px) {
- .trc_elastic .thumbnails-j .trc_rbox_outer {
- margin-left: -20px;
- }
- .trc_elastic .thumbnails-j .trc_rbox_div .videoCube {
- margin-left: 20px;
- width: calc(33.33333% - 20px);
- }
- }
-
- @media screen and (max-width: 620px) and (min-width: 929px) {
- .trc_elastic .thumbnails-j .trc_rbox_outer {
- margin-left: -20px;
- }
- .trc_elastic .thumbnails-j .trc_rbox_div .videoCube {
- margin-left: 20px;
- width: calc(50% - 20px);
- }
- }
-
- .thumbnails-k img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .thumbnails-k [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .thumbnails-k .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .thumbnails-k .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-k .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .thumbnails-k .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-k .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .thumbnails-k .videoCube a {
- padding: 0;
- }
-
- .thumbnails-k .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .thumbnails-k .video-label-box {
- height: 69.0px;
- }
-
- .thumbnails-k .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .thumbnails-k .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .thumbnails-k .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .thumbnails-k .video-label-box .branding {
- display: block;
- }
-
- .thumbnails-k .syndicatedItem .branding {
- line-height: 23.0px;
- }
-
- .thumbnails-k .trc_header_left_column {
- display: inline-block;
- width: 100%;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-k .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-k .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .thumbnails-rr img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .thumbnails-rr [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .thumbnails-rr .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .thumbnails-rr .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-rr .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .thumbnails-rr .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-rr .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .thumbnails-rr .videoCube a {
- padding: 0;
- }
-
- .thumbnails-rr .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .thumbnails-rr .video-label-box {
- height: 80.0px;
- }
-
- .thumbnails-rr .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .thumbnails-rr .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .thumbnails-rr .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .thumbnails-rr .video-label-box .branding {
- display: block;
- }
-
- .thumbnails-rr .syndicatedItem .branding {
- line-height: 20.0px;
- }
-
- .thumbnails-rr .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-rr .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-rr [class*=span] {
- float: none;
- }
-
- .thumbnails-rr [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-rr .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .thumbnails-rr [class*=span] {
- float: none;
- }
-
- .thumbnails-rr [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-rr [class*=span] {
- float: none;
- }
-
- .thumbnails-rr [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-rr [class*=span] {
- float: none;
- }
-
- .thumbnails-rr [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-rr [class*=span] {
- float: none;
- }
-
- .thumbnails-rr [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-rr [class*=span] {
- float: none;
- }
-
- .thumbnails-rr [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-rr [class*=span] {
- float: none;
- }
-
- .thumbnails-rr [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-rr [class*=span] {
- float: none;
- }
-
- .thumbnails-rr [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-rr2 img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .thumbnails-rr2 [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .thumbnails-rr2 .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0b766547f84e83c67d3decdc0b3851f0.png) no-repeat;
- height: 27px;
- }
-
- .thumbnails-rr2 .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-rr2 .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 27px;
- }
-
- .thumbnails-rr2 .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-rr2 .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .thumbnails-rr2 .videoCube a {
- padding: 0;
- }
-
- .thumbnails-rr2 .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .thumbnails-rr2 .video-label-box {
- height: 80.0px;
- }
-
- .thumbnails-rr2 .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .thumbnails-rr2 .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .thumbnails-rr2 .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .thumbnails-rr2 .video-label-box .branding {
- display: block;
- }
-
- .thumbnails-rr2 .syndicatedItem .branding {
- line-height: 20.0px;
- }
-
- .thumbnails-rr2 .trc_header_left_column {
- width: 100%;
- display: inline-block;
- background: transparent;
- height: 27px;
- }
-
- .thumbnails-rr2 .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-rr2 [class*=span] {
- float: none;
- }
-
- .thumbnails-rr2 [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-rr2 .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .thumbnails-rr2 [class*=span] {
- float: none;
- }
-
- .thumbnails-rr2 [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-rr2 [class*=span] {
- float: none;
- }
-
- .thumbnails-rr2 [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-rr2 [class*=span] {
- float: none;
- }
-
- .thumbnails-rr2 [class*=span] {
- margin-left: 0;
- }
-
- .thumbnails-rr3 img {
- max-width: none;
- }
- /* override bootstrap default span definitions */
-
- .thumbnails-rr3 [class*=span] {
- float: none;
- margin-left: 0;
- }
-
- .thumbnails-rr3 .trc_rbox_header {
- line-height: 1.2em;
- position: relative;
- display: inline-block;
- width: 100%;
- background: url(http://cdn.taboolasyndication.com/libtrc/static/thumbnails/4e2d1e48dbb06f6c68d88368d83cb926.png) no-repeat;
- height: 28px;
- }
-
- .thumbnails-rr3 .trc_rbox_header_span .trc_header_right_column {
- display: none;
- background: transparent;
- height: 28px;
- }
-
- .thumbnails-rr3 .trc_rbox_header .logoDiv {
- font-size: inherit;
- line-height: 28px;
- }
-
- .thumbnails-rr3 .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-rr3 .logoDiv a span {
- display: inline;
- color: #000000;
- font-weight: normal;
- font-size: 11.0px;
- }
-
- .thumbnails-rr3 .videoCube a {
- padding: 0;
- }
-
- .thumbnails-rr3 .thumbBlock {
- margin: 0;
- }
-
- .trc_elastic .thumbnails-rr3 .video-label-box {
- height: 54.0px;
- }
-
- .thumbnails-rr3 .videoCube .video-label-box {
- margin-top: 5px;
- }
-
- .thumbnails-rr3 .videoCube .video-label-box .video-title {
- text-decoration: none;
- margin: 0;
- }
-
- .thumbnails-rr3 .videoCube:hover .video-label-box .video-title {
- text-decoration: underline;
- }
-
- .thumbnails-rr3 .video-label-box .branding {
- display: block;
- }
-
- .thumbnails-rr3 .syndicatedItem .branding {
- line-height: 18.0px;
- }
-
- .thumbnails-rr3 .trc_header_left_column {
- display: inline-block;
- width: 100%;
- background: transparent;
- height: 28px;
- }
-
- .thumbnails-rr3 .trc_rbox_header .logoDiv a {
- font-size: 100%;
- }
-
- .thumbnails-rr3 .trc_rbox_header .trc_header_ext {
- position: absolute;
- top: 0;
- right: 0;
- }
- </style>
<script src="http://s.skimresources.com/js/44681X1528610.skimlinks.js" async=""></script>
<script id="georiot" src="http://cdn.georiot.com/snippet.js" async=""></script>
<script src="http://native.sharethrough.com/assets/sfp.js" async=""></script>
@@ -35747,2384 +622,6 @@
<script src="http://partner.googleadservices.com/gpt/pubads_impl_105.js" async=""></script>
<script async="" type="text/javascript" charset="UTF-8" src="http://cdn.gigya.com/js/gigya.services.socialize.plugins.reactions.min.js?lang=en"></script>
<link rel="prefetch" href="http://tpc.googlesyndication.com/safeframe/1-0-5/html/container.html" />
- <style type="text/css">
- .gig-comments-container *.gig-badge-moderators {
- color: #00AEEF;
- }
-
- .gig-comments-container *.gig-badge-moderators.gig-badge-border {
- border-color: #00AEEF;
- }
-
- .gig-comments-container *.gig-comment-username-badge-moderators {
- color: #00AEEF;
- }
-
- .gig-comments-container *.gig-badge-experts {
- color: #828282;
- }
-
- .gig-comments-container *.gig-badge-experts.gig-badge-border {
- border-color: #828282;
- }
-
- .gig-comments-container *.gig-comment-username-badge-experts {
- color: #000000;
- }
-
- .gig-comments-container *.gig-badge-journalists {
- color: #7A3CC6;
- }
-
- .gig-comments-container *.gig-badge-journalists.gig-badge-border {
- border-color: #7A3CC6;
- }
-
- .gig-comments-container *.gig-comment-username-badge-journalists {
- color: #000000;
- }
-
- .gig-comments-container *.gig-badge-staff {
- color: #39B54A;
- }
-
- .gig-comments-container *.gig-badge-staff.gig-badge-border {
- border-color: #39B54A;
- }
-
- .gig-comments-container *.gig-comment-username-badge-staff {
- color: #000000;
- }
-
- .gig-comments-container *.gig-badge-pick {
- color: #009CDC;
- background-image: url(http://cdn3.gigya.com/gs/i/comments2/editors_pick_x2.png);
- background-size: 17px 17px;
- }
-
- .gig-comments-container *.gig-badge-pick.gig-badge-border {
- border-color: #009CDC;
- }
-
- .gig-comments-container *.gig-comment-badge-pick {
- background-color: #E5F8FF;
- }
- </style>
- <style type="text/css">
- .gig-comments-container *,
- *.gig-comments-container {
- word-wrap: break-word;
- padding: 0px;
- margin: 0px;
- color: inherit;
- text-decoration: none;
- width: auto;
- float: none;
- font-family: arial;
- color: #333333;
- position: static;
- text-align: left;
- vertical-align: baseline;
- -moz-box-sizing: content-box;
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
- }
-
- .gig-comments-container input {
- outline: none
- }
-
- .gig-comments-container .gig-composebox-summary-input {
- font-weight: bold;
- }
-
- .gig-comments-container .gig-composebox-summary-input.gig-comments-placeholder {
- font-weight: bold;
- }
-
- .gig-comments-container .gig-comments-placeholder {
- color: #999;
- opacity: 1
- }
-
- .gig-comments-container input:-moz-placeholder {
- color: #585858;
- opacity: 1
- }
-
- .gig-comments-container input::-moz-placeholder {
- color: #585858;
- opacity: 1
- }
-
- .gig-comments-container input::-webkit-input-placeholder {
- color: #585858;
- opacity: 1
- }
-
- .gig-comments-container input:-moz-placeholder {
- color: #585858;
- opacity: 1
- }
-
- *.gig-comments-container u {
- text-decoration: underline
- }
-
- .gig-comments-container li {
- margin: 0;
- padding: 0;
- list-style-type: none
- }
-
- .gig-comments-container ul {
- margin: 0;
- padding: 0;
- }
-
- *.gig-composebox-textarea ul,
- .gig-comment-body ul {
- padding-left: 20px;
- }
-
- *.gig-composebox-textarea li,
- .gig-comment-body li {
- list-style-type: disc
- }
-
- .gig-comments-container * {}
-
- *.gig-comments-container-progress {
- width: 100%;
- height: 38px;
- background-repeat: no-repeat;
- background-position: center center;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/progress_ani_gif_x1.gif')
- }
-
- .gig-comments-hires-icons *.gig-comments-container-progress {
- background-size: contain;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/progress_ani_gif_x2.gif')
- }
-
- *.gig-clearfix {
- clear: both
- }
-
- *.gig-comments-header {
- overflow: hidden;
- border-bottom: 1px solid #EBEBEB;
- margin-bottom: 8px;
- padding-bottom: 8px;
- }
-
- *.gig-comments-count {
- font-size: 16px;
- font-weight: bold;
- }
-
- *.gig-comments-header-right {
- float: right;
- }
-
- *.gig-comments-header-left {
- float: left;
- }
-
- *.gig-comments-linksContainer {
- display: inline-block;
- }
-
- *.gig-comments-linksContainer li,
- *.gig-comments-linksContainer a,
- *.gig-comments-linksContainer li a:hover,
- *.gig-comments-linksContainer a:active,
- *.gig-comments-linksContainer a:visited,
- *.gig-comments-linksContainer a:link {
- color: #999999;
- cursor: pointer;
- display: inline-block;
- }
-
- *.gig-comments-linksContainer li {
- margin-right: 3px;
- }
-
- *.gig-comments-linksContainer li:after {
- content: " ";
- width: 2px;
- height: 2px;
- background-color: #999999;
- vertical-align: middle;
- margin-left: 3px;
- display: inline-block;
- }
-
- *.gig-comments-linksContainer *.gig-comments-link-lastVisible:after {
- content: "";
- margin: 0;
- display: none;
- }
-
- *.gig-comments-linksContainer *.gig-comments-link-lastVisible {
- margin-right: 0;
- }
-
- *.gig-comment {
- width: 100%;
- }
-
- *.gig-comment * {
- color: #999999;
- }
-
- *.gig-comment .gig-comment-content {
- padding-left: 6px;
- transition-property: background-color, padding;
- }
-
- *.gig-comment-newComment .gig-comment-content {
- padding: 6px;
- background-color: #CEFAD3;
- border-radius: 4px;
- }
-
- *.gig-comment-summary {
- display: inline-block;
- font-size: 13px;
- font-weight: bold;
- vertical-align: top;
- color: #333333;
- font-size: 14px;
- }
-
- *.gig-comment-photo {
- float: left;
- width: 37px;
- height: 37px;
- }
-
- *.gig-comment-providerLogo {
- text-align: right;
- }
-
- *.gig-comment-providerLogo img {
- width: 14px;
- height: 14px;
- margin-top: -11px;
- margin-right: -3px;
- display: inline-block;
- }
-
- *.gig-comment-data {
- padding-left: 41px;
- }
-
- *.gig-comment-header {
- overflow: hidden;
- margin-bottom: 6px;
- }
-
- *.gig-comment-header-right {
- float: right;
- }
-
- *.gig-comment-time {
- font-size: 11px;
- display: inline-block;
- margin: 2px 0 0 10px;
- float: right;
- }
-
- *.gig-comment-username {
- font-weight: bold;
- color: #333333;
- margin-right: 6px;
- display: inline-block;
- }
-
- *.gig-comment-body,
- .gig-comment-body * {
- color: #585858;
- line-height: 18px;
- }
-
- *.gig-comment-footer,
- *.gig-comment-replies {
- padding-left: 6px
- }
-
- *.gig-comment-replies {
- transition-property: max-height;
- overflow: hidden;
- }
-
- *.gig-comment-replies-collapsed {
- display: none;
- }
-
- *.gig-comment-footer {
- font-size: 11px;
- overflow: hidden;
- border-bottom: 1px solid #EBEBEB;
- margin: 10px 0;
- padding-bottom: 10px;
- }
-
- *.gig-comment[data-level="0"]:last-of-type *.gig-comment-footer:last-ch {
- border-bottom: none;
- }
-
- *.gig-comment-footer-left {
- float: left;
- }
-
- *.gig-comment-footer li {
- cursor: pointer;
- }
-
- *.gig-comment .gig-comment-replybox {
- display: none;
- background-color: #F6F6F6;
- padding: 4px 6px;
- }
-
- *.gig-comment .gig-comment-replybox-open {
- display: block;
- margin-bottom: 10px;
- }
-
- *.gig-comment .gig-composebox-title,
- *.gig-comment .gig-composebox-title * {
- font-weight: normal;
- font-style: italic;
- color: #333333
- }
-
- *.gig-comment *.gig-composebox-username {
- font-weight: bold;
- }
-
- *.gig-comment-repliesArrow div {
- display: inline-block
- }
-
- *.gig-comment-repliesArrow-img {
- margin: 0 1px 0 6px;
- width: 9px;
- height: 9px;
- margin-right: 3px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Reply_Arrow_x1.png');
- background-repeat: no-repeat;
- background-position: 0px 3px;
- }
-
- .gig-comments-hires-icons *.gig-comment-repliesArrow-img {
- background-size: contain;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Reply_Arrow_x2.png');
- }
-
- *.gig-comment-repliesArrow .gig-comment-repliesArrow-img {}
-
- *.gig-comment-repliesArrow-collapsed .gig-comment-repliesArrow-img {
- -webkit-transform: rotate(270deg);
- transform: rotate(270deg);
- }
-
- *.gig-comment-status {
- display: none;
- border-radius: 3px;
- color: #FFFFFF;
- padding: 2px 8px;
- border-radius: 3px;
- margin-bottom: 6px;
- }
-
- *.gig-comment-body a:link {
- color: #007ACF;
- text-decoration: underline;
- }
-
- *.gig-comment-body a:visited {
- color: #61007d;
- text-decoration: underline;
- }
-
- *.gig-comment-status-info {
- display: inline-block;
- background-color: #64B46F;
- }
-
- *.gig-comment-status-error {
- display: inline-block;
- background-color: #D0605F;
- margin-bottom: 6px;
- }
-
- *.gig-comment-viaProvider {
- display: inline-block;
- font-style: italic;
- margin: 0 12px;
- padding: 0 0 0 12px;
- background-repeat: no-repeat;
- background-position: left center;
- }
-
- *.gig-comment-viaProvider-facebook {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2//providers/Facebook_9x9_x1.png');
- }
-
- .gig-comments-hires-icons *.gig-comment-viaProvider-facebook {
- background-size: contain;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2//providers/Facebook_9x9_x2.png');
- }
-
- .gig-comments-hires-icons *.gig-loginbox-provider {
- background-size: 15px;
- }
-
- img.gig-comment-img {
- border-radius: 3px;
- }
-
- *.gig-comment-footer-right {
- float: right;
- }
-
- *.gig-comment-footer-right div {
- display: inline-block;
- height: 17px;
- line-height: 16px;
- vertical-align: bottom;
- }
-
- *.gig-comment-vote-pos,
- *.gig-comment-vote-neg {
- cursor: pointer;
- background-repeat: no-repeat;
- background-position: 0 0;
- padding-left: 14px;
- }
-
- *.gig-comment-vote-with-value {
- padding-left: 17px;
- }
-
- *.gig-comment-vote-total {
- margin-right: 5px;
- }
-
- *.gig-comment-vote-pos {
- background-size: 14px 14px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Thumbs_up_x1.png')
- }
-
- .gig-comments-hires-icons *.gig-comment-vote-pos {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Thumbs_up_x2.png')
- }
-
- *.gig-comment-vote-pos-down {
- background-size: 14px 14px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Thumbs_up_pressed_x1.png')
- }
-
- .gig-comments-hires-icons *.gig-comment-vote-pos-down {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Thumbs_up_pressed_x2.png')
- }
-
- *.gig-comment-vote-neg {
- background-size: 14px 14px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Thumbs_down_x1.png');
- margin-left: 15px;
- position: relative;
- background-position: 0 3px;
- }
-
- .gig-comments-hires-icons *.gig-comment-vote-neg {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Thumbs_down_x2.png');
- }
-
- *.gig-comment-vote-posneg *.gig-comment-vote-neg {
- margin-left: 2px;
- }
-
- *.gig-comment-vote-neg-down {
- background-size: 14px 14px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Thumbs_down_pressed_x1.png')
- }
-
- .gig-comments-hires-icons *.gig-comment-vote-neg-down {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Thumbs_down_pressed_x2.png')
- }
-
- *.gig-comment-flag {
- margin: 0 15px;
- vertical-align: top;
- display: inline-block;
- width: 14px;
- height: 14px;
- visibility: hidden;
- cursor: pointer;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Flag_Icon_x1.png')
- }
-
- .gig-comments-hires-icons *.gig-comment-flag {
- background-size: contain;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Flag_Icon_x2.png')
- }
-
- *.gig-comment-flag-submitted {
- cursor: default;
- visibility: visible;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Flag_Icon_Submitted_x1.png')
- }
-
- .gig-comments-hires-icons *.gig-comment-flag-submitted {
- background-size: contain;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Flag_Icon_Submitted_x2.png')
- }
-
- *.gig-comments-more {
- cursor: pointer;
- border-radius: 3px;
- line-height: 38px;
- border: 1px solid #F7F6F6;
- background-color: #F9F9F9;
- text-align: center;
- }
-
- *.gig-comments-more:hover {
- background-color: #E5E5E5
- }
-
- *.gig-comments-more-progress {
- cursor: default;
- width: 100%;
- height: 38px;
- background-repeat: no-repeat;
- background-position: center center;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/progress_ani_gif_x2.gif')
- }
-
- .gig-comments-hires-icons *.gig-comments-more-progress {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/progress_ani_gif_x2.gif')
- }
-
- *.gig-comments-more-progress:hover {
- background-color: #F9F9F9;
- }
-
- *.gig-comments-dialog {
- min-width: 367px;
- min-height: 140px;
- border: 6px solid #858585;
- border-radius: 5px;
- background-color: #FFFFFF;
- }
-
- *.gig-comments-dialog-close {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/close_icon_x1.png');
- width: 15px;
- height: 15px;
- float: right;
- cursor: pointer;
- }
-
- .gig-comments-hires-icons *.gig-comments-dialog-close {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/close_icon_x2.png');
- background-size: contain;
- }
-
- *.gig-comments-dialog-caption-container {
- overflow: hidden;
- background-color: #f3f3f3;
- padding: 5px 5px 5px 12px;
- overflow: auto;
- zoom: 1;
- font-size: 14px;
- font-weight: bold;
- color: #4d4d4d;
- }
-
- *.gig-comments-dialog-caption {
- display: inline-block;
- float: left;
- }
-
- *.gig-comments-dialog-body {
- padding: 24px 12px 12px 12px;
- }
-
- *.gig-comments-dialog-buttons {
- margin-top: 12px;
- text-align: right;
- margin: 20px;
- }
-
- *.gig-comments-dialog-text {
- margin-bottom: 10px;
- }
-
- *.gig-comments-dialog-textbox-container {
- float: left
- }
-
- *.gig-comments-dialog-textbox {
- width: 260px;
- color: #4D4D4D;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 0 4px;
- background-color: white;
- border: 1px solid #C0C0C0;
- height: 24px;
- box-shadow: inset 0 0 4px #DCDCDC;
- -moz-box-shadow: inset 0 0 4px #DCDCDC;
- -webkit-box-shadow: inset 0 0 4px #DCDCDC;
- }
-
- *.gig-comments-dialog-subscribe-okIcon {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/ok_icon_x1.png');
- width: 14px;
- height: 14px;
- position: relative;
- top: 2px;
- margin-right: 2px;
- display: inline-block;
- }
-
- .gig-comments-hires-icons *.gig-comments-dialog-subscribe-okIcon {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/ok_icon_x2.png');
- }
-
- *.gig-comments-dialog-button {
- line-height: 22px;
- font-size: 12px;
- margin-left: 7px;
- font-weight: bold;
- min-width: 50px;
- position: relative;
- border-radius: 3px;
- color: #4d4d4d;
- cursor: pointer;
- font-size: 11px;
- padding: 0 5px;
- border: 1px solid #C5C7C7;
- display: inline-block;
- zoom: 1;
- vertical-align: middle;
- text-align: center;
- box-shadow: 0 0 2px RGBA(0, 0, 0, 0.15);
- -webkit-box-shadow: 0 0 2px RGBA(0, 0, 0, 0.15);
- -moz-box-shadow: 0 0 2px RGBA(0, 0, 0, 0.15);
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#EAEBEB");
- background: linear-gradient(top, #FFFFFF, #EAEBEB);
- background: -ms-linear-gradient(top left, #FFFFFF, #EAEBEB);
- background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EAEBEB));
- background: -moz-linear-gradient(top, #FFFFFF, #EAEBEB)
- }
- }
- *.gig-comments-dialog-button:hover {
- color: #b4b4b4;
- cursor: default;
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#EBEBEB", endColorstr="#FFFFFF");
- background: linear-gradient(top, #EBEBEB, #FFFFFF);
- background: -ms-linear-gradient(top left, #EBEBEB, #FFFFFF);
- background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#FFFFFF));
- background: -moz-linear-gradient(top, #EBEBEB, #FFFFFF)
- }
- *.gig-comments-dialog-error {
- color: #ce585a;
- font-size: 11px;
- margin-top: 5px;
- clear: both;
- }
- *.gig-comments-dialog-textbox-button {}
- *.gig-composebox {
- margin-bottom: 23px;
- }
- *.gig-composebox-login {}
- *.gig-composebox-login div {
- display: inline-block;
- line-height: 30px;
- font-weight: bold;
- }
- *.gig-composebox-or {
- margin: 0 10px;
- }
- *.gig-composebox-social-login,
- *.gig-composebox-guest-login,
- *.gig-composebox-site-login {
- border-radius: 3px;
- cursor: pointer;
- padding: 0 15px;
- font-size: 14px;
- box-shadow: inset 1px 1px #fff;
- border: solid 1px #e2e2e2;
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5", endColorstr="#f1f1f0");
- background: linear-gradient(top, #f5f5f5, #f1f1f0);
- background: -ms-linear-gradient(top left, #f5f5f5, #f1f1f0);
- background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f1f1f0));
- background: -moz-linear-gradient(top, #f5f5f5, #f1f1f0);
- }
- *.gig-composebox-social-login:hover,
- *.gig-composebox-guest-login:hover,
- *.gig-composebox-site-login:hover {
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#EFEFEF", endColorstr="#E1E1E1");
- background: linear-gradient(top, #EFEFEF, #E1E1E1);
- background: -ms-linear-gradient(top left, #EFEFEF, #E1E1E1);
- background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#E1E1E1));
- background: -moz-linear-gradient(top, #EFEFEF, #E1E1E1);
- }
- *.gig-composebox-social-login {
- padding: 0 9px;
- background-repeat: no-repeat;
- background-position: right center;
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5", endColorstr="#f1f1f0");
- background: linear-gradient(top, #f5f5f5, #f1f1f0);
- background: -ms-linear-gradient(top left, #f5f5f5, #f1f1f0);
- background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f1f1f0));
- background: -moz-linear-gradient(top, #f5f5f5, #f1f1f0);
- }
- *.gig-composebox-social-login:hover {
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#EFEFEF", endColorstr="#E1E1E1");
- background: linear-gradient(top, #EFEFEF, #E1E1E1);
- background: -ms-linear-gradient(top left, #EFEFEF, #E1E1E1);
- background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#E1E1E1));
- background: -moz-linear-gradient(top, #EFEFEF, #E1E1E1);
- }
- *.gig-composebox-login-icon {
- background-position: center;
- display: inline-block;
- width: 36px;
- height: 17px;
- margin: 0 7px;
- vertical-align: middle;
- background-repeat: no-repeat;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Login-icons-fb_tw_x1.png')
- }
- .gig-comments-hires-icons *.gig-composebox-login-icon {
- background-size: contain;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Login-icons-fb_tw_x2.png')
- }
- *.gig-composebox-login-drop-icon {
- background-position: center;
- display: inline-block;
- width: 9px;
- height: 17px;
- vertical-align: middle;
- background-repeat: no-repeat;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Login_icons_arrow_x1.png')
- }
- .gig-comments-hires-icons *.gig-composebox-login-drop-icon {
- background-size: contain;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Login_icons_arrow_x2.png')
- }
- *.gig-composebox-header {
- transition-property: max-height;
- overflow: hidden;
- margin-bottom: 4px;
- }
- .gig-composebox-open *.gig-composebox-header {
- margin-bottom: 4px;
- }
- .gig-comments-reviews .gig-composebox-header,
- .gig-comments-reviews .gig-composebox-open .gig-composebox-header {
- max-height: none;
- }
- *.gig-composebox-header-left {
- float: left;
- }
- *.gig-composebox-header-right {
- float: right;
- }
- *.gig-composebox-header-right *,
- *.gig-composebox-header-left * {
- vertical-align: bottom;
- }
- *.gig-composebox-title,
- *.gig-composebox-name {
- display: inline-block;
- font-size: 14px;
- font-weight: bold;
- margin: 0 5px 0 0;
- }
- *.gig-composebox-logout {
- cursor: pointer;
- display: inline-block;
- font-size: 11px;
- color: #999999;
- }
- *.gig-composebox-logout span {
- font-size: 12px;
- color: #0796c6
- }
- *.gig-composebox-logout:hover span {
- text-decoration: underline
- }
- *.gig-comment-replybox *.gig-composebox-close {
- display: inline-block;
- margin-left: 5px;
- cursor: pointer;
- width: 15px;
- height: 15px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/close_icon_x1.png');
- background-position: center;
- background-repeat: no-repeat;
- }
- .gig-comments-hires-icons *.gig-comment-replybox *.gig-composebox-close {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/close_icon_x2.png');
- background-size: contain;
- }
- *.gig-comment-replybox *.gig-composebox-close:hover {
- background-color: #ebebeb;
- }
- *.gig-composebox-follow {
- font-size: 13px;
- cursor: pointer;
- display: inline-block;
- color: #919191;
- padding-left: 12px;
- background-repeat: no-repeat;
- background-position: left center;
- background-size: 8px 8px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Follow_x1.png')
- }
- .gig-comments-hires-icons *.gig-composebox-follow {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Follow_x2.png')
- }
- *.gig-composebox-following {
- background-size: 8px 8px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Following_x1.png')
- }
- .gig-comments-hires-icons *.gig-composebox-following {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Following_x2.png')
- }
- *.gig-composebox-following:hover {
- background-size: 8px 8px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Unfollow_x1.png')
- }
- .gig-comments-hires-icons *.gig-composebox-following:hover {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Unfollow_x2.png')
- }
- *.gig-composebox-photo {
- float: left;
- width: 37px;
- height: 37px
- }
- *.gig-composebox-data {
- padding-left: 47px;
- }
- *.gig-comments-composebox *.gig-composebox-data {
- margin-bottom: 20px;
- }
- *.gig-composebox-footer {
- display: none;
- overflow: hidden;
- margin-top: 4px;
- }
- .gig-composebox-open *.gig-composebox-footer {
- display: block;
- }
- *.gig-composebox-footer-left,
- *.gig-composebox-footer-right {
- padding: 2px 0;
- }
- *.gig-composebox-footer-left {
- float: left;
- }
- *.gig-composebox-footer-right {
- float: right;
- }
- *.gig-composebox-cancel {
- cursor: pointer;
- padding: 0 18px;
- font-size: 14px;
- font-weight: bold;
- color: #484848;
- display: inline-block;
- line-height: 28px;
- border-radius: 3px;
- background-color: #484848;
- box-shadow: 1px 1px rgba(255, 255, 255, 0.4) inset;
- border: 1px solid #bfbfbf;
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e2e2e2", endColorstr=" #bfbfbf");
- background: linear-gradient(top, #e2e2e2, #bfbfbf);
- background: -ms-linear-gradient(top left, #e2e2e2, #bfbfbf);
- background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to( #bfbfbf));
- background: -moz-linear-gradient(top, #e2e2e2, #bfbfbf);
- margin-right: 6px;
- }
- *.gig-composebox-cancel:hover {
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e2e2e2", endColorstr=" #bfbfbf");
- background: linear-gradient(top, #e2e2e2, #bfbfbf);
- background: -ms-linear-gradient(top left, #e2e2e2, #bfbfbf);
- background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to( #bfbfbf));
- background: -moz-linear-gradient(top, #e2e2e2, #bfbfbf);
- }
- *.gig-composebox-post {
- cursor: pointer;
- padding: 0 18px;
- font-size: 14px;
- font-weight: bold;
- color: #FFFFFF;
- display: inline-block;
- line-height: 28px;
- border-radius: 3px;
- background-color: #D8D8D8;
- box-shadow: 1px 1px rgba(255, 255, 255, 0.4) inset;
- border: 1px solid #51AE48;
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#88cb82", endColorstr="#72c26d");
- background: linear-gradient(top, #88cb82, #72c26d);
- background: -ms-linear-gradient(top left, #88cb82, #72c26d);
- background: -webkit-gradient(linear, left top, left bottom, from(#88cb82), to(#72c26d));
- background: -moz-linear-gradient(top, #88cb82, #72c26d);
- }
- *.gig-comments-button {
- cursor: -moz-user-select: none;
- -khtml-user-select: none;
- -webkit-user-select: none;
- -o-user-select: none;
- }
- *.gig-composebox-post:hover {
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#7AB574", endColorstr="#68AF63");
- background: linear-gradient(top, #7AB574, #68AF63);
- background: -ms-linear-gradient(top left, #7AB574, #68AF63);
- background: -webkit-gradient(linear, left top, left bottom, from(#7AB574), to(#68AF63));
- background: -moz-linear-gradient(top, #7AB574, #68AF63);
- }
- *.gig-composebox-postAnonymously {
- display: inline-block;
- }
- *.gig-composebox-anon-text {
- vertical-align: middle;
- display: inline-block;
- font-family: arial;
- font-size: 12px;
- color: #999999;
- padding: 0 10px 0 5px;
- }
- *.gig-composebox-anon-checkbox {
- vertical-align: middle;
- }
- *.gig-composebox-summary {
- display: none;
- padding: 9px;
- }
- .gig-composebox-open *.gig-composebox-summary {
- display: block;
- margin-bottom: 5px;
- }
- *.gig-composebox-summary input {
- width: 100%;
- border: none;
- color: #585858;
- }
- *.gig-composebox-editor {
- text-align: right;
- padding: 0 9px 9px 9px;
- }
- *.gig-composebox-editor-with-sidebar {
- padding: 0 29px 9px 9px;
- }
- *.gig-composebox-editor,
- *.gig-composebox-summary {
- background-color: #FFFFFF;
- border: 1px solid #D5D5D5;
- border-radius: 3px;
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset;
- border: solid 1px #d5d5d5;
- }
- *.gig-composebox-textarea {
- line-height: 18px;
- transition-property: min-height;
- text-align: left;
- cursor: text;
- min-height: 17px;
- resize: none;
- border: none;
- margin-top: 9px;
- outline: none
- }
- *.gig-composebox-textarea,
- *.gig-composebox-textarea * {
- color: #585858;
- font-size: 14px;
- }
- textarea.gig-composebox-textarea {
- overflow: hidden;
- width: 100%;
- display: block;
- height: 17px;
- }
- .gig-composebox-open textarea.gig-composebox-textarea {
- height: 65px;
- }
- .gig-composebox-open *.gig-composebox-textarea {
- min-height: 69px;
- }
- *.gig-composebox-textarea,
- *.gig-composebox-textarea *,
- *.gig-composebox-summary input {
- font-size: 12px;
- }
- *.gig-composebox-textarea:empty:not(:focus):before {
- color: #999;
- content: attr(data-placeholder);
- }
- ul.gig-composebox-sidebar {
- display: none;
- background-color: #FFFFFF;
- float: right;
- margin-right: -29px;
- }
- ul.gig-composebox-sidebar {
- transition-property: opacity;
- opacity: 0;
- }
- .gig-composebox-open *.gig-composebox-sidebar {
- opacity: 1;
- display: inline-block;
- }
- .gig-comments-hires-icons *.gig-composebox-sidebar-button {
- background-size: 18px 18px;
- }
- *.gig-composebox-sidebar-button {
- border-radius: 0px;
- background-color: #f0f0f0;
- width: 29px;
- height: 29px;
- display: block;
- background-color: #F7F3F7;
- }
- *.gig-composebox-sidebar-button:last-child:nth-child(-n+2) {
- border-radius: 0 0 0 3px;
- }
- *.gig-composebox-sidebar-button:hover,
- *.gig-composebox-sidebar-button-down {
- background-color: #f1f1f1;
- box-shadow: inset 0 0 9px rgba(0, 0, 0, .26);
- }
- *.gig-composebox-sidebar-font {
- cursor: pointer;
- width: 29px;
- height: 29px;
- background-repeat: no-repeat;
- background-position: center;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Rich_Text_up_x1.png')
- }
- .gig-comments-hires-icons *.gig-composebox-sidebar-font {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Rich_Text_up_x2.png')
- }
- *.gig-composebox-sidebar-font:hover,
- *.gig-composebox-sidebar-font.gig-composebox-sidebar-button-down {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Rich_Text_hover_x1.png')
- }
- .gig-comments-hires-icons *.gig-composebox-sidebar-font:hover,
- .gig-comments-hires-icons *.gig-composebox-sidebar-font.gig-composebox-sidebar-button-down {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Rich_Text_hover_x2.png')
- }
- *.gig-composebox-sidebar-tag {
- cursor: pointer;
- width: 29px;
- height: 29px;
- background-repeat: no-repeat;
- background-position: center;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/User_tagging_up_x1.png')
- }
- .gig-comments-hires-icons *.gig-composebox-sidebar-tag {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/User_tagging_up_x2.png')
- }
- *.gig-composebox-sidebar-tag:hover,
- *.gig-composebox-sidebar-tag.gig-composebox-sidebar-button-down {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/User_tagging_hover_x1.png')
- }
- .gig-comments-hires-icons *.gig-composebox-sidebar-tag:hover,
- *.gig-composebox-sidebar-tag.gig-composebox-sidebar-button-down {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/User_tagging_hover_x1.png')
- }
- *.gig-composebox-sidebar-media {
- cursor: pointer;
- width: 29px;
- height: 29px;
- background-repeat: no-repeat;
- background-position: center;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Media_up_x1.png')
- }
- .gig-comments-hires-icons *.gig-composebox-sidebar-media {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Media_up_x2.png')
- }
- *.gig-composebox-sidebar-media:hover,
- *.gig-composebox-sidebar-media.gig-composebox-sidebar-button-down {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Media_hover_x1.png')
- }
- .gig-comments-hires-icons *.gig-composebox-sidebar-media:hover,
- .gig-comments-hires-icons *.gig-composebox-sidebar-media.gig-composebox-sidebar-button-down {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Media_hover_x2.png')
- }
- *.gig-composebox-field-error {
- border: 1px solid #F9888E;
- }
- *.gig-composebox-error {
- border-radius: 3px;
- color: #FFFFFF;
- text-align: center;
- line-height: 22px;
- background: #F9888E;
- margin-bottom: 7px;
- display: none;
- font-weight: bold;
- font-size: 13px;
- }
- *.gig-composebox-postAnonymously {
- cursor: pointer;
- vertical-align: top;
- padding-top: 4px;
- }
- *.gig-comments-checkbox {
- width: 10px;
- height: 10px;
- border: 1px solid #C6C6C6;
- display: inline-block;
- border-radius: 1px;
- background-color: #fff;
- box-shadow: 0 0 5px rgba(189, 189, 189, 0.25) inset
- }
- *.gig-comments-checkbox-checked {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/shareToProviders/checkmark_x1.png');
- background-position: center;
- background-repeat: no-repeat;
- }
- .gig-comments-hires-icons *.gig-comments-checkbox-checked {
- background-size: contain;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/shareToProviders/checkmark_x2.png');
- }
- *.gig-selfreview-header {
- overflow: hidden;
- }
- *.gig-selfreview-header-left {
- float: left;
- }
- *.gig-selfreview-header-right {
- float: right;
- }
- *.gig-selfreview-summary-container,
- *.gig-selfreview-body-container {
- background-color: #EDEDED;
- margin: 5px 0;
- padding: 6px 10px;
- border-radius: 3px;
- }
- *.gig-selfreview-field-title {
- font-weight: bold;
- margin: 0 7px 0 0;
- }
- *.gig-selfreview-nameAndLogout {
- padding: 0 0 0 47px;
- height: 37px;
- }
- *.gig-selfreview-yourReview {
- font-weight: bold;
- color: #919191;
- margin-bottom: 3px;
- }
- *.gig-selfreview-ratings {
- margin: 5px 0
- }
- *.gig-selfreview-rating .gig-comment-rating-value {
- margin-left: 2px;
- }
- *.gig-selfreview-rating-_overall .gig-comment-rating-value {
- margin-left: 0px;
- }
- *.gig-selfreview-rating-_overall.gig-selfreview-rating {
- margin-bottom: 5px;
- }
- *.gig-comments-guestbox {
- transition-property: max-height;
- background-color: #FFFFFF;
- border: 1px solid #E2E2E2;
- border-radius: 0 3px 3px 3px;
- overflow: hidden;
- width: 150px;
- font-size: 10px;
- color: #919191;
- padding: 0 13px 0 13px
- }
- *.gig-comments-guestbox input {
- width: 150px;
- border-radius: 3px;
- height: 24px;
- line-height: 22px;
- color: #919191;
- border: 1px solid #C0C0C0;
- padding-left: 2px;
- }
- *.gig-guestbox-fields {
- margin: 16px 0 0px;
- }
- *.gig-guestbox-nickname {
- margin: 0px 0 10px;
- }
- *.gig-guestbox-text {
- font-size: 10px;
- margin: 5px 0;
- }
- *.gig-guestbox-ok {
- margin-bottom: 8px;
- float: right;
- display: inline-block;
- cursor: pointer;
- padding: 0 9px;
- font-weight: bold;
- color: #222121;
- text-shadow: 0 2px rgba(255, 255, 255, .4);
- line-height: 22px;
- border-radius: 3px;
- background-color: #f2f2f2;
- box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 0 2px rgba(255, 255, 255, .24);
- border: solid 1px #c4c7cd;
- }
- *.gig-guestbox-error {
- margin-left: 4px;
- display: inline-block;
- color: #e70707;
- font-size: 10px;
- width: 100px;
- float: left;
- margin-bottom: 8px;
- }
- *.gig-comments-loginbox {
- transition-property: max-height;
- background-color: #FFFFFF;
- border: 1px solid #E2E2E2;
- border-radius: 0 0 3px 3px;
- overflow: hidden;
- min-width: 115px;
- font-size: 10px;
- color: #919191;
- }
- *.gig-comments-loginbox-open {}
- *.gig-loginbox-provider {
- background-repeat: no-repeat;
- background-position: left center;
- margin-left: 9px;
- padding: 8px 8px 8px 22px;
- cursor: pointer;
- border-bottom: 1px solid #EAEAEA
- }
- *.gig-loginbox-provider:last-child {
- border-bottom: none;
- }
- *.gig-loginbox-provider:hover {
- background-color: #F9F9F9
- }
- *.gig-loginbox-provider[data-provider=more] {
- padding-left: 0px
- }
- *.gig-signinbox-provider {
- margin-left: 8px;
- padding: 8px 8px 8px 1px;
- cursor: default;
- border-bottom: 1px solid #EAEAEA
- }
- *.gig-comments-usertaggingbox {
- width: 290px;
- border-radius: 3px;
- background-color: #FFF;
- border: solid 1px #d5d5d5;
- font-family: arial;
- }
- *.gig-usertagging-title {
- color: #666666;
- background-color: #F4F4F4;
- font-size: 10px;
- border-radius: 2px;
- padding: 7px;
- font-family: inherit;
- }
- *.gig-usertagging-suggestions {
- list-style-type: none;
- margin: 0;
- padding: 0px;
- font-family: inherit;
- font-size: 12px;
- }
- *.gig-usertagging-suggestions li {
- cursor: pointer;
- padding-left: 8px;
- border-top: solid 1px #eaeaea;
- height: 18px;
- padding-top: 4px;
- padding-bottom: 4px;
- }
- *.gig-usertagging-suggestions li *.gig-usertagging-username {
- margin-left: 8px;
- vertical-align: top;
- line-height: 20px;
- }
- *.gig-usertagging-suggestions li *.gig-usertagging-userimage {
- border-radius: 3px;
- width: 18px;
- height: 18px;
- }
- *.gig-usertagging-suggestions li.gig-usertagging-selected {
- background-color: #f9f9f9;
- }
- *.gig-usertagging-tag {
- -webkit-appearance: none;
- border-radius: 8px 9px 9px 8px / 8px 8px 10px 10px;
- background-color: #d5e4f2;
- border-style: none;
- padding: 0px 4px 0px 4px;
- }
- *.gig-composebox-share {
- vertical-align: top;
- overflow: hidden;
- background-color: #F4F4F4;
- border-radius: 3px;
- padding-left: 4px;
- }
- *.gig-comment .gig-composebox-share {
- border: 1px solid #E8E8E8
- }
- *.gig-composebox-share-text {
- line-height: 26px;
- vertical-align: top;
- display: inline-block;
- color: #999999;
- }
- *.gig-composebox-share-providers {
- display: inline-block;
- }
- *.gig-comments-share-provider {
- display: none;
- height: 18px;
- width: 36px;
- background-position: 23px center;
- padding: 4px 3px;
- background-repeat: no-repeat;
- cursor: pointer;
- border-right: 1px solid #FFFFFF;
- }
- .gig-comments-hires-icons *.gig-comments-share-provider {
- background-size: 16px 16px
- }
- *.gig-comments-share-provider-shown {
- display: inline-block;
- }
- *.gig-comments-share-more {
- cursor: pointer;
- vertical-align: top;
- padding: 4px;
- display: inline-block;
- height: 18px;
- width: 16px;
- background-position: center;
- background-repeat: no-repeat;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/sharetoProviders/Share_More_providers_x1.png')
- }
- .gig-comments-hires-icons *.gig-comments-share-more {
- background-size: 8px 8px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/sharetoProviders/Share_More_providers_x2.png')
- }
- *.gig-comments-share-provider-checkbox {
- margin-top: 3px;
- }
- *.gig-composebox-morebox {
- width: 265px;
- border: 5px solid #858585;
- border-radius: 3px;
- }
- *.gig-composebox-morebox-caption {
- background-color: #F3F3F3;
- overflow: hidden;
- line-height: 15px;
- padding: 3px;
- }
- *.gig-composebox-morebox-title {
- margin-left: 3px;
- font-weight: bold;
- float: left;
- background-color: #F3F3F3;
- overflow: hidden;
- color: #4D4D4D;
- }
- *.gig-composebox-morebox-close {
- float: right;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/close_icon_x1.png');
- width: 15px;
- height: 15px;
- cursor: pointer;
- background-position: center;
- background-repeat: no-repeat;
- }
- .gig-comments-hires-icons *.gig-composebox-morebox-close {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/close_icon_x2.png');
- background-size: contain;
- }
- *.gig-composebox-morebox *.gig-composebox-morebox-providers {
- padding: 0 6px;
- background-color: #FFFFFF;
- }
- *.gig-composebox-morebox *.gig-composebox-morebox-providers li {
- padding-left: 18px;
- margin: 4px 0;
- width: 105px;
- display: inline-block;
- background-repeat: no-repeat;
- cursor: pointer;
- background-size: 14px;
- }
- *.gig-comments-sortbox {
- margin-top: 9px;
- border-radius: 3px;
- background-color: #fff;
- box-shadow: -1px 2px 1px rgba(35, 31, 32, .07);
- border: solid 1px #b0b0b0;
- padding: 3px 8px;
- display: inline-block;
- }
- *.gig-comments-sortbox:before {
- content: "";
- width: 13px;
- right: 12px;
- height: 7px;
- display: inline-block;
- position: absolute;
- top: -7px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Sort_dropdown_triangle_x1.png')
- }
- .gig-comments-hires-icons *.gig-comments-sortbox:before {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Sort_dropdown_triangle_x2.png')
- }
- *.gig-comments-sortbox li {
- color: #999999;
- cursor: pointer;
- min-width: 80px;
- padding: 7px 5px;
- border-bottom: 1px solid #EAEAEA;
- }
- *.gig-comments-sortbox li:last-child {
- border-bottom: none
- }
- *.gig-comments-sortbox li:hover {
- color: #848484;
- background-color: #F4F4F4;
- }
- *.gig-comments-sortbox-selected {
- font-weight: bold
- }
- *.gig-comments-fontbox {
- padding-right: 8px;
- padding-top: 7px;
- transition: opacity 0.25s;
- opacity: 0;
- }
- *.gig-comments-fontbox ul:after {
- content: "";
- width: 8px;
- height: 13px;
- display: inline-block;
- position: absolute;
- right: 1px;
- top: 12px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Sidebar_box_thub_x1.png')
- }
- .gig-comments-hires-icons *.gig-comments-fontbox ul:after {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Sidebar_box_thub_x2.png')
- }
- *.gig-comments-fontbox ul {
- padding: 2px;
- width: 69px;
- background-color: #FFFFFF;
- border: 1px solid #B0B0B0;
- border-radius: 2px;
- cursor: pointer;
- }
- *.gig-comments-fontbox li {
- border: 1px none #EEEEEE;
- width: 33px;
- height: 33px;
- display: inline-block;
- background-position: center;
- background-repeat: no-repeat
- }
- *.gig-comments-fontbox *.gig-composebox-font-bold {
- border-right-style: solid;
- border-bottom-style: solid;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Rich_Text_bold_x1.png')
- }
- .gig-comments-hires-icons *.gig-comments-fontbox *.gig-composebox-font-bold {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Rich_Text_bold_x2.png')
- }
- *.gig-comments-fontbox *.gig-composebox-font-italic {
- border-bottom-style: solid;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Rich_Text_italic_x1.png')
- }
- .gig-comments-hires-icons *.gig-comments-fontbox *.gig-composebox-font-italic {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Rich_Text_italic_x2.png')
- }
- *.gig-comments-fontbox *.gig-composebox-font-underline {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Rich_Text_underline_x1.png')
- }
- .gig-comments-hires-icons *.gig-comments-fontbox *.gig-composebox-font-underline {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Rich_Text_underline_x2.png')
- }
- *.gig-comments-fontbox *.gig-composebox-font-bullets {
- border-left-style: solid;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Rich_Text_align_x1.png')
- }
- .gig-comments-hires-icons *.gig-comments-fontbox *.gig-composebox-font-bullets {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Rich_Text_align_x2.png')
- }
- *.gig-comments-mediabox {
- padding-right: 8px;
- transition: opacity 0.25s;
- opacity: 0;
- }
- *.gig-mediabox-fields {
- padding: 12px 6px 10px;
- width: 382px;
- border: solid 1px #b0b0b0;
- border-radius: 2px;
- background-color: #fff;
- -webkit-box-shadow: -1px 2px 1px rgba(35, 31, 32, .07);
- -moz-box-shadow: -1px 2px 1px rgba(35, 31, 32, .07);
- box-shadow: -1px 2px 1px rgba(35, 31, 32, .07);
- }
- *.gig-mediabox-fields:after {
- content: "";
- width: 8px;
- height: 13px;
- position: absolute;
- display: inline-block;
- right: 1px;
- top: 12px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Sidebar_box_thub_x1.png')
- }
- .gig-comments-hires-icons *.gig-mediabox-fields:after {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Sidebar_box_thub_x2.png')
- }
- *.gig-mediabox-url {
- vertical-align: top;
- padding-left: 8px;
- margin-bottom: 10px;
- margin-right: 5px;
- width: 307px;
- height: 28px;
- border-radius: 3px;
- background-color: #fff;
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .15);
- -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .15);
- box-shadow: inset 0 0 5px rgba(0, 0, 0, .15);
- border: solid 1px #d5d5d5;
- }
- *.gig-mediabox-url:empty:before {
- color: #585858;
- content: attr(data-placeholder);
- }
- *.gig-mediabox-ok {
- vertical-align: top;
- cursor: pointer;
- text-align: center;
- display: inline-block;
- font-weight: bold;
- font-size: 14px;
- color: #333333;
- line-height: 28px;
- width: 57px;
- height: 28px;
- border-radius: 3px;
- background-color: #f2f2f1;
- box-shadow: inset 1px 1px #fff;
- -moz-box-shadow: inset 1px 1px #fff;
- -webkit-box-shadow: inset 1px 1px #fff;
- border: solid 1px #d5d5d5;
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5", endColorstr="#f1f1f0");
- background: linear-gradient(top, #f5f5f5, #f1f1f0);
- background: -ms-linear-gradient(top left, #f5f5f5, #f1f1f0);
- background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f1f1f0));
- background: -moz-linear-gradient(top, #f5f5f5, #f1f1f0);
- }
- *.gig-mediabox-ok:hover {
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#efefef", endColorstr=" #e9e9e9");
- background: linear-gradient(top, #efefef, #e9e9e9);
- background: -ms-linear-gradient(top left, #efefef, #e9e9e9);
- background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to( #e9e9e9));
- background: -moz-linear-gradient(top, #efefef, #e9e9e9);
- }
- *.gig-mediabox-text {
- font-family: arial;
- font-size: 12px;
- color: #666666;
- line-height: 14px;
- }
- *.gig-composebox-media-display {
- margin-bottom: 12px;
- }
- *.gig-media-caption {
- font-family: arial;
- font-size: 12px;
- color: #666666;
- line-height: 17px;
- margin: 4px 12px 0px 1px;
- }
- *.gig-media-caption-text {
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- word-wrap: normal;
- }
- *.gig-media-caption-url {
- display: block;
- padding-left: 23px;
- text-decoration: underline;
- word-wrap: normal;
- color: #0796c6;
- cursor: pointer;
- font-size: 12px;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- vertical-align: text-top;
- background-repeat: no-repeat;
- background-position: left;
- background-size: contain;
- }
- *.gig-media-thumbnail {
- height: 303px;
- }
- *.gig-media-thumbnail-image {
- margin: auto;
- display: block;
- }
- *.gig-media-overlay {
- position: relative;
- top: -303px;
- height: 0px;
- }
- *.gig-media-play {
- display: none;
- opacity: 0.85;
- width: 75px;
- height: 45px;
- border-radius: 10px;
- background-color: #545454;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/media_play_x1.png');
- background-position: center center;
- background-repeat: no-repeat;
- cursor: pointer;
- position: relative;
- box-shadow: 0 -1px 3px rgba(0, 0, 0, .4), inset 0 1px rgba(255, 255, 255, .29);
- -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, .4), inset 0 1px rgba(255, 255, 255, .29);
- -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, .4), inset 0 1px rgba(255, 255, 255, .29);
- }
- .gig-comments-hires-icons *.gig-media-play {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/media_play_x2.png');
- }
- *.gig-media-play:hover {
- background-color: #666565;
- }
- *.gig-media-cancel {
- cursor: pointer;
- margin-top: -18px;
- margin-right: 0px;
- float: right;
- width: 13px;
- height: 13px;
- border-radius: 2px;
- background-color: #c9c6c6;
- box-shadow: inset 0 0 9px rgba(0, 0, 0, .26);
- -moz - box-shadow: inset 0 0 9px rgba(0, 0, 0, .26);
- -webkit - box-shadow: inset 0 0 9px rgba(0, 0, 0, .26);
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/media_close_icon_x1.png');
- background-position: center center;
- background-repeat: no-repeat;
- }
- .gig-comments-hires-icons *.gig-media-cancel {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/media_close_icon_x2.png');
- }
- *.gig-media-cancel:hover {
- background-color: #ebebeb;
- }
- *.gig-comment-mediaitem {
- margin-top: 7px;
- }
- *.gig-comment-content .gig-media-thumbnail-image {
- margin-left: 0px;
- margin-right: 0px;
- }
- *.gig-comment-content .gig-media-caption {
- margin: 8px 12px 0px 0px;
- }
- *.gig-composebox-media-preview {
- padding-left: 4px;
- padding-right: 4px;
- border-radius: 0px 0px 3px 3px;
- background-color: #fff;
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .15);
- -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .15);
- box-shadow: inset 0 0 5px rgba(0, 0, 0, .15);
- border: solid 1px #d5d5d5;
- border-top: none;
- padding-top: 23px;
- padding-bottom: 5px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/media_loader_gif_x1.gif');
- background-repeat: no-repeat;
- background-position: center center;
- }
- .gig-comments-hires-icons *.gig-composebox-media-preview {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/media_loader_gif_x2.gif');
- }
- *.gig-composebox-editor-with-media {
- border-radius: 3px 3px 0px 0px;
- }
- *.gig-comments-mediaplayer-dimmer {
- top: 0px;
- left: 0px;
- height: 100%;
- width: 100%;
- transition: opacity 0.25s;
- position: fixed;
- filter: 'alpha(opacity=50)';
- background-color: black;
- }
- *.gig-comments-mediaplayer {
- top: 50%;
- left: 50%;
- transition: opacity 0.25s;
- padding-left: 18px;
- padding-right: 18px;
- position: fixed;
- background-color: #ffffff;
- border-radius: 3px;
- }
- *.gig-comments-mediaplayer-top {
- height: 14px;
- padding-top: 3px;
- padding-bottom-2px;
- padding-right: 3px;
- }
- *.gig-comments-mediaplayer-top .gig-media-cancel {
- margin-right: -18px;
- padding-right: 0px;
- margin-top: 0px;
- }
- *.gig-comments-mediaplayer-bottom {
- margin: 5px 0px 5px 0px;
- background-color: #d5d6d6;
- border-radius: 3px;
- }
- *.gig-comments-mediaplayer-caption {
- background-size: contain;
- background-repeat: no-repeat;
- background-position: left;
- font-size: 13px;
- font-family: arial;
- padding-left: 23px;
- line-height: 17px;
- }
- *.gig-comments-updates {
- transition-property: opacity, height;
- height: 0;
- opacity: 0;
- visibility: hidden;
- border-radius: 3px;
- background-color: #90D890;
- }
- *.gig-comments-updates-visible {
- opacity: 1;
- visibility: visible;
- height: 25px;
- margin: 5px 0;
- }
- *.gig-comments-updates-text {
- text-align: center;
- line-height: 25px;
- color: #FFFFFF;
- font-weight: bold;
- }
- *.gig-comments-updates-link {
- cursor: pointer;
- font-size: 12px;
- color: #FFFFFF;
- }
- *.gig-comments-updates-full {
- text-align: right;
- }
- *.gig-comments-updates-full .gig-comments-updates-link {
- display: inline-block;
- line-height: 25px;
- top: -25px;
- position: relative;
- margin-right: 11px;
- padding-left: 15px;
- background-repeat: no-repeat;
- background-position: left center;
- background-size: 11px 11px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Pause_Stream_x1.png')
- }
- .gig-comments-hires-icons *.gig-comments-updates-full .gig-comments-updates-link {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Pause_Stream_x2.png')
- }
- *.gig-comments-updates-full .gig-comments-updates-link:hover {
- background-size: 11px 11px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Pause_Stream_hover_x1.png')
- }
- .gig-comments-hires-icons *.gig-comments-updates-full .gig-comments-updates-link:hover {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Pause_Stream_hover_x2.png')
- }
- *.gig-comments-updates-full.gig-comments-updates-paused .gig-comments-updates-link {
- background-size: 11px 11px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Resume_Stream_x1.png')
- }
- .gig-comments-hires-icons *.gig-comments-updates-full.gig-comments-updates-paused .gig-comments-updates-link {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Resume_Stream_x2.png')
- }
- *.gig-comments-updates-full.gig-comments-updates-paused .gig-comments-updates-link:hover {
- background-size: 11px 11px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Resume_Stream_hover_x1.png')
- }
- .gig-comments-hires-icons *.gig-comments-updates-full.gig-comments-updates-paused .gig-comments-updates-link:hover {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Resume_Stream_hover_x2.png')
- }
- *.gig-comments-updates-countonly {
- text-align: center;
- }
- *.gig-comments-updates-countonly .gig-comments-updates-text {
- display: inline-block
- }
- *.gig-comments-updates-countonly .gig-comments-updates-link {
- display: inline-block;
- margin-left: 5px;
- font-weight: bold;
- text-decoration: underline;
- }
- *.gig-comments-updates-countonly .gig-comments-updates-link:hover {
- text-decoration: none;
- }
- *.gig-comment-title * {
- vertical-align: bottom;
- display: inline-block;
- }
- *.gig-comment-title {
- margin-bottom: 8px;
- }
- *.gig-comment-rating-drop {
- margin: 0 3px;
- cursor: pointer;
- width: 13px;
- height: 14px;
- 0 7px 0 2px;
- vertical-align: bottom;
- background-repeat: no-repeat;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Rating_Drop_Icon_x1.png')
- }
- .gig-comments-hires-icons *.gig-comment-rating-drop {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Rating_Drop_Icon_x1.png')
- }
- *.gig-comment-rating-drop:hover,
- *.gig-comment-rating-drop-down {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Rating_Drop_Icon_hover_x1.png')
- }
- .gig-comments-hires-icons *.gig-comment-rating-drop:hover,
- *.gig-comment-rating-drop-down {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Rating_Drop_Icon_hover_x1.png')
- }
- *.gig-comment-rating-title,
- *.gig-comment-rating-value,
- *.gig-composebox-rating-title,
- *.gig-composebox-rating-value {
- display: inline-block;
- vertical-align: top;
- }
- *.gig-comment-rating-title {
- margin: 0 10px 0 0;
- vertical-align: bottom;
- min-width: 53px;
- }
- *.gig-composebox-rating-value {
- margin-left: 3px;
- }
- *.gig-composebox-rating-title {
- margin-right: 10px;
- vertical-align: bottom;
- }
- *.gig-comment-rating-star,
- *.gig-composebox-rating-star,
- *.gig-selfreview-rating-star {
- display: inline-block;
- vertical-align: bottom;
- background-repeat: no-repeat;
- padding-right: 3px;
- width: 16px;
- height: 16px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Star_gray_small_x1.png')
- }
- .gig-comments-hires-icons *.gig-comment-rating-star,
- .gig-comments-hires-icons *.gig-composebox-rating-star,
- .gig-comments-hires-icons *.gig-selfreview-rating-star {
- background-size: contain;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Star_gray_small_x2.png')
- }
- *.gig-comment-rating-star-full,
- *.gig-composebox-rating-star-full,
- *.gig-selfreview-rating-star-full {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Star_yellow_small_x1.png')
- }
- .gig-comments-hires-icons *.gig-comment-rating-star-full,
- .gig-comments-hires-icons *.gig-composebox-rating-star-full,
- .gig-comments-hires-icons *.gig-selfreview-rating-star-full {
- background-size: contain;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Star_yellow_small_x2.png')
- }
- *.gig-comment-rating-dimensions {
- display: inline-block;
- margin-top: 9px;
- position: absolute;
- padding: 10px;
- background-color: #FFFFFF;
- box-shadow: -1px 2px 1px rgba(35, 31, 32, .07);
- border: 1px solid #B0B0B0;
- border-radius: 2px;
- white-space: nowrap
- }
- *.gig-comment-rating-dimensions:before {
- margin-left: -7px;
- content: "";
- width: 13px;
- height: 7px;
- display: inline-block;
- position: absolute;
- top: -7px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Sort_dropdown_triangle_x1.png')
- }
- .gig-comments-hires-icons *.gig-comment-rating-dimensions:before {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Sort_dropdown_triangle_x2.png')
- }
- *.gig-composebox-rating-star {
- cursor: pointer;
- }
- *.gig-composebox-ratings {
- margin-bottom: 5px;
- }
- *.gig-composebox-rating-_overall .gig-composebox-rating-value {
- margin-left: 0
- }
- *.gig-composebox-rating-_overall {
- font-weight: bold;
- margin: 5px 0;
- }
- *.gig-composebox-rating-_overall .gig-composebox-rating-star,
- *.gig-composebox-rating-_overall.gig-composebox-field-error:hover .gig-composebox-rating-star,
- *.gig-selfreview-rating-_overall .gig-selfreview-rating-star {
- padding-right: 4px;
- width: 21px;
- height: 20px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Star_gray_big_x1.png')
- }
- .gig-comments-hires-icons *.gig-composebox-rating-_overall .gig-composebox-rating-star,
- .gig-comments-hires-icons *.gig-composebox-rating-_overall.gig-composebox-field-error:hover .gig-composebox-rating-star,
- .gig-comments-hires-icons *.gig-selfreview-rating-_overall .gig-selfreview-rating-star {
- background-size: contain;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Star_gray_big_x2.png')
- }
- *.gig-composebox-rating-_overall .gig-composebox-rating-star-full,
- *.gig-composebox-rating-_overall.gig-composebox-field-error:hover .gig-composebox-rating-star-full,
- *.gig-selfreview-rating-_overall .gig-selfreview-rating-star-full {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Star_yellow_big_x1.png')
- }
- .gig-comments-hires-icons *.gig-composebox-rating-_overall .gig-composebox-rating-star-full,
- .gig-comments-hires-icons *.gig-composebox-rating-_overall.gig-composebox-field-error:hover .gig-comments-hires-icons .gig-composebox-rating-star-full,
- .gig-comments-hires-icons *.gig-selfreview-rating-_overall .gig-selfreview-rating-star-full {
- background-size: contain;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Star_yellow_big_x2.png')
- }
- *.gig-composebox-rating-_overall.gig-composebox-field-error {
- border: none;
- }
- *.gig-composebox-rating-_overall.gig-composebox-field-error .gig-composebox-rating-star {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Star_red_big_x1.png')
- }
- .gig-comments-hires-icons *.gig-composebox-rating-_overall.gig-composebox-field-error .gig-composebox-rating-star {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Star_red_big_x2.png')
- }
- *.gig-comment-colored-background {
- border-radius: 4px;
- padding: 3px 6px 6px 6px;
- }
- div.gig-comment-pinned-background {
- background-color: #fffcd2;
- }
- *.gig-comment-withBadges *.gig-comment-header-right {
- text-align: right;
- }
- *.gig-comment-withBadges *.gig-comment-username {
- margin-bottom: 5px;
- }
- *.gig-composebox-withBadges *.gig-composebox-logout {
- display: block;
- }
- *.gig-composebox-withBadges *.gig-composebox-header-right {
- text-align: right;
- margin-bottom: 4px;
- }
- *.gig-composebox-withBadges *.gig-composebox-title {
- position: relative;
- bottom: 7px;
- }
- *.gig-comment-commentBadge {
- display: inline-block;
- font-size: 11px;
- font-weight: bold;
- background-repeat: no-repeat;
- padding-right: 22px;
- background-position: right;
- height: 17px;
- line-height: 17px;
- }
- *.gig-comment-userBadge {
- margin-bottom: 5px;
- margin-right: 6px;
- display: inline-block;
- font-size: 11px;
- font-weight: bold;
- line-height: 15px;
- }
- *.gig-badge-border {
- border: 1px solid;
- border-radius: 2px;
- padding: 0px 5px;
- }
- *.gig-comment .gig-comment-editbox {
- display: none;
- background-color: #F6F6F6;
- padding: 4px 6px 4px 6px;
- margin-left: -41px;
- }
- *.gig-comment .gig-comment-editbox .gig-composebox-ratings * {
- color: #585858;
- }
- *.gig-comment .gig-comment-editbox-open {
- display: block;
- margin-bottom: 10px;
- }
- *.gig-comment-editbox *.gig-composebox-close {
- display: inline-block;
- margin-left: 5px;
- cursor: pointer;
- width: 15px;
- height: 15px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/close_icon_x1.png');
- background-position: center;
- background-repeat: no-repeat;
- }
- .gig-comments-hires-icons *.gig-comment-editbox *.gig-composebox-close {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/close_icon_x2.png');
- background-size: contain;
- }
- *.gig-comment-editbox *.gig-composebox-close:hover {
- background-color: #ebebeb;
- }
- *.gig-comment-edited {
- font-size: 11px;
- display: inline-block;
- margin: 2px 0 0 5px;
- float: right;
- font-style: italic;
- color: #999999
- }
- *.gig-comment-data-removed {
- margin-left: -41px;
- }
- *.gig-comment-data-removed .gig-comment-content {
- padding-left: 0px;
- }
- *.gig-comment-data-removed .gig-comment-body {
- color: #999999;
- font-size: 12px;
- font-style: italic;
- line-height: 16.5px;
- }
- *.gig-comment-data-removed .gig-comment-footer {
- margin: 4px 0px 10px;
- padding-left: 0px;
- }
- *.gig-comment-data-removed .gig-comment-footer .gig-comment-footer-left .gig-comment-flag {
- display: none;
- }
- *.gig-comment-data-removed .gig-comment-footer-right,
- *.gig-comment-data-removed .gig-comment-header {
- display: none;
- }
- *.gig-comment-data-removed .gig-comment-replyLink,
- *.gig-comment-data-removed .gig-comment-likeLink,
- *.gig-comment-data-removed .gig-comment-shareLink,
- *.gig-comment-data-removed .gig-comment-deleteLink,
- *.gig-comment-data-removed .gig-comment-editLink {
- display: none;
- }
- *.gig-comment-data-removed .gig-comment-content {
- transition: none;
- -webkit-transition: none
- }
- *.gig-comment-data-removed .gig-comment-content {
- transition: none;
- -webkit-transition: none
- }
- *.gig-comment-title-removed {
- display: none;
- }
- *.gig-comment-photo-removed {
- display: none;
- }
- .gig-comments-container * {
- font-size: 12px;
- transition: none 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
- -webkit-transition: none 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
- }
- *.gig-comments-linksContainer li:hover,
- *.gig-comments-linksContainer a:hover {
- text-decoration: underline;
- text-decoration-skip: all
- }
- *.gig-comment-vote-pos:hover {
- background-size: 14px 14px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Thumbs_up_hover_x1.png')
- }
- .gig-comments-hires-icons *.gig-comment-vote-pos:hover {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Thumbs_up_hover_x2.png')
- }
- *.gig-comment-vote-neg:hover {
- background-size: 14px 14px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Thumbs_down_hover_x1.png')
- }
- .gig-comments-hires-icons *.gig-comment-vote-neg:hover {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Thumbs_down_hover_x2.png')
- }
- *.gig-comment-footer li:hover,
- *.gig-comment-repliesArrow:hover div {
- text-decoration: underline
- }
- *.gig-comment-self-data:hover *.gig-comment-flag,
- *.gig-comment-flag-visible {
- visibility: visible;
- }
- *.gig-comment-vote-pos-down:hover {
- background-size: 14px 14px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Thumbs_up_pressed_x1.png')
- }
- .gig-comments-hires-icons *.gig-comment-vote-pos-down:hover {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Thumbs_up_pressed_x2.png')
- }
- *.gig-comment-vote-neg-down:hover {
- background-size: 14px 14px;
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Thumbs_down_pressed_x1.png')
- }
- .gig-comments-hires-icons *.gig-comment-vote-neg-down:hover {
- background-image: url('http://cdn3.gigya.com/gs/i/comments2/Thumbs_down_pressed_x2.png')
- }
- </style>
- <style type="text/css">
- .gig-bar-container *,
- div.gig-reactions-container,
- .gig-reactions-container span,
- .gig-reactions-container a:hover,
- .gig-reactions-container a:visited,
- .gig-reactions-container a:link,
- .gig-reactions-container a:active {
- font-size: 12px;
- border: none;
- padding: 0px;
- margin: 0px;
- color: inherit;
- text-decoration: none;
- width: auto;
- float: none;
- -moz-border-radius: 0;
- border-radius: 0;
- font-family: arial;
- font-size: 10px;
- color: #4D4D4D;
- background: none
- }
-
- table.gig-reactions-container {
- border-collapse: separate;
- }
-
- div.gig-button-container {
- padding: 0 5px 0 0;
- display: inline-block;
- vertical-align: top;
- margin-bottom: 5px;
- }
-
- div.gig-button-container-vertical {
- padding: 0 0 5px 0
- }
-
- [gigid="showShareBarUI"] .gig-button-container-twitter-tweet &gt;
- div {
- display: inline;
- }
-
- div.gig-button {
- cursor: pointer;
- }
-
- div.gig-button-disabled {
- cursor: default;
- }
-
- div.gig-counter {
- margin: 0 auto;
- position: relative;
- zoom: 1;
- }
-
- span.gig-counter-text {
- display: block;
- position: relative;
- font-weight: bold;
- zoom: 1
- }
-
- td.gig-button-td {
- vertical-align: middle
- }
-
- *.gig-bar-container img {
- display: block
- }
-
- div.gig-button-container-twitter-tweet iframe,
- div.gig-button-container-twitter-hashtag iframe,
- div.gig-button-container-twitter-mention iframe {
- display: block
- }
-
- div.gig-button-container-pinterest-pinit {
- height: 20px;
- }
-
- div.gig-button-container-pinterest-pinit a {
- cursor: pointer;
- }
-
- div.gig-button-container-pinterest-pinit.gig-button-container-count-right {
- width: 80px;
- }
-
- div.gig-button-container-pinterest-pinit.gig-button-container-count-top.gig-button-container-vertical {
- position: relative;
- height: 50px;
- }
-
- div.gig-button-container-pinterest-pinit.gig-button-container-count-top.gig-button-container-vertical &gt;
- div {
- position: absolute;
- bottom: 2px;
- }
-
- div.gig-counter-top {
- margin-bottom: 1px;
- }
-
- div.gig-counter-right {
- margin-left: 1px;
- }
-
- div.gig-button-count-top table {
- margin: 0 auto;
- text-align: center;
- }
-
- div.gig-bar-button-icon {
- position: absolute;
- padding-top: 1px;
- }
-
- span.gig-bar-button-text {
- padding-left: 19px;
- white-space: nowrap;
- zoom: 1;
- }
-
- a.gig-bar-button,
- a:hover.gig-bar-button,
- a:link.gig-bar-button,
- a:active.gig-bar-button,
- a:visited.gig-bar-button {
- white-space: nowrap;
- line-height: 18px;
- position: relative;
- border-radius: 3px;
- color: #4d4d4d;
- cursor: pointer;
- font-size: 11px;
- padding: 0 5px;
- border: 1px solid #C5C7C7;
- display: inline-block;
- zoom: 1;
- vertical-align: middle;
- text-align: center;
- }
-
- a.gig-bar-button,
- a:link.gig-bar-button,
- a:active.gig-bar-button,
- a:visited.gig-bar-button {
- background: #FFFFFF;
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#EAEBEB");
- background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EAEBEB));
- background: -moz-linear-gradient(top, #FFFFFF, #EAEBEB)
- }
-
- a:hover.gig-bar-button,
- a.gig-bar-button-down,
- a:link.gig-bar-button-down,
- a:active.gig-bar-button-down,
- a:visited.gig-bar-button-down {
- background: #EAEBEB;
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#EAEBEB", endColorstr="#FFFFFF");
- background: -webkit-gradient(linear, left top, left bottom, from(#EAEBEB), to(#FFFFFF));
- background: -moz-linear-gradient(top, #EAEBEB, #FFFFFF)
- }
- </style>
- <style type="text/css">
- div.gig-button-text {
- white-space: nowrap;
- font-size: 11px;
- color: #333333;
- padding: 0 3px 0 3px;
- }
-
- span.gig-counter-text-right {
- left: 1px;
- font-size: 11px;
- line-height: 20px;
- }
-
- span.gig-counter-text-top {
- top: -2px;
- font-size: 14px
- }
-
- div.gig-button-container-facebook-like-count-right {
- height: 20px
- }
-
- div.gig-button-container-facebook-like-count-top {
- height: 62px
- }
-
- div.gig-button-container-facebook-send {
- height: 20px
- }
- </style>
<script async="" type="text/javascript" charset="UTF-8" src="http://cdn.gigya.com/js/gigya.services.socialize.plugins.simpleshare.min.js"></script>
<script async="" type="text/javascript" charset="UTF-8" src="http://cdn1.gigya.com/js/gigya.services.socialize.plugins.shareCounts.min.js"></script>
</head>
diff --git a/test/test-pages/buzzfeed-1/expected.html b/test/test-pages/buzzfeed-1/expected.html
index 2321ff7..d1e6dc0 100644
--- a/test/test-pages/buzzfeed-1/expected.html
+++ b/test/test-pages/buzzfeed-1/expected.html
@@ -12,7 +12,6 @@
<p>She added: “They never stood a chance of saving her. She burned and crashed.”</p>
</div>
<div id="superlist_3758406_5547140" rel:buzz_num="3">
- <div>
<div>
<div>
<p><img src="http://ak-hdl.buzzfed.com/static/2015-04/21/5/enhanced/webdr12/grid-cell-2501-1429608056-15.jpg" rel:bf_image_src="http://ak-hdl.buzzfed.com/static/2015-04/21/5/enhanced/webdr12/grid-cell-2501-1429608056-15.jpg" height="412" width="203"></p>
@@ -27,7 +26,6 @@
</div>
</div>
- </div>
<div id="superlist_3758406_5547284" rel:buzz_num="4">
<p>West Mercia police <a href="https://www.westmercia.police.uk/article/9500/Warning-Issued-As-Shrewsbury-Woman-Dies-After-Taking-Suspected-Diet-Pills">said the tablets were believed to contain dinitrophenol</a>, known as DNP, which is a highly toxic industrial chemical. </p>
<p>“We are undoubtedly concerned over the origin and sale of these pills and are working with partner agencies to establish where they were bought from and how they were advertised,” said chief inspector Jennifer Mattinson from the West Mercia police.</p>
diff --git a/test/test-pages/citylab-1/expected.html b/test/test-pages/citylab-1/expected.html
index 36d6553..b57f2e5 100644
--- a/test/test-pages/citylab-1/expected.html
+++ b/test/test-pages/citylab-1/expected.html
@@ -90,8 +90,7 @@
<h4>
About the Author
</h4>
- <section itemprop="author" itemscope="itemscope" itemtype="http://schema.org/Person">
- <div>
+ <div itemprop="author" itemscope="itemscope" itemtype="http://schema.org/Person">
<h5 itemprop="name">
<a href="https://www.citylab.com/authors/sarah-archer/">Sarah Archer</a>
</h5>
@@ -100,6 +99,5 @@
<a href="https://www.citylab.com/authors/sarah-archer/" data-omni-click="inherit">Sarah Archer</a> is the author of <em>The Midcentury Kitchen</em>.
</p>
</div>
- </section>
</section>
</article> \ No newline at end of file
diff --git a/test/test-pages/clean-links/expected-images.json b/test/test-pages/clean-links/expected-images.json
index be86a58..328eca3 100644
--- a/test/test-pages/clean-links/expected-images.json
+++ b/test/test-pages/clean-links/expected-images.json
@@ -1,3 +1,3 @@
[
- "http:\/\/fakehost\/test\/hmhome.gif "
+ "http:\/\/fakehost\/test\/hmhome.gif"
] \ No newline at end of file
diff --git a/test/test-pages/clean-links/expected.html b/test/test-pages/clean-links/expected.html
index c02410e..f9c6e07 100644
--- a/test/test-pages/clean-links/expected.html
+++ b/test/test-pages/clean-links/expected.html
@@ -1,14 +1,12 @@
-<div>
- <div>
+<div>
<h3>Study Webtext</h3>
<h2><span face="Lucida Handwriting " color="Maroon
">"Bartleby the Scrivener: A Story of Wall-Street " </span>(1853)&nbsp;<br>
Herman Melville</h2>
- <h2><a href="http://www.vcu.edu/engweb/webtexts/bartleby.html
- " target="_blank "><img src="http://fakehost/test/hmhome.gif " alt="To the story text without notes
+ <h2><a href="http://www.vcu.edu/engweb/webtexts/bartleby.html" target="_blank "><img src="http://fakehost/test/hmhome.gif" alt="To the story text without notes
" height="38 " width="38 "></a>
</h2>
- <h3>Prepared by <a href="http://www.vcu.edu/engweb ">Ann
+ <h3>Prepared by <a href="http://www.vcu.edu/engweb">Ann
Woodlief,</a> Virginia Commonwealth University</h3>
<h5>Click on text in red for hypertext notes and questions</h5>
I
@@ -1386,5 +1384,4 @@
</p>
<p> Ah
Bartleby! Ah humanity!</p>
- </div>
</div> \ No newline at end of file
diff --git a/test/test-pages/cnet-svg-classes/expected.html b/test/test-pages/cnet-svg-classes/expected.html
index 58f78ea..3adf950 100644
--- a/test/test-pages/cnet-svg-classes/expected.html
+++ b/test/test-pages/cnet-svg-classes/expected.html
@@ -14,7 +14,6 @@
<p>Además, el app ocupa menos espacio en tu teléfono móvil, al reducir a 3MB su peso.</p>
<p>Twitter dio a conocer Twitter Lite en abril en India, y desde entonces ha estado trabajando para llevarlo a más países. La empresa en los últimos meses también se ha involucrado de forma definitiva en la <span section="shortcodeLink"><a href="http://fakehost/es/noticias/twitter-hemos-progresado-en-nuestra-batalla-contra-el-abuso/">eliminación de los abusos en la red social</a></span>, tomando medidas incluso en la <span section="shortcodeLink"><a href="http://fakehost/es/noticias/twitter-elimina-verificacion-a-cuentas-ofensivas/">verificación de cuentas.</a></span></p><svg><symbol id="play" viewBox="0 0 26.6 32"><path d="M0,2.6c0-2.4,1.6-3.3,3.7-2L25,13.7c2,1.3,2,3.2,0,4.5L3.7,31.4c-2,1.3-3.7,0.3-3.7-2C0,29.4,0,2.6,0,2.6z" /></symbol><symbol id="pause" viewBox="0 0 26.6 32"><g><polygon points="16,32 26.5,32 26.5,8.8 26.5,0 16,0" /><rect x="0.1" y="0" width="10.6" height="32" /></g></symbol><symbol id="playlist" viewBox="0 0 32 22.9"><g><circle cx="2.3" cy="20.6" r="2.3" /><circle cx="2.3" cy="11.4" r="2.3" /><circle cx="2.3" cy="2.3" r="2.3" /><path d="M32,1.1C32,0.5,31.5,0,30.9,0H10.3C9.7,0,9.1,0.5,9.1,1.1v2.3c0,0.6,0.5,1.1,1.1,1.1h20.6c0.6,0,1.1-0.5,1.1-1.1V1.1z" /><path d="M32,10.3c0-0.6-0.5-1.1-1.1-1.1H10.3c-0.6,0-1.1,0.5-1.1,1.1v2.3c0,0.6,0.5,1.1,1.1,1.1h20.6c0.6,0,1.1-0.5,1.1-1.1V10.3z" /><path d="M32,19.4c0-0.6-0.5-1.1-1.1-1.1H10.3c-0.6,0-1.1,0.5-1.1,1.1v2.3c0,0.6,0.5,1.1,1.1,1.1h20.6c0.6,0,1.1-0.5,1.1-1.1V19.4z" /></g></symbol><symbol id="speaker-on" viewBox="0 0 32 28.1"><g><g><path d="M12.6,5L6.3,8.7H0.6C0.3,8.7,0,9,0,9.3V19c0,0.4,0.3,0.7,0.6,0.7h5.9l6.1,3.4c1.3,0.8,1.5,0.2,1.5-1.5V6.5C14.2,4.8,13.9,4.2,12.6,5z" /></g><path d="M18,23.1v-2.8c2.6,0,4.7-2.8,4.7-6.2S20.6,7.8,18,7.8V5c4.2,0,7.5,4,7.5,9S22.1,23.1,18,23.1z" /><path d="M21.3,28.1v-2.8c4.4,0,7.9-5,7.9-11.2S25.6,2.8,21.3,2.8V0C27.2,0,32,6.3,32,14C32,21.8,27.2,28.1,21.3,28.1z" /></g></symbol><symbol id="speaker-off" viewBox="0 0 32 18.8"><g><g><path d="M12.6,0.4L6.3,4H0.6C0.3,4,0,4.3,0,4.7v9.7c0,0.4,0.3,0.7,0.6,0.7h5.9l6.1,3.4c1.3,0.8,1.5,0.2,1.5-1.5V1.8C14.2,0.2,13.9-0.5,12.6,0.4z" /></g><polygon points="32,4.5 30.2,2.7 25.3,7.6 20.4,2.7 18.6,4.5 23.5,9.4 18.6,14.3 20.4,16.1 25.3,11.2 30.2,16.1 32,14.3 27.1,9.4 " /></g></symbol><symbol id="captions" viewBox="0 0 32 16.2"><g><path d="M8.6,16.2c-1.2,0-2.4-0.2-3.4-0.6c-1.1-0.4-2-0.9-2.7-1.6c-0.8-0.7-1.4-1.6-1.8-2.6C0.2,10.4,0,9.3,0,8.1c0-1.2,0.2-2.3,0.7-3.3s1-1.8,1.8-2.6C3.2,1.5,4.1,1,5.2,0.6S7.4,0,8.6,0c1,0,1.9,0.1,2.7,0.4c0.8,0.3,1.4,0.6,2,1.1c0.6,0.4,1.1,0.9,1.4,1.5c0.4,0.5,0.7,1.1,0.9,1.6l-4.1,1.9c-0.1-0.3-0.2-0.6-0.4-0.9C11,5.3,10.8,5,10.5,4.8c-0.3-0.2-0.6-0.4-0.9-0.5c-0.3-0.1-0.7-0.2-1-0.2C8,4.2,7.5,4.3,7,4.5C6.6,4.7,6.2,5,5.8,5.3C5.5,5.7,5.2,6.1,5.1,6.5C4.9,7,4.8,7.5,4.8,8.1c0,0.5,0.1,1.1,0.3,1.5c0.2,0.5,0.4,0.9,0.8,1.2c0.3,0.4,0.7,0.6,1.2,0.8C7.5,11.9,8,12,8.6,12c0.3,0,0.7-0.1,1-0.2c0.3-0.1,0.6-0.3,0.9-0.5c0.3-0.2,0.5-0.4,0.7-0.7c0.2-0.3,0.3-0.6,0.4-0.9l4.1,1.9c-0.2,0.5-0.5,1-0.9,1.6c-0.4,0.5-0.9,1-1.4,1.5c-0.6,0.4-1.2,0.8-2,1.1C10.5,16,9.6,16.2,8.6,16.2z" /><path d="M24.9,16.2c-1.2,0-2.4-0.2-3.4-0.6c-1.1-0.4-2-0.9-2.7-1.6c-0.8-0.7-1.4-1.6-1.8-2.6c-0.4-1-0.7-2.1-0.7-3.3c0-1.2,0.2-2.3,0.7-3.3c0.4-1,1-1.8,1.8-2.6c0.8-0.7,1.7-1.3,2.7-1.7C22.6,0.2,23.7,0,24.9,0c1,0,1.9,0.1,2.7,0.4c0.8,0.3,1.4,0.6,2,1.1c0.6,0.4,1.1,0.9,1.4,1.5C31.5,3.5,31.8,4,32,4.5l-4.1,1.9c-0.1-0.3-0.2-0.6-0.4-0.9c-0.2-0.3-0.4-0.5-0.7-0.7c-0.3-0.2-0.6-0.4-0.9-0.5c-0.3-0.1-0.7-0.2-1-0.2c-0.6,0-1.1,0.1-1.5,0.3c-0.5,0.2-0.9,0.5-1.2,0.8c-0.3,0.4-0.6,0.8-0.8,1.2c-0.2,0.5-0.3,1-0.3,1.5c0,0.5,0.1,1.1,0.3,1.5c0.2,0.5,0.4,0.9,0.8,1.2c0.3,0.4,0.7,0.6,1.2,0.8c0.5,0.2,1,0.3,1.5,0.3c0.3,0,0.7-0.1,1-0.2c0.3-0.1,0.6-0.3,0.9-0.5c0.3-0.2,0.5-0.4,0.7-0.7c0.2-0.3,0.3-0.6,0.4-0.9l4.1,1.9c-0.2,0.5-0.5,1-0.9,1.6c-0.4,0.5-0.9,1-1.4,1.5c-0.6,0.4-1.2,0.8-2,1.1C26.8,16,25.9,16.2,24.9,16.2z" /></g></symbol><symbol id="fullscreen" viewBox="0 0 32 32"><g><g><polygon points="11.4,0 0,0 0,11.4 3.4,8 9.1,13.7 13.7,9.1 8,3.4 " /></g><g><polygon points="20.6,32 32,32 32,20.6 28.6,24 22.9,18.3 18.3,22.9 24,28.6 " /></g><g><polygon points="32,11.4 32,0 20.6,0 24,3.4 18.3,9.1 22.9,13.7 28.6,8 " /></g><g><polygon points="0,20.6 0,32 11.4,32 8,28.6 13.7,22.9 9.1,18.3 3.4,24 " /></g></g></symbol><symbol id="video" viewBox="0 0 32 22"><g><path d="M29,2.2c-0.7,0.2-4.6,3-7.9,5.3V2.1C21.1,1,20.1,0,19,0H2.1C1,0,0,1,0,2.1v17.7C0,21,1,22,2.1,22H19c1.2,0,2.1-1,2.1-2.1v-5.9c3.3,2.4,7.4,5.4,8.2,5.6c1.4,0.4,2.7-0.1,2.7-0.1V2.2C32,2.2,30.1,1.8,29,2.2z" /></g></symbol></svg>
<div data-load-playlist="[{&quot;id&quot;:&quot;dc362fcb-cba9-4bf6-b62d-aa7e39a092c7&quot;,&quot;title&quot;:&quot;Google Assistant mejora, hay m\u00e1s cambios en Twitter y llega el OnePlus 5T&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #163] Esta semana hablamos de las caracter\u00edsticas del OnePlus 5T, las novedades de Google Assistant y los cambios que ha hecho Twitter a su proceso de verificaci\u00f3n.&quot;,&quot;slug&quot;:&quot;google-assistant-mejora-hay-mas-cambios-en-twitter-y-llega-el-oneplus-5t&quot;,&quot;chapters&quot;:{&quot;data&quot;:[],&quot;paging&quot;:{&quot;total&quot;:0,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;duration&quot;:489,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:&quot;&quot;,&quot;mpxRefId&quot;:&quot;38uKprB1_hIkwXffuj20eMptuapoWX4K&quot;,&quot;ratingVChip&quot;:&quot;TV-14&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;1c0fd1cb-c387-11e2-8208-0291187b029a&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;6a9b3b6b-575a-4b66-b4b2-4aedee01be6d&quot;,&quot;firstName&quot;:&quot;Gabriel&quot;,&quot;lastName&quot;:&quot;Sama&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:&quot;La semana&quot;},&quot;image&quot;:{&quot;id&quot;:&quot;70540d7a-cbc5-4563-ab86-b5549ef68168&quot;,&quot;filename&quot;:&quot;oneplus-5t-product-21.jpg&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-11-13 17:56:07&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;alt&quot;:&quot;oneplus-5t-product-21&quot;,&quot;credits&quot;:&quot;Andrew Hoyle\/CNET&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/EcEJ76YiEastX8yctETLURpwICc=\/2017\/11\/13\/70540d7a-cbc5-4563-ab86-b5549ef68168\/oneplus-5t-product-21.jpg&quot;,&quot;cropGravity&quot;:0,&quot;crop&quot;:null,&quot;typeName&quot;:&quot;content_image&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn1.cnet.com\/img\/xTOX9ZdBnxWFXxkzSLG6dBydTMg=\/fit-in\/194x109\/2017\/11\/13\/70540d7a-cbc5-4563-ab86-b5549ef68168\/oneplus-5t-product-21.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/google-assistant-mejora-hay-mas-cambios-en-twitter-y-llega-el-oneplus-5t.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/11\/17\/1098353731717\/es_lasemana16novFINAL_1265786_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/google-assistant-mejora-hay-mas-cambios-en-twitter-y-llega-el-oneplus-5t\/&quot;},{&quot;id&quot;:&quot;7097a578-8dc8-48b8-9bea-bc0dcabdb558&quot;,&quot;title&quot;:&quot;El \u0027bug\u0027 de MacOS High Sierra y la expansi\u00f3n de Huawei en Latinoam\u00e9rica&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #165] Apple solucion\u00f3 el problema de que se pod\u00eda acceder a algunas Mac sin contrase\u00f1a. Huawei adelant\u00f3 planes para la regi\u00f3n.&quot;,&quot;slug&quot;:&quot;bug-de-macos-high-sierra-expansion-huawei-en-latinoamerica&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:550,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1107731523514,&quot;mpxRefId&quot;:&quot;IwoiIhK2JgjRf8oj2sS99ClHB2K8w8uw&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;1934b65e-89f2-4449-ae15-61584288ed9d&quot;,&quot;name&quot;:&quot;macos-high-sierra-image&quot;,&quot;filename&quot;:&quot;macos-high-sierra-image.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/bmNGTUwxlWz6QUuj1pUj2G90QUE=\/2017\/09\/27\/1934b65e-89f2-4449-ae15-61584288ed9d\/macos-high-sierra-image.jpg&quot;,&quot;size&quot;:1306802,&quot;height&quot;:1080,&quot;width&quot;:1920,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-09-27 17:49:57&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-09-27 17:49:57&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;macos-high-sierra-image&quot;,&quot;cropGravity&quot;:0},&quot;thumbnail&quot;:&quot;https:\/\/cdn3.cnet.com\/img\/C6S9ny6QsPl0M4RazJBreX1ZaO8=\/fit-in\/194x109\/2017\/09\/27\/1934b65e-89f2-4449-ae15-61584288ed9d\/macos-high-sierra-image.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/bug-de-macos-high-sierra-expansion-huawei-en-latinoamerica.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/12\/01\/1107731523514\/es_lasemana1diciembre_1275504_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/bug-de-macos-high-sierra-expansion-huawei-en-latinoamerica\/&quot;},{&quot;id&quot;:&quot;41e31d24-ab17-445d-8841-ceb86ae9044f&quot;,&quot;title&quot;:&quot;Nuestros consejos para la temporada de ofertas&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #164] Nada de madrugar, hacer filas largas y estresarte. Esta semana te compartimos sugerencias puntuales para que le saques m\u00e1s jugo a las compras de Black Friday y Cyber Monday.&quot;,&quot;slug&quot;:&quot;consejos-ofertas-viernes-negro&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:441,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1102073923731,&quot;mpxRefId&quot;:&quot;5XzHm1c3DBSxFhifEcVyEyTaNwlg6R0a&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;154d2576-1ff8-41d8-ac2a-414450d5ee6c&quot;,&quot;name&quot;:&quot;viernesnegro&quot;,&quot;filename&quot;:&quot;viernesnegro.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/e6vO1LTPdKpSs3924nDWctNCZMY=\/2017\/11\/22\/154d2576-1ff8-41d8-ac2a-414450d5ee6c\/viernesnegro.jpg&quot;,&quot;size&quot;:278742,&quot;height&quot;:900,&quot;width&quot;:1600,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-11-22 22:32:03&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-11-22 22:32:03&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;viernesnegro&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn4.cnet.com\/img\/fcY_4UWuEddB5TbPXMSaNvgfcec=\/fit-in\/194x109\/2017\/11\/22\/154d2576-1ff8-41d8-ac2a-414450d5ee6c\/viernesnegro.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/consejos-ofertas-viernes-negro.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/11\/22\/1102073923731\/semana_nov22_1270073_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/consejos-ofertas-viernes-negro\/&quot;},{&quot;id&quot;:&quot;db8b62cc-68fc-4f96-8fbc-bcbe5d4f8a1c&quot;,&quot;title&quot;:&quot;El desembarco de Xiaomi en Espa\u00f1a y la previa del OnePlus 5T&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #162] La fabricante de celulares china llega a Espa\u00f1a con m\u00e1s de seis tel\u00e9fonos de menos de 300 euros, y el OnePlus 5T se presentar\u00e1 el 16 de noviembre en Estados Unidos.&quot;,&quot;slug&quot;:&quot;el-desembarco-de-xiaomi-en-espana-y-la-previa-del-oneplus-5t&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:500,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1093211715579,&quot;mpxRefId&quot;:&quot;APQJZKaXzbhmwxYJcFFg_AHYIHfLWNU6&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;96ec74ea-1acb-48be-b74e-816ba301d19a&quot;,&quot;name&quot;:&quot;oneplus-5t&quot;,&quot;filename&quot;:&quot;oneplus-5t.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/KK0CqnMaqMxZ9bC-3jbAiQhnutM=\/2017\/10\/30\/96ec74ea-1acb-48be-b74e-816ba301d19a\/oneplus-5t.jpg&quot;,&quot;caption&quot;:&quot;<p>Una supuesta foto del OnePlus 5T filtrada en China.<\/p>&quot;,&quot;size&quot;:41019,&quot;height&quot;:592,&quot;width&quot;:690,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-30 19:55:39&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-30 19:56:18&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;credits&quot;:&quot;Weibo&quot;,&quot;alt&quot;:&quot;oneplus-5t&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn2.cnet.com\/img\/9CtVwepYPv7fktP5LlCjoAjq0is=\/fit-in\/194x109\/2017\/10\/30\/96ec74ea-1acb-48be-b74e-816ba301d19a\/oneplus-5t.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/el-desembarco-de-xiaomi-en-espana-y-la-previa-del-oneplus-5t.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/11\/10\/1093211715579\/es_lasemana_9noviembre02_1259372_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/el-desembarco-de-xiaomi-en-espana-y-la-previa-del-oneplus-5t\/&quot;},{&quot;id&quot;:&quot;283c729a-eeeb-454b-ae03-d1d95229031d&quot;,&quot;title&quot;:&quot;Google Assistant habla espa\u00f1ol y el iPhone X presenta un nuevo idioma de dise\u00f1o&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #161] El asistente virtual de Google ahora domina el idioma de Cervantes, y el iPhone X inaugura nuevos gestos y un nuevo lenguaje de dise\u00f1o de la marca.&quot;,&quot;slug&quot;:&quot;google-assistant-habla-espanol-y-el-iphone-x-un-nuevo-idioma&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:683,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1087923267594,&quot;mpxRefId&quot;:&quot;jCXv62P0jCNTJB3jKuthMzA3CV0ghejk&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;0d404b1c-30e9-4ccf-9901-d2125b2b23f2&quot;,&quot;name&quot;:&quot;iphone-x-67&quot;,&quot;filename&quot;:&quot;iphone-x-67.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/JoewZeNO5ePGyD5iGiD7VM32i9w=\/2017\/11\/03\/0d404b1c-30e9-4ccf-9901-d2125b2b23f2\/iphone-x-67.jpg&quot;,&quot;size&quot;:153088,&quot;height&quot;:900,&quot;width&quot;:1600,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-11-03 16:19:37&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-11-03 16:19:37&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;iphone-x-67&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn3.cnet.com\/img\/6fdfuTdyxV3t7waWLSKyE6df3fY=\/fit-in\/194x109\/2017\/11\/03\/0d404b1c-30e9-4ccf-9901-d2125b2b23f2\/iphone-x-67.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/google-assistant-habla-espanol-y-el-iphone-x-un-nuevo-idioma.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/11\/03\/1087923267594\/semananov2_1253191_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/google-assistant-habla-espanol-y-el-iphone-x-un-nuevo-idioma\/&quot;},{&quot;id&quot;:&quot;a3c0de25-3d75-44b9-9c83-6925dbd3ebb2&quot;,&quot;title&quot;:&quot;La pantalla del Pixel 2 XL, la llave maestra de Amazon y el inminente iPhone X&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #160] Analizamos los problemas con el panel OLED del tel\u00e9fono de Google, los env\u00edos de Amazon entran en tu hogar y ya est\u00e1 a la puerta el nuevo tel\u00e9fono de Apple.&quot;,&quot;slug&quot;:&quot;la-pantalla-de-pixel-2-xl-la-llave-maestra-de-amazon-y-el-inminente-iphone-x&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:574,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1082906179568,&quot;mpxRefId&quot;:&quot;t4LPcFt8Hmm8Vg7U8o4s4_E0Xn_xqxAj&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;00597069-4f14-41dd-b1f1-e7bc413d4e17&quot;,&quot;name&quot;:&quot;Google Pixel 2 XL screen burn-in&quot;,&quot;filename&quot;:&quot;screen-problems-2405-001.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/zM13Oy086Lnor1efnDjx0mVca88=\/2017\/10\/23\/00597069-4f14-41dd-b1f1-e7bc413d4e17\/screen-problems-2405-001.jpg&quot;,&quot;caption&quot;:&quot;<p><\/p>&quot;,&quot;size&quot;:1865911,&quot;height&quot;:1467,&quot;width&quot;:2200,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-23 19:09:04&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-23 19:09:23&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:1,&quot;credits&quot;:&quot;Josh Miller\/CNET&quot;,&quot;alt&quot;:&quot;Google Pixel 2 XL screen burn-in&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn4.cnet.com\/img\/XTHaIZ7ZBuXvKPKB5niFqcP_23M=\/fit-in\/194x109\/2017\/10\/23\/00597069-4f14-41dd-b1f1-e7bc413d4e17\/screen-problems-2405-001.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/la-pantalla-de-pixel-2-xl-la-llave-maestra-de-amazon-y-el-inminente-iphone-x.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/10\/27\/1082906179568\/es_lasemana27october_1247416_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/la-pantalla-de-pixel-2-xl-la-llave-maestra-de-amazon-y-el-inminente-iphone-x\/&quot;},{&quot;id&quot;:&quot;ae23b111-1e88-4edd-b1b5-dfed3e0cb061&quot;,&quot;title&quot;:&quot;Se consolida el hogar inteligente y aparece el fallo KRACK&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #159] Esta semana hablamos de la nueva plataforma de Samsung para el Internet de las Cosas, de la vulnerabilidad KRACK y de los nuevos tel\u00e9fonos en el mercado.&quot;,&quot;slug&quot;:&quot;la-semana-oct-19-cnet-espanol&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:691,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1077887555736,&quot;mpxRefId&quot;:&quot;H4gkX0JjbU6b4gxZOkirySjFp3Z845dA&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;6a9b3b6b-575a-4b66-b4b2-4aedee01be6d&quot;,&quot;firstName&quot;:&quot;Gabriel&quot;,&quot;lastName&quot;:&quot;Sama&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;d704b38b-cafe-414b-879b-459dd712796c&quot;,&quot;name&quot;:&quot;zte-axon-m-9755-024&quot;,&quot;filename&quot;:&quot;zte-axon-m-9755-024.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/VAqXY-db6xzcKly6P5BNqbaHpQw=\/2017\/10\/20\/d704b38b-cafe-414b-879b-459dd712796c\/zte-axon-m-9755-024.jpg&quot;,&quot;size&quot;:87148,&quot;height&quot;:900,&quot;width&quot;:1600,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-20 16:33:13&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-20 16:33:13&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;zte-axon-m-9755-024&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn3.cnet.com\/img\/ReV56T1ZCShd3YWImeR2IWEqAXU=\/fit-in\/194x109\/2017\/10\/20\/d704b38b-cafe-414b-879b-459dd712796c\/zte-axon-m-9755-024.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/la-semana-oct-19-cnet-espanol.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/10\/20\/1077887555736\/semana_oct19_1241505_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/la-semana-oct-19-cnet-espanol\/&quot;},{&quot;id&quot;:&quot;4cb73b8d-1b2f-40ef-bb98-6b093198c681&quot;,&quot;title&quot;:&quot;Un nuevo Kindle y se asoman las nuevas gafas VR de Oculus&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #158] Esta semana, lleg\u00f3 el Kindle Oasis impermeable, se anunciaron las Oculus Go y Santa Cruz para realidad virtual y hubo un problemita con la Google Home Mini.&quot;,&quot;slug&quot;:&quot;un-nuevo-kindle-y-nuevas-gafas-vr-de-oculus-se-asoman&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:422,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1072264259697,&quot;mpxRefId&quot;:&quot;8RTAYZ4ou1BgXXiybOYiclkJ6avdl6SM&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;4514916c-88c7-4c00-8324-9d522e0b3047&quot;,&quot;name&quot;:&quot;kindle-oasis-covers&quot;,&quot;filename&quot;:&quot;kindle-oasis-covers.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/el7STcxt2T02OoIFWp08KB2D1Bk=\/2017\/10\/05\/4514916c-88c7-4c00-8324-9d522e0b3047\/kindle-oasis-covers.jpg&quot;,&quot;caption&quot;:&quot;<p>The optional covers start at $40 and come in nylon or leather.<\/p>&quot;,&quot;size&quot;:4432570,&quot;height&quot;:3024,&quot;width&quot;:4032,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-05 19:52:22&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-05 19:53:38&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;startDate&quot;:{&quot;date&quot;:&quot;2017-10-11 13:00:00&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:1,&quot;credits&quot;:&quot;David Carnoy\/CNET&quot;,&quot;alt&quot;:&quot;kindle-oasis-covers&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn3.cnet.com\/img\/vDQrwxSq2oDqDHdtnPLwD_eJR98=\/fit-in\/194x109\/2017\/10\/05\/4514916c-88c7-4c00-8324-9d522e0b3047\/kindle-oasis-covers.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/un-nuevo-kindle-y-nuevas-gafas-vr-de-oculus-se-asoman.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/10\/13\/1072264259697\/es_lasemana12_oct_1235274_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/un-nuevo-kindle-y-nuevas-gafas-vr-de-oculus-se-asoman\/&quot;},{&quot;id&quot;:&quot;09051611-4cd7-4384-a459-b4a1050b5c1c&quot;,&quot;title&quot;:&quot;Google Pixel 2 y lo que nos dej\u00f3 la temporada de s\u00faper tel\u00e9fonos&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #157] La gigante de las b\u00fasquedas se anima con todo al hardware, y sus tel\u00e9fonos marcan el fin de una \u00e9poca de grandes anuncios.&quot;,&quot;slug&quot;:&quot;google-pixel-2-lo-que-nos-dejo-la-temporada-de-super-telefonos&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:598,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1064365123530,&quot;mpxRefId&quot;:&quot;Us3jKld5gPd3TfSG9QLLbD5jw_vdMyds&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;d077c3c0-c88f-492f-a8a2-8b043af04f0e&quot;,&quot;name&quot;:&quot;100417-google-pixel-2-7126&quot;,&quot;filename&quot;:&quot;100417-google-pixel-2-7126.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/BNbeNYmhimN2Z_KulzpEpn0l7AI=\/2017\/10\/05\/d077c3c0-c88f-492f-a8a2-8b043af04f0e\/100417-google-pixel-2-7126.jpg&quot;,&quot;size&quot;:52547,&quot;height&quot;:467,&quot;width&quot;:830,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-05 23:35:43&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-05 23:35:43&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;100417-google-pixel-2-7126&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn2.cnet.com\/img\/5-e1P5u3K43hFHiSjBjhdB3f1lI=\/fit-in\/194x109\/2017\/10\/05\/d077c3c0-c88f-492f-a8a2-8b043af04f0e\/100417-google-pixel-2-7126.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/google-pixel-2-lo-que-nos-dejo-la-temporada-de-super-telefonos.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/10\/06\/1064365123530\/semana_oct5_1229769_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/google-pixel-2-lo-que-nos-dejo-la-temporada-de-super-telefonos\/&quot;},{&quot;id&quot;:&quot;4bb8f3fd-304c-495e-8b83-57fcea47b89b&quot;,&quot;title&quot;:&quot;La avalancha de productos de Amazon, y tuits de 280 caracteres&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #156] Esta semana vimos nuevas bocinas de Amazon; una nueva c\u00e1mara GoPro y Twitter dijo que duplicar\u00e1 el l\u00edmite de caracteres en tuits.&quot;,&quot;slug&quot;:&quot;amazon-nuevos-productos-twitter-280-caracteres&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:673,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1057969219682,&quot;mpxRefId&quot;:&quot;IUOzQ0y6ps_ludp4UH9c1EZFCsJNA7X8&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;194498de-a074-4687-ab0d-d880d5ee05de&quot;,&quot;name&quot;:&quot;amazon-spot-1&quot;,&quot;filename&quot;:&quot;amazon-spot-1.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/MLV0Q7ERz3liDf123UtGhwIuMjU=\/2017\/09\/28\/194498de-a074-4687-ab0d-d880d5ee05de\/amazon-spot-1.jpg&quot;,&quot;size&quot;:850748,&quot;height&quot;:1080,&quot;width&quot;:1920,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-09-28 05:39:36&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-09-28 05:39:36&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;amazon-spot-1&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn1.cnet.com\/img\/0t12kUyxiPUjjBEvghADT8bfI1Q=\/fit-in\/194x109\/2017\/09\/28\/194498de-a074-4687-ab0d-d880d5ee05de\/amazon-spot-1.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/amazon-nuevos-productos-twitter-280-caracteres.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/09\/29\/1057969219682\/es_lasemana_28septiembre_1223993_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/amazon-nuevos-productos-twitter-280-caracteres\/&quot;}]">
- <div>
<div> <svg><use aria-hidden="false" xlink:href="#play" /></svg><svg><use aria-hidden="false" xlink:href="#pause" /></svg>
<figure><img src="https://cdn1.cnet.com/img/mWcZaiA8Ngv61OQcpdoh6Ra9nY0=/170x96/2017/11/13/70540d7a-cbc5-4563-ab86-b5549ef68168/oneplus-5t-product-21.jpg" alt height="96" width="170"></figure>
</div>
@@ -23,7 +22,6 @@
<p><span>
8:09 <svg><use aria-hidden="false" xlink:href="#video" /></svg></span> </p>
</div>
- </div>
</div> \ No newline at end of file
diff --git a/test/test-pages/cnn/expected.html b/test/test-pages/cnn/expected.html
index b61239b..368cf77 100644
--- a/test/test-pages/cnn/expected.html
+++ b/test/test-pages/cnn/expected.html
@@ -6,10 +6,6 @@
<p> The report assessed poverty levels, income and wealth inequality, economic mobility and unemployment levels among 10 wealthy countries with social welfare programs. </p>
<div id="smartassetcontainer">
- <div>
- <div>
- <div id="smartasset-article">
- <div>
@@ -25,10 +21,6 @@
</div>
- </div>
- </div>
- </div>
- </div>
<p> Among its key findings: the class you're born into matters much more in the U.S. than many of the other countries. </p>
<p> As the <a href="http://web.stanford.edu/group/scspi-dev/cgi-bin/publications/state-union-report" target="_blank">report states</a>: "[T]he birth lottery matters more in the U.S. than in most well-off countries." </p>
diff --git a/test/test-pages/daringfireball-1/expected.html b/test/test-pages/daringfireball-1/expected.html
index 2c0b309..601e17b 100644
--- a/test/test-pages/daringfireball-1/expected.html
+++ b/test/test-pages/daringfireball-1/expected.html
@@ -1,9 +1,4 @@
<div id="Box">
-
-
-
- <div id="Main">
- <div>
<p>Daring Fireball is written and produced by John Gruber.</p>
<p>
@@ -32,14 +27,4 @@
<h2>Web Standards</h2>
<p>Web standards are important, and Daring Fireball adheres to them. Specifically, Daring Fireball’s HTML markup should validate as either <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML 5</a> or XHTML 4.01 Transitional, its layout is constructed using <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://daringfireball.net/css/fireball_screen.css">valid CSS</a>, and its syndicated feed is <a href="http://feedvalidator.org/check?url=http%3A%2F%2Fdaringfireball.net%2Findex.xml">valid Atom</a>.</p>
<p>If Daring Fireball looks goofy in your browser, you’re likely using a shitty browser that doesn’t support web standards. Internet Explorer, I’m looking in your direction. If you complain about this, I will laugh at you, because I do not care. If, however, you are using a modern, standards-compliant browser and have trouble viewing or reading Daring Fireball, please do let me know.</p>
- </div>
-
-
-
-
-
-
-
- </div>
-
- </div> \ No newline at end of file
+ </div> \ No newline at end of file
diff --git a/test/test-pages/ebb-org/expected.html b/test/test-pages/ebb-org/expected.html
index 5cea1f1..a13415e 100644
--- a/test/test-pages/ebb-org/expected.html
+++ b/test/test-pages/ebb-org/expected.html
@@ -1,5 +1,4 @@
<div id="contentWithSidebar">
- <div id="post">
<p>
Tuesday 15 October 2019 by Bradley M. Kuhn
@@ -45,8 +44,7 @@
</p>
- </div>
- </div><p>
+ </div><p>
<code>#include &lt;std/disclaimer.h&gt;</code><br>
<code>use Standard::Disclaimer;</code><br>
<code>from standard import disclaimer</code><br>
diff --git a/test/test-pages/ehow-1/expected.html b/test/test-pages/ehow-1/expected.html
index a6f0c65..736401e 100644
--- a/test/test-pages/ehow-1/expected.html
+++ b/test/test-pages/ehow-1/expected.html
@@ -5,16 +5,12 @@
</header>
<div>
- <div>
<p>Glass cloche terrariums are not only appealing to the eye, but they also preserve a bit of nature in your home and serve as a simple, yet beautiful, piece of art. Closed terrariums are easy to care for, as they retain much of their own moisture and provide a warm environment with a consistent level of humidity. You won’t have to water the terrariums unless you see that the walls are not misting up. Small growing plants that don’t require a lot of light work best such as succulents, ferns, moss, even orchids.</p>
<figure> <img src="http://img-aws.ehowcdn.com/640/cme/photography.prod.demandstudios.com/16149374-814f-40bc-baf3-ca20f149f0ba.jpg" alt="Glass cloche terrariums" title="Glass cloche terrariums" data-credit="Lucy Akins " longdesc="http://s3.amazonaws.com/photography.prod.demandstudios.com/16149374-814f-40bc-baf3-ca20f149f0ba.jpg"> </figure>
<figcaption> Glass cloche terrariums (Lucy Akins) </figcaption>
</div>
- </div>
- <div>
- <div>
- <div> <p><span>What You'll Need:</span></p><ul>
+ <div> <p><span>What You'll Need:</span></p><ul>
<li>Cloche</li>
<li>Planter saucer, small shallow dish or desired platform</li>
<li>Floral foam oasis</li>
@@ -27,90 +23,68 @@
<li>Other small decorative items (optional)</li>
</ul>
</div>
- </div>
- </div>
<div>
- <div>
<div> <p><span>Step 1</span></p><p>Measure the circumference of your cloche and cut the foam oasis about 3/4 inch (2 cm) smaller. Place the foam oasis into a container full of water and allow to soak until it sinks to the bottom. Dig out a hole on the oasis large enough to fit your plant, being careful not to pierce all the way through to the bottom.</p>
</div>
<figure> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/fc249ef6-4d27-41b4-8c21-15f7a8512b50.jpg" alt="Dig a hole in the oasis." data-credit="Lucy Akins"> </figure>
<figcaption> Dig a hole in the oasis. (Lucy Akins) </figcaption>
</div>
- </div>
<div>
- <div>
<div> <p><span>Step 2</span></p><p>Insert your plant into the hole.</p>
</div>
<figure> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/aae11d4d-a4aa-4251-a4d9-41023ebf6d84.jpg" alt="Orchid in foam oasis" data-credit="Lucy Akins"> </figure>
<figcaption> Orchid in foam oasis (Lucy Akins) </figcaption>
</div>
- </div>
<div>
- <div>
<div> <p><span>Step 3</span></p><p>You can add various plants if you wish.</p>
</div>
<figure> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/7afdfa1e-da74-44b5-b89c-ca8123516272.jpg" alt="Various foliage" data-credit="Lucy Akins"> </figure>
<figcaption> Various foliage (Lucy Akins) </figcaption>
</div>
- </div>
<div>
- <div>
<div> <p><span>Step 4</span></p><p>Using floral pins, attach enough moss around the oasis to cover it.</p>
</div>
<figure> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/4f6612c0-316a-4c74-bb03-cb4e778f6d72.jpg" alt="Attach moss." data-credit="Lucy Akins"> </figure>
<figcaption> Attach moss. (Lucy Akins) </figcaption>
</div>
- </div>
<div>
- <div>
<div> <p><span>Step 5</span></p><p>Gently place the cloche over the oasis. The glass may push some of the moss upward, exposing some of the foam.</p>
</div>
<figure> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/eeb1e0b4-e573-40a3-8db1-2c76f0b13b84.jpg" alt="Place cloche over oasis." data-credit="Lucy Akins"> </figure>
<figcaption> Place cloche over oasis. (Lucy Akins) </figcaption>
</div>
- </div>
<div>
- <div>
<div> <p><span>Step 6</span></p><p>Simply pull down the moss with tweezers or insert more moss to fill in the empty spaces.</p>
</div>
<figure> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/812d4649-4152-4363-97c0-f181d02e709a.jpg" alt="Rearrange moss." data-credit="Lucy Akins"> </figure>
<figcaption> Rearrange moss. (Lucy Akins) </figcaption>
</div>
- </div>
<div>
- <div>
<div> <p><span>Step 7</span></p><p>You can use any platform you wish. In this case, a small saucer was used.</p>
</div>
<figure> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/0cb3988c-9318-47d6-bc9c-c798da1ede72.jpg" alt="Place cloche on a platform to sit on." data-credit="Lucy Akins"> </figure>
<figcaption> Place cloche on a platform to sit on. (Lucy Akins) </figcaption>
</div>
- </div>
<div>
- <div>
<div> <p><span>Step 8</span></p><p>This particular terrarium rests on a planter saucer and features a small white pumpkin.</p>
</div>
<figure> <img src="http://img-aws.ehowcdn.com/640/cme/photography.prod.demandstudios.com/e3e18f0b-ab2c-4ffb-9988-a1ea63faef8b.jpg" alt="Cloche placed on a terracotta saucer" data-credit="Lucy Akins"> </figure>
<figcaption> Cloche placed on a terracotta saucer (Lucy Akins) </figcaption>
</div>
- </div>
<div>
- <div>
<div> <p><span>Step 9</span></p><p>This particular terrarium was placed on a wood slice and a little toy squirrel was placed inside to add a little whimsy.</p>
</div>
<figure> <img src="http://img-aws.ehowcdn.com/640/cme/photography.prod.demandstudios.com/2cd79f8d-0d16-4573-8861-e47fb74b0638.jpg" alt="Placed on a wooden slice" data-credit="Lucy Akins"> </figure>
<figcaption> Placed on a wooden slice (Lucy Akins) </figcaption>
</div>
- </div>
<div>
- <div>
<div> <p><span>Finished Terrarium</span></p><p>Displayed alone or in a group, these pretty arrangements allow you to add a little nature to your decor or tablescape.</p>
</div>
<figure> <img src="http://img-aws.ehowcdn.com/640/cme/photography.prod.demandstudios.com/78670312-8636-4c42-a75c-3029f7aa6c73.jpg" alt="Cloche terrarium" data-credit="Lucy Akins"> </figure>
<figcaption> Cloche terrarium (Lucy Akins) </figcaption>
</div>
- </div>
diff --git a/test/test-pages/ehow-2/expected.html b/test/test-pages/ehow-2/expected.html
index b929634..f2c0762 100644
--- a/test/test-pages/ehow-2/expected.html
+++ b/test/test-pages/ehow-2/expected.html
@@ -1,12 +1,4 @@
-<section id="Body" data-page-id="inlinetemplate" data-section="body">
-
-
-
-
-
- <header>
-
- <div data-type="AuthorProfile">
+<div data-type="AuthorProfile">
<div>
<p><a id="img-follow-tip" href="http://fakehost/contributor/gina_robertsgrey/" target="_top">
<img src="http://img-aws.ehowcdn.com/60x60/cme/cme_public_images/www_demandstudios_com/sitelife.studiod.com/ver1.0/Content/images/store/9/2/d9dd6f61-b183-4893-927f-5b540e45be91.Small.jpg" data-failover="//img-aws.ehowcdn.com/60x60/ehow-cdn-assets/test15/media/images/authors/missing-author-image.png" onerror="var failover = this.getAttribute('data-failover');
@@ -20,14 +12,9 @@
<p><time datetime="2016-09-14T07:07:00-04:00" itemprop="dateModified">Last updated September 14, 2016</time>
</p>
- </div>
-
- </header>
-
- <div>
+ </div><div>
<article data-type="article">
<div>
- <div>
<div>
<p>Graduation parties are a great way to commemorate the years of hard work teens and college co-eds devote to education. They’re also costly for mom and dad.</p>
<p>The average cost of a graduation party in 2013 was a whopping $1,200, according to Graduationparty.com; $700 of that was allocated for food. However that budget was based on Midwestern statistics, and parties in urban areas like New York City are thought to have a much higher price tag.</p>
@@ -40,13 +27,11 @@
(Mike Watson Images/Moodboard/Getty)
</figcaption>
</div>
- </div>
<span>
<span>
<div>
-<div>
<p><span><p>Parties hosted at restaurants, clubhouses and country clubs eliminate the need to spend hours cleaning up once party guests have gone home. But that convenience comes with a price tag. A country club may charge as much as $2,000 for room rental and restaurant food and beverage will almost always cost more than food prepped and served at home.</p></span> </p>
<figure>
<img src="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/FE/CB/121569D2-6984-4B2F-83C4-9D2D9A27CBFE/121569D2-6984-4B2F-83C4-9D2D9A27CBFE.jpg" alt="Save money hosting the party at home." data-credit="Thomas Jackson/Digital Vision/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true">
@@ -54,13 +39,11 @@
<figcaption>
Thomas Jackson/Digital Vision/Getty Images </figcaption>
</div>
- </div>
</span>
</span>
<span>
<span>
<div>
-<div>
<p><span><p>Instead of hiring a DJ, use your iPod or Smartphone to spin the tunes. Both easily hook up to most speakers or mp3 compatible docks to play music from your music library. Or download Pandora, the free online radio app, and play hours of music for free.</p>
<p>Personalize the music with a playlist of the grad’s favorite songs or songs that were big hits during his or her years in school.</p></span> </p>
<figure>
@@ -69,13 +52,11 @@
<figcaption>
Spencer Platt/Getty Images News/Getty Images </figcaption>
</div>
- </div>
</span>
</span>
<span>
<span>
<div>
-<div>
<p><span><p>Avoid canned drinks, which guests often open, but don't finish. Serve pitchers of tap water with lemon and cucumber slices or sliced strawberries for an interesting and refreshing flavor. Opt for punches and non-alcoholic drinks for high school graduates that allow guests to dole out the exact amount they want to drink.</p></span> </p>
<figure>
<img src="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/EB/DB/8A04CCA7-3255-4225-B59A-C41441F8DBEB/8A04CCA7-3255-4225-B59A-C41441F8DBEB.jpg" alt="Serve drinks in pitchers, not in cans." data-credit="evgenyb/iStock/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true">
@@ -83,14 +64,12 @@
<figcaption>
evgenyb/iStock/Getty Images </figcaption>
</div>
- </div>
</span>
</span>
<span>
<span>
<div>
-<div>
<p><span><p>Instead of inviting everyone you – and the graduate – know or ever knew, scale back the guest list. Forgo inviting guests that you or your grad haven't seen for eons. There is no reason to provide provisions for people who are essentially out of your lives. Sticking to a small, but personal, guest list allows more time to mingle with loved ones during the party, too.</p></span> </p>
<figure>
<img src="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/94/10/08035476-0167-4A03-AADC-13A7E7AA1094/08035476-0167-4A03-AADC-13A7E7AA1094.jpg" alt="Limit guests to those close to the graduate." data-credit="Kane Skennar/Photodisc/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true">
@@ -98,13 +77,11 @@
<figcaption>
Kane Skennar/Photodisc/Getty Images </figcaption>
</div>
- </div>
</span>
</span>
<span>
<span>
<div>
-<div>
<p><span><p>See if your grad and his best friend, girlfriend or close family member would consider hosting a joint party. You can split some of the expenses, especially when the two graduates share mutual friends. You'll also have another parent to bounce ideas off of and to help you stick to your budget when you're tempted to splurge.</p></span> </p>
<figure>
<img src="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/06/49/4AD62696-FC95-4DA2-8351-42740C7B4906/4AD62696-FC95-4DA2-8351-42740C7B4906.jpg" alt="Throw a joint bash for big savings." data-credit="Mike Watson Images/Moodboard/Getty" data-pin-ehow-hover="true" data-pin-no-hover="true">
@@ -112,13 +89,11 @@
<figcaption>
Mike Watson Images/Moodboard/Getty </figcaption>
</div>
- </div>
</span>
</span>
<span>
<span>
<div>
-<div>
<p><span><p>Skip carving stations of prime rib and jumbo shrimp as appetizers, especially for high school graduation parties. Instead, serve some of the graduate's favorite side dishes that are cost effective, like a big pot of spaghetti with breadsticks. Opt for easy and simple food such as pizza, finger food and mini appetizers. </p>
<p>Avoid pre-packaged foods and pre-made deli platters. These can be quite costly. Instead, make your own cheese and deli platters for less than half the cost of pre-made.</p></span> </p>
<figure>
@@ -127,13 +102,11 @@
<figcaption>
Mark Stout/iStock/Getty Images </figcaption>
</div>
- </div>
</span>
</span>
<span>
<span>
<div>
-<div>
<p><span><p>Instead of an evening dinner party, host a grad lunch or all appetizers party. Brunch and lunch fare or finger food costs less than dinner. Guests also tend to consume less alcohol in the middle of the day, which keeps cost down.</p></span> </p>
<figure>
<img src="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/35/B4/DD5FD05A-B631-4AFE-BC8F-FDACAD1EB435/DD5FD05A-B631-4AFE-BC8F-FDACAD1EB435.jpg" alt="A brunch gathering will cost less than a dinner party." data-credit="Mark Stout/iStock/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true">
@@ -141,7 +114,6 @@
<figcaption>
Mark Stout/iStock/Getty Images </figcaption>
</div>
- </div>
</span>
@@ -149,7 +121,6 @@
<span>
<span>
<div>
-<div>
<p><span><p>Decorate your party in the graduate's current school colors or the colors of the school he or she will be headed to next. Décor that is not specifically graduation-themed may cost a bit less, and any leftovers can be re-used for future parties, picnics and events.</p></span> </p>
<figure>
<img src="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/A1/FA/2C368B34-8F6A-45F6-9DFC-0B0C4E33FAA1/2C368B34-8F6A-45F6-9DFC-0B0C4E33FAA1.jpg" alt="Theme the party by color without graduation-specific decor." data-credit="jethuynh/iStock/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true">
@@ -157,7 +128,6 @@
<figcaption>
jethuynh/iStock/Getty Images </figcaption>
</div>
- </div>
</span>
</span>
@@ -170,7 +140,4 @@
<p>Promoted By Zergnet</p>
</article>
- </div>
-
-
- </section> \ No newline at end of file
+ </div> \ No newline at end of file
diff --git a/test/test-pages/engadget/expected-images.json b/test/test-pages/engadget/expected-images.json
index f399340..315467f 100644
--- a/test/test-pages/engadget/expected-images.json
+++ b/test/test-pages/engadget/expected-images.json
@@ -1,14 +1,13 @@
[
- "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C943%2C0%2C0&quality=85&format=jpg&resize=1600%2C943&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2Fd457f269d1400106a402302a310de800%2F205826071%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B1.jpg&client=a1acac3e1b3290917d92&signature=9fa7b29452763464190c6edff6822489df516d1b",
- "https:\/\/o.aolcdn.com\/images\/dims?thumbnail=45%2C45&quality=80&image_uri=http%3A%2F%2Fwww.blogcdn.com%2Fwww.engadget.com%2Fmedia%2F2016%2F03%2Fdevindra-engadget-headshot-small.jpg&client=cbc79c14efcebee57402&signature=e6ffba7468c380581b6589a70ce5d7c1ec40cd1d",
- "https:\/\/o.aolcdn.com\/images\/dims?thumbnail=980%2C653&quality=80&image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F208%2F8%2FS7142088%2Fslug%2Fl%2Fxbox-one-x-review-gallery-1-1.jpg&client=cbc79c14efcebee57402&signature=9bb08b52e12de8e4060f863a52c613489529818d",
- "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C1067%2C0%2C0&quality=85&format=jpg&resize=1600%2C1067&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F93beb86758ae1cf95721699e1e006e35%2F205826074%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B7.jpg&client=a1acac3e1b3290917d92&signature=c0f2d36259c2c1decfb60aae364527cda2560d4a",
- "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C949%2C0%2C0&quality=85&format=jpg&resize=1600%2C949&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F9ece7fdad1e7025dec06ac9bf98688d0%2F205826075%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B5.jpg&client=a1acac3e1b3290917d92&signature=9913883753141e7df322616bfe0bc41c6ecd80c8",
- "https:\/\/o.aolcdn.com\/images\/dims?resize=980%2C640&quality=100&image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1599%252C1043%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1043%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252F8b98ec8f6649158fe7448ac2f2695ac5%252F205826072%252FXbox%252BOne%252BX%252Breview%252Bgallery%252B6.jpg%26client%3Da1acac3e1b3290917d92%26signature%3D353dad1308f98c2c9dfc82c58a540a8b2f1fe63c&client=cbc79c14efcebee57402&signature=60b7c061460d0d45f5d367b8a9c62978af6b76ce",
- "https:\/\/o.aolcdn.com\/images\/dims?resize=980%2C640&quality=100&image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1600%252C900%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C900%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252F1885534bd201fc37481b806645c1fc8b%252F205828119%252FXbox%252Bone%252BX%252Bscreenshot%252Bgallery%252B8.jpg%26client%3Da1acac3e1b3290917d92%26signature%3Df63cf67c88b37fd9424855984e45f6b950c8c11a&client=cbc79c14efcebee57402&signature=0adca80fc8ee26a7353be639082881450a5ad49f",
- "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C900%2C0%2C0&quality=85&format=jpg&resize=1600%2C900&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F8352a8a14e88e2ca2ba5be4d8381a055%2F205828115%2FXbox%2Bone%2BX%2Bscreenshot%2Bgallery%2B1.jpg&client=a1acac3e1b3290917d92&signature=d2ccb22e0eaabeb05bfe46e83dbe26fd07f01da8",
- "https:\/\/o.aolcdn.com\/images\/dims?thumbnail=980%2C653&quality=80&image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F292%2F4%2FS7142924%2Fslug%2Fl%2Fxbox-one-x-screenshot-gallery-2-1.jpg&client=cbc79c14efcebee57402&signature=38c95635c7aad58a8a48038e05589f5cf35b1e28",
- "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C900%2C0%2C0&quality=85&format=jpg&resize=1600%2C900&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2Facb08903fbe26ad77b80db8c8e7e8fb1%2F205828118%2FXbox%2Bone%2BX%2Bscreenshot%2Bgallery%2B7.jpg&client=a1acac3e1b3290917d92&signature=21630fa5ec6d8fdce2c35f7e1f652636a2d8efe7",
- "https:\/\/o.aolcdn.com\/images\/dims?resize=980%2C640&quality=100&image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1600%252C1027%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1027%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252Fa2c8ba1caccdbb9e0559797e5141eafd%252F205826078%252FXbox%252BOne%252BX%252Breview%252Bgallery%252B11.jpg%26client%3Da1acac3e1b3290917d92%26signature%3Da11bcddced805c6e3698f8ce0494102aef057265&client=cbc79c14efcebee57402&signature=1e9bd192add2772bc842a34e67b7572cfd1b265a",
- "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C1028%2C0%2C0&quality=85&format=jpg&resize=1600%2C1028&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F5396460ef8b6bde7fb7272d9e66a7701%2F205826076%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B9.jpg&client=a1acac3e1b3290917d92&signature=f5b5b4b986c2f8b5031a4469ae0ecec82aff65b0"
+ "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C943%2C0%2C0&quality=85&format=jpg&resize=1600%2C943&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2Fd457f269d1400106a402302a310de800%2F205826071%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B1.jpg&client=a1acac3e1b3290917d92&signature=9fa7b29452763464190c6edff6822489df516d1b",
+ "https:\/\/o.aolcdn.com\/images\/dims?thumbnail=980%2C653&quality=80&image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F208%2F8%2FS7142088%2Fslug%2Fl%2Fxbox-one-x-review-gallery-1-1.jpg&client=cbc79c14efcebee57402&signature=9bb08b52e12de8e4060f863a52c613489529818d",
+ "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C1067%2C0%2C0&quality=85&format=jpg&resize=1600%2C1067&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F93beb86758ae1cf95721699e1e006e35%2F205826074%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B7.jpg&client=a1acac3e1b3290917d92&signature=c0f2d36259c2c1decfb60aae364527cda2560d4a",
+ "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C949%2C0%2C0&quality=85&format=jpg&resize=1600%2C949&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F9ece7fdad1e7025dec06ac9bf98688d0%2F205826075%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B5.jpg&client=a1acac3e1b3290917d92&signature=9913883753141e7df322616bfe0bc41c6ecd80c8",
+ "https:\/\/o.aolcdn.com\/images\/dims?resize=980%2C640&quality=100&image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1599%252C1043%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1043%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252F8b98ec8f6649158fe7448ac2f2695ac5%252F205826072%252FXbox%252BOne%252BX%252Breview%252Bgallery%252B6.jpg%26client%3Da1acac3e1b3290917d92%26signature%3D353dad1308f98c2c9dfc82c58a540a8b2f1fe63c&client=cbc79c14efcebee57402&signature=60b7c061460d0d45f5d367b8a9c62978af6b76ce",
+ "https:\/\/o.aolcdn.com\/images\/dims?resize=980%2C640&quality=100&image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1600%252C900%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C900%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252F1885534bd201fc37481b806645c1fc8b%252F205828119%252FXbox%252Bone%252BX%252Bscreenshot%252Bgallery%252B8.jpg%26client%3Da1acac3e1b3290917d92%26signature%3Df63cf67c88b37fd9424855984e45f6b950c8c11a&client=cbc79c14efcebee57402&signature=0adca80fc8ee26a7353be639082881450a5ad49f",
+ "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C900%2C0%2C0&quality=85&format=jpg&resize=1600%2C900&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F8352a8a14e88e2ca2ba5be4d8381a055%2F205828115%2FXbox%2Bone%2BX%2Bscreenshot%2Bgallery%2B1.jpg&client=a1acac3e1b3290917d92&signature=d2ccb22e0eaabeb05bfe46e83dbe26fd07f01da8",
+ "https:\/\/o.aolcdn.com\/images\/dims?thumbnail=980%2C653&quality=80&image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F292%2F4%2FS7142924%2Fslug%2Fl%2Fxbox-one-x-screenshot-gallery-2-1.jpg&client=cbc79c14efcebee57402&signature=38c95635c7aad58a8a48038e05589f5cf35b1e28",
+ "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C900%2C0%2C0&quality=85&format=jpg&resize=1600%2C900&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2Facb08903fbe26ad77b80db8c8e7e8fb1%2F205828118%2FXbox%2Bone%2BX%2Bscreenshot%2Bgallery%2B7.jpg&client=a1acac3e1b3290917d92&signature=21630fa5ec6d8fdce2c35f7e1f652636a2d8efe7",
+ "https:\/\/o.aolcdn.com\/images\/dims?resize=980%2C640&quality=100&image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1600%252C1027%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1027%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252Fa2c8ba1caccdbb9e0559797e5141eafd%252F205826078%252FXbox%252BOne%252BX%252Breview%252Bgallery%252B11.jpg%26client%3Da1acac3e1b3290917d92%26signature%3Da11bcddced805c6e3698f8ce0494102aef057265&client=cbc79c14efcebee57402&signature=1e9bd192add2772bc842a34e67b7572cfd1b265a",
+ "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C1028%2C0%2C0&quality=85&format=jpg&resize=1600%2C1028&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F5396460ef8b6bde7fb7272d9e66a7701%2F205826076%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B9.jpg&client=a1acac3e1b3290917d92&signature=f5b5b4b986c2f8b5031a4469ae0ecec82aff65b0"
] \ No newline at end of file
diff --git a/test/test-pages/engadget/expected.html b/test/test-pages/engadget/expected.html
index 4372cdf..17496cc 100644
--- a/test/test-pages/engadget/expected.html
+++ b/test/test-pages/engadget/expected.html
@@ -1,50 +1,4 @@
-<div role="main" xmlns:xlink="http://www.w3.org/1999/xlink">
-
-
- <nav data-behavior="ContextNav" data-context-nav-offset="200">
-
- </nav>
-
-
- <header>
-
- <p>
-
- <h2> But only hardcore
- gamers will appreciate it. </h2>
- </p>
- <div>
- <div>
- <div>
-
- <div>
- <p><a href="http://fakehost/about/editors/devindra-hardawar/">
- <img src="https://o.aolcdn.com/images/dims?thumbnail=45%2C45&amp;quality=80&amp;image_uri=http%3A%2F%2Fwww.blogcdn.com%2Fwww.engadget.com%2Fmedia%2F2016%2F03%2Fdevindra-engadget-headshot-small.jpg&amp;client=cbc79c14efcebee57402&amp;signature=e6ffba7468c380581b6589a70ce5d7c1ec40cd1d">
- </a></p>
- </div>
-
- </div>
-
-
-
- </div>
- </div>
- </header>
- <div data-behavior="BreakoutsHandler">
- <div>
-
- <div>
- <article>
- <div id="page_body" data-behavior="trigger_contents_nav">
- <div>
-
- <div data-behavior="FitVids ">
-
-
- <div>
- <div>
- <div>
- <div data-behavior="Dropcap">
+<div data-behavior="Dropcap">
<p>The <a href="https://www.engadget.com/2017/06/13/the-xbox-one-x-is-aspirational-in-the-purest-sense-of-the-word/">Xbox
One X</a> is the ultimate video game system. It sports
more horsepower than any system ever. And it plays more
@@ -60,15 +14,7 @@
the $279 <a href="https://www.engadget.com/2016/08/02/xbox-one-s-review/">Xbox
One S</a>. </p>
- </div>
- </div>
- </div>
- </div>
-
- <div>
- <div>
- <div>
- <section>
+ </div><section>
<h4> Gallery: Xbox One
X | 14 Photos </h4>
<div data-behavior="lightbox_trigger" data-engadget-slideshow-id="803271" data-eng-bang="{&quot;gallery&quot;:803271,&quot;slide&quot;:7142088,&quot;index&quot;:0}" data-eng-mn="93511844"><p><a href="#" data-index="0" data-engadget-slide-id="7142088" data-eng-bang="{&quot;gallery&quot;:803271,&quot;slide&quot;:7142088,&quot;index&quot;:0}">
@@ -76,20 +22,10 @@
</a></p>
</div>
- </section>
- </div>
- </div>
- </div>
-
-
- <div>
- <div>
- <div>
+ </section><div>
<div>
-
- <div>
<div>
<ul>
@@ -118,7 +54,6 @@
</ul>
</div>
</div>
- </div>
<div>
<p>As promised, the Xbox One X is the
@@ -127,15 +62,9 @@
PlayStation 4 Pro. 4K/HDR enhanced games look great, but
it’s lack of VR is disappointing in 2017.</p>
</div>
- </div>
- </div>
- </div>
- <div>
+ </div><div xmlns:xlink="http://www.w3.org/1999/xlink">
<div>
- <div>
- <div>
- <div>
<h3>Hardware</h3>
<p><img data-credit="Devindra Hardawar/AOL" data-mep="2181678" src="https://o.aolcdn.com/images/dims?crop=1600%2C1067%2C0%2C0&amp;quality=85&amp;format=jpg&amp;resize=1600%2C1067&amp;image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F93beb86758ae1cf95721699e1e006e35%2F205826074%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B7.jpg&amp;client=a1acac3e1b3290917d92&amp;signature=c0f2d36259c2c1decfb60aae364527cda2560d4a" alt></p>
<p>Despite all the power inside, the One X is
@@ -166,25 +95,13 @@
Kinect around, you'll need to use a USB adapter to
plug it in.</p>
</div>
- </div>
- </div>
- </div>
- <div>
- <div>
-
-
- <div data-engadget-breakout-type="image">
+ <div data-engadget-breakout-type="image">
<figure><img src="https://o.aolcdn.com/images/dims?resize=980%2C640&amp;quality=100&amp;image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1599%252C1043%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1043%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252F8b98ec8f6649158fe7448ac2f2695ac5%252F205826072%252FXbox%252BOne%252BX%252Breview%252Bgallery%252B6.jpg%26client%3Da1acac3e1b3290917d92%26signature%3D353dad1308f98c2c9dfc82c58a540a8b2f1fe63c&amp;client=cbc79c14efcebee57402&amp;signature=60b7c061460d0d45f5d367b8a9c62978af6b76ce">
<figcaption><span>Devindra Hardawar/AOL</span>
</figcaption>
</figure>
</div>
- </div>
- </div>
<div>
- <div>
- <div>
- <div>
<p>The console's controller hasn't changed since its
last mini-upgrade with the Xbox One S. That revision
rounded out its seams, improved bumper performance
@@ -198,25 +115,13 @@
has rechargeable controllers.</p>
<h3>In use</h3>
</div>
- </div>
- </div>
- </div>
- <div>
- <div>
-
-
- <div data-engadget-breakout-type="image">
+ <div data-engadget-breakout-type="image">
<figure><img src="https://o.aolcdn.com/images/dims?resize=980%2C640&amp;quality=100&amp;image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1600%252C900%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C900%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252F1885534bd201fc37481b806645c1fc8b%252F205828119%252FXbox%252Bone%252BX%252Bscreenshot%252Bgallery%252B8.jpg%26client%3Da1acac3e1b3290917d92%26signature%3Df63cf67c88b37fd9424855984e45f6b950c8c11a&amp;client=cbc79c14efcebee57402&amp;signature=0adca80fc8ee26a7353be639082881450a5ad49f">
<figcaption><span>Devindra Hardawar/AOL</span>
</figcaption>
</figure>
</div>
- </div>
- </div>
<div>
- <div>
- <div>
- <div>
<p>You won't find any major differences between the One
X and the last Xbox at first — aside from a more
dramatic startup sequence. Navigating the Xbox
@@ -248,38 +153,13 @@
times were on-par with what I've seen with the game
on the Xbox One S.</p>
</div>
- </div>
- </div>
- </div>
- <div>
- <div>
- <div data-engadget-breakout-type="e2ehero">
-
- <div>
- <div>
- <div>
- <div>
+ <div data-engadget-breakout-type="e2ehero">
<figure><img src="https://o.aolcdn.com/images/dims?crop=1600%2C900%2C0%2C0&amp;quality=85&amp;format=jpg&amp;resize=1600%2C900&amp;image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F8352a8a14e88e2ca2ba5be4d8381a055%2F205828115%2FXbox%2Bone%2BX%2Bscreenshot%2Bgallery%2B1.jpg&amp;client=a1acac3e1b3290917d92&amp;signature=d2ccb22e0eaabeb05bfe46e83dbe26fd07f01da8">
- <div>
- <div>
- <div>
-
- </div>
- </div>
- </div>
+
</figure>
</div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
<div>
- <div>
- <div>
- <div>
<p>You can also play in Performance mode, which bumps
the frame rate up to 60FPS and uses higher quality
graphical effects, while rendering it lower in
@@ -305,14 +185,8 @@
levels of bloom lighting and shadow detail.</p>
</div>
- </div>
- </div>
- </div>
- <div>
- <div>
- <div data-engadget-breakout-type="gallery">
- <section>
+ <section data-engadget-breakout-type="gallery">
<h3> Gallery: Xbox
One X screenshots | 9 Photos </h3>
<div data-behavior="lightbox_trigger" data-engadget-slideshow-id="803330" data-eng-bang="{&quot;gallery&quot;:803330,&quot;slide&quot;:7142924}" data-eng-mn="93511844"><p><a href="#" data-index="0" data-engadget-slide-id="7142924" data-eng-bang="{&quot;gallery&quot;:803330,&quot;slide&quot;:7142924}">
@@ -321,13 +195,7 @@
</div>
</section>
- </div>
- </div>
- </div>
<div>
- <div>
- <div>
- <div>
<p><em>Killer Instinct</em> and <em>Super Lucky's
Tale</em> run in 4K at a smooth 60FPS. They both
looked and played better than their standard
@@ -360,38 +228,13 @@
Basically, don't expect your entire 360 library to
get enhanced.</p>
</div>
- </div>
- </div>
- </div>
- <div>
- <div>
- <div data-engadget-breakout-type="e2ehero">
-
- <div>
- <div>
- <div>
- <div>
+ <div data-engadget-breakout-type="e2ehero">
<figure><img src="https://o.aolcdn.com/images/dims?crop=1600%2C900%2C0%2C0&amp;quality=85&amp;format=jpg&amp;resize=1600%2C900&amp;image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2Facb08903fbe26ad77b80db8c8e7e8fb1%2F205828118%2FXbox%2Bone%2BX%2Bscreenshot%2Bgallery%2B7.jpg&amp;client=a1acac3e1b3290917d92&amp;signature=21630fa5ec6d8fdce2c35f7e1f652636a2d8efe7">
- <div>
- <div>
- <div>
-
- </div>
- </div>
- </div>
+
</figure>
</div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
<div>
- <div>
- <div>
- <div>
<p>Even if a game isn't specifically tuned for the new
console, Microsoft says you might still see some
performance improvements. The PlayStation 4 Pro,
@@ -435,25 +278,13 @@
PlayStation VR.</p>
<h3>Pricing and the competition</h3>
</div>
- </div>
- </div>
- </div>
- <div>
- <div>
-
-
- <div data-engadget-breakout-type="image">
+ <div data-engadget-breakout-type="image">
<figure><img src="https://o.aolcdn.com/images/dims?resize=980%2C640&amp;quality=100&amp;image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1600%252C1027%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1027%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252Fa2c8ba1caccdbb9e0559797e5141eafd%252F205826078%252FXbox%252BOne%252BX%252Breview%252Bgallery%252B11.jpg%26client%3Da1acac3e1b3290917d92%26signature%3Da11bcddced805c6e3698f8ce0494102aef057265&amp;client=cbc79c14efcebee57402&amp;signature=1e9bd192add2772bc842a34e67b7572cfd1b265a">
<figcaption><span>Devindra Hardawar/AOL</span>
</figcaption>
</figure>
</div>
- </div>
- </div>
<div>
- <div>
- <div>
- <div>
<p>The biggest knock against the Xbox One X is its $500
price. The PS4 Pro launched at $400 last year, and
there's a good chance we'll see plenty of deals
@@ -495,27 +326,6 @@
that will matter. It's exactly what the company
promised: the fastest game console ever made.</p>
</div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </article>
- </div>
- </div>
- </div>
-
-
-
- <p>
- <h2> From around the web </h2>
- </p>
-
-
-
-
- </div> \ No newline at end of file
+ </div> \ No newline at end of file
diff --git a/test/test-pages/fortressofsolitude/expected.html b/test/test-pages/fortressofsolitude/expected.html
index 91d6a45..fc178ad 100644
--- a/test/test-pages/fortressofsolitude/expected.html
+++ b/test/test-pages/fortressofsolitude/expected.html
@@ -1 +1 @@
-<div id="primary"><div id="content" role="main"> <article id="post-116764"><p><span> <a href="http://www.fortressofsolitude.co.za/celine-dion-deadpool-2-soundtrack-ashes/" title="Céline Dion Belches Her Way Onto Deadpool 2's Soundtrack"><img width="750" height="400" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack-750x400.jpg" alt="Céline Dion Belches Her Way Onto Deadpool 2's Soundtrack" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack-750x400.jpg 750w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack-24x14.jpg 24w" sizes="(max-width: 750px) 100vw, 750px"></a> </span></p><div><hr><div><div><p><span>R</span>yan Reynolds never stops surprising fans with his <a href="http://www.fortressofsolitude.co.za/new-deadpool-2-trailer/">Deadpool</a>, a.k.a. the Merc with the Mouth, persona. Just when you think the marketing behind the film couldn’t get any more amazing, they go and release a music video from the <strong><em>Deadpool 2</em></strong> soundtrack starring Canadian singer Céline Dion. Yes, the one who sang the <em>Titanic</em> theme song. Your eyes do not deceive you.</p><center><blockquote data-lang="en"><p lang="tl" dir="ltr">Showtime, Mama. <a rel="nofollow" target="_blank" href="https://twitter.com/hashtag/EffortMaximal?src=hash&amp;ref_src=twsrc%5Etfw">#EffortMaximal</a> <a rel="nofollow" target="_blank" href="https://twitter.com/hashtag/Deadpool2?src=hash&amp;ref_src=twsrc%5Etfw">#Deadpool2</a> <a rel="nofollow" target="_blank" href="https://t.co/ZKLrucXJO4">pic.twitter.com/ZKLrucXJO4</a></p><p>— Ryan Reynolds (@VancityReynolds) <a rel="nofollow" target="_blank" href="https://twitter.com/VancityReynolds/status/992018849225695242?ref_src=twsrc%5Etfw">May 3, 2018</a></p></blockquote></center><p>“What’s left to say? These prayers ain’t working anymore. Every word shot down in flames. What’s left to do with these broken pieces on the floor? I’m losing my voice calling on you,” Dion croons in the video for “Ashes”. Near the end of it, the filthy, foul-mouthed <a href="http://www.fortressofsolitude.co.za/hilarious-deadpool-2-teaser-bob-ross/">Deadpool</a> shows up in a surprising twist mentioning that he should have gotten N’sync instead.</p><h3><strong><em>Deadpool 2</em></strong> opens in theatres on May 18.</h3></div></div></div><hr></article></div></div> \ No newline at end of file
+<div id="primary" role="main"> <article id="post-116764"><p><span> <a href="http://www.fortressofsolitude.co.za/celine-dion-deadpool-2-soundtrack-ashes/" title="Céline Dion Belches Her Way Onto Deadpool 2's Soundtrack"><img width="750" height="400" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack-750x400.jpg" alt="Céline Dion Belches Her Way Onto Deadpool 2's Soundtrack" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack-750x400.jpg 750w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack-24x14.jpg 24w" sizes="(max-width: 750px) 100vw, 750px"></a> </span></p><div><hr><div><p><span>R</span>yan Reynolds never stops surprising fans with his <a href="http://www.fortressofsolitude.co.za/new-deadpool-2-trailer/">Deadpool</a>, a.k.a. the Merc with the Mouth, persona. Just when you think the marketing behind the film couldn’t get any more amazing, they go and release a music video from the <strong><em>Deadpool 2</em></strong> soundtrack starring Canadian singer Céline Dion. Yes, the one who sang the <em>Titanic</em> theme song. Your eyes do not deceive you.</p><center><blockquote data-lang="en"><p lang="tl" dir="ltr">Showtime, Mama. <a rel="nofollow" target="_blank" href="https://twitter.com/hashtag/EffortMaximal?src=hash&amp;ref_src=twsrc%5Etfw">#EffortMaximal</a> <a rel="nofollow" target="_blank" href="https://twitter.com/hashtag/Deadpool2?src=hash&amp;ref_src=twsrc%5Etfw">#Deadpool2</a> <a rel="nofollow" target="_blank" href="https://t.co/ZKLrucXJO4">pic.twitter.com/ZKLrucXJO4</a></p><p>— Ryan Reynolds (@VancityReynolds) <a rel="nofollow" target="_blank" href="https://twitter.com/VancityReynolds/status/992018849225695242?ref_src=twsrc%5Etfw">May 3, 2018</a></p></blockquote></center><p>“What’s left to say? These prayers ain’t working anymore. Every word shot down in flames. What’s left to do with these broken pieces on the floor? I’m losing my voice calling on you,” Dion croons in the video for “Ashes”. Near the end of it, the filthy, foul-mouthed <a href="http://www.fortressofsolitude.co.za/hilarious-deadpool-2-teaser-bob-ross/">Deadpool</a> shows up in a surprising twist mentioning that he should have gotten N’sync instead.</p><h3><strong><em>Deadpool 2</em></strong> opens in theatres on May 18.</h3></div></div><hr></article></div> \ No newline at end of file
diff --git a/test/test-pages/herald-sun-1/expected.html b/test/test-pages/herald-sun-1/expected.html
index 011ab98..988c78c 100644
--- a/test/test-pages/herald-sun-1/expected.html
+++ b/test/test-pages/herald-sun-1/expected.html
@@ -1,6 +1,5 @@
<div>
<div>
- <div>
<p><img data-src="http://api.news.com.au/content/1.0/heraldsun/images/1227261885862?format=jpg&amp;group=iphone&amp;size=medium" alt="A new Bill would require telecommunications service providers to store so-called ‘metadat">
</p>
<p>
@@ -9,7 +8,6 @@
Supplied</span>
</p>
</div>
- </div>
<p><strong>
A HIGH-powered federal government team has been doing the rounds of media organisations in the past few days in an attempt to allay concerns about the impact of new surveillance legislation on press freedom. It failed.
</strong></p>
@@ -18,10 +16,6 @@
<div id="read-more">
-
-
- <div id="read-more-content">
<p>The Bill would require telecommunications service providers to store so-called “metadata” — the who, where, when and how of a communication, but not its content — for two years so security and law enforcement agencies can access it without warrant. Few would argue against the use of such material to catch criminals or terrorists. But, as Parliament’s Joint Committee on Intelligence and Security has pointed out, it would also be used “for the purpose of determining the identity of a journalist’s sources”.</p><p>And that should ring warning bells for anyone genuinely concerned with the health of our democracy. Without the ability to protect the identity of sources, journalists would be greatly handicapped in exposing corruption, dishonesty, waste, incompetence and misbehaviour by public officials.</p><p>The Press Council is concerned the laws would crush investigative journalism.</p><p>“These legitimate concerns cannot be addressed effectively short of exempting journalists and media organisations,” says president David Weisbrot.</p><p>The media union is adamant journalists’ metadata must be exempted from the law. That’s what media bosses want, too, though they have a fallback position based on new safeguards being implemented in Britain.</p><p>That would prevent access to the metadata of journalists or media organisations without a judicial warrant. There would be a code including — according to the explanatory notes of the British Bill — “provision to protect the public interest in the confidentiality of journalistic sources”.</p><p>In their meetings this week, the government team boasted of concessions in the new Data Retention Bill. The number of agencies able to access metadata will be reduced by excluding such organisations as the RSPCA and local councils. And whenever an authorisation is issued for access to information about a journalist’s sources, the Ombudsman (or, where ASIO is involved, the Inspector-General of Intelligence and Security) will receive a copy.</p><p>That does nothing to solve the problem. The Government has effectively admitted as much by agreeing that the parliamentary committee should conduct a separate review of how to deal with the issue of journalists’ sources.</p><p>But another inquiry would be a waste of time — the committee has already received and considered dozens of submissions on the subject. The bottom line is that the Government does not deny that the legislation is flawed, but is demanding it be passed anyway with the possibility left open of a repair job down the track. That is a ridiculous approach.</p><p>Claims that immediate action is imperative do not stand up. These are measures that won’t come into full effect for two years. Anyway, amending the Bill to either exempt journalists or adopt the UK model could be done quickly, without any risk to national security.</p><p>AS Opposition Leader Bill Shorten said in a letter to Abbott last month: “Press freedom concerns about mandatory data retention would ideally be addressed in this Bill to avoid the need for future additional amendments or procedures to be put in place in the future.”</p><p>The Data Retention Bill will be debated in the House of Representatives this week. Then, on Friday, CEOs from leading media organisations will front the parliamentary committee to air their concerns before the legislation goes to the Senate.</p><p>Those CEOs should make it clear they are just as angry about this as they were about Stephen Conroy’s attempt to impinge on press freedom through media regulation under the previous Labor government.</p><p>Memories of the grief Conroy brought down on his head would undoubtedly make Abbott sit up and take notice.</p><p><b>LAURIE OAKES IS THE NINE NETWORK POLITICAL EDITOR </b></p>
</div>
-</div>
</div> \ No newline at end of file
diff --git a/test/test-pages/hukumusume/expected-images.json b/test/test-pages/hukumusume/expected-images.json
index ed782fb..1e62b57 100644
--- a/test/test-pages/hukumusume/expected-images.json
+++ b/test/test-pages/hukumusume/expected-images.json
@@ -1,8 +1,10 @@
[
- "http:\/\/fakehost\/test\/..\/..\/..\/gazou\/pc_gazou\/aesop\/aesop052.jpg",
- "http:\/\/fakehost\/test\/..\/..\/..\/..\/366\/logo_bana\/corner_1.gif",
- "http:\/\/fakehost\/test\/..\/..\/..\/..\/366\/logo_bana\/corner_2.gif",
- "http:\/\/fakehost\/test\/..\/..\/..\/gazou\/origami_gazou\/kantan\/dogface.gif",
- "http:\/\/fakehost\/test\/..\/..\/..\/gazou\/origami_gazou\/kantan\/dog.gif",
- "http:\/\/fakehost\/test\/..\/..\/..\/gazou\/pc_gazou\/all\/top_bana\/back_logo_r.gif"
+ "http:\/\/fakehost\/366\/logo_bana\/corner_1.gif",
+ "http:\/\/fakehost\/366\/logo_bana\/corner_2.gif",
+ "http:\/\/fakehost\/gazou\/pc_gazou\/aesop\/aesop052.jpg",
+ "http:\/\/fakehost\/gazou\/origami_gazou\/kantan\/dogface.gif",
+ "http:\/\/fakehost\/gazou\/origami_gazou\/kantan\/dog.gif",
+ "http:\/\/fakehost\/gazou\/pc_gazou\/all\/top_bana\/back_logo_r.gif",
+ "file:\/\/\/C|\/Documents%20and%20Settings\/%E7%A6%8F%E5%A8%98note\/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97\/company_website15\/image\/spacer.gif",
+ "file:\/\/\/C|\/Documents%20and%20Settings\/%E7%A6%8F%E5%A8%98note\/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97"
] \ No newline at end of file
diff --git a/test/test-pages/hukumusume/expected.html b/test/test-pages/hukumusume/expected.html
index 81b5b5b..1d63a9e 100644
--- a/test/test-pages/hukumusume/expected.html
+++ b/test/test-pages/hukumusume/expected.html
@@ -1,16 +1,47 @@
-<div width="619">
+<div>
+ <td>
+ <table readabilityDataTable="0">
+ <tbody>
+ <tr>
+ <td>
+ <img src="http://fakehost/366/logo_bana/corner_1.gif" width="7" height="7">
+ </td>
+ <td></td>
+ <td>
+ <img src="http://fakehost/366/logo_bana/corner_2.gif" width="7" height="7">
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <table readabilityDataTable="0">
+ <tbody>
+ <tr>
+ <td>
+
+
+ </td>
+ </tr>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ <td>
<p>
- <a href="http://fakehost/test/../../../index.html">福娘童話集</a> &gt; <a href="http://fakehost/test/../index.html">きょうのイソップ童話</a> &gt; <a href="http://fakehost/test/../itiran/01gatu.htm">1月のイソップ童話</a> &gt; 欲張りなイヌ
+ <a href="http://fakehost/index.html">福娘童話集</a> &gt; <a href="http://fakehost/index.html">きょうのイソップ童話</a> &gt; <a href="http://fakehost/itiran/01gatu.htm">1月のイソップ童話</a> &gt; 欲張りなイヌ
</p>
<div>
- <p><span color="#FF0000" size="+2">元旦のイソップ童話</span></p><p><img src="http://fakehost/test/../../../gazou/pc_gazou/aesop/aesop052.jpg" alt="よくばりなイヌ" width="480" height="360"></p><p>
+ <p><span color="#FF0000" size="+2">元旦のイソップ童話</span></p><p><img src="http://fakehost/gazou/pc_gazou/aesop/aesop052.jpg" alt="よくばりなイヌ" width="480" height="360"></p><p>
欲張りなイヌ</p><p><a href="http://hukumusume.com/douwa/English/aesop/01/01_j.html">ひらがな</a> ←→ <a href="http://hukumusume.com/douwa/English/aesop/01/01_j&amp;E.html">日本語・英語</a> ←→ <a href="http://hukumusume.com/douwa/English/aesop/01/01_E.html">English</a></p></div>
<div>
<table readabilityDataTable="0">
<tbody>
<tr>
<td>
- <img src="http://fakehost/test/../../../../366/logo_bana/corner_1.gif" width="7" height="7">
+ <img src="http://fakehost/366/logo_bana/corner_1.gif" width="7" height="7">
</td>
<td>
<span color="#FF0000"><b>おりがみをつくろう</b></span>
@@ -19,13 +50,13 @@
<span size="-1">( <a href="http://www.origami-club.com/index.html">おりがみくらぶ</a> より)</span>
</td>
<td>
- <img src="http://fakehost/test/../../../../366/logo_bana/corner_2.gif" width="7" height="7">
+ <img src="http://fakehost/366/logo_bana/corner_2.gif" width="7" height="7">
</td>
</tr>
<tr>
<td colspan="4">
<p>
- <a href="http://www.origami-club.com/easy/dogfase/index.html"><span size="+2"><img src="http://fakehost/test/../../../gazou/origami_gazou/kantan/dogface.gif" alt="犬の顔の折り紙" width="73" height="51">いぬのかお</span></a>   <a href="http://www.origami-club.com/easy/dog/index.html"><img src="http://fakehost/test/../../../gazou/origami_gazou/kantan/dog.gif" alt="犬の顔の紙" width="62" height="43"><span size="+2">いぬ</span></a>
+ <a href="http://www.origami-club.com/easy/dogfase/index.html"><span size="+2"><img src="http://fakehost/gazou/origami_gazou/kantan/dogface.gif" alt="犬の顔の折り紙" width="73" height="51">いぬのかお</span></a>   <a href="http://www.origami-club.com/easy/dog/index.html"><img src="http://fakehost/gazou/origami_gazou/kantan/dog.gif" alt="犬の顔の紙" width="62" height="43"><span size="+2">いぬ</span></a>
</p>
</td>
</tr>
@@ -58,5 +89,139 @@
おしまい
</p>
<div>
- <p><span><img src="http://fakehost/test/../../../gazou/pc_gazou/all/top_bana/back_logo_r.gif" alt="前のページへ戻る" name="Image10" width="175" height="32" id="Image10"></span></p></div>
- </div> \ No newline at end of file
+ <p><span><img src="http://fakehost/gazou/pc_gazou/all/top_bana/back_logo_r.gif" alt="前のページへ戻る" name="Image10" width="175" height="32" id="Image10"></span></p></div>
+ </td>
+ <td>
+ <img src="file:///C|/Documents%20and%20Settings/%E7%A6%8F%E5%A8%98note/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97/company_website15/image/spacer.gif" width="1" height="1">
+ </td>
+ <td>
+ <table readabilityDataTable="0">
+ <tbody>
+ <tr>
+ <td>
+ <img src="http://fakehost/366/logo_bana/corner_1.gif" width="7" height="7">
+ </td>
+ <td></td>
+ <td>
+ <img src="http://fakehost/366/logo_bana/corner_2.gif" width="7" height="7">
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <table readabilityDataTable="1">
+ <tbody>
+ <tr>
+ <td>
+ &nbsp;&nbsp;&nbsp;&nbsp; <span size="-1"><b>1月 1日の豆知識</b></span><span size="-2"><u><p>
+ 366日への旅</p></u></span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <img src="file:///C|/Documents%20and%20Settings/%E7%A6%8F%E5%A8%98note/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97" width="1" height="1"><b><span size="-1">きょうの記念日</span></b><a href="http://fakehost/366/kinenbi/pc/01gatu/1_01.htm"><span size="-1">元旦</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <img src="file:///C|/Documents%20and%20Settings/%E7%A6%8F%E5%A8%98note/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97/company_website15/image/spacer.gif" width="1" height="1"><b><span size="-1">きょうの誕生花</span></b><a href="http://fakehost/366/hana/pc/01gatu/1_01.htm"><span size="-1">松(まつ)</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">きょうの誕生日・出来事</span></b><a href="http://fakehost/366/birthday/pc/01gatu/1_01.htm"><span size="-1">1949年 Mr.マリック(マジシャン)</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">恋の誕生日占い</span></b><a href="http://fakehost/sakura/uranai/birthday/01/01.html"><span size="-1">自分の考えをしっかりと持った女の子。</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">なぞなぞ小学校</span></b><a href="http://fakehost/nazonazo/new/2012/04/02.html"><span size="-1">○(丸)を取ったらお母さんになってしまう男の人は?</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">あこがれの職業紹介</span></b><a href="http://fakehost/sakura/navi/work/2017/041.html"><span size="-1">歌手</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">恋の魔法とおまじない</span></b> 001<a href="http://fakehost/omajinai/new/2012/00/re01.html"><span size="-1">両思いになれる おまじない</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <span size="-1">  <b>1月 1日の童話・昔話</b><u><span size="-2"><p>
+ 福娘童話集</p></span></u></span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">きょうの日本昔話</span></b><a href="http://fakehost/douwa/pc/jap/01/01.htm"><span size="-1">ネコがネズミを追いかける訳</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">きょうの世界昔話<img src="file:///C|/Documents%20and%20Settings/%E7%A6%8F%E5%A8%98note/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97/company_website15/image/spacer.gif" width="1" height="1"></span></b><a href="http://fakehost/douwa/pc/world/01/01a.htm"><span size="-1">モンゴルの十二支話</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <img src="file:///C|/Documents%20and%20Settings/%E7%A6%8F%E5%A8%98note/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97/company_website15/image/spacer.gif" width="1" height="1"><b><span size="-1">きょうの日本民話</span></b><a href="http://fakehost/douwa/pc/minwa/01/01c.html"><span size="-1">仕事の取替えっこ</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">きょうのイソップ童話</span></b><a href="http://fakehost/douwa/pc/aesop/01/01.htm"><span size="-1">欲張りなイヌ</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">きょうの江戸小話</span></b><a href="http://fakehost/douwa/pc/kobanashi/01/01.htm"><span size="-1">ぞうきんとお年玉</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">きょうの百物語</span></b><a href="http://fakehost/douwa/pc/kaidan/01/01.htm"><span size="-1">百物語の幽霊</span></a>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <table readabilityDataTable="0">
+ <tbody>
+ <tr>
+ <td>
+ <b><span size="-1">福娘のサイト</span></b>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <span size="-1"><b>366日への旅</b><p><a href="http://hukumusume.com/366/">毎日の記念日・誕生花 ・有名人の誕生日と性格判断</a></p></span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <span size="-1"><b>福娘童話集</b><p><a href="http://hukumusume.com/douwa/">世界と日本の童話と昔話</a></p></span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <span size="-1"><b>女の子応援サイト -さくら-</b><p><a href="http://hukumusume.com/sakura/index.html">誕生日占い、お仕事紹介、おまじない、など</a></p></span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <span size="-1"><b>子どもの病気相談所</b><p><a href="http://hukumusume.com/my_baby/sick/">病気検索と対応方法、症状から検索するWEB問診</a></p></span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <span size="-1"><b>世界60秒巡り</b><p><a href="http://hukumusume.com/366/world/">国旗国歌や世界遺産など、世界の国々の豆知識</a></p></span>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </div> \ No newline at end of file
diff --git a/test/test-pages/iab-1/expected.html b/test/test-pages/iab-1/expected.html
index c9b738d..ea619a9 100644
--- a/test/test-pages/iab-1/expected.html
+++ b/test/test-pages/iab-1/expected.html
@@ -1,5 +1,4 @@
<div>
- <div>
<p>We messed up. As technologists, tasked with delivering content and services to users, we lost track of the user experience.</p>
<p>Twenty years ago we saw an explosion of websites, built by developers around the world, providing all forms of content. This was the beginning of an age of enlightenment, the intersection of content and technology. Many of us in the technical field felt compelled, and even empowered, to produce information as the distribution means for mass communication were no longer restricted by a high barrier to entry.</p>
<p>In 2000, the dark ages came when the dot-com bubble burst. We were told that our startups were gone or that our divisions sustained by corporate parent companies needed to be in the black. It was a wakeup call that led to a renaissance age. Digital advertising became the foundation of an economic engine that, still now, sustains the free and democratic World Wide Web. In digital publishing, we strived to balance content, commerce, and technology. The content management systems and communication gateways we built to inform and entertain populations around the world disrupted markets and in some cases governments, informed communities of imminent danger, and liberated new forms of art and entertainment—all while creating a digital middle class of small businesses.</p>
@@ -20,14 +19,11 @@
<p>IAB Tech Lab Members can join the IAB Tech Lab Ad Blocking Working Group, please email <a href="mailto:[email protected]">[email protected]</a> for more information.</p>
<p>Read <a target="_blank" href="http://www.iab.com/insights/ad-blocking/">more about ad blocking here</a>.</p>
- </div>
- </div><div id="post-author">
- <div>
+ </div><div id="post-author">
<figure><img alt="Auto Draft 14" src="http://www.iab.com/wp-content/uploads/2015/05/auto-draft-16-150x150.jpg"></figure>
<div>
<h4>About the author</h4>
<p><strong>Scott Cunningham</strong></p>
<p>Senior Vice President of Technology and Ad Operations at IAB, and General Manager of the IAB Tech Lab</p>
</div>
- </div>
-</div> \ No newline at end of file
+ </div> \ No newline at end of file
diff --git a/test/test-pages/ietf-1/expected.html b/test/test-pages/ietf-1/expected.html
index 7e67cc9..ab794ec 100644
--- a/test/test-pages/ietf-1/expected.html
+++ b/test/test-pages/ietf-1/expected.html
@@ -1,6 +1,6 @@
<div>
-<span>[<a href="http://fakehost/test/../html/" title="Document search and retrieval page">Docs</a>] [<a href="https://tools.ietf.org/id/draft-dejong-remotestorage-04.txt" title="Plaintext version of this document">txt</a>|<a href="http://fakehost/pdf/draft-dejong-remotestorage-04.txt" title="PDF version of this document">pdf</a>] [<a href="https://datatracker.ietf.org/doc/draft-dejong-remotestorage" title="IESG Datatracker information for this document">Tracker</a>] [<a href="mailto:[email protected]?subject=draft-dejong-remotestorage%20" title="Send email to the document authors">Email</a>] [<a href="http://fakehost/rfcdiff?difftype=--hwdiff&amp;url2=draft-dejong-remotestorage-04.txt" title="Inline diff (wdiff)">Diff1</a>] [<a href="http://fakehost/rfcdiff?url2=draft-dejong-remotestorage-04.txt" title="Side-by-side diff">Diff2</a>] [<a href="http://fakehost/idnits?url=https://tools.ietf.org/id/draft-dejong-remotestorage-04.txt" title="Run an idnits check of this document">Nits</a>] </span><br>
+<span>[<a href="http://fakehost/html/" title="Document search and retrieval page">Docs</a>] [<a href="https://tools.ietf.org/id/draft-dejong-remotestorage-04.txt" title="Plaintext version of this document">txt</a>|<a href="http://fakehost/pdf/draft-dejong-remotestorage-04.txt" title="PDF version of this document">pdf</a>] [<a href="https://datatracker.ietf.org/doc/draft-dejong-remotestorage" title="IESG Datatracker information for this document">Tracker</a>] [<a href="mailto:[email protected]?subject=draft-dejong-remotestorage%20" title="Send email to the document authors">Email</a>] [<a href="http://fakehost/rfcdiff?difftype=--hwdiff&amp;url2=draft-dejong-remotestorage-04.txt" title="Inline diff (wdiff)">Diff1</a>] [<a href="http://fakehost/rfcdiff?url2=draft-dejong-remotestorage-04.txt" title="Side-by-side diff">Diff2</a>] [<a href="http://fakehost/idnits?url=https://tools.ietf.org/id/draft-dejong-remotestorage-04.txt" title="Run an idnits check of this document">Nits</a>] </span><br>
<span> </span><br>
<span>Versions: <a href="http://fakehost/test/draft-dejong-remotestorage-00">00</a> <a href="http://fakehost/test/draft-dejong-remotestorage-01">01</a> <a href="http://fakehost/test/draft-dejong-remotestorage-02">02</a> <a href="http://fakehost/test/draft-dejong-remotestorage-03">03</a> <a href="http://fakehost/test/draft-dejong-remotestorage-04">04</a> </span><br>
<span> </span><br>
diff --git a/test/test-pages/infobae/expected.html b/test/test-pages/infobae/expected.html
index 322e1cc..f28c689 100644
--- a/test/test-pages/infobae/expected.html
+++ b/test/test-pages/infobae/expected.html
@@ -1 +1 @@
-<div id="article-body"> <div id="article-content"> <div> <figure> <div> <p><img id="QU6XDTECU5EDVI4HBTME4PLIOQ" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23QU6XDTECU5EDVI4HBTME4PLIOQ" data-original="https://www.infobae.com/new-resizer/b_LU5bsrOM_BmZtNMzegvdNoPNE=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01154429/Rugbier-golpeado-1920.jpg" alt="Jonathan Castellari tiene 25 años y fue golpeado por una patota de 8 hombres" height="422.32142857142856" width="750" src="https://www.infobae.com/new-resizer/b_LU5bsrOM_BmZtNMzegvdNoPNE=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01154429/Rugbier-golpeado-1920.jpg"> </p></div> <figcaption class> <span>Jonathan Castellari tiene 25 años y fue golpeado por una patota de 8 hombres</span> </figcaption> </figure> </div> <div> <p> Eran casi las 6:30 de la mañana. Jonathan Castellari, de 25 años, volvía de bailar junto a Sebastián, su amigo. Les pareció una buena idea detenerse en el Mc Donald's de Avenida Córdoba al 3100 con el objetivo de desayunar y continuar el viaje hasta sus hogares. Mientras esperaban la comida, un grupo de 8 chicos de entre 20 y 25 años ingresó al local con el mismo objetivo, aunque adoptaron otro plan: mirarlos fijamente, reírse de ellos y&nbsp;hacer chistes sobre la sexualidad de ambos.</p> </div> <div> <p> Sebastián relató a<strong> Infobae:</strong>&nbsp;"Estábamos esperando nuestro pedido, haciéndonos chistes, riéndonos de lo sucedido durante la noche. Hablábamos entre nosotros. En ese momento entró un grupo de 8 chicos, de contextura grande, y notamos que estaban alcoholizados. Nos miraban, hacían chistes, se reían de nosotros. Fue ahí cuando decidimos salir con Jonathan a fumar un cigarrillo y esperar que se fueran. <strong>Él salió primero y vi que uno de estos pibes lo abrazó y se lo llevó. Instantáneamente se metieron los demás a pegarle. Le pegaron mucho.</strong> Quise pararlos y no pude. Ligué yo también, pero nada en comparación a lo que sufrió Jonathan. Cuando lo soltaron lo agarré como pude y justo una enfermera del Sanatorio Güemes (está a dos cuadras del local) estaba tomando un café y le dio los primeros auxilios".</p> </div> <div> <figure> <div> <p><img id="NH7MLFDU4JH4VOSMUUN6JPRYUQ" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23NH7MLFDU4JH4VOSMUUN6JPRYUQ" data-original="https://www.infobae.com/new-resizer/PUJQSwJZOtaetM7tXKqic4Ib1Wg=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01161934/Jonathan-Castellani-SF-2.jpg" alt height="937.7289377289377" width="750" src="https://www.infobae.com/new-resizer/PUJQSwJZOtaetM7tXKqic4Ib1Wg=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01161934/Jonathan-Castellani-SF-2.jpg"> </p></div> <figcaption class> <span></span> </figcaption> </figure> </div> <div> <p> "Fuimos a verlo recién, no paraba de llorar y de decirnos que le pegaron por puto", dijo a <strong>Infobae</strong> María Rachid, titular del Instituto contra la Discriminación de la Defensoría del Pueblo CABA. "Lamentablemente su situación es delicada. Recién nos informaron que lo van a intervenir quirúrgicamente porque <strong>podría perder un ojo</strong>".</p> </div> <div> <p> Como Jonathan no conoce a los agresores, desde la Defensoría y la Federación LGBT se comunicaron con autoridades del Ministerio de Seguridad para que soliciten las cámaras de seguridad del Mc Donald's, del sanatorio Güemes y de otros negocios de la cuadra para poder identificarlos.</p> </div> <div> <figure> <div> <p><img id="O7QMD7FTTNCIJOVETW7KYJVVDA" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23O7QMD7FTTNCIJOVETW7KYJVVDA" data-original="https://www.infobae.com/new-resizer/yS5kphJxw_CBn1mycqbcrMjoNmQ=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01163101/JonathanGay2.jpg" alt height="422.32142857142856" width="750" src="https://www.infobae.com/new-resizer/yS5kphJxw_CBn1mycqbcrMjoNmQ=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01163101/JonathanGay2.jpg"> </p></div> <figcaption class> <span></span> </figcaption> </figure> </div> <div> <p> Gastón Llopart, abogado de Sebastián, le detalló a <strong>Infobae</strong> que Jonathan está "próximo a recibir una intervención quirúrgica, ya que<strong> tuvo fractura en el hueso del pómulo derecho de su rostro. Sebastián llamó al 911 dos veces y no fueron.</strong> Me contaron que los agresores los siguieron hasta el sanatorio mientras los insultaban: la gente de seguridad tuvo que echarlos".</p> </div> <div> <p> Llopart agregó que la patota, <strong>mientras lo golpeaban, le gritaba: "Te vamos a matar por puto"</strong>. La familia de Jonathan está en el sanatorio a la espera de la intervención quirúrgica. Llopart dijo que "harán la denuncia el lunes por la mañana, cuando existan mayores precisiones de lo ocurrido".</p> </div> <div> <figure> <div> <p><img id="7BCY2NEI6ZADBA3TRJGQC6R3BU" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%237BCY2NEI6ZADBA3TRJGQC6R3BU" data-original="https://www.infobae.com/new-resizer/cFidtpanVMHP25zNoWF78I4qjMA=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01161927/Jonathan-Castellani-1920.jpg" alt height="422.32142857142856" width="750" src="https://www.infobae.com/new-resizer/cFidtpanVMHP25zNoWF78I4qjMA=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01161927/Jonathan-Castellani-1920.jpg"> </p></div> <figcaption class> <span></span> </figcaption> </figure> </div> <div> <p> Jonathan y Sebastián forman parte de Ciervos Pampas Rugby Club, un equipo que nació hace cinco años como el primer equipo de la Argentina por la diversidad sexual. Se trata de un combinado que no está integrado en un 100% por varones gays, pero en el que estos encuentran un lugar en el cual expresar libremente su orientación sexual, <strong>sin miedo a los prejuicios o a la discriminación.</strong> El club emitió un comunicado en su cuenta de Facebook, relatando los hechos y solidarizándose con Jonathan.</p> </div> </div> </div> \ No newline at end of file
+<div id="article-body"> <div> <figure> <div> <p><img id="QU6XDTECU5EDVI4HBTME4PLIOQ" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23QU6XDTECU5EDVI4HBTME4PLIOQ" data-original="https://www.infobae.com/new-resizer/b_LU5bsrOM_BmZtNMzegvdNoPNE=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01154429/Rugbier-golpeado-1920.jpg" alt="Jonathan Castellari tiene 25 años y fue golpeado por una patota de 8 hombres" height="422.32142857142856" width="750" src="https://www.infobae.com/new-resizer/b_LU5bsrOM_BmZtNMzegvdNoPNE=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01154429/Rugbier-golpeado-1920.jpg"> </p></div> <figcaption class> <span>Jonathan Castellari tiene 25 años y fue golpeado por una patota de 8 hombres</span> </figcaption> </figure> </div> <div> <p> Eran casi las 6:30 de la mañana. Jonathan Castellari, de 25 años, volvía de bailar junto a Sebastián, su amigo. Les pareció una buena idea detenerse en el Mc Donald's de Avenida Córdoba al 3100 con el objetivo de desayunar y continuar el viaje hasta sus hogares. Mientras esperaban la comida, un grupo de 8 chicos de entre 20 y 25 años ingresó al local con el mismo objetivo, aunque adoptaron otro plan: mirarlos fijamente, reírse de ellos y&nbsp;hacer chistes sobre la sexualidad de ambos.</p> </div> <div> <p> Sebastián relató a<strong> Infobae:</strong>&nbsp;"Estábamos esperando nuestro pedido, haciéndonos chistes, riéndonos de lo sucedido durante la noche. Hablábamos entre nosotros. En ese momento entró un grupo de 8 chicos, de contextura grande, y notamos que estaban alcoholizados. Nos miraban, hacían chistes, se reían de nosotros. Fue ahí cuando decidimos salir con Jonathan a fumar un cigarrillo y esperar que se fueran. <strong>Él salió primero y vi que uno de estos pibes lo abrazó y se lo llevó. Instantáneamente se metieron los demás a pegarle. Le pegaron mucho.</strong> Quise pararlos y no pude. Ligué yo también, pero nada en comparación a lo que sufrió Jonathan. Cuando lo soltaron lo agarré como pude y justo una enfermera del Sanatorio Güemes (está a dos cuadras del local) estaba tomando un café y le dio los primeros auxilios".</p> </div> <div> <figure> <div> <p><img id="NH7MLFDU4JH4VOSMUUN6JPRYUQ" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23NH7MLFDU4JH4VOSMUUN6JPRYUQ" data-original="https://www.infobae.com/new-resizer/PUJQSwJZOtaetM7tXKqic4Ib1Wg=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01161934/Jonathan-Castellani-SF-2.jpg" alt height="937.7289377289377" width="750" src="https://www.infobae.com/new-resizer/PUJQSwJZOtaetM7tXKqic4Ib1Wg=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01161934/Jonathan-Castellani-SF-2.jpg"> </p></div> <figcaption class> <span></span> </figcaption> </figure> </div> <div> <p> "Fuimos a verlo recién, no paraba de llorar y de decirnos que le pegaron por puto", dijo a <strong>Infobae</strong> María Rachid, titular del Instituto contra la Discriminación de la Defensoría del Pueblo CABA. "Lamentablemente su situación es delicada. Recién nos informaron que lo van a intervenir quirúrgicamente porque <strong>podría perder un ojo</strong>".</p> </div> <div> <p> Como Jonathan no conoce a los agresores, desde la Defensoría y la Federación LGBT se comunicaron con autoridades del Ministerio de Seguridad para que soliciten las cámaras de seguridad del Mc Donald's, del sanatorio Güemes y de otros negocios de la cuadra para poder identificarlos.</p> </div> <div> <figure> <div> <p><img id="O7QMD7FTTNCIJOVETW7KYJVVDA" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23O7QMD7FTTNCIJOVETW7KYJVVDA" data-original="https://www.infobae.com/new-resizer/yS5kphJxw_CBn1mycqbcrMjoNmQ=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01163101/JonathanGay2.jpg" alt height="422.32142857142856" width="750" src="https://www.infobae.com/new-resizer/yS5kphJxw_CBn1mycqbcrMjoNmQ=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01163101/JonathanGay2.jpg"> </p></div> <figcaption class> <span></span> </figcaption> </figure> </div> <div> <p> Gastón Llopart, abogado de Sebastián, le detalló a <strong>Infobae</strong> que Jonathan está "próximo a recibir una intervención quirúrgica, ya que<strong> tuvo fractura en el hueso del pómulo derecho de su rostro. Sebastián llamó al 911 dos veces y no fueron.</strong> Me contaron que los agresores los siguieron hasta el sanatorio mientras los insultaban: la gente de seguridad tuvo que echarlos".</p> </div> <div> <p> Llopart agregó que la patota, <strong>mientras lo golpeaban, le gritaba: "Te vamos a matar por puto"</strong>. La familia de Jonathan está en el sanatorio a la espera de la intervención quirúrgica. Llopart dijo que "harán la denuncia el lunes por la mañana, cuando existan mayores precisiones de lo ocurrido".</p> </div> <div> <figure> <div> <p><img id="7BCY2NEI6ZADBA3TRJGQC6R3BU" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%237BCY2NEI6ZADBA3TRJGQC6R3BU" data-original="https://www.infobae.com/new-resizer/cFidtpanVMHP25zNoWF78I4qjMA=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01161927/Jonathan-Castellani-1920.jpg" alt height="422.32142857142856" width="750" src="https://www.infobae.com/new-resizer/cFidtpanVMHP25zNoWF78I4qjMA=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01161927/Jonathan-Castellani-1920.jpg"> </p></div> <figcaption class> <span></span> </figcaption> </figure> </div> <div> <p> Jonathan y Sebastián forman parte de Ciervos Pampas Rugby Club, un equipo que nació hace cinco años como el primer equipo de la Argentina por la diversidad sexual. Se trata de un combinado que no está integrado en un 100% por varones gays, pero en el que estos encuentran un lugar en el cual expresar libremente su orientación sexual, <strong>sin miedo a los prejuicios o a la discriminación.</strong> El club emitió un comunicado en su cuenta de Facebook, relatando los hechos y solidarizándose con Jonathan.</p> </div> </div> \ No newline at end of file
diff --git a/test/test-pages/keep-images/expected.html b/test/test-pages/keep-images/expected.html
index 6116487..ca16b4e 100644
--- a/test/test-pages/keep-images/expected.html
+++ b/test/test-pages/keep-images/expected.html
@@ -1,8 +1,4 @@
-<div>
- <div>
- <section name="ef8c">
-
- <div>
+<div name="ef8c">
<div>
<figure name="b9ad" id="b9ad">
<div>
@@ -435,7 +431,4 @@
<em>|</em><a href="https://www.facebook.com/pages/Backchannel/1488568504730671" data-href="https://www.facebook.com/pages/Backchannel/1488568504730671" rel="nofollow"><em>Facebook</em></a>
</p>
</div>
- </div>
- </section>
- </div>
- </div> \ No newline at end of file
+ </div> \ No newline at end of file
diff --git a/test/test-pages/keep-tabular-data/expected.html b/test/test-pages/keep-tabular-data/expected.html
index 5d0d89a..930387c 100644
--- a/test/test-pages/keep-tabular-data/expected.html
+++ b/test/test-pages/keep-tabular-data/expected.html
@@ -1,7 +1,4 @@
<div>
-
- <div>
- <div>
<h2>
Friday Facts #282 - 0.17 in sight
</h2>
@@ -526,12 +523,4 @@
</p>
- </div>
-
-
-
-
-
-
- </div>
- </div> \ No newline at end of file
+ </div> \ No newline at end of file
diff --git a/test/test-pages/lazy-image-1/expected.html b/test/test-pages/lazy-image-1/expected.html
index 3cff201..2092395 100644
--- a/test/test-pages/lazy-image-1/expected.html
+++ b/test/test-pages/lazy-image-1/expected.html
@@ -1,18 +1,9 @@
<div>
- <div>
<div>
-
- <div>
- <div>
- <div>
<p><a rel="noopener" href="http://fakehost/@vincentvallet?source=post_page-----d6e62af173e2----------------------"><img alt="Vincent Vallet" src="https://miro.medium.com/fit/c/96/96/1*vFTVh_mYyf0p6m7f77A3vw.jpeg" width="48" height="48"></a>
</p>
</div>
-
- </div>
- </div>
- </div>
<p id="d2c1">
I work at <a href="http://voodoo.io/" target="_blank" rel="noopener nofollow">Voodoo</a>, a French company that creates mobile video games. We have a lot of challenges with performance, availability, and scalability because of the insane amount of traffic our infrastructure supports (billions of events/requests per day …… no joke!). In this setting, every metric is important and gives us a lot of information about the state of our system.
@@ -29,13 +20,9 @@
</p>
<figure>
<div>
- <div>
- <div>
<p><img src="https://miro.medium.com/max/3788/1*5o3M5niyi911waUrKWVZ0Q.png" width="1894" height="970" role="presentation" data-old-src="https://miro.medium.com/max/60/1*5o3M5niyi911waUrKWVZ0Q.png?q=20">
</p>
</div>
- </div>
- </div>
<figcaption>
Memory leak in action
</figcaption>
@@ -56,13 +43,9 @@
</p>
<figure>
<div>
- <div>
- <div>
<p><img src="https://miro.medium.com/max/1994/1*8uOdeOfnUzTaFIY1r7oAMg.png" width="997" height="230" role="presentation" data-old-src="https://miro.medium.com/max/60/1*8uOdeOfnUzTaFIY1r7oAMg.png?q=20">
</p>
</div>
- </div>
- </div>
<figcaption>
Basic CPU monitoring
</figcaption>
@@ -95,13 +78,9 @@
<pre><span id="16bd">node --prof app.js</span></pre>
<figure>
<div>
- <div>
- <div>
<p><img src="https://miro.medium.com/max/1698/1*e7gjTlzi55udTXbbPeEs2A.png" width="849" height="534" role="presentation" data-old-src="https://miro.medium.com/max/60/1*e7gjTlzi55udTXbbPeEs2A.png?q=20">
</p>
</div>
- </div>
- </div>
<figcaption>
Output of — prof
</figcaption>
@@ -115,13 +94,9 @@
<pre><span id="061c">node --prof-process isolate-0xnnnnn-v8.log &gt; processed.txt</span></pre>
<figure>
<div>
- <div>
- <div>
<p><img src="https://miro.medium.com/max/1508/1*JJkRh7JihTUo2apW_9ZXAQ.png" width="754" height="306" role="presentation" data-old-src="https://miro.medium.com/max/60/1*JJkRh7JihTUo2apW_9ZXAQ.png?q=20">
</p>
</div>
- </div>
- </div>
<figcaption>
The output of — prof-process
</figcaption>
@@ -137,13 +112,9 @@
</p>
<figure>
<div>
- <div>
- <div>
<p><img src="https://miro.medium.com/max/5760/1*6wi5BlNNnykjZs0PufrvLQ.png" width="2880" height="1534" role="presentation" data-old-src="https://miro.medium.com/max/60/1*6wi5BlNNnykjZs0PufrvLQ.png?q=20">
</p>
</div>
- </div>
- </div>
<figcaption>
Flame chart
</figcaption>
@@ -192,9 +163,7 @@
And here is how to make a CPU profiling with this module:
</p>
<figure>
- <div>
-
- </div>
+
</figure>
<p id="79d1">
As you can see, all the data is returned in variable “profile”. Basically, it’s a simple JSON object representing all the call stack and the CPU consumption for each function. And if you want to use an Async/await syntax you can install the module “inspector-api”.
@@ -204,17 +173,13 @@
It also comes with a built-in exporter to send data to S3, with this method <strong>you don’t write anything on the disk</strong>!
</p>
<figure>
- <div>
-
- </div>
+
</figure>
<p id="964f">
If you use another storage system you can just collect the data and export it by yourself.
</p>
<figure>
- <div>
-
- </div>
+
</figure>
<p id="6933">
@@ -222,13 +187,9 @@
</p>
<figure>
<div>
- <div>
- <div>
<p><img src="https://miro.medium.com/max/1694/1*cS9IXYGfMmgxaAUlC7oqOQ.png" width="847" height="362" role="presentation" data-old-src="https://miro.medium.com/max/60/1*cS9IXYGfMmgxaAUlC7oqOQ.png?q=20">
</p>
</div>
- </div>
- </div>
</figure>
<p id="fb78">
But now, what if we want to trigger a CPU profiling remotely (without ssh connection to the server)? It’s possible using Websocket, SSE or any other technology to send a message to your instance.
@@ -237,9 +198,7 @@
Here is a simple example of a server using the “ws” module to send a message to a unique instance.
</p>
<figure>
- <div>
-
- </div>
+
</figure>
<p id="2206">
Of course, it only works with one instance, but it’s a fake project to demonstrate the principle ;)
@@ -248,9 +207,7 @@
Now we can request our server to ask it to send a message to our instance and start/stop a CPU profiling. In your instance, you can handle the CPU profiling like this:
</p>
<figure>
- <div>
-
- </div>
+
</figure>
<p id="c3d0">
<strong>To sum up</strong>: we are able to trigger a CPU profiling, on-demand, in real-time, without interruption or connection to the server. Data can be collected on the disk (and extracted later) or can be sent to S3 (or any other system, PR are welcomed on the <a href="https://github.com/wallet77/v8-inspector-api" target="_blank" rel="noopener nofollow">inspector-api project</a>).
@@ -260,9 +217,7 @@
And because the profiler is a part of V8 itself, the format of the generated JSON file is compatible with the Chrome dev tools.
</p>
</blockquote>
- </div>
- </div><div>
- <div>
+ </div><div>
<p id="2cda">
<strong>How can we identify an issue?</strong>
</p>
@@ -289,13 +244,9 @@
</p>
<figure>
<div>
- <div>
- <div>
<p><img src="https://miro.medium.com/max/1860/1*87KlGgfbuWP38nAaQaj3xw.png" width="930" height="523" role="presentation" data-old-src="https://miro.medium.com/max/60/1*87KlGgfbuWP38nAaQaj3xw.png?q=20">
</p>
</div>
- </div>
- </div>
<figcaption>
CPU profiling after optimizations
</figcaption>
@@ -303,21 +254,15 @@
<p id="10ee">
As you can notice, we have to zoom to the profile if we want to see the call stack, because after optimizations the API was able to take a lot more traffic. Now every function in the call stack looks like a microtask.
</p>
- </div>
- </div><div>
- <div>
+ </div><div>
<p id="10f1">
And now our application is able to serve more than 200,000 requests in 20 seconds; <strong>we increased the performance by a factor of 100k</strong>!
</p>
<figure>
<div>
- <div>
- <div>
<p><img src="https://miro.medium.com/max/1690/1*kfOK60PtmWx6iP681-qRcg.png" width="845" height="362" role="presentation" data-old-src="https://miro.medium.com/max/60/1*kfOK60PtmWx6iP681-qRcg.png?q=20">
</p>
</div>
- </div>
- </div>
</figure>
<p id="e1ad">
@@ -375,5 +320,4 @@
<a href="https://www.npmjs.com/package/inspector-api" target="_blank" rel="noopener nofollow">https://www.npmjs.com/package/inspector-api</a>
</li>
</ul>
- </div>
- </div> \ No newline at end of file
+ </div> \ No newline at end of file
diff --git a/test/test-pages/lazy-image-2/expected.html b/test/test-pages/lazy-image-2/expected.html
index 079df7e..c533fcf 100644
--- a/test/test-pages/lazy-image-2/expected.html
+++ b/test/test-pages/lazy-image-2/expected.html
@@ -1,12 +1,9 @@
<div>
<figure data-id="18zu12g5xzyxojpg" data-recommend-id="image://18zu12g5xzyxojpg" data-format="jpg" data-width="970" data-height="546" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zu12g5xzyxojpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zu12g5xzyxojpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zu12g5xzyxojpg.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_scale,f_auto,fl_progressive,q_80,w_800/18zu12g5xzyxojpg.jpg 800w" draggable="auto" data-chomp-id="18zu12g5xzyxojpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zu12g5xzyxojpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zu12g5xzyxojpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zu12g5xzyxojpg.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_scale,f_auto,fl_progressive,q_80,w_800/18zu12g5xzyxojpg.jpg 800w">
</p>
</div>
- </div>
</figure>
<p>
<em>Nothing beats the passion of a true fan writing about something they love. That's what you're about to see here: one of the richest, most amazing tributes to a great gaming series that we've ever run on</em> Kotaku<em>. <strong>Warning #1:</strong> this one might make your browser chug, so close your other tabs. <strong>Warning #2:</strong> This piece might make it hurt a little more than there are no new</em> Metroid <em>games from Nintendo on the horizon.</em>
@@ -77,12 +74,7 @@
Each story section includes one or more of the below superscript annotations, to help inform the reader as to where the lore or speculation comes from. A brief key:
</p>
<figure data-id="18zqfwc3l0k28gif" data-recommend-id="image://18zqfwc3l0k28gif" data-format="gif" data-width="640" data-height="128" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
- <div contenteditable="false" data-syndicationrights="false">
-
- <div>
-
- </div>
- </div>
+
</figure>
<p>
@@ -96,12 +88,9 @@
</h3>
<figure data-id="18zqg21aub0sljpg" data-recommend-id="image://18zqg21aub0sljpg" data-format="jpg" data-width="640" data-height="488" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqg21aub0sljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqg21aub0sljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqg21aub0sljpg.jpg 470w" draggable="auto" data-chomp-id="18zqg21aub0sljpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqg21aub0sljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqg21aub0sljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqg21aub0sljpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -113,12 +102,9 @@
<figure data-id="18zqg86aaay9kjpg" data-recommend-id="image://18zqg86aaay9kjpg" data-format="jpg" data-width="640" data-height="575" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqg86aaay9kjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqg86aaay9kjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqg86aaay9kjpg.jpg 470w" draggable="auto" data-chomp-id="18zqg86aaay9kjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqg86aaay9kjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqg86aaay9kjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqg86aaay9kjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/Chozo-Goddess-121103720&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/Chozo-Goddess-121103720" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
@@ -129,12 +115,9 @@
<figure data-id="18zqgmn6fovtyjpg" data-recommend-id="image://18zqgmn6fovtyjpg" data-format="jpg" data-width="640" data-height="409" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgmn6fovtyjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgmn6fovtyjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgmn6fovtyjpg.jpg 470w" draggable="auto" data-chomp-id="18zqgmn6fovtyjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgmn6fovtyjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgmn6fovtyjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgmn6fovtyjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<em>Artist: Elearia</em>)
@@ -145,12 +128,9 @@
<figure data-id="18zqgp7wzq6v9jpg" data-recommend-id="image://18zqgp7wzq6v9jpg" data-format="jpg" data-width="640" data-height="503" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgp7wzq6v9jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgp7wzq6v9jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgp7wzq6v9jpg.jpg 470w" draggable="auto" data-chomp-id="18zqgp7wzq6v9jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgp7wzq6v9jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgp7wzq6v9jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgp7wzq6v9jpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://slapshoft.deviantart.com/art/quot-Past-is-Prologue-quot-259977883&quot;,{&quot;metric25&quot;:1}]]" href="http://slapshoft.deviantart.com/art/quot-Past-is-Prologue-quot-259977883" target="_blank" rel="noopener noreferrer"><em>Artist: Slapshoft</em></a></span>)
@@ -161,12 +141,9 @@
<figure data-id="18zqgqj9kac9hjpg" data-recommend-id="image://18zqgqj9kac9hjpg" data-format="jpg" data-width="640" data-height="426" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgqj9kac9hjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgqj9kac9hjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgqj9kac9hjpg.jpg 470w" draggable="auto" data-chomp-id="18zqgqj9kac9hjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgqj9kac9hjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgqj9kac9hjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgqj9kac9hjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/Oracle-of-Chozo-164523580&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/Oracle-of-Chozo-164523580" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
@@ -177,12 +154,9 @@
<figure data-id="18zqgrykgsndujpg" data-recommend-id="image://18zqgrykgsndujpg" data-format="jpg" data-width="640" data-height="273" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgrykgsndujpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgrykgsndujpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgrykgsndujpg.jpg 470w" draggable="auto" data-chomp-id="18zqgrykgsndujpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgrykgsndujpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgrykgsndujpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgrykgsndujpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://danillovesfood.deviantart.com/art/Commission-Metroid-Prime-Skytown-Elysia-336095763&quot;,{&quot;metric25&quot;:1}]]" href="http://danillovesfood.deviantart.com/art/Commission-Metroid-Prime-Skytown-Elysia-336095763" target="_blank" rel="noopener noreferrer"><em>Artist: DanilLovesFood</em></a></span>)
@@ -196,12 +170,9 @@
</p>
<figure data-id="18zqgtjse9p7rjpg" data-recommend-id="image://18zqgtjse9p7rjpg" data-format="jpg" data-width="640" data-height="375" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgtjse9p7rjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgtjse9p7rjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgtjse9p7rjpg.jpg 470w" draggable="auto" data-chomp-id="18zqgtjse9p7rjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgtjse9p7rjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgtjse9p7rjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgtjse9p7rjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -223,12 +194,9 @@
</h3>
<figure data-id="18zqgy9h1t7injpg" data-recommend-id="image://18zqgy9h1t7injpg" data-format="jpg" data-width="640" data-height="399" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgy9h1t7injpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgy9h1t7injpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgy9h1t7injpg.jpg 470w" draggable="auto" data-chomp-id="18zqgy9h1t7injpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgy9h1t7injpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgy9h1t7injpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgy9h1t7injpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -240,12 +208,9 @@
<figure data-id="18zqhapd1bv1hjpg" data-recommend-id="image://18zqhapd1bv1hjpg" data-format="jpg" data-width="640" data-height="450" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhapd1bv1hjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhapd1bv1hjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhapd1bv1hjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhapd1bv1hjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhapd1bv1hjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhapd1bv1hjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhapd1bv1hjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://sesakath.deviantart.com/art/MP-C-Phaaze-89786422&quot;,{&quot;metric25&quot;:1}]]" href="http://sesakath.deviantart.com/art/MP-C-Phaaze-89786422" target="_blank" rel="noopener noreferrer"><em>Artist: SesakaTH</em></a></span>)
@@ -259,12 +224,9 @@
</p>
<figure data-id="18zqhdvss5le8jpg" data-recommend-id="image://18zqhdvss5le8jpg" data-format="jpg" data-width="640" data-height="621" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhdvss5le8jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhdvss5le8jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhdvss5le8jpg.jpg 470w" draggable="auto" data-chomp-id="18zqhdvss5le8jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhdvss5le8jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhdvss5le8jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhdvss5le8jpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -286,12 +248,9 @@
</p>
<figure data-id="18zqhfmxw5dphjpg" data-recommend-id="image://18zqhfmxw5dphjpg" data-format="jpg" data-width="640" data-height="532" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhfmxw5dphjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhfmxw5dphjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhfmxw5dphjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhfmxw5dphjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhfmxw5dphjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhfmxw5dphjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhfmxw5dphjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -306,12 +265,9 @@
</p>
<figure data-id="18zqhh28q856sjpg" data-recommend-id="image://18zqhh28q856sjpg" data-format="jpg" data-width="640" data-height="598" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhh28q856sjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhh28q856sjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhh28q856sjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhh28q856sjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhh28q856sjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhh28q856sjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhh28q856sjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -326,12 +282,9 @@
</p>
<figure data-id="18zqhipfm1vidjpg" data-recommend-id="image://18zqhipfm1vidjpg" data-format="jpg" data-width="640" data-height="381" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhipfm1vidjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhipfm1vidjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhipfm1vidjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhipfm1vidjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhipfm1vidjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhipfm1vidjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhipfm1vidjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -350,12 +303,9 @@
<figure data-id="18zqhkgkmizwijpg" data-recommend-id="image://18zqhkgkmizwijpg" data-format="jpg" data-width="640" data-height="380" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhkgkmizwijpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhkgkmizwijpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhkgkmizwijpg.jpg 470w" draggable="auto" data-chomp-id="18zqhkgkmizwijpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhkgkmizwijpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhkgkmizwijpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhkgkmizwijpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://methuselah3000.deviantart.com/art/MDB-Bestiary-Metroid-Prime-338464952&quot;,{&quot;metric25&quot;:1}]]" href="http://methuselah3000.deviantart.com/art/MDB-Bestiary-Metroid-Prime-338464952" target="_blank" rel="noopener noreferrer"><em>Artist: Methuselah3000</em></a></span>)
@@ -376,12 +326,9 @@
<figure data-id="18zqhnuwesum0jpg" data-recommend-id="image://18zqhnuwesum0jpg" data-format="jpg" data-width="640" data-height="480" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhnuwesum0jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhnuwesum0jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhnuwesum0jpg.jpg 470w" draggable="auto" data-chomp-id="18zqhnuwesum0jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhnuwesum0jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhnuwesum0jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhnuwesum0jpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://peacefistartist.deviantart.com/art/SR388-126083062&quot;,{&quot;metric25&quot;:1}]]" href="http://peacefistartist.deviantart.com/art/SR388-126083062" target="_blank" rel="noopener noreferrer">Artist: PeaceFistArtist</a></span>)
@@ -395,12 +342,9 @@
</p>
<figure data-id="18zqhokjxzrgmjpg" data-recommend-id="image://18zqhokjxzrgmjpg" data-format="jpg" data-width="640" data-height="355" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhokjxzrgmjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhokjxzrgmjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhokjxzrgmjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhokjxzrgmjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhokjxzrgmjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhokjxzrgmjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhokjxzrgmjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -419,12 +363,9 @@
<figure data-id="18zqhrsyn6h9wjpg" data-recommend-id="image://18zqhrsyn6h9wjpg" data-format="jpg" data-width="640" data-height="552" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhrsyn6h9wjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhrsyn6h9wjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhrsyn6h9wjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhrsyn6h9wjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhrsyn6h9wjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhrsyn6h9wjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhrsyn6h9wjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/Chozo-Account-119685313&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/Chozo-Account-119685313" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
@@ -435,12 +376,9 @@
<figure data-id="18zqht0ddb9ozjpg" data-recommend-id="image://18zqht0ddb9ozjpg" data-format="jpg" data-width="640" data-height="396" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqht0ddb9ozjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqht0ddb9ozjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqht0ddb9ozjpg.jpg 470w" draggable="auto" data-chomp-id="18zqht0ddb9ozjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqht0ddb9ozjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqht0ddb9ozjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqht0ddb9ozjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://starshadow76.deviantart.com/art/Metroid-Queen-Concept-Art-157008177&quot;,{&quot;metric25&quot;:1}]]" href="http://starshadow76.deviantart.com/art/Metroid-Queen-Concept-Art-157008177" target="_blank" rel="noopener noreferrer"><em>Artist: Starshadow76</em></a></span>)
@@ -461,12 +399,9 @@
</p>
<figure data-id="18zqhuzegzvcfjpg" data-recommend-id="image://18zqhuzegzvcfjpg" data-format="jpg" data-width="640" data-height="415" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhuzegzvcfjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhuzegzvcfjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhuzegzvcfjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhuzegzvcfjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhuzegzvcfjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhuzegzvcfjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhuzegzvcfjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -508,12 +443,9 @@
</p>
<figure data-id="18zqidecyjp0ujpg" data-recommend-id="image://18zqidecyjp0ujpg" data-format="jpg" data-width="640" data-height="315" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqidecyjp0ujpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqidecyjp0ujpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqidecyjp0ujpg.jpg 470w" draggable="auto" data-chomp-id="18zqidecyjp0ujpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqidecyjp0ujpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqidecyjp0ujpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqidecyjp0ujpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -525,12 +457,9 @@
<figure data-id="18zqiejsfe664jpg" data-recommend-id="image://18zqiejsfe664jpg" data-format="jpg" data-width="640" data-height="674" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiejsfe664jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiejsfe664jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiejsfe664jpg.jpg 470w" draggable="auto" data-chomp-id="18zqiejsfe664jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiejsfe664jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiejsfe664jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiejsfe664jpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://riivka.deviantart.com/art/Fading-321733899&quot;,{&quot;metric25&quot;:1}]]" href="http://riivka.deviantart.com/art/Fading-321733899" target="_blank" rel="noopener noreferrer"><em>Source: Riivka</em></a></span>)
@@ -544,12 +473,9 @@
</p>
<figure data-id="18zqigaxkohx4jpg" data-recommend-id="image://18zqigaxkohx4jpg" data-format="jpg" data-width="640" data-height="405" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqigaxkohx4jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqigaxkohx4jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqigaxkohx4jpg.jpg 470w" draggable="auto" data-chomp-id="18zqigaxkohx4jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqigaxkohx4jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqigaxkohx4jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqigaxkohx4jpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -564,12 +490,9 @@
</h3>
<figure data-id="18zqiho9ab5xrjpg" data-recommend-id="image://18zqiho9ab5xrjpg" data-format="jpg" data-width="640" data-height="639" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiho9ab5xrjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiho9ab5xrjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiho9ab5xrjpg.jpg 470w" draggable="auto" data-chomp-id="18zqiho9ab5xrjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiho9ab5xrjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiho9ab5xrjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiho9ab5xrjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -581,12 +504,9 @@
<figure data-id="18zqijbga70tljpg" data-recommend-id="image://18zqijbga70tljpg" data-format="jpg" data-width="640" data-height="480" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqijbga70tljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqijbga70tljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqijbga70tljpg.jpg 470w" draggable="auto" data-chomp-id="18zqijbga70tljpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqijbga70tljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqijbga70tljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqijbga70tljpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://pugofdoom.deviantart.com/art/Chozo-Ghost-88765133&quot;,{&quot;metric25&quot;:1}]]" href="http://pugofdoom.deviantart.com/art/Chozo-Ghost-88765133" target="_blank" rel="noopener noreferrer">Artist: PugOfDoon</a></span>)
@@ -604,12 +524,9 @@
<figure data-id="18zqim04ra2w5jpg" data-recommend-id="image://18zqim04ra2w5jpg" data-format="jpg" data-width="640" data-height="736" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqim04ra2w5jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqim04ra2w5jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqim04ra2w5jpg.jpg 470w" draggable="auto" data-chomp-id="18zqim04ra2w5jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqim04ra2w5jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqim04ra2w5jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqim04ra2w5jpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://sesakath.deviantart.com/art/Sanctuary-Fortress-Ing-Hive-72912247&quot;,{&quot;metric25&quot;:1}]]" href="http://sesakath.deviantart.com/art/Sanctuary-Fortress-Ing-Hive-72912247" target="_blank" rel="noopener noreferrer"><em>Artist: SesaKath</em></a></span>)
@@ -623,12 +540,9 @@
</p>
<figure data-id="18zqimznelg78jpg" data-recommend-id="image://18zqimznelg78jpg" data-format="jpg" data-width="640" data-height="321" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqimznelg78jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqimznelg78jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqimznelg78jpg.jpg 470w" draggable="auto" data-chomp-id="18zqimznelg78jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqimznelg78jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqimznelg78jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqimznelg78jpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -643,12 +557,9 @@
</p>
<figure data-id="18zqiocyxn4ksjpg" data-recommend-id="image://18zqiocyxn4ksjpg" data-format="jpg" data-width="640" data-height="407" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiocyxn4ksjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiocyxn4ksjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiocyxn4ksjpg.jpg 470w" draggable="auto" data-chomp-id="18zqiocyxn4ksjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiocyxn4ksjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiocyxn4ksjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiocyxn4ksjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -663,12 +574,9 @@
</p>
<figure data-id="18zqiq826qgjkjpg" data-recommend-id="image://18zqiq826qgjkjpg" data-format="jpg" data-width="640" data-height="379" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiq826qgjkjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiq826qgjkjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiq826qgjkjpg.jpg 470w" draggable="auto" data-chomp-id="18zqiq826qgjkjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiq826qgjkjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiq826qgjkjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiq826qgjkjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -680,12 +588,9 @@
<figure data-id="18zqirpbvm7a1jpg" data-recommend-id="image://18zqirpbvm7a1jpg" data-format="jpg" data-width="640" data-height="535" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqirpbvm7a1jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqirpbvm7a1jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqirpbvm7a1jpg.jpg 470w" draggable="auto" data-chomp-id="18zqirpbvm7a1jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqirpbvm7a1jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqirpbvm7a1jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqirpbvm7a1jpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/The-U-MOS-118477953&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/The-U-MOS-118477953" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
@@ -702,12 +607,9 @@
</h3>
<figure data-id="18zqitehsufhejpg" data-recommend-id="image://18zqitehsufhejpg" data-format="jpg" data-width="640" data-height="393" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqitehsufhejpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqitehsufhejpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqitehsufhejpg.jpg 470w" draggable="auto" data-chomp-id="18zqitehsufhejpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqitehsufhejpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqitehsufhejpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqitehsufhejpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -722,12 +624,9 @@
</p>
<figure data-id="18zqiuxqv4hadjpg" data-recommend-id="image://18zqiuxqv4hadjpg" data-format="jpg" data-width="640" data-height="355" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiuxqv4hadjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiuxqv4hadjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiuxqv4hadjpg.jpg 470w" draggable="auto" data-chomp-id="18zqiuxqv4hadjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiuxqv4hadjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiuxqv4hadjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiuxqv4hadjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -745,12 +644,9 @@
</h3>
<figure data-id="18zqixy9iqkrejpg" data-recommend-id="image://18zqixy9iqkrejpg" data-format="jpg" data-width="640" data-height="414" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqixy9iqkrejpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqixy9iqkrejpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqixy9iqkrejpg.jpg 470w" draggable="auto" data-chomp-id="18zqixy9iqkrejpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqixy9iqkrejpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqixy9iqkrejpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqixy9iqkrejpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -776,12 +672,9 @@
<figure data-id="18zqiznfcy0icjpg" data-recommend-id="image://18zqiznfcy0icjpg" data-format="jpg" data-width="640" data-height="430" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiznfcy0icjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiznfcy0icjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiznfcy0icjpg.jpg 470w" draggable="auto" data-chomp-id="18zqiznfcy0icjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiznfcy0icjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiznfcy0icjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiznfcy0icjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://kaiquesilva.deviantart.com/art/Planet-Zebes-251229151&quot;,{&quot;metric25&quot;:1}]]" href="http://kaiquesilva.deviantart.com/art/Planet-Zebes-251229151" target="_blank" rel="noopener noreferrer"><em>Artist: Kaiquesilva</em></a></span>)
@@ -792,12 +685,9 @@
<figure data-id="18zqj0sv6pheljpg" data-recommend-id="image://18zqj0sv6pheljpg" data-format="jpg" data-width="640" data-height="591" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqj0sv6pheljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqj0sv6pheljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqj0sv6pheljpg.jpg 470w" draggable="auto" data-chomp-id="18zqj0sv6pheljpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqj0sv6pheljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqj0sv6pheljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqj0sv6pheljpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/Praying-for-Universe-179491357&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/Praying-for-Universe-179491357" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
@@ -808,12 +698,9 @@
<figure data-id="18zqj1sdn0v6rjpg" data-recommend-id="image://18zqj1sdn0v6rjpg" data-format="jpg" data-width="640" data-height="528" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqj1sdn0v6rjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqj1sdn0v6rjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqj1sdn0v6rjpg.jpg 470w" draggable="auto" data-chomp-id="18zqj1sdn0v6rjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqj1sdn0v6rjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqj1sdn0v6rjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqj1sdn0v6rjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://fddt.deviantart.com/art/Samus-Aran-368975394&quot;,{&quot;metric25&quot;:1}]]" href="http://fddt.deviantart.com/art/Samus-Aran-368975394" target="_blank" rel="noopener noreferrer"><em>Artist: Fddt</em></a></span>)
@@ -850,12 +737,9 @@
</p>
<figure data-id="18zqjuebmfw70jpg" data-recommend-id="image://18zqjuebmfw70jpg" data-format="jpg" data-width="640" data-height="489" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjuebmfw70jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjuebmfw70jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjuebmfw70jpg.jpg 470w" draggable="auto" data-chomp-id="18zqjuebmfw70jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjuebmfw70jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjuebmfw70jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjuebmfw70jpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -877,12 +761,9 @@
</p>
<figure data-id="18zqjw7ft0zj5jpg" data-recommend-id="image://18zqjw7ft0zj5jpg" data-format="jpg" data-width="640" data-height="478" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjw7ft0zj5jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjw7ft0zj5jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjw7ft0zj5jpg.jpg 470w" draggable="auto" data-chomp-id="18zqjw7ft0zj5jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjw7ft0zj5jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjw7ft0zj5jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjw7ft0zj5jpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -901,12 +782,9 @@
<figure data-id="18zqjz9xd98ltjpg" data-recommend-id="image://18zqjz9xd98ltjpg" data-format="jpg" data-width="640" data-height="524" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjz9xd98ltjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjz9xd98ltjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjz9xd98ltjpg.jpg 470w" draggable="auto" data-chomp-id="18zqjz9xd98ltjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjz9xd98ltjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjz9xd98ltjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjz9xd98ltjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://r3dfive.deviantart.com/art/The-Birth-Of-The-Hunter-255511894&quot;,{&quot;metric25&quot;:1}]]" href="http://r3dfive.deviantart.com/art/The-Birth-Of-The-Hunter-255511894" target="_blank" rel="noopener noreferrer"><em>Artist: R3dFiVe</em></a></span>)
@@ -917,12 +795,9 @@
<figure data-id="18zqjzzky4ffnjpg" data-recommend-id="image://18zqjzzky4ffnjpg" data-format="jpg" data-width="640" data-height="517" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjzzky4ffnjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjzzky4ffnjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjzzky4ffnjpg.jpg 470w" draggable="auto" data-chomp-id="18zqjzzky4ffnjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjzzky4ffnjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjzzky4ffnjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjzzky4ffnjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://pyra.deviantart.com/art/Decaying-Elder-53293713&quot;,{&quot;metric25&quot;:1}]]" href="http://pyra.deviantart.com/art/Decaying-Elder-53293713" target="_blank" rel="noopener noreferrer"><em>Artist: Pyra</em></a></span>)
@@ -936,12 +811,9 @@
</p>
<figure data-id="18zqk1guma1bojpg" data-recommend-id="image://18zqk1guma1bojpg" data-format="jpg" data-width="640" data-height="401" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk1guma1bojpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk1guma1bojpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk1guma1bojpg.jpg 470w" draggable="auto" data-chomp-id="18zqk1guma1bojpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk1guma1bojpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk1guma1bojpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk1guma1bojpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -963,12 +835,9 @@
<figure data-id="18zqk2icdbv0cjpg" data-recommend-id="image://18zqk2icdbv0cjpg" data-format="jpg" data-width="640" data-height="528" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk2icdbv0cjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk2icdbv0cjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk2icdbv0cjpg.jpg 470w" draggable="auto" data-chomp-id="18zqk2icdbv0cjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk2icdbv0cjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk2icdbv0cjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk2icdbv0cjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://jaagup.deviantart.com/art/mother-brain-258536723&quot;,{&quot;metric25&quot;:1}]]" href="http://jaagup.deviantart.com/art/mother-brain-258536723" target="_blank" rel="noopener noreferrer"><em>Artist: Jaagup</em></a></span>)
@@ -989,12 +858,9 @@
<figure data-id="18zqk5mt4ocetjpg" data-recommend-id="image://18zqk5mt4ocetjpg" data-format="jpg" data-width="640" data-height="477" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk5mt4ocetjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk5mt4ocetjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk5mt4ocetjpg.jpg 470w" draggable="auto" data-chomp-id="18zqk5mt4ocetjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk5mt4ocetjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk5mt4ocetjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk5mt4ocetjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://firebornform.deviantart.com/art/SR388-Tunnels-353312617&quot;,{&quot;metric25&quot;:1}]]" href="http://firebornform.deviantart.com/art/SR388-Tunnels-353312617" target="_blank" rel="noopener noreferrer"><em>Artist: Fireborn Form</em></a></span>)
@@ -1025,12 +891,9 @@
</h3>
<figure data-id="18zqk7ps96cb3jpg" data-recommend-id="image://18zqk7ps96cb3jpg" data-format="jpg" data-width="640" data-height="480" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk7ps96cb3jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk7ps96cb3jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk7ps96cb3jpg.jpg 470w" draggable="auto" data-chomp-id="18zqk7ps96cb3jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk7ps96cb3jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk7ps96cb3jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk7ps96cb3jpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -1042,12 +905,9 @@
<figure data-id="18zqk8x71i4gnjpg" data-recommend-id="image://18zqk8x71i4gnjpg" data-format="jpg" data-width="640" data-height="384" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk8x71i4gnjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk8x71i4gnjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk8x71i4gnjpg.jpg 470w" draggable="auto" data-chomp-id="18zqk8x71i4gnjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk8x71i4gnjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk8x71i4gnjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk8x71i4gnjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://stuarthughe.deviantart.com/art/Samus-Varia-322194081&quot;,{&quot;metric25&quot;:1}]]" href="http://stuarthughe.deviantart.com/art/Samus-Varia-322194081" target="_blank" rel="noopener noreferrer"><em>Artist: Stuart Hughe</em></a></span>)
@@ -1057,12 +917,9 @@
</p>
<figure data-id="18zqkachpcz0ijpg" data-recommend-id="image://18zqkachpcz0ijpg" data-format="jpg" data-width="640" data-height="530" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkachpcz0ijpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkachpcz0ijpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkachpcz0ijpg.jpg 470w" draggable="auto" data-chomp-id="18zqkachpcz0ijpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkachpcz0ijpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkachpcz0ijpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkachpcz0ijpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -1074,12 +931,9 @@
<figure data-id="18zqkbhxb2ugpjpg" data-recommend-id="image://18zqkbhxb2ugpjpg" data-format="jpg" data-width="640" data-height="360" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkbhxb2ugpjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkbhxb2ugpjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkbhxb2ugpjpg.jpg 470w" draggable="auto" data-chomp-id="18zqkbhxb2ugpjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkbhxb2ugpjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkbhxb2ugpjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkbhxb2ugpjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://twigs.deviantart.com/art/The-Mother-s-Chamber-140408495&quot;,{&quot;metric25&quot;:1}]]" href="http://twigs.deviantart.com/art/The-Mother-s-Chamber-140408495" target="_blank" rel="noopener noreferrer"><em>Artist: Twigs</em></a></span>)
@@ -1093,12 +947,9 @@
</p>
<figure data-id="18zqkdb1egv73jpg" data-recommend-id="image://18zqkdb1egv73jpg" data-format="jpg" data-width="640" data-height="500" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkdb1egv73jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkdb1egv73jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkdb1egv73jpg.jpg 470w" draggable="auto" data-chomp-id="18zqkdb1egv73jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkdb1egv73jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkdb1egv73jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkdb1egv73jpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -1110,12 +961,9 @@
<figure data-id="18zqkeig3z5btjpg" data-recommend-id="image://18zqkeig3z5btjpg" data-format="jpg" data-width="640" data-height="374" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkeig3z5btjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkeig3z5btjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkeig3z5btjpg.jpg 470w" draggable="auto" data-chomp-id="18zqkeig3z5btjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkeig3z5btjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkeig3z5btjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkeig3z5btjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://imachinivid.deviantart.com/art/Super-missile-309591371&quot;,{&quot;metric25&quot;:1}]]" href="http://imachinivid.deviantart.com/art/Super-missile-309591371" target="_blank" rel="noopener noreferrer"><em>Artist: Imachinivid</em></a></span>)
@@ -1136,12 +984,9 @@
</p>
<figure data-id="18zqkglfb56vojpg" data-recommend-id="image://18zqkglfb56vojpg" data-format="jpg" data-width="640" data-height="311" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkglfb56vojpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkglfb56vojpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkglfb56vojpg.jpg 470w" draggable="auto" data-chomp-id="18zqkglfb56vojpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkglfb56vojpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkglfb56vojpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkglfb56vojpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -1156,12 +1001,9 @@
</p>
<figure data-id="18zqkick4w4i9jpg" data-recommend-id="image://18zqkick4w4i9jpg" data-format="jpg" data-width="640" data-height="517" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkick4w4i9jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkick4w4i9jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkick4w4i9jpg.jpg 470w" draggable="auto" data-chomp-id="18zqkick4w4i9jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkick4w4i9jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkick4w4i9jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkick4w4i9jpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
@@ -1173,12 +1015,9 @@
<figure data-id="18zqkje1rl63yjpg" data-recommend-id="image://18zqkje1rl63yjpg" data-format="jpg" data-width="800" data-height="816" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkje1rl63yjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkje1rl63yjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkje1rl63yjpg.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_scale,f_auto,fl_progressive,q_80,w_800/18zqkje1rl63yjpg.jpg 800w" draggable="auto" data-chomp-id="18zqkje1rl63yjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkje1rl63yjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkje1rl63yjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkje1rl63yjpg.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_scale,f_auto,fl_progressive,q_80,w_800/18zqkje1rl63yjpg.jpg 800w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://greenstranger.deviantart.com/art/Metroid-Ceres-Station-Lab-358321968&quot;,{&quot;metric25&quot;:1}]]" href="http://greenstranger.deviantart.com/art/Metroid-Ceres-Station-Lab-358321968" target="_blank" rel="noopener noreferrer"><em>Artist: Greenstranger</em></a></span>)
@@ -1189,12 +1028,9 @@
<figure data-id="18zqklb3wp0jajpg" data-recommend-id="image://18zqklb3wp0jajpg" data-format="jpg" data-width="640" data-height="365" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqklb3wp0jajpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqklb3wp0jajpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqklb3wp0jajpg.jpg 470w" draggable="auto" data-chomp-id="18zqklb3wp0jajpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqklb3wp0jajpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqklb3wp0jajpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqklb3wp0jajpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://greenstranger.deviantart.com/art/Metroid-Ceres-Station-Lab-358321968&quot;,{&quot;metric25&quot;:1}]]" href="http://greenstranger.deviantart.com/art/Metroid-Ceres-Station-Lab-358321968" target="_blank" rel="noopener noreferrer"><em>Artist: Ohimseeinstars</em></a></span>)
@@ -1215,12 +1051,9 @@
<figure data-id="18zqkn672gklqjpg" data-recommend-id="image://18zqkn672gklqjpg" data-format="jpg" data-width="640" data-height="499" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkn672gklqjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkn672gklqjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkn672gklqjpg.jpg 470w" draggable="auto" data-chomp-id="18zqkn672gklqjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkn672gklqjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkn672gklqjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkn672gklqjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<em>Artist: Chrysaetos-Pteron</em>)
@@ -1231,12 +1064,9 @@
<figure data-id="18zqkodlj2z8kjpg" data-recommend-id="image://18zqkodlj2z8kjpg" data-format="jpg" data-width="640" data-height="525" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkodlj2z8kjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkodlj2z8kjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkodlj2z8kjpg.jpg 470w" draggable="auto" data-chomp-id="18zqkodlj2z8kjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkodlj2z8kjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkodlj2z8kjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkodlj2z8kjpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://sabretoontigers.deviantart.com/art/Samus-308644319&quot;,{&quot;metric25&quot;:1}]]" href="http://sabretoontigers.deviantart.com/art/Samus-308644319" target="_blank" rel="noopener noreferrer"><em>Artist: Sabretoontigers</em></a></span>)
@@ -1257,12 +1087,9 @@
<figure data-id="18zqkq6pqyr8ljpg" data-recommend-id="image://18zqkq6pqyr8ljpg" data-format="jpg" data-width="640" data-height="412" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
<div contenteditable="false" data-syndicationrights="false">
-
- <div>
<p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkq6pqyr8ljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkq6pqyr8ljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkq6pqyr8ljpg.jpg 470w" draggable="auto" data-chomp-id="18zqkq6pqyr8ljpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkq6pqyr8ljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkq6pqyr8ljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkq6pqyr8ljpg.jpg 470w">
</p>
</div>
- </div>
</figure>
<p>
(<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://imachinivid.deviantart.com/art/Dark-Samus-returns-295856131&quot;,{&quot;metric25&quot;:1}]]" href="http://imachinivid.deviantart.com/art/Dark-Samus-returns-295856131" target="_blank" rel="noopener noreferrer"><em>Artist: Imachinivid</em></a></span>)
diff --git a/test/test-pages/liberation-1/expected.html b/test/test-pages/liberation-1/expected.html
index e123ff2..1eeb657 100644
--- a/test/test-pages/liberation-1/expected.html
+++ b/test/test-pages/liberation-1/expected.html
@@ -4,8 +4,6 @@
<div itemprop="articleBody" id="article-body">
-
- <div>
<p>Un troisième Français a été tué dans le tremblement de terre samedi au Népal, emporté par une avalanche, <a href="http://www.liberation.fr/video/2015/04/30/laurent-fabius-plus-de-200-francais-n-ont-pas-ete-retrouves_1278687" target="_blank">a déclaré jeudi le ministre des Affaires étrangères</a>.&nbsp;Les autorités françaises sont toujours sans nouvelles <em>«d’encore plus de 200»&nbsp;</em>personnes.&nbsp;<em>«Pour certains d’entre eux on est très interrogatif»</em>, a ajouté&nbsp;Laurent Fabius. Il accueillait à Roissy un premier avion spécial ramenant des&nbsp;rescapés. <a href="http://www.liberation.fr/video/2015/04/30/seisme-au-nepal-soulages-mais-inquiets-206-survivants-de-retour-en-france_1278758" target="_blank">L’Airbus A350 affrété par les autorités françaises s’est posé peu avant 5h45</a> avec à son bord 206&nbsp;passagers, dont 12&nbsp;enfants et 26&nbsp;blessés, selon une source du Quai d’Orsay. Quasiment tous sont français, à l’exception d’une quinzaine de ressortissants allemands, suisses, italiens, portugais ou encore turcs. Des psychologues, une équipe médicale et des personnels du centre de crise du Quai d’Orsay les attendent.</p>
<p>L’appareil, mis à disposition par Airbus, était arrivé à Katmandou mercredi matin avec 55&nbsp;personnels de santé et humanitaires, ainsi que 25&nbsp;tonnes de matériel (abris, médicaments, aide alimentaire). Un deuxième avion dépêché par Paris, qui était immobilisé aux Emirats depuis mardi avec 20&nbsp;tonnes de matériel, est arrivé jeudi à Katmandou, <a href="http://www.liberation.fr/monde/2015/04/29/embouteillages-et-retards-a-l-aeroport-de-katmandou_1276612" target="_blank">dont le petit aéroport est engorgé</a> par le trafic et l’afflux d’aide humanitaire. Il devait lui aussi ramener des Français, <em>«les plus éprouvés»</em> par la catastrophe et les <em>«plus vulnérables (blessés, familles avec enfants)»</em>, selon le ministère des Affaires étrangères.</p>
<p>2 209 Français ont été localisés sains et saufs tandis que 393 n’ont pas encore pu être joints, selon le Quai d’Orsay. Environ 400&nbsp;Français ont demandé à être rapatriés dans les vols mis en place par la France.</p>
@@ -14,7 +12,5 @@
<iframe src="http://www.dailymotion.com/embed/video/x2oikl3" frameborder="0" width="100%" data-aspect-ratio="0.5625" data-responsive="1"></iframe>
<br><em></em></p>
</div>
-
- </div>
</article>
</section> \ No newline at end of file
diff --git a/test/test-pages/links-in-tables/expected.html b/test/test-pages/links-in-tables/expected.html
index ddeed24..12d7733 100644
--- a/test/test-pages/links-in-tables/expected.html
+++ b/test/test-pages/links-in-tables/expected.html
@@ -105,8 +105,6 @@ Patching?</span></strong>
Here are examples of app updates already using File-by-File Patching:
</p>
<div dir="ltr" trbidi="on">
-
-<div dir="ltr">
<table readabilityDataTable="1"><colgroup><col width="142"><col width="102"><col width="176"><col width="176"></colgroup><tbody>
<tr><td><p><span>Application</span></p>
</td><td><p><span>Original Size</span></p>
@@ -152,8 +150,6 @@ Here are examples of app updates already using File-by-File Patching:
</td></tr>
</tbody></table>
</div>
-
-</div>
<p><em>Disclaimer: if you see different patch sizes when you press "update"
manually, that is because we are not currently using File-by-file for
interactive updates, only those done in the background.</em></p><p>
diff --git a/test/test-pages/marketwatch/expected-images.json b/test/test-pages/marketwatch/expected-images.json
index cfe75d0..cab39a2 100644
--- a/test/test-pages/marketwatch/expected-images.json
+++ b/test/test-pages/marketwatch/expected-images.json
@@ -1,3 +1,5 @@
[
- "http:\/\/s.marketwatch.com\/public\/resources\/MWimages\/MW-GG178_realty_ZG_20180323163027.jpg"
-]
+ "http:\/\/s.marketwatch.com\/public\/resources\/MWimages\/MW-GG178_realty_ZG_20180323163027.jpg",
+ "https:\/\/ei.marketwatch.com\/Multimedia\/2018\/03\/23\/Photos\/ZH\/MW-GG178_realty_20180323163027_ZH.jpg?uuid=0597cc9a-2ed9-11e8-a272-ac162d7bc1f7",
+ "https:\/\/i.mktw.net\/_newsimages\/2014_dreds\/andreariquiernew_100.png"
+] \ No newline at end of file
diff --git a/test/test-pages/marketwatch/expected.html b/test/test-pages/marketwatch/expected.html
index 2931e37..2531251 100644
--- a/test/test-pages/marketwatch/expected.html
+++ b/test/test-pages/marketwatch/expected.html
@@ -1,4 +1,49 @@
-<div id="article-body" itemprop="articleBody">
+<div id="topper">
+
+
+ <p id="published-timestamp">Published: <span>Mar 27, 2018 9:00 a.m. ET</span></p>
+
+
+
+
+
+ <h2 id="article-subhead" itemprop="alternativeHeadline">
+
+
+<p>After a lull, San Francisco is back to being one of the top three hottest markets</p>
+ </h2>
+
+ </div><div id="content-hole">
+
+
+
+
+ <article id="article" itemscope itemtype="http://schema.org/NewsArticle" itemref="article-headline article-subhead">
+ <meta id="article-section" itemprop="articleSection" content>
+ <meta id="thumbnail-url" itemprop="thumbnailUrl" content>
+ <meta id="date-created" itemprop="dateCreated" content="Mar 27, 2018 9:00 a.m. ET">
+ <meta id="date-published" itemprop="datePublished" content="Mar 27, 2018 9:00 a.m. ET">
+
+ <figure>
+ <p><img alt src="https://ei.marketwatch.com/Multimedia/2018/03/23/Photos/ZH/MW-GG178_realty_20180323163027_ZH.jpg?uuid=0597cc9a-2ed9-11e8-a272-ac162d7bc1f7">
+ <cite>Bloomberg News/Landov</cite>
+ </p>
+ <figcaption>A home for sale in Seattle, Wash., one of the nation’s hottest housing markets. </figcaption>
+ </figure>
+
+ <div id="article-meat">
+ <div id="article-left-rail">
+ <p><a href="https://www.marketwatch.com/topics/journalists/andrea-riquier">
+ <img alt="Author photo" src="https://i.mktw.net/_newsimages/2014_dreds/andreariquiernew_100.png">
+ </a></p><p>By</p>
+ <a rel="author" title="Andrea Riquier" href="https://www.marketwatch.com/topics/journalists/andrea-riquier">
+
+ </a>
+
+
+ </div>
+
+ <div id="article-body" itemprop="articleBody">
@@ -44,4 +89,10 @@
- </div> \ No newline at end of file
+ </div>
+ </div>
+ </article>
+
+
+
+ </div> \ No newline at end of file
diff --git a/test/test-pages/medicalnewstoday/expected.html b/test/test-pages/medicalnewstoday/expected.html
index 0deb7b6..18ab009 100644
--- a/test/test-pages/medicalnewstoday/expected.html
+++ b/test/test-pages/medicalnewstoday/expected.html
@@ -1,5 +1,4 @@
-<div>
- <div itemprop="articleBody">
+<div itemprop="articleBody">
<header>
Neuroscience tells us that most of the work done by our brains happens on an unconscious level, but when does that "a-ha!" moment occur? And what happens during it? New research investigates.
</header>
@@ -100,5 +99,4 @@
The findings provide unique insights into the biology of consciousness, say the researchers, and they bring us closer to understanding the biological basis of decisions, ethics, and, generally, the human mind.
</p>
- </div>
- </div> \ No newline at end of file
+ </div> \ No newline at end of file
diff --git a/test/test-pages/medium-2/expected.html b/test/test-pages/medium-2/expected.html
index 73d436f..34eeab3 100644
--- a/test/test-pages/medium-2/expected.html
+++ b/test/test-pages/medium-2/expected.html
@@ -1 +1 @@
-<section name="d9f8"><div><div><figure name="4924" id="4924"><div><p><img data-image-id="1*eR_J8DurqygbhrwDg-WPnQ.png" data-width="1891" data-height="1280" data-action="zoom" data-action-value="1*eR_J8DurqygbhrwDg-WPnQ.png" src="https://d262ilb51hltx0.cloudfront.net/max/1600/1*eR_J8DurqygbhrwDg-WPnQ.png"></p></div><figcaption>Words need defenders.</figcaption></figure><h3 name="b098" id="b098">On Behalf of “Literally”</h3><p name="1a73" id="1a73">You either are a “literally” abuser or know of one. If you’re anything like me, hearing the word “literally” used incorrectly causes a little piece of your soul to whither and die. Of course I do not mean that literally, I mean that figuratively. An abuser would have said: “Every time a person uses that word, a piece of my soul literally withers and dies.” Which is terribly, horribly wrong.</p><p name="104a" id="104a">For whatever bizarre reason, people feel the need to use literally as a sort of verbal crutch. They use it to emphasize a point, which is silly because they’re already using an analogy or a metaphor to illustrate said point. For example: “Ugh, I literally tore the house apart looking for my remote control!” No, you literally did not tear apart your house, because it’s still standing. If you’d just told me you “tore your house apart” searching for your remote, I would’ve understood what you meant. No need to add “literally” to the sentence.</p><p name="c2c0" id="c2c0">Maybe I should define literally.</p><blockquote name="b239" id="b239">Literally means actually. When you say something literally happened, you’re describing the scene or situation as it actually happened.</blockquote><p name="a8fd" id="a8fd">So you should only use literally when you mean it. It should not be used in hyperbole. Example: “That was so funny I literally cried.” Which is possible. Some things are funny enough to elicit tears. Note the example stops with “literally cried.” You cannot <em>literally cry your eyes out</em>. The joke wasn’t so funny your eyes popped out of their sockets.</p><h4 name="165a" id="165a">When in Doubt, Leave it Out</h4><p name="e434" id="e434">“I’m so hungry I could eat a horse,” means you’re hungry. You don’t need to say “I’m so hungry I could literally eat a horse.” Because you can’t do that in one sitting, I don’t care how big your stomach is.</p><p name="d88f" id="d88f">“That play was so funny I laughed my head off,” illustrates the play was amusing. You don’t need to say you literally laughed your head off, because then your head would be on the ground and you wouldn’t be able to speak, much less laugh.</p><p name="4bab" id="4bab">“I drove so fast my car was flying,” we get your point: you were speeding. But your car is never going fast enough to fly, so don’t say your car was literally flying.</p><h4 name="f2f0" id="f2f0">Insecurities?</h4><p name="1bd7" id="1bd7">Maybe no one believed a story you told as a child, and you felt the need to prove that it actually happened. <em>No really, mom, I literally climbed the tree. </em>In efforts to prove truth, you used literally to describe something real, however outlandish it seemed. Whatever the reason, now your overuse of literally has become a habit.</p><h4 name="d7c1" id="d7c1">Hard Habit to Break?</h4><p name="714b" id="714b">Abusing literally isn’t as bad a smoking, but it’s still an unhealthy habit (I mean that figuratively). Help is required in order to break it.</p><p name="f929" id="f929">This is my version of an intervention for literally abusers. I’m not sure how else to do it other than in writing. I know this makes me sound like a know-it-all, and I accept that. But there’s no excuse other than blatant ignorance to misuse the word “literally.” So just stop it.</p><p name="fd19" id="fd19">Don’t say “Courtney, this post is so snobbish it literally burned up my computer.” Because nothing is that snobbish that it causes computers to combust. Or: “Courtney, your head is so big it literally cannot get through the door.” Because it can, unless it’s one of those tiny doors from <em>Alice in Wonderland</em> and I need to eat a mushroom to make my whole body smaller.</p><h4 name="fe12" id="fe12">No One’s Perfect</h4><p name="7ff8" id="7ff8">And I’m not saying I am. I’m trying to restore meaning to a word that’s lost meaning. I’m standing up for literally. It’s a good word when used correctly. People are butchering it and destroying it every day (figuratively speaking) and the massacre needs to stop. Just as there’s a coalition of people against the use of certain fonts (like <a href="http://bancomicsans.com/main/?page_id=2" data-href="http://bancomicsans.com/main/?page_id=2" rel="nofollow">Comic Sans</a> and <a href="https://www.facebook.com/group.php?gid=14448723154" data-href="https://www.facebook.com/group.php?gid=14448723154" rel="nofollow">Papyrus</a>), so should there be a coalition of people against the abuse of literally.</p><h4 name="049e" id="049e">Saying it to Irritate?</h4><p name="9381" id="9381">Do you misuse the word “literally” just to annoy your know-it-all or grammar police friends/acquaintances/total strangers? If so, why? Doing so would be like me going outside when it’s freezing, wearing nothing but a pair of shorts and t-shirt in hopes of making you cold by just looking at me. Who suffers more?</p><h4 name="3e52" id="3e52">Graphical Representation</h4><p name="b57e" id="b57e">Matthew Inman of “The Oatmeal” wrote a comic about literally. Abusers and defenders alike <a href="http://theoatmeal.com/comics/literally" data-href="http://theoatmeal.com/comics/literally" rel="nofollow">should check it out</a>. It’s clear this whole craze about literally is driving a lot of us nuts. You literally abusers are killing off pieces of our souls. You must be stopped, or the world will be lost to meaninglessness forever. Figuratively speaking.</p></div></div></section> \ No newline at end of file
+<div name="d9f8"><figure name="4924" id="4924"><div><p><img data-image-id="1*eR_J8DurqygbhrwDg-WPnQ.png" data-width="1891" data-height="1280" data-action="zoom" data-action-value="1*eR_J8DurqygbhrwDg-WPnQ.png" src="https://d262ilb51hltx0.cloudfront.net/max/1600/1*eR_J8DurqygbhrwDg-WPnQ.png"></p></div><figcaption>Words need defenders.</figcaption></figure><h3 name="b098" id="b098">On Behalf of “Literally”</h3><p name="1a73" id="1a73">You either are a “literally” abuser or know of one. If you’re anything like me, hearing the word “literally” used incorrectly causes a little piece of your soul to whither and die. Of course I do not mean that literally, I mean that figuratively. An abuser would have said: “Every time a person uses that word, a piece of my soul literally withers and dies.” Which is terribly, horribly wrong.</p><p name="104a" id="104a">For whatever bizarre reason, people feel the need to use literally as a sort of verbal crutch. They use it to emphasize a point, which is silly because they’re already using an analogy or a metaphor to illustrate said point. For example: “Ugh, I literally tore the house apart looking for my remote control!” No, you literally did not tear apart your house, because it’s still standing. If you’d just told me you “tore your house apart” searching for your remote, I would’ve understood what you meant. No need to add “literally” to the sentence.</p><p name="c2c0" id="c2c0">Maybe I should define literally.</p><blockquote name="b239" id="b239">Literally means actually. When you say something literally happened, you’re describing the scene or situation as it actually happened.</blockquote><p name="a8fd" id="a8fd">So you should only use literally when you mean it. It should not be used in hyperbole. Example: “That was so funny I literally cried.” Which is possible. Some things are funny enough to elicit tears. Note the example stops with “literally cried.” You cannot <em>literally cry your eyes out</em>. The joke wasn’t so funny your eyes popped out of their sockets.</p><h4 name="165a" id="165a">When in Doubt, Leave it Out</h4><p name="e434" id="e434">“I’m so hungry I could eat a horse,” means you’re hungry. You don’t need to say “I’m so hungry I could literally eat a horse.” Because you can’t do that in one sitting, I don’t care how big your stomach is.</p><p name="d88f" id="d88f">“That play was so funny I laughed my head off,” illustrates the play was amusing. You don’t need to say you literally laughed your head off, because then your head would be on the ground and you wouldn’t be able to speak, much less laugh.</p><p name="4bab" id="4bab">“I drove so fast my car was flying,” we get your point: you were speeding. But your car is never going fast enough to fly, so don’t say your car was literally flying.</p><h4 name="f2f0" id="f2f0">Insecurities?</h4><p name="1bd7" id="1bd7">Maybe no one believed a story you told as a child, and you felt the need to prove that it actually happened. <em>No really, mom, I literally climbed the tree. </em>In efforts to prove truth, you used literally to describe something real, however outlandish it seemed. Whatever the reason, now your overuse of literally has become a habit.</p><h4 name="d7c1" id="d7c1">Hard Habit to Break?</h4><p name="714b" id="714b">Abusing literally isn’t as bad a smoking, but it’s still an unhealthy habit (I mean that figuratively). Help is required in order to break it.</p><p name="f929" id="f929">This is my version of an intervention for literally abusers. I’m not sure how else to do it other than in writing. I know this makes me sound like a know-it-all, and I accept that. But there’s no excuse other than blatant ignorance to misuse the word “literally.” So just stop it.</p><p name="fd19" id="fd19">Don’t say “Courtney, this post is so snobbish it literally burned up my computer.” Because nothing is that snobbish that it causes computers to combust. Or: “Courtney, your head is so big it literally cannot get through the door.” Because it can, unless it’s one of those tiny doors from <em>Alice in Wonderland</em> and I need to eat a mushroom to make my whole body smaller.</p><h4 name="fe12" id="fe12">No One’s Perfect</h4><p name="7ff8" id="7ff8">And I’m not saying I am. I’m trying to restore meaning to a word that’s lost meaning. I’m standing up for literally. It’s a good word when used correctly. People are butchering it and destroying it every day (figuratively speaking) and the massacre needs to stop. Just as there’s a coalition of people against the use of certain fonts (like <a href="http://bancomicsans.com/main/?page_id=2" data-href="http://bancomicsans.com/main/?page_id=2" rel="nofollow">Comic Sans</a> and <a href="https://www.facebook.com/group.php?gid=14448723154" data-href="https://www.facebook.com/group.php?gid=14448723154" rel="nofollow">Papyrus</a>), so should there be a coalition of people against the abuse of literally.</p><h4 name="049e" id="049e">Saying it to Irritate?</h4><p name="9381" id="9381">Do you misuse the word “literally” just to annoy your know-it-all or grammar police friends/acquaintances/total strangers? If so, why? Doing so would be like me going outside when it’s freezing, wearing nothing but a pair of shorts and t-shirt in hopes of making you cold by just looking at me. Who suffers more?</p><h4 name="3e52" id="3e52">Graphical Representation</h4><p name="b57e" id="b57e">Matthew Inman of “The Oatmeal” wrote a comic about literally. Abusers and defenders alike <a href="http://theoatmeal.com/comics/literally" data-href="http://theoatmeal.com/comics/literally" rel="nofollow">should check it out</a>. It’s clear this whole craze about literally is driving a lot of us nuts. You literally abusers are killing off pieces of our souls. You must be stopped, or the world will be lost to meaninglessness forever. Figuratively speaking.</p></div> \ No newline at end of file
diff --git a/test/test-pages/medium-3/expected-images.json b/test/test-pages/medium-3/expected-images.json
index 54ac866..250efd7 100644
--- a/test/test-pages/medium-3/expected-images.json
+++ b/test/test-pages/medium-3/expected-images.json
@@ -1,3 +1,7 @@
[
- "https:\/\/cdn-images-1.medium.com\/max\/1200\/1*kbPh7V97eyRodSOw2-ALDw.png"
+ "https:\/\/miro.medium.com\/max\/398\/1*kbPh7V97eyRodSOw2-ALDw.png",
+ "https:\/\/miro.medium.com\/fit\/c\/96\/96\/0*qPHQu8WqsC6cV_ud.jpg",
+ "https:\/\/miro.medium.com\/max\/796\/1*kbPh7V97eyRodSOw2-ALDw.png",
+ "https:\/\/miro.medium.com\/max\/1388\/1*Fpb2Bvdx7Q-688vdm-NdkQ.png",
+ "https:\/\/miro.medium.com\/max\/616\/1*lvOySry5gHHJfGU_bQXrzA.png"
] \ No newline at end of file
diff --git a/test/test-pages/medium-3/expected-metadata.json b/test/test-pages/medium-3/expected-metadata.json
index 59ef204..cf74b95 100644
--- a/test/test-pages/medium-3/expected-metadata.json
+++ b/test/test-pages/medium-3/expected-metadata.json
@@ -1,8 +1,8 @@
{
"Author": "John C. Welch",
"Direction": null,
- "Excerpt": "How to get shanked doing what people say they want",
- "Image": "https:\/\/cdn-images-1.medium.com\/max\/1200\/1*kbPh7V97eyRodSOw2-ALDw.png",
- "Title": "Samantha and The Great Big Lie",
+ "Excerpt": "(EDIT: removed the link to Samantha\u2019s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a\u2026",
+ "Image": "https:\/\/miro.medium.com\/max\/398\/1*kbPh7V97eyRodSOw2-ALDw.png",
+ "Title": "Samantha and The Great Big Lie - John C. Welch - Medium",
"SiteName": "Medium"
-}
+} \ No newline at end of file
diff --git a/test/test-pages/medium-3/expected.html b/test/test-pages/medium-3/expected.html
index 04bd9b4..0a32b38 100644
--- a/test/test-pages/medium-3/expected.html
+++ b/test/test-pages/medium-3/expected.html
@@ -1,265 +1,688 @@
-<div id="container">
-
- <div>
- <div id="prerendered"><canvas></canvas>
-
-
-
- <main role="main">
- <article lang="en">
- <header>
-
- </header>
- <div data-post-id="d146a92473a1" data-source="post_page" data-tracking-context="postPage">
- <section name="55ff">
-
- <div>
+<div>
<div>
-
- <p name="97e7" id="97e7">How to get shanked doing what people say they want</p>
- <blockquote name="df70" id="df70">don’t preach to me<br>Mr. integrity</blockquote>
- <p name="c979" id="c979">(EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a dusting of transphobia along the way, all totally okay because the ends justify the means, and it’s okay when “good” people do it.)</p>
- <p name="342d" id="342d">First, I need to say something about this article: the reason I’m writing it infuriates me. Worse than installing CS 3 or Acrobat 7 ever did, and the former inspired comparisons to fecophile porn. I’m actually too mad to cuss. Well, not completely, but in this case, I don’t think the people I’m mad at are worth the creativity I try to put into profanity. This is about a brownfield of hypocrisy and viciously deliberate mischaracterization that “shame” cannot even come close to the shame those behind it should feel.</p>
- <p name="2e61" id="2e61">Now, read this post by Samantha Bielefeld: The Elephant in the Room. First, it is a well-written critical piece that raises a few points in a calm, rational, nonconfrontational fashion, exactly the kind of things the pushers of The Great Big Lie say we need more of, as opposed to the screaming that is the norm in such cases.</p>
- <p name="cd31" id="cd31">…sorry, I should explain “The Great Big Lie”. There are several, but in this case, our <em>specific</em> instance of “The Great Big Lie” is about criticism. Over and over, you hear from the very people I am not going to be nice to in this that we need “better” criticsm. Instead of rage and anger, volume and vitriol, we need in-depth rational criticism, that isn’t personal or ad hominem. That it should focus on points, not people.</p>
- <p name="ae07" id="ae07">That, readers, is “The Big Lie”. It is a lie so big that if one ponders the reality of it, as I am going to, one wonders why anyone would believe it. It is a lie and it is one we should stop telling.</p>
- </div>
- </div>
- </section>
- <section name="c360">
-
- <div>
- <div>
- <p name="a02f" id="a02f">Samantha’s points (I assume you read it, for you are smart people who know the importance of such things) are fairly clear:</p>
- <ol>
- <li name="9213" id="9213">With the release of Overcast 2.0, a product Samantha actually likes, Marco Arment moved to a <a href="http://www.marco.org/2015/10/09/overcast2" data-href="http://www.marco.org/2015/10/09/overcast2" rel="nofollow noopener" target="_blank">patronage model</a> that will probably be successful for him.</li>
- <li name="dfa5" id="dfa5">Arment’s insistence that “<a href="https://medium.com/@marcoarment/pragmatic-app-pricing-a79fc07218f3" data-href="https://medium.com/@marcoarment/pragmatic-app-pricing-a79fc07218f3" target="_blank">anyone can do this</a>” while technically true, (anyone can in fact, implement this pricing model), also implies that “anyone” can have the kind of success that a developer with Marco’s history, financial status, and deep ties to the Apple News Web is expected to have. This is silly.</li>
- <li name="e55d" id="e55d">Marco Arment occupies a fairly unique position in the Apple universe, (gained by hard work and no small talent), and because of that, benefits from a set of privileges that a new developer or even one that has been around for a long time, but isn’t, well, <em>Marco</em>, not only don’t have, but have little chance of attaining anytime soon.</li>
- <li name="35fb" id="35fb">Marco has earned his success and is entitled to the benefits and privileges it brings, but he seems rather blind to all of that, and seems to still imagine himself as “two guys in a garage”. This is just not correct.</li>
- <li name="38e2" id="38e2">In addition, the benefits and privileges of the above ensure that by releasing Overcast 2 as a free app, with patronage pricing, he has, if not gutted, severely hurt the ability of folks actually selling their apps for an up-front price of not free to continue doing so. This has the effect of accelerating the “race to the bottom” in the podcast listening app segment, which hurts devs who cannot afford to work on a “I don’t really need this money, so whatever you feel like sending is okay” model.</li>
- </ol>
- <p name="0481" id="0481">None of this is incorrect. None of this is an ad hominem attack in any way. It is just pointing out that a developer of Arment’s stature and status lives in a very different world than someone in East Frog Balls, Arkansas trying to make a living off of App sales. Our dev in EFB doesn’t have the main sites on the Apple web falling all over themselves to review their app the way that Arment does. They’re not friends with the people being The Loop, Daring Fireball, SixColors, iMore, The Mac Observer, etc., yadda.</p>
- <p name="5a45" id="5a45">So, our hero, in a fit of well-meaning ignorance writes this piece (posted this morning, 14 Oct. 15) and of course, the response and any criticisms are just as reasonable and thoughtful.</p>
- <p name="3bc7" id="3bc7">If you really believe that, you are the most preciously ignorant person in the world, and can I have your seriously charmed life.</p>
- </div>
- </div>
- </section>
- <section name="2ba2">
-
- <div>
- <div>
- <p name="0fb2" id="0fb2">The response, from all quarters, including Marco, someone who is so sensitive to criticism that the word “useless” is <a href="http://www.marco.org/2011/03/30/here-is-a-tip-for-all-the-non-developers-out" data-href="http://www.marco.org/2011/03/30/here-is-a-tip-for-all-the-non-developers-out" rel="nofollow noopener" target="_blank">enough to shut him down</a>, who <a href="https://twitter.com/marcoarment/status/641330113934700544" data-href="https://twitter.com/marcoarment/status/641330113934700544" rel="nofollow noopener" target="_blank">blocked a friend of mine for the high crime of pointing out that his review of podcasting mics centered around higher priced gear and ignored folks without the scratch, who might not be ready for such things</a>, is, in a single word, disgusting. Vomitous even.</p>
- <p name="9a6e" id="9a6e">It’s an hours-long dogpile that beggars even my imagination, and I can imagine almost anything. Seriously, it’s all there in <a href="https://twitter.com/s_bielefeld/with_replies" data-href="https://twitter.com/s_bielefeld/with_replies" rel="nofollow noopener" target="_blank">Samantha’s Twitter Feed</a>. From what I can tell, she’s understandably shocked over it. I however was not. This one comment in her feed made me smile (warning, this wanders a bit…er…LOT. Twitter timelines are not easy to put together):</p>
- <blockquote name="3271" id="3271">I can see why you have some reservations about publishing it, but my gut feeling is that he would take it better than Nilay.</blockquote>
- <p name="ec72" id="ec72">Oh honey, bless your sweet, ignorant heart. Marco is one of the biggest pushers of The Big Lie, and one of the reasons it is <em>such</em> a lie.</p>
- <p name="5cc4" id="5cc4">But it gets better. First, you have the “hey, Marco <em>earned</em> his status!” lot. A valid point, and one Bielefeld explicitly acknowledges, here:</p>
- <blockquote name="4e5f" id="4e5f">From his ground floor involvement in Tumblr (for which he is now a millionaire), to the creation and sale of a wildly successful app called Instapaper, he has become a household name in technology minded circles. It is this extensive time spent in the spotlight, the huge following on Twitter, and dedicated listeners of his weekly aired Accidental Tech Podcast, that has granted him the freedom to break from seeking revenue in more traditional manners.</blockquote>
- <p name="cee9" id="cee9">and here:</p>
- <blockquote name="3f1b" id="3f1b">I’m not knocking his success, he has put effort into his line of work, and has built his own life.</blockquote>
- <p name="e527" id="e527">and here:</p>
- <blockquote name="3e4f" id="3e4f">He has earned his time in the spotlight, and it’s only natural for him to take advantage of it.</blockquote>
- <p name="8a01" id="8a01">But still, you get the people telling her something she already acknowledge:</p>
- <blockquote name="7685" id="7685">I don’t think he’s blind. he’s worked to where he has gotten and has had failures like everyone else.</blockquote>
- <p name="b151" id="b151">Thank you for restating something in the article. To the person who wrote it.</p>
- <p name="87bc" id="87bc">In the original article, Samantha talked about the money Marco makes from his podcast. She based that on the numbers <a href="http://atp.fm/sponsor/" data-href="http://atp.fm/sponsor/" rel="nofollow noopener" target="_blank">provided by ATP in terms of sponsorship rates</a> and the number of current sponsors the podcast has. Is this going to yield perfect numbers? No. But the numbers you get from it will at least be reasonable, or should be unless the published sponsorship rates are just fantasy, and you’re stupid for taking them seriously.</p>
- <p name="dbda" id="dbda">At first, she went with a simple formula:</p>
- <blockquote name="1b4e" id="1b4e">$4K x 3 per episode = $12K x 52 weeks / 3 hosts splitting it.</blockquote>
- <p name="0b33" id="0b33">That’s not someone making shit up, right? Rather quickly, someone pointed out that she’d made an error in how she calculated it:</p>
- <blockquote name="76d7" id="76d7">That’s $4k per ad, no? So more like $12–16k per episode.</blockquote>
- <p name="a089" id="a089">She’d already realized her mistake and fixed it.</p>
- <blockquote name="b369" id="b369">which is actually wrong, and I’m correcting now. $4,000 per sponsor, per episode! So, $210,000 per year.</blockquote>
- <p name="8b3b" id="8b3b">Again, this is based on <em>publicly available data</em> the only kind someone not part of ATP or a close friend of Arment has access to. So while her numbers may be wrong, if they are, there’s no way for her to know that. She’s basing her opinion on actual available data. Which is sadly rare.</p>
- <p name="135a" id="135a">This becomes a huge flashpoint. You name a reason to attack her over this, people do. No really. For example, she’s not calculating his <em>income taxes correctly</em>:</p>
- <blockquote name="5e7e" id="5e7e">especially since it isn’t his only source of income thus, not an indicator of his marginal inc. tax bracket.</blockquote>
- <blockquote name="6036" id="6036">thus, guessing net income is more haphazard than stating approx. gross income.</blockquote>
- <p name="aac1" id="aac1">Ye Gods. She’s not doing his taxes for him, her point is invalid?</p>
- <p name="600f" id="600f">Then there’s the people who seem to have not read anything past what other people are telling them:</p>
- <blockquote name="9b62" id="9b62">Not sure what to make of your Marco piece, to be honest. You mention his fame, whatever, but what’s the main idea here?</blockquote>
- <p name="c18a" id="c18a">Just how spoon-fed do you have to be? Have you no teeth?</p>
- <p name="c445" id="c445">Of course, Marco jumps in, and predictably, he’s snippy:</p>
- <blockquote name="0c21" id="0c21">If you’re going to speak in precise absolutes, it’s best to first ensure that you’re correct.</blockquote>
- <p name="8f8d" id="8f8d">If you’re going to be like that, it’s best to provide better data. Don’t get snippy when someone is going off the only data available, and is clearly open to revising based on better data.</p>
- <p name="cc97" id="cc97">Then Marco’s friends/fans get into it:</p>
- <blockquote name="f9da" id="f9da">I really don’t understand why it’s anyone’s business</blockquote>
- <p name="0094" id="0094">Samantha is trying to qualify for sainthood at this point:</p>
- <blockquote name="0105" id="0105">It isn’t really, it was a way of putting his income in context in regards to his ability to gamble with Overcast.</blockquote>
- <p name="cdd1" id="cdd1">Again, she’s trying to drag people back to her actual point, but no one is going to play. The storm has begun. Then we get people who are just spouting nonsense:</p>
- <blockquote name="f56c" id="f56c">Why is that only relevant for him? It’s a pretty weird metric,especially since his apps aren’t free.</blockquote>
- <p name="4fef" id="4fef">Wha?? Overcast 2 is absolutely free. Samantha points this out:</p>
- <blockquote name="0f36" id="0f36">His app is free, that’s what sparked the article to begin with.</blockquote>
- <p name="40d2" id="40d2">The response is literally a parallel to “How can there be global warming if it snowed today in my town?”</p>
- <blockquote name="6760" id="6760">If it’s free, how have I paid for it? Twice?</blockquote>
- <p name="7b13" id="7b13">She is still trying:</p>
- <blockquote name="44ba" id="44ba">You paid $4.99 to unlock functionality in Overcast 1.0 and you chose to support him with no additional functionality in 2.0</blockquote>
- <p name="2152" id="2152">He is having none of it. IT SNOWED! SNOWWWWWWW!</p>
- <blockquote name="99a6" id="99a6">Yes. That’s not free. Free is when you choose not to make money. And that can be weaponized. But that’s not what Overcast does.</blockquote>
- <p name="5e6f" id="5e6f">She however, is relentless:</p>
- <blockquote name="1b0f" id="1b0f">No, it’s still free. You can choose to support it, you are required to pay $4.99 for Pocket Casts. Totally different model.</blockquote>
- <p name="d24f" id="d24f">Dude seems to give up. (Note: allllll the people bagging on her are men. All of them. Mansplaining like hell. And I’d bet every one of them considers themselves a feminist.)</p>
- <p name="10e1" id="10e1">We get another guy trying to push the narrative she’s punishing him for his success, which is just…it’s stupid, okay? Stupid.</p>
- <blockquote name="9b01" id="9b01">It also wasn’t my point in writing my piece today, but it seems to be everyone’s focus.</blockquote>
- <p name="340c" id="340c">(UNDERSTATEMENT OF THE YEAR)</p>
- <blockquote name="7244" id="7244">I think the focus should be more on that fact that while it’s difficult, Marco spent years building his audience.</blockquote>
- <blockquote name="ffb1" id="ffb1">It doesn’t matter what he makes it how he charges. If the audience be earned is willing to pay for it, awesome.</blockquote>
- <p name="e44e" id="e44e">She tries, oh lord, she tries:</p>
- <blockquote name="a502" id="a502">To assert that he isn’t doing anything any other dev couldn’t, is wrong. It’s successful because it’s Marco.</blockquote>
- <p name="7dcd" id="7dcd">But no, HE KNOWS HER POINT BETTER THAN SHE DOES:</p>
- <blockquote name="a62a" id="a62a">No, it’s successful because he busted his ass to make it so. It’s like any other business. He grew it.</blockquote>
- <p name="df8c" id="df8c">Christ. This is like a field of strawmen. Stupid ones. Very stupid ones.</p>
- <p name="521a" id="521a">One guy tries to blame it all on Apple, another in a string of Wha??? moments:</p>
- <blockquote name="d80d" id="d80d">the appropriate context is Apple’s App Store policies. Other devs aren’t Marco’s responsibility</blockquote>
- <p name="db0b" id="db0b">Seriously? Dude, are you even trying to talk about what Samantha actually wrote? At this point, Samantha is clearly mystified at the entire thing:</p>
- <blockquote name="7a78" id="7a78">Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?</blockquote>
- <p name="6e09" id="6e09">Because it’s a nit they can pick and allows them to ignore everything you wrote. That’s the only reason.</p>
- <p name="b7db" id="b7db">One guy is “confused”:</p>
- <blockquote name="3626" id="3626">I see. He does have clout, so are you saying he’s too modest in how he sees himself as a dev?</blockquote>
- <blockquote name="9daa" id="9daa">Yes. He can’t be equated to the vast majority of other developers. Like calling Gruber, “just another blogger”.</blockquote>
- <blockquote name="f6da" id="f6da">Alright, that’s fair. I was just confused by the $ and fame angle at first.</blockquote>
- <p name="d5b1" id="d5b1">Samantha’s point centers on the benefits Marco gains via his fame and background. <em>HOW DO YOU NOT MENTION THAT? HOW IS THAT CONFUSING?</em></p>
- <p name="58d0" id="58d0">People of course are telling her it’s her fault for mentioning a salient fact at all:</p>
- <blockquote name="30d2" id="30d2">Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?</blockquote>
- <blockquote name="765b" id="765b">Maybe because you went there with your article?</blockquote>
- <blockquote name="61fe" id="61fe">As a way of rationalizing his ability to gamble with the potential for Overcast to generate income…not the norm at all.</blockquote>
- <p name="f17c" id="f17c">Of course, had she not brought up those important points, she’d have been bagged on for “not providing proof”. Lose some, lose more. By now, she’s had enough and she just deletes all mention of it. Understandable, but sad she was bullied into doing that.</p>
- <p name="0b60" id="0b60">Yes, bullied. That’s all this is. Bullying. She didn’t lie, cheat, or exaagerate. If her numbers were wrong, they weren’t wrong in a way she had any ability to do anything about. But there’s blood in the water, and the comments and attacks get worse:</p>
- <blockquote name="65ab" id="65ab">Because you decided to start a conversation about someone else’s personal shit. You started this war.</blockquote>
- <p name="1adb" id="1adb">War. THIS. IS. WAR.</p>
- <p name="de94" id="de94">This is a bunch of nerds attacking someone for reasoned, calm, <em>polite</em> criticism of their friend/idol. Samantha is politely pushing back a bit:</p>
- <blockquote name="4458" id="4458">That doesn’t explain why every other part of my article is being pushed aside.</blockquote>
- <p name="aeac" id="aeac">She’s right. This is all nonsense. This is people ignoring her article completely, just looking for things to attack so it can be dismissed. It’s tribalism at its purest.</p>
- <p name="0078" id="0078">Then some of the other annointed get into it, including Jason Snell in one of the most spectactular displays of “I have special knowledge you can’t be expected to have, therefore you are totally off base and wrong, even though there’s no way for you to know this” I’ve seen in a while. Jason:</p>
- <blockquote name="c4c9" id="c4c9">You should never use an ad rate card to estimate ad revenue from any media product ever.</blockquote>
- <blockquote name="b66b" id="b66b">I learned this when I started working for a magazine — rate cards are mostly fiction, like prices on new cars</blockquote>
- <p name="6907" id="6907">How…exactly…in the name of whatever deity Jason may believe in…is Samantha or anyone not “in the biz” supposed to know this. Also, what exactly does a magazine on paper like Macworld have to do with sponsorships for a podcast? I have done podcasts that were sponsored, and I can retaliate with “we charged what the rate card said we did. <em>Checkmate Elitests!</em>”</p>
- <p name="41ec" id="41ec">Samantha basically abases herself at his feet:</p>
- <blockquote name="0b14" id="0b14">I understand my mistake, and it’s unfortunate that it has completely diluted the point of my article.</blockquote>
- <p name="590f" id="590f">I think she should have told him where and how to stuff that nonsense, but she’s a nicer person than I am. Also, it’s appropriate that Jason’s twitter avatar has its nose in the air. This is some rank snobbery. It’s disgusting and if anyone pulled that on him, Jason would be very upset. But hey, one cannot criticize The Marco without getting pushback. By “pushback”, I mean “an unrelenting fecal flood”.</p>
- <p name="69dc" id="69dc">Her only mistake was criticizing one of the Kool Kids. Folks, if you criticize anyone in The Deck Clique, or their friends, expect the same thing, regardless of tone or point.</p>
- <p name="5ab4" id="5ab4">Another App Dev, seemingly unable to parse Samantha’s words, needs <em>more</em> explanation:</p>
- <blockquote name="957b" id="957b">so just looking over your mentions, I’m curious what exactly was your main point? Ignoring the podcast income bits.</blockquote>
- <p name="0a7e" id="0a7e">Oh wait, he didn’t even read the article. Good on you, Dev Guy, good. on. you. Still, she plays nice <em>with someone who didn’t even read her article</em>:</p>
- <blockquote name="f7db" id="f7db">That a typical unknown developer can’t depend on patronage to generate revenue, and charging for apps will become a negative.</blockquote>
- <p name="937f" id="937f">Marco comes back of course, and now basically accuses her of lying about other devs talking to her and supporting her point:</p>
- <blockquote name="c9dd" id="c9dd">How many actual developers did you hear from, really? Funny how almost nobody wants to give a (real) name on these accusations.</blockquote>
- <p name="c522" id="c522">Really? You’re going to do that? “There’s no name, so I don’t think it’s a real person.” Just…what’s the Joe Welch quote from the McCarthy hearings?</p>
- <blockquote name="907e" id="907e">Let us not assassinate this lad further, Senator. You’ve done enough. Have you no sense of decency, sir? At long last, have you left no sense of decency?</blockquote>
- <p name="2158" id="2158">That is what this is at this point: character assasination because she said something critical of A Popular Person. It’s disgusting. Depressing and disgusting. No one, none of these people have seriously discussed her point, heck, it looks like they barely bothered to read it, if they did at all.</p>
- <p name="13f8" id="13f8">Marco starts getting really petty with her (no big shock) and Samantha finally starts pushing back:</p>
- <blockquote name="96c6" id="96c6">Glad to see you be the bigger person and ignore the mindset of so many developers not relating to you, good for you!</blockquote>
- <p name="5d3f" id="5d3f">That of course, is what caused Marco to question the validity, if not the existence of her sources. (Funny how anonymous sources are totes okay when they convenience Marco et al, and work for oh, <em>Apple</em>, but when they are inconvenient? Ha! PROVIDE ME PROOF YOU INTEMPERATE WOMAN!)</p>
- <p name="c07c" id="c07c">Make no mistake, there’s some sexist shit going on here. Every tweet I’ve quoted was authored by a guy.</p>
- <p name="8b32" id="8b32">Of course, Marco has to play the “I’ve been around longer than you” card with this bon mot:</p>
- <blockquote name="de26" id="de26">Yup, before you existed!</blockquote>
- <p name="a3bd" id="a3bd">Really dude? I mean, I’m sorry about the penis, but really?</p>
- <p name="1c51" id="1c51">Mind you, when the criticism isn’t just bizarrely stupid, Samantha reacts the way Marco and his ilk claim they would to (if they ever got any <em>valid</em> criticism. Which clearly is impossible):</p>
- <blockquote name="9848" id="9848">Not to get into the middle of this, but “income” is not the term you’re looking for. “Revenue” is.</blockquote>
- <blockquote name="f2a6" id="f2a6">lol. Noted.</blockquote>
- <blockquote name="aed9" id="aed9">And I wasn’t intending to be a dick, just a lot of people hear/say “income” when they intend “revenue”, and then discussion …</blockquote>
- <blockquote name="f9d8" id="f9d8">… gets derailed by a jedi handwave of “Expenses”. But outside of charitable donation, it is all directly related.</blockquote>
- <blockquote name="f61c" id="f61c">haha. Thank you for the clarification.</blockquote>
- <p name="5dd9" id="5dd9">Note to Marco and the other…whatever they are…that is how one reacts to that kind of criticism. With a bit of humor and self-deprecation. You should try it sometime. For real, not just in your heads or conversations in Irish Pubs in S.F.</p>
- <p name="dc44" id="dc44">But now, the door has been cracked, and the cheap shots come out:</p>
- <blockquote name="0c94" id="0c94">@testflight_app: Don’t worry guys, we process <a href="https://twitter.com/marcoarment" data-href="https://twitter.com/marcoarment" rel="nofollow noopener" target="_blank">@marcoarment</a>’s apps in direct proportion to his megabucks earnings. <a href="https://twitter.com/hashtag/fairelephant?src=hash" data-href="https://twitter.com/hashtag/fairelephant?src=hash" rel="nofollow noopener" target="_blank">#fairelephant</a></blockquote>
- <p name="343b" id="343b">(Note: testflight_app is a parody account. Please do not mess with the actual testflight folks. They are still cool.)</p>
- <p name="09bf" id="09bf">Or this…conversation:</p>
- <figure name="4d63" id="4d63">
- <div>
-
-
+ <p><a rel="noopener" href="http://fakehost/@johncwelch?source=post_page-----d146a92473a1----------------------"><img alt="John C. Welch" src="https://miro.medium.com/fit/c/96/96/0*qPHQu8WqsC6cV_ud.jpg" width="48" height="48"></a>
+ </p>
+
+ </div>
+ <p id="97e7">
+ How to get shanked doing what people say they want
+ </p>
+ <blockquote>
+ <p id="df70">
+ don’t preach to me<br>
+ Mr. integrity
+ </p>
+ </blockquote>
+ <p id="c979">
+ (EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a dusting of transphobia along the way, all totally okay because the ends justify the means, and it’s okay when “good” people do it.)
+ </p>
+ <p id="342d">
+ First, I need to say something about this article: the reason I’m writing it infuriates me. Worse than installing CS 3 or Acrobat 7 ever did, and the former inspired comparisons to fecophile porn. I’m actually too mad to cuss. Well, not completely, but in this case, I don’t think the people I’m mad at are worth the creativity I try to put into profanity. This is about a brownfield of hypocrisy and viciously deliberate mischaracterization that “shame” cannot even come close to the shame those behind it should feel.
+ </p>
+ <p id="2e61">
+ Now, read this post by Samantha Bielefeld: The Elephant in the Room. First, it is a well-written critical piece that raises a few points in a calm, rational, nonconfrontational fashion, exactly the kind of things the pushers of The Great Big Lie say we need more of, as opposed to the screaming that is the norm in such cases.
+ </p>
+ <p id="cd31">
+ …sorry, I should explain “The Great Big Lie”. There are several, but in this case, our <em>specific</em> instance of “The Great Big Lie” is about criticism. Over and over, you hear from the very people I am not going to be nice to in this that we need “better” criticsm. Instead of rage and anger, volume and vitriol, we need in-depth rational criticism, that isn’t personal or ad hominem. That it should focus on points, not people.
+ </p>
+ <p id="ae07">
+ That, readers, is “The Big Lie”. It is a lie so big that if one ponders the reality of it, as I am going to, one wonders why anyone would believe it. It is a lie and it is one we should stop telling.
+ </p>
+ </div><div>
+ <p id="a02f">
+ Samantha’s points (I assume you read it, for you are smart people who know the importance of such things) are fairly clear:
+ </p>
+ <ol class>
+ <li id="9213">With the release of Overcast 2.0, a product Samantha actually likes, Marco Arment moved to a <a href="http://www.marco.org/2015/10/09/overcast2" target="_blank" rel="noopener nofollow">patronage model</a> that will probably be successful for him.
+ </li>
+ <li id="dfa5">Arment’s insistence that “<a target="_blank" rel="noopener" href="http://fakehost/@marcoarment/pragmatic-app-pricing-a79fc07218f3">anyone can do this</a>” while technically true, (anyone can in fact, implement this pricing model), also implies that “anyone” can have the kind of success that a developer with Marco’s history, financial status, and deep ties to the Apple News Web is expected to have. This is silly.
+ </li>
+ <li id="e55d">Marco Arment occupies a fairly unique position in the Apple universe, (gained by hard work and no small talent), and because of that, benefits from a set of privileges that a new developer or even one that has been around for a long time, but isn’t, well, <em>Marco</em>, not only don’t have, but have little chance of attaining anytime soon.
+ </li>
+ <li id="35fb">Marco has earned his success and is entitled to the benefits and privileges it brings, but he seems rather blind to all of that, and seems to still imagine himself as “two guys in a garage”. This is just not correct.
+ </li>
+ <li id="38e2">In addition, the benefits and privileges of the above ensure that by releasing Overcast 2 as a free app, with patronage pricing, he has, if not gutted, severely hurt the ability of folks actually selling their apps for an up-front price of not free to continue doing so. This has the effect of accelerating the “race to the bottom” in the podcast listening app segment, which hurts devs who cannot afford to work on a “I don’t really need this money, so whatever you feel like sending is okay” model.
+ </li>
+ </ol>
+ <p id="0481">
+ None of this is incorrect. None of this is an ad hominem attack in any way. It is just pointing out that a developer of Arment’s stature and status lives in a very different world than someone in East Frog Balls, Arkansas trying to make a living off of App sales. Our dev in EFB doesn’t have the main sites on the Apple web falling all over themselves to review their app the way that Arment does. They’re not friends with the people being The Loop, Daring Fireball, SixColors, iMore, The Mac Observer, etc., yadda.
+ </p>
+ <p id="5a45">
+ So, our hero, in a fit of well-meaning ignorance writes this piece (posted this morning, 14 Oct. 15) and of course, the response and any criticisms are just as reasonable and thoughtful.
+ </p>
+ <p id="3bc7">
+ If you really believe that, you are the most preciously ignorant person in the world, and can I have your seriously charmed life.
+ </p>
+ </div><div>
+ <p id="0fb2">
+ The response, from all quarters, including Marco, someone who is so sensitive to criticism that the word “useless” is <a href="http://www.marco.org/2011/03/30/here-is-a-tip-for-all-the-non-developers-out" target="_blank" rel="noopener nofollow">enough to shut him down</a>, who <a href="https://twitter.com/marcoarment/status/641330113934700544" target="_blank" rel="noopener nofollow">blocked a friend of mine for the high crime of pointing out that his review of podcasting mics centered around higher priced gear and ignored folks without the scratch, who might not be ready for such things</a>, is, in a single word, disgusting. Vomitous even.
+ </p>
+ <p id="9a6e">
+ It’s an hours-long dogpile that beggars even my imagination, and I can imagine almost anything. Seriously, it’s all there in <a href="https://twitter.com/s_bielefeld/with_replies" target="_blank" rel="noopener nofollow">Samantha’s Twitter Feed</a>. From what I can tell, she’s understandably shocked over it. I however was not. This one comment in her feed made me smile (warning, this wanders a bit…er…LOT. Twitter timelines are not easy to put together):
+ </p>
+ <blockquote>
+ <p id="3271">
+ I can see why you have some reservations about publishing it, but my gut feeling is that he would take it better than Nilay.
+ </p>
+ </blockquote>
+ <p id="ec72">
+ Oh honey, bless your sweet, ignorant heart. Marco is one of the biggest pushers of The Big Lie, and one of the reasons it is <em>such</em> a lie.
+ </p>
+ <p id="5cc4">
+ But it gets better. First, you have the “hey, Marco <em>earned</em> his status!” lot. A valid point, and one Bielefeld explicitly acknowledges, here:
+ </p>
+ <blockquote>
+ <p id="4e5f">
+ From his ground floor involvement in Tumblr (for which he is now a millionaire), to the creation and sale of a wildly successful app called Instapaper, he has become a household name in technology minded circles. It is this extensive time spent in the spotlight, the huge following on Twitter, and dedicated listeners of his weekly aired Accidental Tech Podcast, that has granted him the freedom to break from seeking revenue in more traditional manners.
+ </p>
+ </blockquote>
+ <p id="cee9">
+ and here:
+ </p>
+ <blockquote>
+ <p id="3f1b">
+ I’m not knocking his success, he has put effort into his line of work, and has built his own life.
+ </p>
+ </blockquote>
+ <p id="e527">
+ and here:
+ </p>
+ <blockquote>
+ <p id="3e4f">
+ He has earned his time in the spotlight, and it’s only natural for him to take advantage of it.
+ </p>
+ </blockquote>
+ <p id="8a01">
+ But still, you get the people telling her something she already acknowledge:
+ </p>
+ <blockquote>
+ <p id="7685">
+ I don’t think he’s blind. he’s worked to where he has gotten and has had failures like everyone else.
+ </p>
+ </blockquote>
+ <p id="b151">
+ Thank you for restating something in the article. To the person who wrote it.
+ </p>
+ <p id="87bc">
+ In the original article, Samantha talked about the money Marco makes from his podcast. She based that on the numbers <a href="http://atp.fm/sponsor/" target="_blank" rel="noopener nofollow">provided by ATP in terms of sponsorship rates</a> and the number of current sponsors the podcast has. Is this going to yield perfect numbers? No. But the numbers you get from it will at least be reasonable, or should be unless the published sponsorship rates are just fantasy, and you’re stupid for taking them seriously.
+ </p>
+ <p id="dbda">
+ At first, she went with a simple formula:
+ </p>
+ <blockquote>
+ <p id="1b4e">
+ $4K x 3 per episode = $12K x 52 weeks / 3 hosts splitting it.
+ </p>
+ </blockquote>
+ <p id="0b33">
+ That’s not someone making shit up, right? Rather quickly, someone pointed out that she’d made an error in how she calculated it:
+ </p>
+ <blockquote>
+ <p id="76d7">
+ That’s $4k per ad, no? So more like $12–16k per episode.
+ </p>
+ </blockquote>
+ <p id="a089">
+ She’d already realized her mistake and fixed it.
+ </p>
+ <blockquote>
+ <p id="b369">
+ which is actually wrong, and I’m correcting now. $4,000 per sponsor, per episode! So, $210,000 per year.
+ </p>
+ </blockquote>
+ <p id="8b3b">
+ Again, this is based on <em>publicly available data</em> the only kind someone not part of ATP or a close friend of Arment has access to. So while her numbers may be wrong, if they are, there’s no way for her to know that. She’s basing her opinion on actual available data. Which is sadly rare.
+ </p>
+ <p id="135a">
+ This becomes a huge flashpoint. You name a reason to attack her over this, people do. No really. For example, she’s not calculating his <em>income taxes correctly</em>:
+ </p>
+ <blockquote>
+ <p id="5e7e">
+ especially since it isn’t his only source of income thus, not an indicator of his marginal inc. tax bracket.
+ </p>
+ <p id="6036">
+ thus, guessing net income is more haphazard than stating approx. gross income.
+ </p>
+ </blockquote>
+ <p id="aac1">
+ Ye Gods. She’s not doing his taxes for him, her point is invalid?
+ </p>
+ <p id="600f">
+ Then there’s the people who seem to have not read anything past what other people are telling them:
+ </p>
+ <blockquote>
+ <p id="9b62">
+ Not sure what to make of your Marco piece, to be honest. You mention his fame, whatever, but what’s the main idea here?
+ </p>
+ </blockquote>
+ <p id="c18a">
+ Just how spoon-fed do you have to be? Have you no teeth?
+ </p>
+ <p id="c445">
+ Of course, Marco jumps in, and predictably, he’s snippy:
+ </p>
+ <blockquote>
+ <p id="0c21">
+ If you’re going to speak in precise absolutes, it’s best to first ensure that you’re correct.
+ </p>
+ </blockquote>
+ <p id="8f8d">
+ If you’re going to be like that, it’s best to provide better data. Don’t get snippy when someone is going off the only data available, and is clearly open to revising based on better data.
+ </p>
+ <p id="cc97">
+ Then Marco’s friends/fans get into it:
+ </p>
+ <blockquote>
+ <p id="f9da">
+ I really don’t understand why it’s anyone’s business
+ </p>
+ </blockquote>
+ <p id="0094">
+ Samantha is trying to qualify for sainthood at this point:
+ </p>
+ <blockquote>
+ <p id="0105">
+ It isn’t really, it was a way of putting his income in context in regards to his ability to gamble with Overcast.
+ </p>
+ </blockquote>
+ <p id="cdd1">
+ Again, she’s trying to drag people back to her actual point, but no one is going to play. The storm has begun. Then we get people who are just spouting nonsense:
+ </p>
+ <blockquote>
+ <p id="f56c">
+ Why is that only relevant for him? It’s a pretty weird metric,especially since his apps aren’t free.
+ </p>
+ </blockquote>
+ <p id="4fef">
+ Wha?? Overcast 2 is absolutely free. Samantha points this out:
+ </p>
+ <blockquote>
+ <p id="0f36">
+ His app is free, that’s what sparked the article to begin with.
+ </p>
+ </blockquote>
+ <p id="40d2">
+ The response is literally a parallel to “How can there be global warming if it snowed today in my town?”
+ </p>
+ <blockquote>
+ <p id="6760">
+ If it’s free, how have I paid for it? Twice?
+ </p>
+ </blockquote>
+ <p id="7b13">
+ She is still trying:
+ </p>
+ <blockquote>
+ <p id="44ba">
+ You paid $4.99 to unlock functionality in Overcast 1.0 and you chose to support him with no additional functionality in 2.0
+ </p>
+ </blockquote>
+ <p id="2152">
+ He is having none of it. IT SNOWED! SNOWWWWWWW!
+ </p>
+ <blockquote>
+ <p id="99a6">
+ Yes. That’s not free. Free is when you choose not to make money. And that can be weaponized. But that’s not what Overcast does.
+ </p>
+ </blockquote>
+ <p id="5e6f">
+ She however, is relentless:
+ </p>
+ <blockquote>
+ <p id="1b0f">
+ No, it’s still free. You can choose to support it, you are required to pay $4.99 for Pocket Casts. Totally different model.
+ </p>
+ </blockquote>
+ <p id="d24f">
+ Dude seems to give up. (Note: allllll the people bagging on her are men. All of them. Mansplaining like hell. And I’d bet every one of them considers themselves a feminist.)
+ </p>
+ <p id="10e1">
+ We get another guy trying to push the narrative she’s punishing him for his success, which is just…it’s stupid, okay? Stupid.
+ </p>
+ <blockquote>
+ <p id="9b01">
+ It also wasn’t my point in writing my piece today, but it seems to be everyone’s focus.
+ </p>
+ </blockquote>
+ <p id="340c">
+ (UNDERSTATEMENT OF THE YEAR)
+ </p>
+ <blockquote>
+ <p id="7244">
+ I think the focus should be more on that fact that while it’s difficult, Marco spent years building his audience.
+ </p>
+ <p id="ffb1">
+ It doesn’t matter what he makes it how he charges. If the audience be earned is willing to pay for it, awesome.
+ </p>
+ </blockquote>
+ <p id="e44e">
+ She tries, oh lord, she tries:
+ </p>
+ <blockquote>
+ <p id="a502">
+ To assert that he isn’t doing anything any other dev couldn’t, is wrong. It’s successful because it’s Marco.
+ </p>
+ </blockquote>
+ <p id="7dcd">
+ But no, HE KNOWS HER POINT BETTER THAN SHE DOES:
+ </p>
+ <blockquote>
+ <p id="a62a">
+ No, it’s successful because he busted his ass to make it so. It’s like any other business. He grew it.
+ </p>
+ </blockquote>
+ <p id="df8c">
+ Christ. This is like a field of strawmen. Stupid ones. Very stupid ones.
+ </p>
+ <p id="521a">
+ One guy tries to blame it all on Apple, another in a string of Wha??? moments:
+ </p>
+ <blockquote>
+ <p id="d80d">
+ the appropriate context is Apple’s App Store policies. Other devs aren’t Marco’s responsibility
+ </p>
+ </blockquote>
+ <p id="db0b">
+ Seriously? Dude, are you even trying to talk about what Samantha actually wrote? At this point, Samantha is clearly mystified at the entire thing:
+ </p>
+ <blockquote>
+ <p id="7a78">
+ Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?
+ </p>
+ </blockquote>
+ <p id="6e09">
+ Because it’s a nit they can pick and allows them to ignore everything you wrote. That’s the only reason.
+ </p>
+ <p id="b7db">
+ One guy is “confused”:
+ </p>
+ <blockquote>
+ <p id="3626">
+ I see. He does have clout, so are you saying he’s too modest in how he sees himself as a dev?
+ </p>
+ <p id="9daa">
+ Yes. He can’t be equated to the vast majority of other developers. Like calling Gruber, “just another blogger”.
+ </p>
+ <p id="f6da">
+ Alright, that’s fair. I was just confused by the $ and fame angle at first.
+ </p>
+ </blockquote>
+ <p id="d5b1">
+ Samantha’s point centers on the benefits Marco gains via his fame and background. <em>HOW DO YOU NOT MENTION THAT? HOW IS THAT CONFUSING?</em>
+ </p>
+ <p id="58d0">
+ People of course are telling her it’s her fault for mentioning a salient fact at all:
+ </p>
+ <blockquote>
+ <p id="30d2">
+ Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?
+ </p>
+ <p id="765b">
+ Maybe because you went there with your article?
+ </p>
+ <p id="61fe">
+ As a way of rationalizing his ability to gamble with the potential for Overcast to generate income…not the norm at all.
+ </p>
+ </blockquote>
+ <p id="f17c">
+ Of course, had she not brought up those important points, she’d have been bagged on for “not providing proof”. Lose some, lose more. By now, she’s had enough and she just deletes all mention of it. Understandable, but sad she was bullied into doing that.
+ </p>
+ <p id="0b60">
+ Yes, bullied. That’s all this is. Bullying. She didn’t lie, cheat, or exaagerate. If her numbers were wrong, they weren’t wrong in a way she had any ability to do anything about. But there’s blood in the water, and the comments and attacks get worse:
+ </p>
+ <blockquote>
+ <p id="65ab">
+ Because you decided to start a conversation about someone else’s personal shit. You started this war.
+ </p>
+ </blockquote>
+ <p id="1adb">
+ War. THIS. IS. WAR.
+ </p>
+ <p id="de94">
+ This is a bunch of nerds attacking someone for reasoned, calm, <em>polite</em> criticism of their friend/idol. Samantha is politely pushing back a bit:
+ </p>
+ <blockquote>
+ <p id="4458">
+ That doesn’t explain why every other part of my article is being pushed aside.
+ </p>
+ </blockquote>
+ <p id="aeac">
+ She’s right. This is all nonsense. This is people ignoring her article completely, just looking for things to attack so it can be dismissed. It’s tribalism at its purest.
+ </p>
+ <p id="0078">
+ Then some of the other annointed get into it, including Jason Snell in one of the most spectactular displays of “I have special knowledge you can’t be expected to have, therefore you are totally off base and wrong, even though there’s no way for you to know this” I’ve seen in a while. Jason:
+ </p>
+ <blockquote>
+ <p id="c4c9">
+ You should never use an ad rate card to estimate ad revenue from any media product ever.
+ </p>
+ <p id="b66b">
+ I learned this when I started working for a magazine — rate cards are mostly fiction, like prices on new cars
+ </p>
+ </blockquote>
+ <p id="6907">
+ How…exactly…in the name of whatever deity Jason may believe in…is Samantha or anyone not “in the biz” supposed to know this. Also, what exactly does a magazine on paper like Macworld have to do with sponsorships for a podcast? I have done podcasts that were sponsored, and I can retaliate with “we charged what the rate card said we did. <em>Checkmate Elitests!</em>”
+ </p>
+ <p id="41ec">
+ Samantha basically abases herself at his feet:
+ </p>
+ <blockquote>
+ <p id="0b14">
+ I understand my mistake, and it’s unfortunate that it has completely diluted the point of my article.
+ </p>
+ </blockquote>
+ <p id="590f">
+ I think she should have told him where and how to stuff that nonsense, but she’s a nicer person than I am. Also, it’s appropriate that Jason’s twitter avatar has its nose in the air. This is some rank snobbery. It’s disgusting and if anyone pulled that on him, Jason would be very upset. But hey, one cannot criticize The Marco without getting pushback. By “pushback”, I mean “an unrelenting fecal flood”.
+ </p>
+ <p id="69dc">
+ Her only mistake was criticizing one of the Kool Kids. Folks, if you criticize anyone in The Deck Clique, or their friends, expect the same thing, regardless of tone or point.
+ </p>
+ <p id="5ab4">
+ Another App Dev, seemingly unable to parse Samantha’s words, needs <em>more</em> explanation:
+ </p>
+ <blockquote>
+ <p id="957b">
+ so just looking over your mentions, I’m curious what exactly was your main point? Ignoring the podcast income bits.
+ </p>
+ </blockquote>
+ <p id="0a7e">
+ Oh wait, he didn’t even read the article. Good on you, Dev Guy, good. on. you. Still, she plays nice <em>with someone who didn’t even read her article</em>:
+ </p>
+ <blockquote>
+ <p id="f7db">
+ That a typical unknown developer can’t depend on patronage to generate revenue, and charging for apps will become a negative.
+ </p>
+ </blockquote>
+ <p id="937f">
+ Marco comes back of course, and now basically accuses her of lying about other devs talking to her and supporting her point:
+ </p>
+ <blockquote>
+ <p id="c9dd">
+ How many actual developers did you hear from, really? Funny how almost nobody wants to give a (real) name on these accusations.
+ </p>
+ </blockquote>
+ <p id="c522">
+ Really? You’re going to do that? “There’s no name, so I don’t think it’s a real person.” Just…what’s the Joe Welch quote from the McCarthy hearings?
+ </p>
+ <blockquote>
+ <p id="907e">
+ Let us not assassinate this lad further, Senator. You’ve done enough. Have you no sense of decency, sir? At long last, have you left no sense of decency?
+ </p>
+ </blockquote>
+ <p id="2158">
+ That is what this is at this point: character assasination because she said something critical of A Popular Person. It’s disgusting. Depressing and disgusting. No one, none of these people have seriously discussed her point, heck, it looks like they barely bothered to read it, if they did at all.
+ </p>
+ <p id="13f8">
+ Marco starts getting really petty with her (no big shock) and Samantha finally starts pushing back:
+ </p>
+ <blockquote>
+ <p id="96c6">
+ Glad to see you be the bigger person and ignore the mindset of so many developers not relating to you, good for you!
+ </p>
+ </blockquote>
+ <p id="5d3f">
+ That of course, is what caused Marco to question the validity, if not the existence of her sources. (Funny how anonymous sources are totes okay when they convenience Marco et al, and work for oh, <em>Apple</em>, but when they are inconvenient? Ha! PROVIDE ME PROOF YOU INTEMPERATE WOMAN!)
+ </p>
+ <p id="c07c">
+ Make no mistake, there’s some sexist shit going on here. Every tweet I’ve quoted was authored by a guy.
+ </p>
+ <p id="8b32">
+ Of course, Marco has to play the “I’ve been around longer than you” card with this bon mot:
+ </p>
+ <blockquote>
+ <p id="de26">
+ Yup, before you existed!
+ </p>
+ </blockquote>
+ <p id="a3bd">
+ Really dude? I mean, I’m sorry about the penis, but really?
+ </p>
+ <p id="1c51">
+ Mind you, when the criticism isn’t just bizarrely stupid, Samantha reacts the way Marco and his ilk claim they would to (if they ever got any <em>valid</em> criticism. Which clearly is impossible):
+ </p>
+ <blockquote>
+ <p id="9848">
+ Not to get into the middle of this, but “income” is not the term you’re looking for. “Revenue” is.
+ </p>
+ <p id="f2a6">
+ lol. Noted.
+ </p>
+ <p id="aed9">
+ And I wasn’t intending to be a dick, just a lot of people hear/say “income” when they intend “revenue”, and then discussion …
+ </p>
+ <p id="f9d8">
+ … gets derailed by a jedi handwave of “Expenses”. But outside of charitable donation, it is all directly related.
+ </p>
+ <p id="f61c">
+ haha. Thank you for the clarification.
+ </p>
+ </blockquote>
+ <p id="5dd9">
+ Note to Marco and the other…whatever they are…that is how one reacts to that kind of criticism. With a bit of humor and self-deprecation. You should try it sometime. For real, not just in your heads or conversations in Irish Pubs in S.F.
+ </p>
+ <p id="dc44">
+ But now, the door has been cracked, and the cheap shots come out:
+ </p>
+ <blockquote>
+ <p id="0c94">
+ @testflight_app: Don’t worry guys, we process <a href="https://twitter.com/marcoarment" target="_blank" rel="noopener nofollow">@marcoarment</a>’s apps in direct proportion to his megabucks earnings. <a href="https://twitter.com/hashtag/fairelephant?src=hash" target="_blank" rel="noopener nofollow">#fairelephant</a>
+ </p>
+ </blockquote>
+ <p id="343b">
+ (Note: testflight_app is a parody account. Please do not mess with the actual testflight folks. They are still cool.)
+ </p>
+ <p id="09bf">
+ Or this…conversation:
+ </p>
+ <figure>
+ <div>
+ <p><img alt="Image for post" src="https://miro.medium.com/max/796/1*kbPh7V97eyRodSOw2-ALDw.png" width="398" height="542" srcset="https://miro.medium.com/max/552/1*kbPh7V97eyRodSOw2-ALDw.png 276w, https://miro.medium.com/max/796/1*kbPh7V97eyRodSOw2-ALDw.png 398w" sizes="398px" data-old-src="https://miro.medium.com/max/44/1*kbPh7V97eyRodSOw2-ALDw.png?q=20">
+ </p>
</div>
- </figure>
- <p name="f2a3" id="f2a3">Good job guys. Good job. Defend the tribe. Attack the other. Frederico attempts to recover from his stunning display of demeaning douchery: <a href="https://twitter.com/viticci" data-href="https://twitter.com/viticci" rel="nofollow noopener" target="_blank">‏@viticci</a>: <a href="https://twitter.com/s_bielefeld" data-href="https://twitter.com/s_bielefeld" rel="nofollow noopener" target="_blank">@s_bielefeld</a> I don’t know if it’s an Italian thing, but counting other people’s money is especially weird for me. IMO, bad move in the post.</p>
- <p name="ae0c" id="ae0c">Samantha is clearly sick of his crap: <a href="https://twitter.com/s_bielefeld" data-href="https://twitter.com/s_bielefeld" rel="nofollow noopener" target="_blank">‏@s_bielefeld</a>: <a href="https://twitter.com/viticci" data-href="https://twitter.com/viticci" rel="nofollow noopener" target="_blank">@viticci</a> That’s what I’m referring to, the mistake of ever having mentioned it. So, now, Marco can ignore the bigger issue and go on living.</p>
- <p name="2047" id="2047">Good for her. There’s being patient and being roadkill.</p>
- <p name="4139" id="4139">Samantha does put the call out for her sources to maybe let her use their names:</p>
- <blockquote name="6626" id="6626">From all of you I heard from earlier, anyone care to go on record?</blockquote>
- <p name="8a7d" id="8a7d">My good friend, The Angry Drunk points out the obvious problem:</p>
- <blockquote name="68c9" id="68c9">Nobody’s going to go on record when they count on Marco’s friends for their PR.</blockquote>
- <p name="317d" id="317d">This is true. Again, the sites that are Friends of Marco:</p>
- <p name="9523" id="9523">Daring Fireball</p>
- <p name="dbc7" id="dbc7">The Loop</p>
- <p name="c706" id="c706">SixColors</p>
- <p name="0acb" id="0acb">iMore</p>
- <p name="8c8c" id="8c8c">MacStories</p>
- <p name="643e" id="643e">A few others, but I want this post to end one day.</p>
- <p name="6b76" id="6b76">You piss that crew off, and given how petty rather a few of them have demonstrated they are, good luck on getting any kind of notice from them.</p>
- <p name="f7d1" id="f7d1">Of course, the idea this could happen is just craycray:</p>
- <blockquote name="de59" id="de59"><a href="https://twitter.com/KevinColeman" data-href="https://twitter.com/KevinColeman" rel="nofollow noopener" target="_blank">@KevinColeman </a><a href="https://twitter.com/Angry_Drunk" data-href="https://twitter.com/Angry_Drunk" rel="nofollow noopener" target="_blank">.@Angry_Drunk</a> <a href="https://twitter.com/s_bielefeld" data-href="https://twitter.com/s_bielefeld" rel="nofollow noopener" target="_blank">@s_bielefeld</a> <a href="https://twitter.com/marcoarment" data-href="https://twitter.com/marcoarment" rel="nofollow noopener" target="_blank">@marcoarment</a> Wow, you guys are veering right into crazy conspiracy theory territory. <a href="https://twitter.com/hashtag/JetFuelCantMeltSteelBeams?src=hash" data-href="https://twitter.com/hashtag/JetFuelCantMeltSteelBeams?src=hash" rel="nofollow noopener" target="_blank">#JetFuelCantMeltSteelBeams</a></blockquote>
- <p name="f01b" id="f01b">Yeah. Because a mature person like Marco would never do anything like that.</p>
- <p name="7e30" id="7e30">Of course, the real point on this is starting to happen:</p>
- <blockquote name="5d93" id="5d93">you’re getting a lot of heat now but happy you are writing things that stir up the community. Hope you continue to be a voice!</blockquote>
- <blockquote name="436b" id="436b">I doubt I will.</blockquote>
- <p name="ac25" id="ac25">See, they’ve done their job. Mess with the bull, you get the horns. Maybe you should find another thing to write about, this isn’t a good place for you. <em>Great</em> job y’all.</p>
- <p name="07ba" id="07ba">Some people aren’t even pretending. They’re just in full strawman mode:</p>
- <blockquote name="3d60" id="3d60"><a href="https://twitter.com/timkeller" data-href="https://twitter.com/timkeller" rel="nofollow noopener" target="_blank">@timkeller: </a>Unfair to begrudge a person for leveraging past success, especially when that success is earned. No ‘luck’ involved.</blockquote>
- <blockquote name="87f5" id="87f5"><a href="https://twitter.com/s_bielefeld" data-href="https://twitter.com/s_bielefeld" rel="nofollow noopener" target="_blank">@s_bielefeld: </a><a href="https://twitter.com/timkeller" data-href="https://twitter.com/timkeller" rel="nofollow noopener" target="_blank">@timkeller</a> I plainly stated that I don’t hold his doing this against him. Way to twist words.</blockquote>
- <p name="3720" id="3720">I think she’s earned her anger at this point.</p>
- <p name="7341" id="7341">Don’t worry, Marco knows what the real problem is: most devs just suck —</p>
- <figure name="babe" id="babe">
- <div>
-
-
+ </figure>
+ <p id="f2a3">
+ Good job guys. Good job. Defend the tribe. Attack the other. Frederico attempts to recover from his stunning display of demeaning douchery: <a href="https://twitter.com/viticci" target="_blank" rel="noopener nofollow">‏@viticci</a>: <a href="https://twitter.com/s_bielefeld" target="_blank" rel="noopener nofollow">@s_bielefeld</a> I don’t know if it’s an Italian thing, but counting other people’s money is especially weird for me. IMO, bad move in the post.
+ </p>
+ <p id="ae0c">
+ Samantha is clearly sick of his crap: <a href="https://twitter.com/s_bielefeld" target="_blank" rel="noopener nofollow">‏@s_bielefeld</a>: <a href="https://twitter.com/viticci" target="_blank" rel="noopener nofollow">@viticci</a> That’s what I’m referring to, the mistake of ever having mentioned it. So, now, Marco can ignore the bigger issue and go on living.
+ </p>
+ <p id="2047">
+ Good for her. There’s being patient and being roadkill.
+ </p>
+ <p id="4139">
+ Samantha does put the call out for her sources to maybe let her use their names:
+ </p>
+ <blockquote>
+ <p id="6626">
+ From all of you I heard from earlier, anyone care to go on record?
+ </p>
+ </blockquote>
+ <p id="8a7d">
+ My good friend, The Angry Drunk points out the obvious problem:
+ </p>
+ <blockquote>
+ <p id="68c9">
+ Nobody’s going to go on record when they count on Marco’s friends for their PR.
+ </p>
+ </blockquote>
+ <p id="317d">
+ This is true. Again, the sites that are Friends of Marco:
+ </p>
+ <p id="9523">
+ Daring Fireball
+ </p>
+ <p id="dbc7">
+ The Loop
+ </p>
+ <p id="c706">
+ SixColors
+ </p>
+ <p id="0acb">
+ iMore
+ </p>
+ <p id="8c8c">
+ MacStories
+ </p>
+ <p id="643e">
+ A few others, but I want this post to end one day.
+ </p>
+ <p id="6b76">
+ You piss that crew off, and given how petty rather a few of them have demonstrated they are, good luck on getting any kind of notice from them.
+ </p>
+ <p id="f7d1">
+ Of course, the idea this could happen is just craycray:
+ </p>
+ <blockquote>
+ <p id="de59">
+ <a href="https://twitter.com/KevinColeman" target="_blank" rel="noopener nofollow">@KevinColeman</a> <a href="https://twitter.com/Angry_Drunk" target="_blank" rel="noopener nofollow">.@Angry_Drunk</a> <a href="https://twitter.com/s_bielefeld" target="_blank" rel="noopener nofollow">@s_bielefeld</a> <a href="https://twitter.com/marcoarment" target="_blank" rel="noopener nofollow">@marcoarment</a> Wow, you guys are veering right into crazy conspiracy theory territory. <a href="https://twitter.com/hashtag/JetFuelCantMeltSteelBeams?src=hash" target="_blank" rel="noopener nofollow">#JetFuelCantMeltSteelBeams</a>
+ </p>
+ </blockquote>
+ <p id="f01b">
+ Yeah. Because a mature person like Marco would never do anything like that.
+ </p>
+ <p id="7e30">
+ Of course, the real point on this is starting to happen:
+ </p>
+ <blockquote>
+ <p id="5d93">
+ you’re getting a lot of heat now but happy you are writing things that stir up the community. Hope you continue to be a voice!
+ </p>
+ <p id="436b">
+ I doubt I will.
+ </p>
+ </blockquote>
+ <p id="ac25">
+ See, they’ve done their job. Mess with the bull, you get the horns. Maybe you should find another thing to write about, this isn’t a good place for you. <em>Great</em> job y’all.
+ </p>
+ <p id="07ba">
+ Some people aren’t even pretending. They’re just in full strawman mode:
+ </p>
+ <blockquote>
+ <p id="3d60">
+ <a href="https://twitter.com/timkeller" target="_blank" rel="noopener nofollow">@timkeller:</a> Unfair to begrudge a person for leveraging past success, especially when that success is earned. No ‘luck’ involved.
+ </p>
+ <p id="87f5">
+ <a href="https://twitter.com/s_bielefeld" target="_blank" rel="noopener nofollow">@s_bielefeld:</a> <a href="https://twitter.com/timkeller" target="_blank" rel="noopener nofollow">@timkeller</a> I plainly stated that I don’t hold his doing this against him. Way to twist words.
+ </p>
+ </blockquote>
+ <p id="3720">
+ I think she’s earned her anger at this point.
+ </p>
+ <p id="7341">
+ Don’t worry, Marco knows what the real problem is: most devs just suck —
+ </p>
+ <figure>
+ <div>
+ <p><img alt="Image for post" src="https://miro.medium.com/max/1388/1*Fpb2Bvdx7Q-688vdm-NdkQ.png" width="694" height="771" srcset="https://miro.medium.com/max/552/1*Fpb2Bvdx7Q-688vdm-NdkQ.png 276w, https://miro.medium.com/max/1104/1*Fpb2Bvdx7Q-688vdm-NdkQ.png 552w, https://miro.medium.com/max/1280/1*Fpb2Bvdx7Q-688vdm-NdkQ.png 640w, https://miro.medium.com/max/1388/1*Fpb2Bvdx7Q-688vdm-NdkQ.png 694w" sizes="694px" data-old-src="https://miro.medium.com/max/54/1*Fpb2Bvdx7Q-688vdm-NdkQ.png?q=20">
+ </p>
</div>
- </figure>
- <p name="503d" id="503d">I have a saying that applies in this case: don’t place your head so far up your nethers that you go full Klein Bottle. Marco has gone full Klein Bottle. (To be correct, he went FKB some years ago.)</p>
- <p name="b8c0" id="b8c0">There are some bright spots. My favorite is when Building Twenty points out the <em>real</em> elephant in the room:</p>
- <blockquote name="36f4" id="36f4"><a href="https://twitter.com/BuildingTwenty" data-href="https://twitter.com/BuildingTwenty" rel="nofollow noopener" target="_blank">@BuildingTwenty</a>: Both <a href="https://twitter.com/s_bielefeld" data-href="https://twitter.com/s_bielefeld" rel="nofollow noopener" target="_blank">@s_bielefeld</a> &amp; I wrote similar critiques of <a href="https://twitter.com/marcoarment" data-href="https://twitter.com/marcoarment" rel="nofollow noopener" target="_blank">@marcoarment</a>’s pricing model yet the Internet pilloried only the woman. Who’d have guessed?</blockquote>
- <p name="06b9" id="06b9">Yup.</p>
- <p name="eff9" id="eff9">Another bright spot are these comments from Ian Betteridge, who has been doing this <em>even longer than Marco</em>:</p>
- <blockquote name="18f1" id="18f1">You know, any writer who has never made a single factual error in a piece hasn’t ever written anything worth reading.</blockquote>
- <blockquote name="9776" id="9776">I learned my job with the support of people who helped me. Had I suffered an Internet pile on for every error I wouldn’t have bothered.</blockquote>
- <p name="8d44" id="8d44">To which Samantha understandably replies:</p>
- <blockquote name="7147" id="7147">and it’s honestly something I’m contemplating right now, whether to continue…</blockquote>
- <p name="e0cd" id="e0cd">Gee, I can’t imagine why. Why with comments like this from Chris Breen that completely misrepresent Samantha’s point, (who until today, I would have absolutely defended as being better than this, something I am genuinely saddened to be wrong about), why wouldn’t she want to continue doing this?</p>
- <blockquote name="a379" id="a379">If I have this right, some people are outraged that a creator has decided to give away his work.</blockquote>
- <p name="f026" id="f026">No Chris, you don’t have this right. But hey, who has time to find out the real issue and read an article. I’m sure your friends told you everything you need to know.</p>
- <p name="e1c2" id="e1c2">Noted Feminist Glenn Fleishman gets a piece of the action too:</p>
- <figure name="067c" id="067c">
- <div>
-
-
+ </figure>
+ <p id="503d">
+ I have a saying that applies in this case: don’t place your head so far up your nethers that you go full Klein Bottle. Marco has gone full Klein Bottle. (To be correct, he went FKB some years ago.)
+ </p>
+ <p id="b8c0">
+ There are some bright spots. My favorite is when Building Twenty points out the <em>real</em> elephant in the room:
+ </p>
+ <blockquote>
+ <p id="36f4">
+ <a href="https://twitter.com/BuildingTwenty" target="_blank" rel="noopener nofollow">@BuildingTwenty</a>: Both <a href="https://twitter.com/s_bielefeld" target="_blank" rel="noopener nofollow">@s_bielefeld</a> &amp; I wrote similar critiques of <a href="https://twitter.com/marcoarment" target="_blank" rel="noopener nofollow">@marcoarment</a>’s pricing model yet the Internet pilloried only the woman. Who’d have guessed?
+ </p>
+ </blockquote>
+ <p id="06b9">
+ Yup.
+ </p>
+ <p id="eff9">
+ Another bright spot are these comments from Ian Betteridge, who has been doing this <em>even longer than Marco</em>:
+ </p>
+ <blockquote>
+ <p id="18f1">
+ You know, any writer who has never made a single factual error in a piece hasn’t ever written anything worth reading.
+ </p>
+ <p id="9776">
+ I learned my job with the support of people who helped me. Had I suffered an Internet pile on for every error I wouldn’t have bothered.
+ </p>
+ </blockquote>
+ <p id="8d44">
+ To which Samantha understandably replies:
+ </p>
+ <blockquote>
+ <p id="7147">
+ and it’s honestly something I’m contemplating right now, whether to continue…
+ </p>
+ </blockquote>
+ <p id="e0cd">
+ Gee, I can’t imagine why. Why with comments like this from Chris Breen that completely misrepresent Samantha’s point, (who until today, I would have absolutely defended as being better than this, something I am genuinely saddened to be wrong about), why wouldn’t she want to continue doing this?
+ </p>
+ <blockquote>
+ <p id="a379">
+ If I have this right, some people are outraged that a creator has decided to give away his work.
+ </p>
+ </blockquote>
+ <p id="f026">
+ No Chris, you don’t have this right. But hey, who has time to find out the real issue and read an article. I’m sure your friends told you everything you need to know.
+ </p>
+ <p id="e1c2">
+ Noted Feminist Glenn Fleishman gets a piece of the action too:
+ </p>
+ <figure>
+ <div>
+ <p><img alt="Image for post" src="https://miro.medium.com/max/616/1*lvOySry5gHHJfGU_bQXrzA.png" width="308" height="269" srcset="https://miro.medium.com/max/552/1*lvOySry5gHHJfGU_bQXrzA.png 276w, https://miro.medium.com/max/616/1*lvOySry5gHHJfGU_bQXrzA.png 308w" sizes="308px" data-old-src="https://miro.medium.com/max/60/1*lvOySry5gHHJfGU_bQXrzA.png?q=20">
+ </p>
</div>
- </figure>
- <p name="4df8" id="4df8">I’m not actually surprised here. I watched Fleishman berate a friend of mine who has been an engineer for…heck, waaaaay too long on major software products in the most condescending way because she tried to point out that as a <em>very</em> technical woman, “The Magazine” literally had nothing to say to her and maybe he should fix that. “Impertinent” was I believe what he called her, but I may have the specific word wrong. Not the attitude mind you. Great Feminists like Glenn do not like uppity women criticizing Great Feminists who are their Great Allies.</p>
- <p name="bf45" id="bf45">Great Feminists are often tools.</p>
- </div>
- </div>
- </section>
- <section name="c883">
-
- <div>
- <div>
- <p name="45bb" id="45bb">Luckily, I hope, the people who get Samantha’s point also started chiming in (and you get 100% of the women commenting here that I’ve seen):</p>
- <blockquote name="c053" id="c053">I don’t think he’s wrong for doing it, he just discusses it as if the market’s a level playing field — it isn’t</blockquote>
- <blockquote name="7b5e" id="7b5e">This is a great article with lots of great points about the sustainability of iOS development. Thank you for publishing it.</blockquote>
- <blockquote name="a321" id="a321">Regardless of the numbers and your view of MA, fair points here about confirmation bias in app marketing feasibility <a href="http://t.co/u79ZLsnhdM" data-href="http://t.co/u79ZLsnhdM" title="http://samanthabielefeld.com/the-elephant-in-the-room" rel="nofollow noopener" target="_blank">http://samanthabielefeld.com/the-elephant-in-the-room …</a></blockquote>
- <blockquote name="76fe" id="76fe">thank you for posting this, it covers a lot of things people don’t like to talk about.</blockquote>
- <blockquote name="bf90" id="bf90">I’m sure you have caught untold amounts of flak over posting this because Marco is blind to his privilege as a developer.</blockquote>
- <blockquote name="0f66" id="0f66">Catching up on the debate, and agreeing with Harry’s remark. (Enjoyed your article, Samantha, and ‘got’ your point.)</blockquote>
- </div>
- </div>
- </section>
- <section name="8ab2">
-
- <div>
- <div>
- <p name="6134" id="6134">I would like to say I’m surprised at the reaction to Samantha’s article, but I’m not. In spite of his loud declarations of support for The Big Lie, Marco Arment is as bad at any form of criticism that he hasn’t already approved as a very insecure tween. An example from 2011: <a href="http://www.businessinsider.com/marco-arment-2011-9" data-href="http://www.businessinsider.com/marco-arment-2011-9" rel="nofollow noopener" target="_blank">http://www.businessinsider.com/marco-arment-2011-9</a></p>
- <p name="ba3c" id="ba3c">Marco is great with criticism as long as it never actually criticizes him. If it does, be prepared a flood of petty, petulant whining that a room full of bored preschoolers on a hot day would be hard-pressed to match.</p>
- <p name="a5a0" id="a5a0">Today has been…well, it sucks. It sucks because someone doing what all the Arments of the world claim to want was naive enough to believe what they were told, and found out the hard way just how big a lie The Big Lie is, and how vicious people are when you’re silly enough to believe anything they say about criticism.</p>
- <p name="2a25" id="2a25">And note again, every single condescending crack, misrepresentation, and strawman had an exclusively male source. Most of them have, at one point or another, loudly trumpted themselves as Feminist Allies, as a friend to women struggling with the sexism and misogyny in tech. Congratulations y’all on being just as bad as the people you claim to oppose.</p>
- <p name="a47a" id="a47a">Samantha has handled this better than anyone else could have. My respect for her as a person and a writer is off the charts. If she choses to walk away from blogging in the Apple space, <em>believe me</em> I understand. As bad as today was for her, I’ve seen worse. Much worse.</p>
- <p name="aa8e" id="aa8e">But I hope she doesn’t. I hope she stays, because she is Doing This Right, and in a corner of the internet that has become naught but an endless circle jerk, a cliquish collection, a churlish, childish cohort interested not in writing or the truth, but in making sure The Right People are elevated, and The Others put down, she is someone worth reading and listening to. The number people who owe her apologies goes around the block, and I don’t think she’ll ever see a one. I’m sure as heck not apologizing for them, I’ll not make their lives easier in the least.</p>
- <p name="34c5" id="34c5">All of you, all. of. you…Marco, Breen, Snell, Vittici, had a chance to live by your words. You were faced with reasoned, polite, respectful criticism and instead of what you should have done, you all dropped trou and sprayed an epic diarrheal discharge all over someone who had done nothing to deserve it. Me, I earned most of my aggro, Samantha did not earn any of the idiocy I’ve seen today. I hope you’re all proud of yourselves. Someone should be, it won’t be me. Ever.</p>
- <p name="9710" id="9710">So I hope she stays, but if she goes, I understand. For what it’s worth, I don’t think she’s wrong either way.</p>
- </div>
- </div>
- </section>
- </div>
-
- </article>
- </main>
-
-
- </div>
- </div>
- </div> \ No newline at end of file
+ </figure>
+ <p id="4df8">
+ I’m not actually surprised here. I watched Fleishman berate a friend of mine who has been an engineer for…heck, waaaaay too long on major software products in the most condescending way because she tried to point out that as a <em>very</em> technical woman, “The Magazine” literally had nothing to say to her and maybe he should fix that. “Impertinent” was I believe what he called her, but I may have the specific word wrong. Not the attitude mind you. Great Feminists like Glenn do not like uppity women criticizing Great Feminists who are their Great Allies.
+ </p>
+ <p id="bf45">
+ Great Feminists are often tools.
+ </p>
+ </div><div>
+ <p id="45bb">
+ Luckily, I hope, the people who get Samantha’s point also started chiming in (and you get 100% of the women commenting here that I’ve seen):
+ </p>
+ <blockquote>
+ <p id="c053">
+ I don’t think he’s wrong for doing it, he just discusses it as if the market’s a level playing field — it isn’t
+ </p>
+ <p id="7b5e">
+ This is a great article with lots of great points about the sustainability of iOS development. Thank you for publishing it.
+ </p>
+ <p id="a321">
+ Regardless of the numbers and your view of MA, fair points here about confirmation bias in app marketing feasibility <a href="http://t.co/u79ZLsnhdM" target="_blank" rel="noopener nofollow">http://samanthabielefeld.com/the-elephant-in-the-room …</a>
+ </p>
+ <p id="76fe">
+ thank you for posting this, it covers a lot of things people don’t like to talk about.
+ </p>
+ <p id="bf90">
+ I’m sure you have caught untold amounts of flak over posting this because Marco is blind to his privilege as a developer.
+ </p>
+ <p id="0f66">
+ Catching up on the debate, and agreeing with Harry’s remark. (Enjoyed your article, Samantha, and ‘got’ your point.)
+ </p>
+ </blockquote>
+ </div><div>
+ <p id="6134">
+ I would like to say I’m surprised at the reaction to Samantha’s article, but I’m not. In spite of his loud declarations of support for The Big Lie, Marco Arment is as bad at any form of criticism that he hasn’t already approved as a very insecure tween. An example from 2011: <a href="http://www.businessinsider.com/marco-arment-2011-9" target="_blank" rel="noopener nofollow">http://www.businessinsider.com/marco-arment-2011-9</a>
+ </p>
+ <p id="ba3c">
+ Marco is great with criticism as long as it never actually criticizes him. If it does, be prepared a flood of petty, petulant whining that a room full of bored preschoolers on a hot day would be hard-pressed to match.
+ </p>
+ <p id="a5a0">
+ Today has been…well, it sucks. It sucks because someone doing what all the Arments of the world claim to want was naive enough to believe what they were told, and found out the hard way just how big a lie The Big Lie is, and how vicious people are when you’re silly enough to believe anything they say about criticism.
+ </p>
+ <p id="2a25">
+ And note again, every single condescending crack, misrepresentation, and strawman had an exclusively male source. Most of them have, at one point or another, loudly trumpted themselves as Feminist Allies, as a friend to women struggling with the sexism and misogyny in tech. Congratulations y’all on being just as bad as the people you claim to oppose.
+ </p>
+ <p id="a47a">
+ Samantha has handled this better than anyone else could have. My respect for her as a person and a writer is off the charts. If she choses to walk away from blogging in the Apple space, <em>believe me</em> I understand. As bad as today was for her, I’ve seen worse. Much worse.
+ </p>
+ <p id="aa8e">
+ But I hope she doesn’t. I hope she stays, because she is Doing This Right, and in a corner of the internet that has become naught but an endless circle jerk, a cliquish collection, a churlish, childish cohort interested not in writing or the truth, but in making sure The Right People are elevated, and The Others put down, she is someone worth reading and listening to. The number people who owe her apologies goes around the block, and I don’t think she’ll ever see a one. I’m sure as heck not apologizing for them, I’ll not make their lives easier in the least.
+ </p>
+ <p id="34c5">
+ All of you, all. of. you…Marco, Breen, Snell, Vittici, had a chance to live by your words. You were faced with reasoned, polite, respectful criticism and instead of what you should have done, you all dropped trou and sprayed an epic diarrheal discharge all over someone who had done nothing to deserve it. Me, I earned most of my aggro, Samantha did not earn any of the idiocy I’ve seen today. I hope you’re all proud of yourselves. Someone should be, it won’t be me. Ever.
+ </p>
+ <p id="9710">
+ So I hope she stays, but if she goes, I understand. For what it’s worth, I don’t think she’s wrong either way.
+ </p>
+ </div> \ No newline at end of file
diff --git a/test/test-pages/medium-3/source.html b/test/test-pages/medium-3/source.html
index 37c2464..1bd8d82 100644
--- a/test/test-pages/medium-3/source.html
+++ b/test/test-pages/medium-3/source.html
@@ -1,4815 +1,1645 @@
<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:cc="http://creativecommons.org/ns#">
-
-<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# medium-com: http://ogp.me/ns/fb/medium-com#">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <title>Samantha and The Great Big Lie – John C. Welch – Medium</title>
- <link rel="canonical" href="https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1" />
- <meta name="title" content="Samantha and The Great Big Lie" />
- <meta name="referrer" content="always" />
- <meta name="description" content="(EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a…" />
- <meta property="og:title" content="Samantha and The Great Big Lie" />
- <meta property="og:url" content="https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1" />
- <meta property="og:image" content="https://cdn-images-1.medium.com/max/1200/1*kbPh7V97eyRodSOw2-ALDw.png" />
- <meta property="fb:app_id" content="542599432471018" />
- <meta property="og:description" content="How to get shanked doing what people say they want" />
- <meta name="twitter:description" content="How to get shanked doing what people say they want" />
- <meta name="twitter:image:src" content="https://cdn-images-1.medium.com/max/1200/1*kbPh7V97eyRodSOw2-ALDw.png" />
- <link rel="publisher" href="https://plus.google.com/103654360130207659246" />
- <link rel="author" href="https://medium.com/@johncwelch" />
- <meta name="author" content="John C. Welch" />
- <meta property="og:type" content="article" />
- <meta name="twitter:card" content="summary_large_image" />
- <meta property="article:publisher" content="https://www.facebook.com/medium" />
- <meta property="article:author" content="https://medium.com/@johncwelch" />
- <meta property="fb:smart_publish:robots" content="noauto" />
- <meta name="robots" content="index, follow" />
- <meta property="article:published_time" content="2015-10-15T02:19:15.607Z" />
- <meta name="twitter:site" content="@Medium" />
- <meta property="og:site_name" content="Medium" />
- <meta name="twitter:label1" value="Reading time" />
- <meta name="twitter:data1" value="18 min read" />
- <script type="application/ld+json">
- {
- "@context": "http://schema.org",
- "@type": "NewsArticle",
- "image": {
- "@type": "ImageObject",
- "width": 398,
- "height": 542,
- "url": "https://cdn-images-1.medium.com/max/796/1*kbPh7V97eyRodSOw2-ALDw.png"
- },
- "datePublished": "2015-10-15T02:19:15.607Z",
- "dateModified": "2015-12-11T14:28:34.438Z",
- "headline": "Samantha and The Great Big Lie",
- "name": "Samantha and The Great Big Lie",
- "keywords": [],
- "author": {
- "@type": "Person",
- "name": "John C. Welch",
- "url": "https://medium.com/@johncwelch"
- },
- "creator": ["John C. Welch"],
- "mainEntityOfPage": "https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1"
- }
- </script>
- <meta name="twitter:app:name:iphone" content="Medium" />
- <meta name="twitter:app:id:iphone" content="828256236" />
- <meta name="twitter:app:url:iphone" content="medium://p/d146a92473a1" />
- <meta property="al:ios:app_name" content="Medium" />
- <meta property="al:ios:app_store_id" content="828256236" />
- <meta property="al:android:package" content="com.medium.reader" />
- <meta property="al:android:app_name" content="Medium" />
- <meta property="al:ios:url" content="medium://p/d146a92473a1" />
- <meta property="al:android:url" content="medium://p/d146a92473a1" />
- <meta property="al:web:url" content="https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1" />
- <link rel="search" type="application/opensearchdescription+xml" title="Medium" href="/osd.xml" />
- <link rel="alternate" href="android-app://com.medium.reader/https/medium.com/p/d146a92473a1" />
- <meta name="theme-color" content="#000000" />
- <link rel="stylesheet" type="text/css" href="https://cdn-static-1.medium.com/_/fp/css/fonts-latin-base.141WxxXgxGxNcfeza73H7Q.css" />
- <link rel="stylesheet" href="https://cdn-static-1.medium.com/_/fp/css/main-base.FCIkh6GVUOig4-7oFthH1Q.css" />
- <script>
- if (window.top !== window.self) window.top.location = window.self.location.href;
- var OB_startTime = new Date().getTime();
- var OB_loadErrors = [];
-
- function _onerror(e) {
- OB_loadErrors.push(e)
- };
- if (document.addEventListener) document.addEventListener("error", _onerror, true);
- else if (document.attachEvent) document.attachEvent("onerror", _onerror);
-
- function _asyncScript(u) {
- var d = document,
- f = d.getElementsByTagName("script")[0],
- s = d.createElement("script");
- s.type = "text/javascript";
- s.async = true;
- s.src = u;
- f.parentNode.insertBefore(s, f);
- }
-
- function _asyncStyles(u) {
- var d = document,
- f = d.getElementsByTagName("script")[0],
- s = d.createElement("link");
- s.rel = "stylesheet";
- s.href = u;
- f.parentNode.insertBefore(s, f);
- return s
- }
- var _gaq = _gaq || [];
- _gaq.push(["_setAccount", "UA-24232453-2"]);
- _gaq.push(["_setDomainName", window.location.hostname]);
- _gaq.push(["_setAllowLinker", true]);
- _gaq.push(["_trackPageview"]);
- _asyncScript(("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js");
- (new Image()).src = "/_/stat?event=pixel.load&amp;origin=" + encodeURIComponent(location.origin);
- </script>
- <!--[if lt IE 9]><script charset="UTF-8" src="https://cdn-static-1.medium.com/_/fp/js/shiv.RI2ePTZ5gFmMgLzG5bEVAA.js"></script><![endif]-->
- <link rel="icon" href="https://cdn-static-1.medium.com/_/fp/icons/favicon-medium.TAS6uQ-Y7kcKgi0xjcYHXw.ico" class="js-favicon" />
- <link rel="apple-touch-icon" sizes="152x152" href="https://cdn-images-1.medium.com/fit/c/304/304/1*W0nmth_X8nFKjn6BZ388UQ.png" />
- <link rel="apple-touch-icon" sizes="120x120" href="https://cdn-images-1.medium.com/fit/c/240/240/1*W0nmth_X8nFKjn6BZ388UQ.png" />
- <link rel="apple-touch-icon" sizes="76x76" href="https://cdn-images-1.medium.com/fit/c/152/152/1*W0nmth_X8nFKjn6BZ388UQ.png" />
- <link rel="apple-touch-icon" sizes="60x60" href="https://cdn-images-1.medium.com/fit/c/120/120/1*W0nmth_X8nFKjn6BZ388UQ.png" />
- <link rel="mask-icon" href="https://cdn-static-1.medium.com/_/fp/icons/favicon.KjTfUJo7yJH_fCoUzzH3cg.svg" color="#171717" />
-</head>
-
-<body itemscope="" class=" postShowScreen browser-firefox os-mac is-withMagicUnderlines is-noJs">
- <script>
- document.body.className = document.body.className.replace(/(^|\s)is-noJs(\s|$)/, "$1is-js$2")
- </script>
- <div class="site-main" id="container">
- <div class="butterBar butterBar--error"></div>
- <div class="surface">
- <div id="prerendered" class="screenContent"><canvas class="canvas-renderer"></canvas>
- <div class="container u-maxWidth740 u-xs-margin0 notesPositionContainer js-notesPositionContainer"></div>
- <div class="metabar u-clearfix js-metabar">
- <div class="metabar-inner u-marginAuto u-maxWidth1000 u-paddingLeft20 u-paddingRight20 js-metabarMiddle">
- <div class="metabar-block metabar-block--left u-floatLeft u-height65 u-xs-height56"><a href="https://medium.com/" class="siteNav-logo" data-log-event="home"><span class="svgIcon svgIcon--logoNew svgIcon--45px is-flushLeft"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="45" height="45" viewBox="-17 18 45 45" data-multipart="true"><path d="M11.525 28.078c-.472-.225-.858.002-.858.506v20.044l8.616 4.113c.948.46 1.717.14 1.717-.7v-19.3a.22.22 0 0 0-.124-.19l-9.35-4.46v-.01z"/><path d="M.333 43.696l9.83-15.247c.278-.43.89-.6 1.36-.38l9.364 4.47c.06.03.082.1.047.15L10.666 48.63.333 43.698v-.002z"/><path d="M-8.57 28.35c-.786-.375-1.053-.096-.592.62L.333 43.696l10.333 4.932L.356 32.635a.156.156 0 0 0-.06-.054l-8.866-4.23z"/><path d="M.333 52.033c0 .84-.643 1.22-1.43.844l-8.045-3.84c-.472-.224-.858-.82-.858-1.325V28.89c0-.672.515-.976 1.145-.675l9.133 4.36a.092.092 0 0 1 .055.084v19.37z"/></svg></span><span class="u-textScreenReader">Homepage</span></a></div>
- <div class="metabar-block u-floatRight u-xs-absolute u-xs-textAlignRight u-xs-right0 u-xs-marginRight20 u-height65 u-xs-height56">
- <div class="buttonSet"><a class="button button--primary button--chromeless u-accentColor--buttonNormal is-inSiteNavBar u-lineHeight30 u-height32" href="https://medium.com/m/signin?redirect=https%3A%2F%2Fmedium.com%2F%40johncwelch%2Fsamantha-and-the-great-big-lie-d146a92473a1" data-action="sign-in-prompt" data-redirect="https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1" data-action-source="nav_signup">Sign in / Sign up</a></div>
- </div>
- </div>
+<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+ <head>
+ <meta data-rh="true" charset="utf-8" />
+ <script>
+ <![CDATA[
+ !function(c,f){var t,o,i,e=[],r={passive:!0,capture:!0},n=new Date,a="pointerup",u="pointercancel";function p(n,e){t||(t=e,o=n,i=new Date,w(f),s())}function s(){0<=o&&o<i-n&&(e.forEach(function(n){n(o,t)}),e=[])}function l(n){if(n.cancelable){var e=(1e12<n.timeStamp?new Date:performance.now())-n.timeStamp;"pointerdown"==n.type?function(n,e){function t(){p(n,e),i()}function o(){i()}function i(){f(a,t,r),f(u,o,r)}c(a,t,r),c(u,o,r)}(e,n):p(e,n)}}function w(e){["click","mousedown","keydown","touchstart","pointerdown"].forEach(function(n){e(n,l,r)})}w(c),self.perfMetrics=self.perfMetrics||{},self.perfMetrics.onFirstInputDelay=function(n){e.push(n),s()}}(addEventListener,removeEventListener)
+ ]]>
+ </script>
+ <script defer="defer" src="https://cdn.optimizely.com/js/16180790160.js"></script>
+ <title data-rh="true">
+ Samantha and The Great Big Lie. How to get shanked doing what people… | by John C. Welch | Medium
+ </title>
+ <meta data-rh="true" name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1" />
+ <meta data-rh="true" name="theme-color" content="#000000" />
+ <meta data-rh="true" name="twitter:app:name:iphone" content="Medium" />
+ <meta data-rh="true" name="twitter:app:id:iphone" content="828256236" />
+ <meta data-rh="true" property="al:ios:app_name" content="Medium" />
+ <meta data-rh="true" property="al:ios:app_store_id" content="828256236" />
+ <meta data-rh="true" property="al:android:package" content="com.medium.reader" />
+ <meta data-rh="true" property="fb:app_id" content="542599432471018" />
+ <meta data-rh="true" property="og:site_name" content="Medium" />
+ <meta data-rh="true" property="og:type" content="article" />
+ <meta data-rh="true" property="article:published_time" content="2015-12-11T14:28:34.438Z" />
+ <meta data-rh="true" name="title" content="Samantha and The Great Big Lie. How to get shanked doing what people… | by John C. Welch | Medium" />
+ <meta data-rh="true" property="og:title" content="Samantha and The Great Big Lie" />
+ <meta data-rh="true" property="twitter:title" content="Samantha and The Great Big Lie" />
+ <meta data-rh="true" name="twitter:site" content="@Medium" />
+ <meta data-rh="true" name="twitter:app:url:iphone" content="medium://p/d146a92473a1" />
+ <meta data-rh="true" property="al:android:url" content="medium://p/d146a92473a1" />
+ <meta data-rh="true" property="al:ios:url" content="medium://p/d146a92473a1" />
+ <meta data-rh="true" property="al:android:app_name" content="Medium" />
+ <meta data-rh="true" name="description" content="(EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a…" />
+ <meta data-rh="true" property="og:description" content="How to get shanked doing what people say they want" />
+ <meta data-rh="true" property="twitter:description" content="How to get shanked doing what people say they want" />
+ <meta data-rh="true" property="og:url" content="https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1" />
+ <meta data-rh="true" property="al:web:url" content="https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1" />
+ <meta data-rh="true" property="og:image" content="https://miro.medium.com/max/398/1*kbPh7V97eyRodSOw2-ALDw.png" />
+ <meta data-rh="true" name="twitter:image:src" content="https://miro.medium.com/max/398/1*kbPh7V97eyRodSOw2-ALDw.png" />
+ <meta data-rh="true" name="twitter:card" content="summary_large_image" />
+ <meta data-rh="true" property="article:author" content="https://medium.com/@johncwelch" />
+ <meta data-rh="true" name="author" content="John C. Welch" />
+ <meta data-rh="true" name="robots" content="index,follow,max-image-preview:large" />
+ <meta data-rh="true" name="referrer" content="unsafe-url" />
+ <meta data-rh="true" name="twitter:label1" value="Reading time" />
+ <meta data-rh="true" name="twitter:data1" value="18 min read" />
+ <meta data-rh="true" name="parsely-post-id" content="d146a92473a1" />
+ <link data-rh="true" rel="search" type="application/opensearchdescription+xml" title="Medium" href="/osd.xml" />
+ <link data-rh="true" rel="apple-touch-icon" sizes="152x152" href="https://cdn-images-1.medium.com/fit/c/152/152/1*8I-HPL0bfoIzGied-dzOvA.png" />
+ <link data-rh="true" rel="apple-touch-icon" sizes="120x120" href="https://cdn-images-1.medium.com/fit/c/120/120/1*8I-HPL0bfoIzGied-dzOvA.png" />
+ <link data-rh="true" rel="apple-touch-icon" sizes="76x76" href="https://cdn-images-1.medium.com/fit/c/76/76/1*8I-HPL0bfoIzGied-dzOvA.png" />
+ <link data-rh="true" rel="apple-touch-icon" sizes="60x60" href="https://cdn-images-1.medium.com/fit/c/60/60/1*8I-HPL0bfoIzGied-dzOvA.png" />
+ <link data-rh="true" rel="mask-icon" href="https://cdn-static-1.medium.com/_/fp/icons/monogram-mask.KPLCSFEZviQN0jQ7veN2RQ.svg" color="#171717" />
+ <link data-rh="true" id="glyph_link" rel="stylesheet" type="text/css" href="https://glyph.medium.com/css/e/sr/latin/e/ssr/latin/e/ssb/latin/m2.css" />
+ <link data-rh="true" rel="author" href="https://medium.com/@johncwelch" />
+ <link data-rh="true" rel="canonical" href="https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1" />
+ <link data-rh="true" rel="alternate" href="android-app://com.medium.reader/https/medium.com/p/d146a92473a1" />
+ <link data-rh="true" rel="icon" href="https://cdn-static-1.medium.com/_/fp/icons/favicon-rebrand-medium.3Y6xpZ-0FSdWDnPM3hSBIA.ico" />
+ <script data-rh="true" type="application/ld+json">
+ <![CDATA[
+ {"@context":"http:\u002F\u002Fschema.org","@type":"NewsArticle","image":["https:\u002F\u002Fmiro.medium.com\u002Fmax\u002F1200\u002F1*kbPh7V97eyRodSOw2-ALDw.png"],"url":"https:\u002F\u002Fmedium.com\u002F@johncwelch\u002Fsamantha-and-the-great-big-lie-d146a92473a1","dateCreated":"2015-10-15T02:19:15.607Z","datePublished":"2015-10-15T02:19:15.607Z","dateModified":"2018-04-22T22:24:24.777Z","headline":"Samantha and The Great Big Lie - John C. Welch - Medium","name":"Samantha and The Great Big Lie - John C. Welch - Medium","description":"(EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a…","identifier":"d146a92473a1","keywords":["Lite:true","Elevated:false","LockedPostSource:LOCKED_POST_SOURCE_NONE","LayerCake:0"],"author":{"@type":"Person","name":"John C. Welch","url":"https:\u002F\u002Fmedium.com\u002F@johncwelch"},"creator":["John C. Welch"],"publisher":{"@type":"Organization","name":"Medium","url":"https:\u002F\u002Fmedium.com\u002F","logo":{"@type":"ImageObject","width":308,"height":60,"url":"https:\u002F\u002Fmiro.medium.com\u002Fmax\u002F616\u002F1*OMF3fSqH8t4xBJ9-6oZDZw.png"}},"mainEntityOfPage":"https:\u002F\u002Fmedium.com\u002F@johncwelch\u002Fsamantha-and-the-great-big-lie-d146a92473a1"}
+ ]]>
+ </script>
+ <script data-rh="true">
+ <![CDATA[
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+ ga('create', 'UA-24232453-2', 'auto');
+ ga('send', 'pageview');
+ ]]>
+ </script>
+ <link rel="preload" href="https://cdn.optimizely.com/js/16180790160.js" as="script" />
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="STATIC">
+ /*<![CDATA[*/
+ html{box-sizing:border-box}*, *:before, *:after{box-sizing:inherit}body{margin:0;padding:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;color:rgba(0,0,0,0.8);position:relative;min-height:100vh}h1, h2, h3, h4, h5, h6, dl, dd, ol, ul, menu, figure, blockquote, p, pre, form{margin:0}menu, ol, ul{padding:0;list-style:none;list-style-image:none}main{display:block}a{color:inherit;text-decoration:none}a, button, input{-webkit-tap-highlight-color:transparent}img, svg{vertical-align:middle}button{background:transparent;overflow:visible}button, input, optgroup, select, textarea{margin:0}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="KEYFRAME">
+ /*<![CDATA[*/
+ @-webkit-keyframes k1{0%{opacity:0.8}50%{opacity:0.5}100%{opacity:0.8}}@-moz-keyframes k1{0%{opacity:0.8}50%{opacity:0.5}100%{opacity:0.8}}@keyframes k1{0%{opacity:0.8}50%{opacity:0.5}100%{opacity:0.8}}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE">
+ /*<![CDATA[*/
+ .a{font-family:medium-content-sans-serif-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif}.b{font-weight:400}.c{background-color:rgba(255, 255, 255, 1)}.l{height:100vh}.m{width:100vw}.n{display:flex}.o{align-items:center}.p{justify-content:center}.q{fill:rgba(41, 41, 41, 1)}.r{display:block}.s{position:absolute}.t{top:0}.u{left:0}.v{right:0}.w{z-index:500}.x{box-shadow:0 4px 12px 0 rgba(0, 0, 0, 0.05)}.ag{max-width:1192px}.ah{min-width:0}.ai{width:100%}.aj{height:65px}.am{flex:1 0 auto}.an{display:none}.ap{visibility:hidden}.aq{margin-left:16px}.ar{color:rgba(2, 158, 116, 1)}.as{fill:rgba(3, 168, 124, 1)}.at{font-size:inherit}.au{border:inherit}.av{font-family:inherit}.aw{letter-spacing:inherit}.ax{font-weight:inherit}.ay{padding:0}.az{margin:0}.ba:hover{cursor:pointer}.bb:hover{color:rgba(1, 143, 105, 1)}.bc:hover{fill:rgba(2, 158, 116, 1)}.bd:disabled{cursor:default}.be:disabled{color:rgba(45, 132, 255, 0.5)}.bf:disabled{fill:rgba(45, 132, 255, 0.5)}.bg{flex:0 0 auto}.bh{color:inherit}.bi{fill:inherit}.bj:hover{color:rgba(25, 25, 25, 1)}.bk:hover{fill:rgba(25, 25, 25, 1)}.bl:disabled{color:rgba(117, 117, 117, 1)}.bm:disabled{fill:rgba(117, 117, 117, 1)}.bn{font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif}.bo{font-style:normal}.bp{line-height:20px}.bq{font-size:15.8px}.br{letter-spacing:0px}.bs{color:rgba(117, 117, 117, 1)}.bt{fill:rgba(117, 117, 117, 1)}.bu{margin-bottom:0px}.bw{top:0px}.bx{left:0px}.by{height:100%}.bz{position:fixed}.ca{background-color:rgba(0, 0, 0, 0.08)}.cb{z-index:510}.cc{cursor:pointer}.cd{opacity:0}.ce{transition:opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s}.cf{pointer-events:none}.cg{width:414px}.ch{z-index:520}.ci{background-color:white}.cj{left:100%}.ck{box-sizing:border-box}.cl{overflow:auto}.cm{-ms-overflow-style:-ms-autohiding-scrollbar}.cn{box-shadow:rgba(0, 0, 0, 0.15) 0px 4px 12px}.co{opacity:1}.cp{transform:translateX(0px)}.cq{transition:transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s}.cx{padding-bottom:18px}.cy{padding:24px}.cz{flex-direction:row}.da{justify-content:space-between}.db{font-weight:600}.dc{font-size:22px}.dd{line-height:28px}.de{color:rgba(41, 41, 41, 1)}.df{position:relative}.dg{right:-7px}.dh{padding:0 24px}.di{animation:k1 1.2s ease-in-out infinite}.dj{padding:32px 0}.dk{border-radius:100%}.dl{height:32px}.dm{width:32px}.dn{background-color:rgba(242, 242, 242, 1)}.do{margin-left:8px}.dp{margin-top:4px}.dq{margin-bottom:8px}.dr{height:8px}.ds{width:120px}.dt{width:80px}.du{margin-top:12px}.dv{height:10px}.dw{width:90%}.dx{padding-left:24px}.dy{padding-right:24px}.dz{margin-left:auto}.ea{margin-right:auto}.eb{max-width:728px}.ec{top:calc(100vh + 100px)}.ed{bottom:calc(100vh + 100px)}.ee{width:10px}.ef{word-break:break-word}.eg{word-wrap:break-word}.eh:after{display:block}.ei:after{content:""}.ej:after{clear:both}.ek{max-width:680px}.el{line-height:1.23}.em{letter-spacing:0}.en{font-family:medium-content-title-font, Georgia, Cambria, "Times New Roman", Times, serif}.fd{margin-bottom:-0.27em}.fe{margin-top:32px}.fi{border-radius:50%}.fj{height:48px}.fk{width:48px}.fl{margin-left:12px}.fm{margin-bottom:2px}.fo{font-weight:300}.fp{font-size:16px}.fq{overflow:hidden}.fr{max-height:20px}.fs{text-overflow:ellipsis}.ft{display:-webkit-box}.fu{-webkit-line-clamp:1}.fv{-webkit-box-orient:vertical}.fw:hover{text-decoration:underline}.fx{padding:0px 8px}.fy{background:0}.fz{border-color:rgba(117, 117, 117, 1)}.ga:hover{color:rgba(8, 8, 8, 1)}.gb:hover{fill:rgba(8, 8, 8, 1)}.gc:hover{border-color:rgba(41, 41, 41, 1)}.gd:disabled{fill:rgba(61, 61, 61, 1)}.ge:disabled{border-color:rgba(204, 204, 204, 1)}.gf:disabled{cursor:inherit}.gg:disabled:hover{color:rgba(117, 117, 117, 1)}.gh:disabled:hover{fill:rgba(61, 61, 61, 1)}.gi:disabled:hover{border-color:rgba(204, 204, 204, 1)}.gj{border-radius:4px}.gk{line-height:18px}.gl{font-size:15px}.gm{border-width:1px}.gn{border-style:solid}.go{display:inline-block}.gp{text-decoration:none}.gq{align-items:flex-end}.gy{padding-right:6px}.gz{margin-right:8px}.ha{margin-right:-6px}.hb{line-height:1.58}.hc{letter-spacing:-0.004em}.hd{font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif}.hy{margin-bottom:-0.46em}.hz{box-shadow:inset 3px 0 0 0 rgba(41, 41, 41, 1)}.ia{padding-left:23px}.ib{margin-left:-20px}.ic{font-style:italic}.id{font-family:medium-content-slab-serif-font, Georgia, Cambria, "Times New Roman", Times, serif}.ie{font-size:28px}.if{color:rgba(8, 8, 8, 1)}.ig{border:none}.ih{margin-top:30px}.ii{text-align:center}.ij:before{content:"..."}.ik:before{letter-spacing:0.6em}.il:before{text-indent:0.6em}.im:before{font-style:italic}.in:before{line-height:1.4}.io{list-style-type:decimal}.ip{margin-left:30px}.iq{padding-left:0px}.ir{background-repeat:repeat-x}.is{background-image:linear-gradient(to right,rgba(41, 41, 41, 1) 100%,rgba(41, 41, 41, 1) 0);background-image:url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 1 1" xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="1" y2="1" stroke="rgba(41, 41, 41, 1)" /></svg>')}.it{background-size:1px 1px}.iu{background-position:0 1.05em;background-position:0 calc(1em + 1px)}.ja{max-width:398px}.jg{clear:both}.jh{transition:opacity 100ms 400ms}.ji{will-change:transform}.jj{transform:translateZ(0)}.jk{margin:auto}.jl{padding-bottom:136.18090452261305%}.jm{height:0}.jn{filter:blur(20px)}.jo{transform:scale(1.1)}.jp{visibility:visible}.jq{max-width:694px}.jr{padding-bottom:111.09510086455332%}.js{max-width:308px}.jt{padding-bottom:87.33766233766235%}.ju{will-change:opacity}.jv{width:188px}.jw{left:50%}.jx{transform:translateX(406px)}.jy{top:calc(65px + 54px + 14px)}.kb{top:159px}.kd{width:131px}.ke{flex-direction:column}.kf{padding-top:28px}.kg{margin-bottom:19px}.kh{margin-left:-3px}.kn{outline:0}.ko{border:0}.kp{user-select:none}.kq> svg{pointer-events:none}.kr:active{border-style:none}.ks{-webkit-user-select:none}.kt:focus{fill:rgba(117, 117, 117, 1)}.ku:hover{fill:rgba(117, 117, 117, 1)}.lc button{text-align:left}.ld{opacity:0.4}.le{cursor:not-allowed}.lf{padding-right:9px}.lo{margin-top:40px}.lp{flex-wrap:wrap}.lq{margin-top:25px}.lr{max-width:155px}.lv{top:1px}.ly{align-items:flex-start}.mk{margin-left:-1px}.ml{margin-left:-4px}.mt{padding-right:8px}.mu{padding-top:32px}.mv{border-top:1px solid rgba(230, 230, 230, 1)}.mw{margin-bottom:25px}.my{margin-bottom:32px}.mz{min-height:80px}.ne{height:80px}.nf{padding-left:102px}.nh{font-size:14px}.ni{letter-spacing:0.05em}.nj{text-transform:uppercase}.nk{margin-bottom:6px}.nl{font-size:26px}.nm{line-height:32px}.nn{padding:4px 12px}.no{max-width:555px}.np{max-width:450px}.nq{font-size:18px}.nr{line-height:24px}.nt{padding-top:24px}.nu{margin-top:5px}.nv{height:40px}.nw{width:40px}.nx{font-size:12px}.ny{line-height:15px}.nz{line-height:22px}.oa{padding-top:8px}.ob{padding-top:25px}.od{margin-top:64px}.oe{background-color:rgba(250, 250, 250, 1)}.of{margin-bottom:40px}.og{margin-top:24px}.oh{padding-bottom:16px}.oi{border-bottom:1px solid rgba(230, 230, 230, 1)}.oj{margin-bottom:24px}.qa{flex-grow:0}.qb{padding-bottom:24px}.qc{max-width:500px}.qd{flex:0 1 auto}.qh{padding-bottom:8px}.qu{padding-bottom:100%}.rf{padding:60px 0}.rg{background-color:rgba(0, 0, 0, 0.9)}.ri{padding-bottom:48px}.rj{border-bottom:1px solid rgba(255, 255, 255, 0.54)}.rk{margin:0 -12px}.rl{margin:0 12px}.rm{flex:1 1 0}.rn:hover{color:rgba(255, 255, 255, 0.99)}.ro:hover{fill:rgba(255, 255, 255, 0.99)}.rp:disabled{color:rgba(255, 255, 255, 0.7)}.rq:disabled{fill:rgba(255, 255, 255, 0.7)}.rr{color:rgba(255, 255, 255, 0.98)}.rs{color:rgba(255, 255, 255, 0.7)}.rt{text-decoration:underline}.ru{fill:rgba(255, 255, 255, 0.98)}.rv{width:200px}.sa{margin-right:16px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (min-width: 1080px)">
+ /*<![CDATA[*/
+ .d{display:none}.af{margin:0 64px}.fa{font-size:40px}.fb{margin-top:0.78em}.fc{line-height:48px}.gx{margin-left:30px}.hu{font-size:21px}.hv{margin-top:2em}.hw{line-height:32px}.hx{letter-spacing:-0.003em}.iz{margin-top:1.05em}.jf{margin-top:56px}.km{margin-right:5px}.lb{margin-top:5px}.ln{padding-left:6px}.lx{display:inline-block}.md{margin-left:7px}.me{margin-top:8px}.mj{width:25px}.mr{padding-left:7px}.ms{top:3px}.oq{font-size:26px}.pd{width:calc(100% + 32px)}.pe{margin-left:-16px}.pf{margin-right:-16px}.pw{padding-left:16px}.px{padding-right:16px}.py{flex-basis:25%}.pz{max-width:25%}.qq{font-size:18px}.qr{line-height:22px}.rd{min-width:70px}.re{min-height:70px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (max-width: 1079.98px)">
+ /*<![CDATA[*/
+ .e{display:none}.gw{margin-left:30px}.kl{margin-right:5px}.la{margin-top:5px}.lm{padding-left:6px}.lw{display:inline-block}.mb{margin-left:7px}.mc{margin-top:8px}.mi{width:25px}.mp{padding-left:7px}.mq{top:3px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (max-width: 903.98px)">
+ /*<![CDATA[*/
+ .f{display:none}.gv{margin-left:30px}.kk{margin-right:5px}.kz{margin-top:5px}.lk{padding-left:6px}.ll{top:3px}.lu{display:inline-block}.lz{margin-left:7px}.ma{margin-top:8px}.mh{width:15px}.mo{padding-left:3px}.qg{margin-right:16px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (max-width: 727.98px)">
+ /*<![CDATA[*/
+ .g{display:none}.ak{height:56px}.al{display:flex}.ao{display:block}.bv{margin-bottom:0px}.cr{left:0}.cs{width:100%}.ct{border-top-left-radius:20px}.cu{border-top-right-radius:20px}.cv{transform:translateY(100%)}.cw{-webkit-overflow-scrolling:touch}.fg{margin-top:32px}.fh{flex-direction:column-reverse}.gt{margin-bottom:30px}.gu{margin-left:0px}.kj{margin-left:8px}.kx{margin-top:2px}.ky{margin-right:8px}.li{padding-left:6px}.lj{top:3px}.lt{display:inline-block}.mg{width:15px}.mn{padding-left:3px}.mx{padding-top:0}.na{margin-bottom:24px}.nb{align-items:center}.nc{width:102px}.nd{position:relative}.ng{padding-left:0}.ns{margin-top:24px}.oc{border-top:none}.ok{padding-bottom:12px}.ol{margin-top:16px}.qf{margin-right:16px}.qs{margin-left:16px}.qt{margin-right:0px}.rh{padding:32px 0}.rw{width:140px}.rx{margin-bottom:16px}.ry{margin-top:30px}.rz{flex-direction:row}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (max-width: 551.98px)">
+ /*<![CDATA[*/
+ .h{display:none}.z{margin:0 24px}.eo{font-size:34px}.ep{margin-top:0.56em}.eq{line-height:42px}.ff{margin-top:32px}.fn{margin-bottom:0px}.gr{margin-bottom:30px}.gs{margin-left:0px}.he{font-size:18px}.hf{margin-top:1.56em}.hg{line-height:28px}.hh{letter-spacing:-0.003em}.iv{margin-top:1.34em}.jb{margin-top:40px}.ki{margin-left:8px}.kv{margin-top:2px}.kw{margin-right:8px}.lg{padding-left:6px}.lh{top:3px}.ls{display:inline-block}.mf{width:15px}.mm{padding-left:3px}.om{font-size:22px}.or{width:calc(100% + 24px)}.os{margin-left:-12px}.ot{margin-right:-12px}.pg{padding-left:12px}.ph{padding-right:12px}.pi{flex-basis:100%}.pj{max-width:100%}.qe{margin-right:16px}.qi{font-size:15px}.qj{line-height:18px}.qv{min-width:48px}.qw{min-height:48px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (min-width: 904px) and (max-width: 1079.98px)">
+ /*<![CDATA[*/
+ .i{display:none}.ae{margin:0 64px}.ex{font-size:40px}.ey{margin-top:0.78em}.ez{line-height:48px}.hq{font-size:21px}.hr{margin-top:2em}.hs{line-height:32px}.ht{letter-spacing:-0.003em}.iy{margin-top:1.05em}.je{margin-top:56px}.op{font-size:26px}.pa{width:calc(100% + 32px)}.pb{margin-left:-16px}.pc{margin-right:-16px}.ps{padding-left:16px}.pt{padding-right:16px}.pu{flex-basis:25%}.pv{max-width:25%}.qo{font-size:18px}.qp{line-height:22px}.rb{min-width:70px}.rc{min-height:70px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (min-width: 728px) and (max-width: 903.98px)">
+ /*<![CDATA[*/
+ .j{display:none}.ac{margin:0 48px}.eu{font-size:40px}.ev{margin-top:0.78em}.ew{line-height:48px}.hm{font-size:21px}.hn{margin-top:2em}.ho{line-height:32px}.hp{letter-spacing:-0.003em}.ix{margin-top:1.05em}.jd{margin-top:56px}.oo{font-size:26px}.ox{width:calc(100% + 28px)}.oy{margin-left:-14px}.oz{margin-right:-14px}.po{padding-left:14px}.pp{padding-right:14px}.pq{flex-basis:50%}.pr{max-width:50%}.qm{font-size:15px}.qn{line-height:18px}.qz{min-width:48px}.ra{min-height:48px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (min-width: 552px) and (max-width: 727.98px)">
+ /*<![CDATA[*/
+ .k{display:none}.ab{margin:0 24px}.er{font-size:34px}.es{margin-top:0.56em}.et{line-height:42px}.hi{font-size:18px}.hj{margin-top:1.56em}.hk{line-height:28px}.hl{letter-spacing:-0.003em}.iw{margin-top:1.34em}.jc{margin-top:40px}.on{font-size:22px}.ou{width:calc(100% + 24px)}.ov{margin-left:-12px}.ow{margin-right:-12px}.pk{padding-left:12px}.pl{padding-right:12px}.pm{flex-basis:100%}.pn{max-width:100%}.qk{font-size:15px}.ql{line-height:18px}.qx{min-width:48px}.qy{min-height:48px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="print">
+ /*<![CDATA[*/
+ .y{display:none}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="(prefers-reduced-motion: no-preference)">
+ /*<![CDATA[*/
+ .jz{transition:opacity 200ms}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (max-width: 1230px)">
+ /*<![CDATA[*/
+ .ka{display:none}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (max-width: 1198px)">
+ /*<![CDATA[*/
+ .kc{display:none}
+ /*]]>*/
+ </style>
+ </head>
+ <body>
+ <div id="root">
+ <div class="a b c">
+ <div class="d e f g h i j k"></div>
+ <script>
+ <![CDATA[
+ document.domain = document.domain;
+ ]]>
+ </script>
+ <div>
+ <script>
+ <![CDATA[
+ if (window.self !== window.top) window.location = "about:blank"
+ ]]>
+ </script>
</div>
- <div class="metabar metabar--spacer js-metabarSpacer u-height65 u-xs-height56"></div>
- <main role="main">
- <article class=" u-sizeViewHeightMin100 u-overflowHidden postArticle postArticle--full u-marginBottom40" lang="en">
- <header class="container u-maxWidth740">
- <div class="postMetaHeader u-paddingBottom10 row">
- <div class="col u-size12of12 js-postMetaLockup">
- <div class="postMetaLockup postMetaLockup--authorWithBio u-flex js-postMetaLockup">
- <div class="u-flex0">
- <a class="link avatar u-baseColor--link" href="https://medium.com/@johncwelch?source=post_header_lockup" data-action="show-user-card" data-action-source="post_header_lockup" data-action-value="77a507c5ad19" data-action-type="hover" data-user-id="77a507c5ad19" dir="auto"><img src="https://cdn-images-1.medium.com/fit/c/80/80/0*qPHQu8WqsC6cV_ud.jpg" class="avatar-image avatar-image--smaller" alt="Go to the profile of John C. Welch" /></a>
- </div>
- <div class="u-flex1 u-paddingLeft15 u-overflowHidden"><a class="link link link--darken link--darker u-baseColor--link" href="https://medium.com/@johncwelch?source=post_header_lockup" data-action="show-user-card" data-action-source="post_header_lockup" data-action-value="77a507c5ad19" data-action-type="hover" data-user-id="77a507c5ad19" dir="auto">John C. Welch</a><span class="followState js-followState buttonSet-inner" data-user-id="77a507c5ad19"><button class="button u-paddingLeft10 u-paddingRight10 u-height19 u-lineHeight13 u-verticalAlignMiddle u-fontSizeSmallest u-uiTextMedium u-noUserSelect button--withChrome u-baseColor--buttonNormal button--withHover button--unblock js-unblockButton u-marginLeft10 u-marginTopNegative2 u-xs-hide" data-action="sign-in-prompt" data-sign-in-action="toggle-block-user" data-requires-token="true" data-action-source="post_header_lockup"><span class="button-label button-defaultState">Blocked</span><span class="button-label button-hoverState">Unblock</span></button><button class="button button--primary u-paddingLeft10 u-paddingRight10 u-height19 u-lineHeight13 u-verticalAlignMiddle u-fontSizeSmallest u-uiTextMedium u-noUserSelect button--withChrome u-accentColor--buttonNormal button--follow js-followButton u-marginLeft10 u-marginTopNegative2 u-xs-hide" data-action="sign-in-prompt" data-sign-in-action="toggle-subscribe-user" data-requires-token="true" data-redirect="https://medium.com/_/subscribe/user/77a507c5ad19" data-action-source="post_header_lockup_follow"><span class="button-label button-defaultState js-buttonLabel">Follow</span><span class="button-label button-activeState">Following</span></button></span>
- <div class="postMetaInline js-testPostMetaInlineSupplemental"><time datetime="2015-10-15T02:19:15.607Z">Oct 15, 2015</time><span class="middotDivider u-fontSizeSmallest"></span><span class="readingTime" title="18 min read"></span></div>
- </div>
- </div>
- </div>
- </div>
- </header>
- <div class="postArticle-content js-postField js-notesSource js-trackedPost" data-post-id="d146a92473a1" data-source="post_page" data-tracking-context="postPage">
- <section name="55ff" class="section section--body section--first">
- <div class="section-divider">
- <hr class="section-divider" />
- </div>
- <div class="section-content">
- <div class="section-inner sectionLayout--insetColumn">
- <h1 name="b34c" id="b34c" class="graf graf--h3 graf--leading graf--title">Samantha and The Great Big Lie</h1>
- <p name="97e7" id="97e7" class="graf graf--p graf-after--h3">How to get shanked doing what people say they want</p>
- <blockquote name="df70" id="df70" class="graf graf--blockquote graf-after--p">don’t preach to me<br />Mr. integrity</blockquote>
- <p name="c979" id="c979" class="graf graf--p graf-after--blockquote">(EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a dusting of transphobia along the way, all totally okay because the ends justify the means, and it’s okay when “good” people do it.)</p>
- <p name="342d" id="342d" class="graf graf--p graf-after--p">First, I need to say something about this article: the reason I’m writing it infuriates me. Worse than installing CS 3 or Acrobat 7 ever did, and the former inspired comparisons to fecophile porn. I’m actually too mad to cuss. Well, not completely, but in this case, I don’t think the people I’m mad at are worth the creativity I try to put into profanity. This is about a brownfield of hypocrisy and viciously deliberate mischaracterization that “shame” cannot even come close to the shame those behind it should feel.</p>
- <p name="2e61" id="2e61" class="graf graf--p graf-after--p">Now, read this post by Samantha Bielefeld: The Elephant in the Room. First, it is a well-written critical piece that raises a few points in a calm, rational, nonconfrontational fashion, exactly the kind of things the pushers of The Great Big Lie say we need more of, as opposed to the screaming that is the norm in such cases.</p>
- <p name="cd31" id="cd31" class="graf graf--p graf-after--p">…sorry, I should explain “The Great Big Lie”. There are several, but in this case, our <em class="markup--em markup--p-em">specific</em> instance of “The Great Big Lie” is about criticism. Over and over, you hear from the very people I am not going to be nice to in this that we need “better” criticsm. Instead of rage and anger, volume and vitriol, we need in-depth rational criticism, that isn’t personal or ad hominem. That it should focus on points, not people.</p>
- <p name="ae07" id="ae07" class="graf graf--p graf-after--p graf--trailing">That, readers, is “The Big Lie”. It is a lie so big that if one ponders the reality of it, as I am going to, one wonders why anyone would believe it. It is a lie and it is one we should stop telling.</p>
- </div>
- </div>
- </section>
- <section name="c360" class="section section--body">
- <div class="section-divider">
- <hr class="section-divider" />
- </div>
- <div class="section-content">
- <div class="section-inner sectionLayout--insetColumn">
- <p name="a02f" id="a02f" class="graf graf--p graf--leading">Samantha’s points (I assume you read it, for you are smart people who know the importance of such things) are fairly clear:</p>
- <ol class="postList">
- <li name="9213" id="9213" class="graf graf--li graf-after--p">With the release of Overcast 2.0, a product Samantha actually likes, Marco Arment moved to a <a href="http://www.marco.org/2015/10/09/overcast2" data-href="http://www.marco.org/2015/10/09/overcast2" class="markup--anchor markup--li-anchor" rel="nofollow noopener" target="_blank">patronage model</a> that will probably be successful for him.</li>
- <li name="dfa5" id="dfa5" class="graf graf--li graf-after--li">Arment’s insistence that “<a href="https://medium.com/@marcoarment/pragmatic-app-pricing-a79fc07218f3" data-href="https://medium.com/@marcoarment/pragmatic-app-pricing-a79fc07218f3" class="markup--anchor markup--li-anchor" target="_blank">anyone can do this</a>” while technically true, (anyone can in fact, implement this pricing model), also implies that “anyone” can have the kind of success that a developer with Marco’s history, financial status, and deep ties to the Apple News Web is expected to have. This is silly.</li>
- <li name="e55d" id="e55d" class="graf graf--li graf-after--li">Marco Arment occupies a fairly unique position in the Apple universe, (gained by hard work and no small talent), and because of that, benefits from a set of privileges that a new developer or even one that has been around for a long time, but isn’t, well, <em class="markup--em markup--li-em">Marco</em>, not only don’t have, but have little chance of attaining anytime soon.</li>
- <li name="35fb" id="35fb" class="graf graf--li graf-after--li">Marco has earned his success and is entitled to the benefits and privileges it brings, but he seems rather blind to all of that, and seems to still imagine himself as “two guys in a garage”. This is just not correct.</li>
- <li name="38e2" id="38e2" class="graf graf--li graf-after--li">In addition, the benefits and privileges of the above ensure that by releasing Overcast 2 as a free app, with patronage pricing, he has, if not gutted, severely hurt the ability of folks actually selling their apps for an up-front price of not free to continue doing so. This has the effect of accelerating the “race to the bottom” in the podcast listening app segment, which hurts devs who cannot afford to work on a “I don’t really need this money, so whatever you feel like sending is okay” model.</li>
- </ol>
- <p name="0481" id="0481" class="graf graf--p graf-after--li">None of this is incorrect. None of this is an ad hominem attack in any way. It is just pointing out that a developer of Arment’s stature and status lives in a very different world than someone in East Frog Balls, Arkansas trying to make a living off of App sales. Our dev in EFB doesn’t have the main sites on the Apple web falling all over themselves to review their app the way that Arment does. They’re not friends with the people being The Loop, Daring Fireball, SixColors, iMore, The Mac Observer, etc., yadda.</p>
- <p name="5a45" id="5a45" class="graf graf--p graf-after--p">So, our hero, in a fit of well-meaning ignorance writes this piece (posted this morning, 14 Oct. 15) and of course, the response and any criticisms are just as reasonable and thoughtful.</p>
- <p name="3bc7" id="3bc7" class="graf graf--p graf-after--p graf--trailing">If you really believe that, you are the most preciously ignorant person in the world, and can I have your seriously charmed life.</p>
- </div>
- </div>
- </section>
- <section name="2ba2" class="section section--body">
- <div class="section-divider">
- <hr class="section-divider" />
- </div>
- <div class="section-content">
- <div class="section-inner sectionLayout--insetColumn">
- <p name="0fb2" id="0fb2" class="graf graf--p graf--leading">The response, from all quarters, including Marco, someone who is so sensitive to criticism that the word “useless” is <a href="http://www.marco.org/2011/03/30/here-is-a-tip-for-all-the-non-developers-out" data-href="http://www.marco.org/2011/03/30/here-is-a-tip-for-all-the-non-developers-out" class="markup--anchor markup--p-anchor" rel="nofollow noopener" target="_blank">enough to shut him down</a>, who <a href="https://twitter.com/marcoarment/status/641330113934700544" data-href="https://twitter.com/marcoarment/status/641330113934700544" class="markup--anchor markup--p-anchor" rel="nofollow noopener" target="_blank">blocked a friend of mine for the high crime of pointing out that his review of podcasting mics centered around higher priced gear and ignored folks without the scratch, who might not be ready for such things</a>, is, in a single word, disgusting. Vomitous even.</p>
- <p name="9a6e" id="9a6e" class="graf graf--p graf-after--p">It’s an hours-long dogpile that beggars even my imagination, and I can imagine almost anything. Seriously, it’s all there in <a href="https://twitter.com/s_bielefeld/with_replies" data-href="https://twitter.com/s_bielefeld/with_replies" class="markup--anchor markup--p-anchor" rel="nofollow noopener" target="_blank">Samantha’s Twitter Feed</a>. From what I can tell, she’s understandably shocked over it. I however was not. This one comment in her feed made me smile (warning, this wanders a bit…er…LOT. Twitter timelines are not easy to put together):</p>
- <blockquote name="3271" id="3271" class="graf graf--blockquote graf-after--p">I can see why you have some reservations about publishing it, but my gut feeling is that he would take it better than Nilay.</blockquote>
- <p name="ec72" id="ec72" class="graf graf--p graf-after--blockquote">Oh honey, bless your sweet, ignorant heart. Marco is one of the biggest pushers of The Big Lie, and one of the reasons it is <em class="markup--em markup--p-em">such</em> a lie.</p>
- <p name="5cc4" id="5cc4" class="graf graf--p graf-after--p">But it gets better. First, you have the “hey, Marco <em class="markup--em markup--p-em">earned</em> his status!” lot. A valid point, and one Bielefeld explicitly acknowledges, here:</p>
- <blockquote name="4e5f" id="4e5f" class="graf graf--blockquote graf-after--p">From his ground floor involvement in Tumblr (for which he is now a millionaire), to the creation and sale of a wildly successful app called Instapaper, he has become a household name in technology minded circles. It is this extensive time spent in the spotlight, the huge following on Twitter, and dedicated listeners of his weekly aired Accidental Tech Podcast, that has granted him the freedom to break from seeking revenue in more traditional manners.</blockquote>
- <p name="cee9" id="cee9" class="graf graf--p graf-after--blockquote">and here:</p>
- <blockquote name="3f1b" id="3f1b" class="graf graf--blockquote graf-after--p">I’m not knocking his success, he has put effort into his line of work, and has built his own life.</blockquote>
- <p name="e527" id="e527" class="graf graf--p graf-after--blockquote">and here:</p>
- <blockquote name="3e4f" id="3e4f" class="graf graf--blockquote graf-after--p">He has earned his time in the spotlight, and it’s only natural for him to take advantage of it.</blockquote>
- <p name="8a01" id="8a01" class="graf graf--p graf-after--blockquote">But still, you get the people telling her something she already acknowledge:</p>
- <blockquote name="7685" id="7685" class="graf graf--blockquote graf-after--p">I don’t think he’s blind. he’s worked to where he has gotten and has had failures like everyone else.</blockquote>
- <p name="b151" id="b151" class="graf graf--p graf-after--blockquote">Thank you for restating something in the article. To the person who wrote it.</p>
- <p name="87bc" id="87bc" class="graf graf--p graf-after--p">In the original article, Samantha talked about the money Marco makes from his podcast. She based that on the numbers <a href="http://atp.fm/sponsor/" data-href="http://atp.fm/sponsor/" class="markup--anchor markup--p-anchor" rel="nofollow noopener" target="_blank">provided by ATP in terms of sponsorship rates</a> and the number of current sponsors the podcast has. Is this going to yield perfect numbers? No. But the numbers you get from it will at least be reasonable, or should be unless the published sponsorship rates are just fantasy, and you’re stupid for taking them seriously.</p>
- <p name="dbda" id="dbda" class="graf graf--p graf-after--p">At first, she went with a simple formula:</p>
- <blockquote name="1b4e" id="1b4e" class="graf graf--blockquote graf-after--p">$4K x 3 per episode = $12K x 52 weeks / 3 hosts splitting it.</blockquote>
- <p name="0b33" id="0b33" class="graf graf--p graf-after--blockquote">That’s not someone making shit up, right? Rather quickly, someone pointed out that she’d made an error in how she calculated it:</p>
- <blockquote name="76d7" id="76d7" class="graf graf--blockquote graf-after--p">That’s $4k per ad, no? So more like $12–16k per episode.</blockquote>
- <p name="a089" id="a089" class="graf graf--p graf-after--blockquote">She’d already realized her mistake and fixed it.</p>
- <blockquote name="b369" id="b369" class="graf graf--blockquote graf-after--p">which is actually wrong, and I’m correcting now. $4,000 per sponsor, per episode! So, $210,000 per year.</blockquote>
- <p name="8b3b" id="8b3b" class="graf graf--p graf-after--blockquote">Again, this is based on <em class="markup--em markup--p-em">publicly available data</em> the only kind someone not part of ATP or a close friend of Arment has access to. So while her numbers may be wrong, if they are, there’s no way for her to know that. She’s basing her opinion on actual available data. Which is sadly rare.</p>
- <p name="135a" id="135a" class="graf graf--p graf-after--p">This becomes a huge flashpoint. You name a reason to attack her over this, people do. No really. For example, she’s not calculating his <em class="markup--em markup--p-em">income taxes correctly</em>:</p>
- <blockquote name="5e7e" id="5e7e" class="graf graf--blockquote graf-after--p">especially since it isn’t his only source of income thus, not an indicator of his marginal inc. tax bracket.</blockquote>
- <blockquote name="6036" id="6036" class="graf graf--blockquote graf-after--blockquote">thus, guessing net income is more haphazard than stating approx. gross income.</blockquote>
- <p name="aac1" id="aac1" class="graf graf--p graf-after--blockquote">Ye Gods. She’s not doing his taxes for him, her point is invalid?</p>
- <p name="600f" id="600f" class="graf graf--p graf-after--p">Then there’s the people who seem to have not read anything past what other people are telling them:</p>
- <blockquote name="9b62" id="9b62" class="graf graf--blockquote graf-after--p">Not sure what to make of your Marco piece, to be honest. You mention his fame, whatever, but what’s the main idea here?</blockquote>
- <p name="c18a" id="c18a" class="graf graf--p graf-after--blockquote">Just how spoon-fed do you have to be? Have you no teeth?</p>
- <p name="c445" id="c445" class="graf graf--p graf-after--p">Of course, Marco jumps in, and predictably, he’s snippy:</p>
- <blockquote name="0c21" id="0c21" class="graf graf--blockquote graf-after--p">If you’re going to speak in precise absolutes, it’s best to first ensure that you’re correct.</blockquote>
- <p name="8f8d" id="8f8d" class="graf graf--p graf-after--blockquote">If you’re going to be like that, it’s best to provide better data. Don’t get snippy when someone is going off the only data available, and is clearly open to revising based on better data.</p>
- <p name="cc97" id="cc97" class="graf graf--p graf-after--p">Then Marco’s friends/fans get into it:</p>
- <blockquote name="f9da" id="f9da" class="graf graf--blockquote graf-after--p">I really don’t understand why it’s anyone’s business</blockquote>
- <p name="0094" id="0094" class="graf graf--p graf-after--blockquote">Samantha is trying to qualify for sainthood at this point:</p>
- <blockquote name="0105" id="0105" class="graf graf--blockquote graf-after--p">It isn’t really, it was a way of putting his income in context in regards to his ability to gamble with Overcast.</blockquote>
- <p name="cdd1" id="cdd1" class="graf graf--p graf-after--blockquote">Again, she’s trying to drag people back to her actual point, but no one is going to play. The storm has begun. Then we get people who are just spouting nonsense:</p>
- <blockquote name="f56c" id="f56c" class="graf graf--blockquote graf-after--p">Why is that only relevant for him? It’s a pretty weird metric,especially since his apps aren’t free.</blockquote>
- <p name="4fef" id="4fef" class="graf graf--p graf-after--blockquote">Wha?? Overcast 2 is absolutely free. Samantha points this out:</p>
- <blockquote name="0f36" id="0f36" class="graf graf--blockquote graf-after--p">His app is free, that’s what sparked the article to begin with.</blockquote>
- <p name="40d2" id="40d2" class="graf graf--p graf-after--blockquote">The response is literally a parallel to “How can there be global warming if it snowed today in my town?”</p>
- <blockquote name="6760" id="6760" class="graf graf--blockquote graf-after--p">If it’s free, how have I paid for it? Twice?</blockquote>
- <p name="7b13" id="7b13" class="graf graf--p graf-after--blockquote">She is still trying:</p>
- <blockquote name="44ba" id="44ba" class="graf graf--blockquote graf-after--p">You paid $4.99 to unlock functionality in Overcast 1.0 and you chose to support him with no additional functionality in 2.0</blockquote>
- <p name="2152" id="2152" class="graf graf--p graf-after--blockquote">He is having none of it. IT SNOWED! SNOWWWWWWW!</p>
- <blockquote name="99a6" id="99a6" class="graf graf--blockquote graf-after--p">Yes. That’s not free. Free is when you choose not to make money. And that can be weaponized. But that’s not what Overcast does.</blockquote>
- <p name="5e6f" id="5e6f" class="graf graf--p graf-after--blockquote">She however, is relentless:</p>
- <blockquote name="1b0f" id="1b0f" class="graf graf--blockquote graf-after--p">No, it’s still free. You can choose to support it, you are required to pay $4.99 for Pocket Casts. Totally different model.</blockquote>
- <p name="d24f" id="d24f" class="graf graf--p graf-after--blockquote">Dude seems to give up. (Note: allllll the people bagging on her are men. All of them. Mansplaining like hell. And I’d bet every one of them considers themselves a feminist.)</p>
- <p name="10e1" id="10e1" class="graf graf--p graf-after--p">We get another guy trying to push the narrative she’s punishing him for his success, which is just…it’s stupid, okay? Stupid.</p>
- <blockquote name="9b01" id="9b01" class="graf graf--blockquote graf-after--p">It also wasn’t my point in writing my piece today, but it seems to be everyone’s focus.</blockquote>
- <p name="340c" id="340c" class="graf graf--p graf-after--blockquote">(UNDERSTATEMENT OF THE YEAR)</p>
- <blockquote name="7244" id="7244" class="graf graf--blockquote graf-after--p">I think the focus should be more on that fact that while it’s difficult, Marco spent years building his audience.</blockquote>
- <blockquote name="ffb1" id="ffb1" class="graf graf--blockquote graf-after--blockquote">It doesn’t matter what he makes it how he charges. If the audience be earned is willing to pay for it, awesome.</blockquote>
- <p name="e44e" id="e44e" class="graf graf--p graf-after--blockquote">She tries, oh lord, she tries:</p>
- <blockquote name="a502" id="a502" class="graf graf--blockquote graf-after--p">To assert that he isn’t doing anything any other dev couldn’t, is wrong. It’s successful because it’s Marco.</blockquote>
- <p name="7dcd" id="7dcd" class="graf graf--p graf-after--blockquote">But no, HE KNOWS HER POINT BETTER THAN SHE DOES:</p>
- <blockquote name="a62a" id="a62a" class="graf graf--blockquote graf-after--p">No, it’s successful because he busted his ass to make it so. It’s like any other business. He grew it.</blockquote>
- <p name="df8c" id="df8c" class="graf graf--p graf-after--blockquote">Christ. This is like a field of strawmen. Stupid ones. Very stupid ones.</p>
- <p name="521a" id="521a" class="graf graf--p graf-after--p">One guy tries to blame it all on Apple, another in a string of Wha??? moments:</p>
- <blockquote name="d80d" id="d80d" class="graf graf--blockquote graf-after--p">the appropriate context is Apple’s App Store policies. Other devs aren’t Marco’s responsibility</blockquote>
- <p name="db0b" id="db0b" class="graf graf--p graf-after--blockquote">Seriously? Dude, are you even trying to talk about what Samantha actually wrote? At this point, Samantha is clearly mystified at the entire thing:</p>
- <blockquote name="7a78" id="7a78" class="graf graf--blockquote graf-after--p">Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?</blockquote>
- <p name="6e09" id="6e09" class="graf graf--p graf-after--blockquote">Because it’s a nit they can pick and allows them to ignore everything you wrote. That’s the only reason.</p>
- <p name="b7db" id="b7db" class="graf graf--p graf-after--p">One guy is “confused”:</p>
- <blockquote name="3626" id="3626" class="graf graf--blockquote graf-after--p">I see. He does have clout, so are you saying he’s too modest in how he sees himself as a dev?</blockquote>
- <blockquote name="9daa" id="9daa" class="graf graf--blockquote graf-after--blockquote">Yes. He can’t be equated to the vast majority of other developers. Like calling Gruber, “just another blogger”.</blockquote>
- <blockquote name="f6da" id="f6da" class="graf graf--blockquote graf-after--blockquote">Alright, that’s fair. I was just confused by the $ and fame angle at first.</blockquote>
- <p name="d5b1" id="d5b1" class="graf graf--p graf-after--blockquote">Samantha’s point centers on the benefits Marco gains via his fame and background. <em class="markup--em markup--p-em">HOW DO YOU NOT MENTION THAT? HOW IS THAT CONFUSING?</em></p>
- <p name="58d0" id="58d0" class="graf graf--p graf-after--p">People of course are telling her it’s her fault for mentioning a salient fact at all:</p>
- <blockquote name="30d2" id="30d2" class="graf graf--blockquote graf-after--p">Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?</blockquote>
- <blockquote name="765b" id="765b" class="graf graf--blockquote graf-after--blockquote">Maybe because you went there with your article?</blockquote>
- <blockquote name="61fe" id="61fe" class="graf graf--blockquote graf-after--blockquote">As a way of rationalizing his ability to gamble with the potential for Overcast to generate income…not the norm at all.</blockquote>
- <p name="f17c" id="f17c" class="graf graf--p graf-after--blockquote">Of course, had she not brought up those important points, she’d have been bagged on for “not providing proof”. Lose some, lose more. By now, she’s had enough and she just deletes all mention of it. Understandable, but sad she was bullied into doing that.</p>
- <p name="0b60" id="0b60" class="graf graf--p graf-after--p">Yes, bullied. That’s all this is. Bullying. She didn’t lie, cheat, or exaagerate. If her numbers were wrong, they weren’t wrong in a way she had any ability to do anything about. But there’s blood in the water, and the comments and attacks get worse:</p>
- <blockquote name="65ab" id="65ab" class="graf graf--blockquote graf-after--p">Because you decided to start a conversation about someone else’s personal shit. You started this war.</blockquote>
- <p name="1adb" id="1adb" class="graf graf--p graf-after--blockquote">War. THIS. IS. WAR.</p>
- <p name="de94" id="de94" class="graf graf--p graf-after--p">This is a bunch of nerds attacking someone for reasoned, calm, <em class="markup--em markup--p-em">polite</em> criticism of their friend/idol. Samantha is politely pushing back a bit:</p>
- <blockquote name="4458" id="4458" class="graf graf--blockquote graf-after--p">That doesn’t explain why every other part of my article is being pushed aside.</blockquote>
- <p name="aeac" id="aeac" class="graf graf--p graf-after--blockquote">She’s right. This is all nonsense. This is people ignoring her article completely, just looking for things to attack so it can be dismissed. It’s tribalism at its purest.</p>
- <p name="0078" id="0078" class="graf graf--p graf-after--p">Then some of the other annointed get into it, including Jason Snell in one of the most spectactular displays of “I have special knowledge you can’t be expected to have, therefore you are totally off base and wrong, even though there’s no way for you to know this” I’ve seen in a while. Jason:</p>
- <blockquote name="c4c9" id="c4c9" class="graf graf--blockquote graf-after--p">You should never use an ad rate card to estimate ad revenue from any media product ever.</blockquote>
- <blockquote name="b66b" id="b66b" class="graf graf--blockquote graf-after--blockquote">I learned this when I started working for a magazine — rate cards are mostly fiction, like prices on new cars</blockquote>
- <p name="6907" id="6907" class="graf graf--p graf-after--blockquote">How…exactly…in the name of whatever deity Jason may believe in…is Samantha or anyone not “in the biz” supposed to know this. Also, what exactly does a magazine on paper like Macworld have to do with sponsorships for a podcast? I have done podcasts that were sponsored, and I can retaliate with “we charged what the rate card said we did. <em class="markup--em markup--p-em">Checkmate Elitests!</em>”</p>
- <p name="41ec" id="41ec" class="graf graf--p graf-after--p">Samantha basically abases herself at his feet:</p>
- <blockquote name="0b14" id="0b14" class="graf graf--blockquote graf-after--p">I understand my mistake, and it’s unfortunate that it has completely diluted the point of my article.</blockquote>
- <p name="590f" id="590f" class="graf graf--p graf-after--blockquote">I think she should have told him where and how to stuff that nonsense, but she’s a nicer person than I am. Also, it’s appropriate that Jason’s twitter avatar has its nose in the air. This is some rank snobbery. It’s disgusting and if anyone pulled that on him, Jason would be very upset. But hey, one cannot criticize The Marco without getting pushback. By “pushback”, I mean “an unrelenting fecal flood”.</p>
- <p name="69dc" id="69dc" class="graf graf--p graf-after--p">Her only mistake was criticizing one of the Kool Kids. Folks, if you criticize anyone in The Deck Clique, or their friends, expect the same thing, regardless of tone or point.</p>
- <p name="5ab4" id="5ab4" class="graf graf--p graf-after--p">Another App Dev, seemingly unable to parse Samantha’s words, needs <em class="markup--em markup--p-em">more</em> explanation:</p>
- <blockquote name="957b" id="957b" class="graf graf--blockquote graf-after--p">so just looking over your mentions, I’m curious what exactly was your main point? Ignoring the podcast income bits.</blockquote>
- <p name="0a7e" id="0a7e" class="graf graf--p graf-after--blockquote">Oh wait, he didn’t even read the article. Good on you, Dev Guy, good. on. you. Still, she plays nice <em class="markup--em markup--p-em">with someone who didn’t even read her article</em>:</p>
- <blockquote name="f7db" id="f7db" class="graf graf--blockquote graf-after--p">That a typical unknown developer can’t depend on patronage to generate revenue, and charging for apps will become a negative.</blockquote>
- <p name="937f" id="937f" class="graf graf--p graf-after--blockquote">Marco comes back of course, and now basically accuses her of lying about other devs talking to her and supporting her point:</p>
- <blockquote name="c9dd" id="c9dd" class="graf graf--blockquote graf-after--p">How many actual developers did you hear from, really? Funny how almost nobody wants to give a (real) name on these accusations.</blockquote>
- <p name="c522" id="c522" class="graf graf--p graf-after--blockquote">Really? You’re going to do that? “There’s no name, so I don’t think it’s a real person.” Just…what’s the Joe Welch quote from the McCarthy hearings?</p>
- <blockquote name="907e" id="907e" class="graf graf--blockquote graf-after--p">Let us not assassinate this lad further, Senator. You’ve done enough. Have you no sense of decency, sir? At long last, have you left no sense of decency?</blockquote>
- <p name="2158" id="2158" class="graf graf--p graf-after--blockquote">That is what this is at this point: character assasination because she said something critical of A Popular Person. It’s disgusting. Depressing and disgusting. No one, none of these people have seriously discussed her point, heck, it looks like they barely bothered to read it, if they did at all.</p>
- <p name="13f8" id="13f8" class="graf graf--p graf-after--p">Marco starts getting really petty with her (no big shock) and Samantha finally starts pushing back:</p>
- <blockquote name="96c6" id="96c6" class="graf graf--blockquote graf-after--p">Glad to see you be the bigger person and ignore the mindset of so many developers not relating to you, good for you!</blockquote>
- <p name="5d3f" id="5d3f" class="graf graf--p graf-after--blockquote">That of course, is what caused Marco to question the validity, if not the existence of her sources. (Funny how anonymous sources are totes okay when they convenience Marco et al, and work for oh, <em class="markup--em markup--p-em">Apple</em>, but when they are inconvenient? Ha! PROVIDE ME PROOF YOU INTEMPERATE WOMAN!)</p>
- <p name="c07c" id="c07c" class="graf graf--p graf-after--p">Make no mistake, there’s some sexist shit going on here. Every tweet I’ve quoted was authored by a guy.</p>
- <p name="8b32" id="8b32" class="graf graf--p graf-after--p">Of course, Marco has to play the “I’ve been around longer than you” card with this bon mot:</p>
- <blockquote name="de26" id="de26" class="graf graf--blockquote graf-after--p">Yup, before you existed!</blockquote>
- <p name="a3bd" id="a3bd" class="graf graf--p graf-after--blockquote">Really dude? I mean, I’m sorry about the penis, but really?</p>
- <p name="1c51" id="1c51" class="graf graf--p graf-after--p">Mind you, when the criticism isn’t just bizarrely stupid, Samantha reacts the way Marco and his ilk claim they would to (if they ever got any <em class="markup--em markup--p-em">valid</em> criticism. Which clearly is impossible):</p>
- <blockquote name="9848" id="9848" class="graf graf--blockquote graf-after--p">Not to get into the middle of this, but “income” is not the term you’re looking for. “Revenue” is.</blockquote>
- <blockquote name="f2a6" id="f2a6" class="graf graf--blockquote graf-after--blockquote">lol. Noted.</blockquote>
- <blockquote name="aed9" id="aed9" class="graf graf--blockquote graf-after--blockquote">And I wasn’t intending to be a dick, just a lot of people hear/say “income” when they intend “revenue”, and then discussion …</blockquote>
- <blockquote name="f9d8" id="f9d8" class="graf graf--blockquote graf-after--blockquote">… gets derailed by a jedi handwave of “Expenses”. But outside of charitable donation, it is all directly related.</blockquote>
- <blockquote name="f61c" id="f61c" class="graf graf--blockquote graf-after--blockquote">haha. Thank you for the clarification.</blockquote>
- <p name="5dd9" id="5dd9" class="graf graf--p graf-after--blockquote">Note to Marco and the other…whatever they are…that is how one reacts to that kind of criticism. With a bit of humor and self-deprecation. You should try it sometime. For real, not just in your heads or conversations in Irish Pubs in S.F.</p>
- <p name="dc44" id="dc44" class="graf graf--p graf-after--p">But now, the door has been cracked, and the cheap shots come out:</p>
- <blockquote name="0c94" id="0c94" class="graf graf--blockquote graf-after--p">@testflight_app: Don’t worry guys, we process <a href="https://twitter.com/marcoarment" data-href="https://twitter.com/marcoarment" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@marcoarment</a>’s apps in direct proportion to his megabucks earnings. <a href="https://twitter.com/hashtag/fairelephant?src=hash" data-href="https://twitter.com/hashtag/fairelephant?src=hash" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">#fairelephant</a></blockquote>
- <p name="343b" id="343b" class="graf graf--p graf-after--blockquote">(Note: testflight_app is a parody account. Please do not mess with the actual testflight folks. They are still cool.)</p>
- <p name="09bf" id="09bf" class="graf graf--p graf-after--p">Or this…conversation:</p>
- <figure name="4d63" id="4d63" class="graf graf--figure graf-after--p">
- <div class="aspectRatioPlaceholder is-locked" style="max-width: 398px; max-height: 542px;">
- <div class="aspectRatioPlaceholder-fill" style="padding-bottom: 136.20000000000002%;"></div>
- <div class="progressiveMedia js-progressiveMedia graf-image" data-image-id="1*kbPh7V97eyRodSOw2-ALDw.png" data-width="398" data-height="542"><img src="https://cdn-images-1.medium.com/freeze/max/60/1*kbPh7V97eyRodSOw2-ALDw.png?q=20" crossorigin="anonymous" class="progressiveMedia-thumbnail js-progressiveMedia-thumbnail" /><canvas class="progressiveMedia-canvas js-progressiveMedia-canvas"></canvas><img class="progressiveMedia-image js-progressiveMedia-image" data-src="https://cdn-images-1.medium.com/max/1600/1*kbPh7V97eyRodSOw2-ALDw.png" /><noscript class="js-progressiveMedia-inner"><img class="progressiveMedia-noscript js-progressiveMedia-inner" src="https://cdn-images-1.medium.com/max/1600/1*kbPh7V97eyRodSOw2-ALDw.png" /></noscript></div>
+ <script>
+ <![CDATA[
+ window.PARSELY = window.PARSELY || {autotrack: false}
+ ]]>
+ </script>
+ <nav class="r s t u v c w x y">
+ <div>
+ <div class="n p">
+ <div class="z ab ac ae af ag ah ai">
+ <div class="aj n o ak al">
+ <div class="r am w">
+ <div class="n o">
+ <a aria-label="Homepage" rel="noopener" href="/?source=post_page-----d146a92473a1----------------------">
+ <div class="an g">
+ <svg height="22" width="112" viewbox="0 0 111.5 22" class="q">
+ <path d="M56.3 19.5c0 .4 0 .5.3.7l1.5 1.4v.1h-6.5V19c-.7 1.8-2.4 3-4.3 3-3.3 0-5.8-2.6-5.8-7.5 0-4.5 2.6-7.6 6.3-7.6 1.6-.1 3.1.8 3.8 2.4V3.2c0-.3-.1-.6-.3-.7l-1.4-1.4V1l6.5-.8v19.3zm-4.8-.8V9.5c-.5-.6-1.2-.9-1.9-.9-1.6 0-3.1 1.4-3.1 5.7 0 4 1.3 5.4 3 5.4.8.1 1.6-.3 2-1zm9.1 3.1V9.4c0-.3-.1-.6-.3-.7l-1.4-1.5v-.1h6.5v12.5c0 .4 0 .5.3.7l1.4 1.4v.1h-6.5zm-.2-19.2C60.4 1.2 61.5 0 63 0c1.4 0 2.6 1.2 2.6 2.6S64.4 5.3 63 5.3a2.6 2.6 0 0 1-2.6-2.7zm22.5 16.9c0 .4 0 .5.3.7l1.5 1.4v.1h-6.5v-3.2c-.6 2-2.4 3.4-4.5 3.4-2.9 0-4.4-2.1-4.4-6.2 0-1.9 0-4.1.1-6.5 0-.3-.1-.5-.3-.7L67.7 7v.1H74v8c0 2.6.4 4.4 2 4.4.9-.1 1.7-.6 2.1-1.3V9.5c0-.3-.1-.6-.3-.7l-1.4-1.5v-.2h6.5v12.4zm22 2.3c0-.5.1-6.5.1-7.9 0-2.6-.4-4.5-2.2-4.5-.9 0-1.8.5-2.3 1.3.2.8.3 1.7.3 2.5 0 1.8-.1 4.2-.1 6.5 0 .3.1.5.3.7l1.5 1.4v.1H96c0-.4.1-6.5.1-7.9 0-2.7-.4-4.5-2.2-4.5-.9 0-1.7.5-2.2 1.3v9c0 .4 0 .5.3.7l1.4 1.4v.1h-6.5V9.5c0-.3-.1-.6-.3-.7l-1.4-1.5v-.2h6.5v3.1a4.6 4.6 0 0 1 4.6-3.4c2.2 0 3.6 1.2 4.2 3.5.7-2.1 2.7-3.6 4.9-3.5 2.9 0 4.5 2.2 4.5 6.2 0 1.9-.1 4.2-.1 6.5-.1.3.1.6.3.7l1.4 1.4v.1h-6.6zm-81.4-2l1.9 1.9v.1h-9.8v-.1l2-1.9c.2-.2.3-.4.3-.7V7.3c0-.5 0-1.2.1-1.8L11.4 22h-.1L4.5 6.8c-.1-.4-.2-.4-.3-.6v10c-.1.7 0 1.3.3 1.9l2.7 3.6v.1H0v-.1L2.7 18c.3-.6.4-1.3.3-1.9v-11c0-.5-.1-1.1-.5-1.5L.7 1.1V1h7l5.8 12.9L18.6 1h6.8v.1l-1.9 2.2c-.2.2-.3.5-.3.7v15.2c0 .2.1.5.3.6zm7.6-5.9c0 3.8 1.9 5.3 4.2 5.3 1.9.1 3.6-1 4.4-2.7h.1c-.8 3.7-3.1 5.5-6.5 5.5-3.7 0-7.2-2.2-7.2-7.4 0-5.5 3.5-7.6 7.3-7.6 3.1 0 6.4 1.5 6.4 6.2v.8h-8.7zm0-.8h4.3v-.8c0-3.9-.8-4.9-2-4.9-1.4.1-2.3 1.6-2.3 5.7z"></path></svg>
</div>
- </figure>
- <p name="f2a3" id="f2a3" class="graf graf--p graf-after--figure">Good job guys. Good job. Defend the tribe. Attack the other. Frederico attempts to recover from his stunning display of demeaning douchery: <a href="https://twitter.com/viticci" data-href="https://twitter.com/viticci" class="markup--anchor markup--p-anchor" rel="nofollow noopener" target="_blank">‏@viticci</a>: <a href="https://twitter.com/s_bielefeld" data-href="https://twitter.com/s_bielefeld" class="markup--anchor markup--p-anchor" rel="nofollow noopener" target="_blank">@s_bielefeld</a> I don’t know if it’s an Italian thing, but counting other people’s money is especially weird for me. IMO, bad move in the post.</p>
- <p name="ae0c" id="ae0c" class="graf graf--p graf-after--p">Samantha is clearly sick of his crap: <a href="https://twitter.com/s_bielefeld" data-href="https://twitter.com/s_bielefeld" class="markup--anchor markup--p-anchor" rel="nofollow noopener" target="_blank">‏@s_bielefeld</a>: <a href="https://twitter.com/viticci" data-href="https://twitter.com/viticci" class="markup--anchor markup--p-anchor" rel="nofollow noopener" target="_blank">@viticci</a> That’s what I’m referring to, the mistake of ever having mentioned it. So, now, Marco can ignore the bigger issue and go on living.</p>
- <p name="2047" id="2047" class="graf graf--p graf-after--p">Good for her. There’s being patient and being roadkill.</p>
- <p name="4139" id="4139" class="graf graf--p graf-after--p">Samantha does put the call out for her sources to maybe let her use their names:</p>
- <blockquote name="6626" id="6626" class="graf graf--blockquote graf-after--p">From all of you I heard from earlier, anyone care to go on record?</blockquote>
- <p name="8a7d" id="8a7d" class="graf graf--p graf-after--blockquote">My good friend, The Angry Drunk points out the obvious problem:</p>
- <blockquote name="68c9" id="68c9" class="graf graf--blockquote graf-after--p">Nobody’s going to go on record when they count on Marco’s friends for their PR.</blockquote>
- <p name="317d" id="317d" class="graf graf--p graf-after--blockquote">This is true. Again, the sites that are Friends of Marco:</p>
- <p name="9523" id="9523" class="graf graf--p graf-after--p">Daring Fireball</p>
- <p name="dbc7" id="dbc7" class="graf graf--p graf-after--p">The Loop</p>
- <p name="c706" id="c706" class="graf graf--p graf-after--p">SixColors</p>
- <p name="0acb" id="0acb" class="graf graf--p graf-after--p">iMore</p>
- <p name="8c8c" id="8c8c" class="graf graf--p graf-after--p">MacStories</p>
- <p name="643e" id="643e" class="graf graf--p graf-after--p">A few others, but I want this post to end one day.</p>
- <p name="6b76" id="6b76" class="graf graf--p graf-after--p">You piss that crew off, and given how petty rather a few of them have demonstrated they are, good luck on getting any kind of notice from them.</p>
- <p name="f7d1" id="f7d1" class="graf graf--p graf-after--p">Of course, the idea this could happen is just craycray:</p>
- <blockquote name="de59" id="de59" class="graf graf--blockquote graf-after--p"><a href="https://twitter.com/KevinColeman" data-href="https://twitter.com/KevinColeman" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@KevinColeman </a><a href="https://twitter.com/Angry_Drunk" data-href="https://twitter.com/Angry_Drunk" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">.@Angry_Drunk</a> <a href="https://twitter.com/s_bielefeld" data-href="https://twitter.com/s_bielefeld" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@s_bielefeld</a> <a href="https://twitter.com/marcoarment" data-href="https://twitter.com/marcoarment" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@marcoarment</a> Wow, you guys are veering right into crazy conspiracy theory territory. <a href="https://twitter.com/hashtag/JetFuelCantMeltSteelBeams?src=hash" data-href="https://twitter.com/hashtag/JetFuelCantMeltSteelBeams?src=hash" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">#JetFuelCantMeltSteelBeams</a></blockquote>
- <p name="f01b" id="f01b" class="graf graf--p graf-after--blockquote">Yeah. Because a mature person like Marco would never do anything like that.</p>
- <p name="7e30" id="7e30" class="graf graf--p graf-after--p">Of course, the real point on this is starting to happen:</p>
- <blockquote name="5d93" id="5d93" class="graf graf--blockquote graf-after--p">you’re getting a lot of heat now but happy you are writing things that stir up the community. Hope you continue to be a voice!</blockquote>
- <blockquote name="436b" id="436b" class="graf graf--blockquote graf-after--blockquote">I doubt I will.</blockquote>
- <p name="ac25" id="ac25" class="graf graf--p graf-after--blockquote">See, they’ve done their job. Mess with the bull, you get the horns. Maybe you should find another thing to write about, this isn’t a good place for you. <em class="markup--em markup--p-em">Great</em> job y’all.</p>
- <p name="07ba" id="07ba" class="graf graf--p graf-after--p">Some people aren’t even pretending. They’re just in full strawman mode:</p>
- <blockquote name="3d60" id="3d60" class="graf graf--blockquote graf-after--p"><a href="https://twitter.com/timkeller" data-href="https://twitter.com/timkeller" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@timkeller: </a>Unfair to begrudge a person for leveraging past success, especially when that success is earned. No ‘luck’ involved.</blockquote>
- <blockquote name="87f5" id="87f5" class="graf graf--blockquote graf-after--blockquote"><a href="https://twitter.com/s_bielefeld" data-href="https://twitter.com/s_bielefeld" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@s_bielefeld: </a><a href="https://twitter.com/timkeller" data-href="https://twitter.com/timkeller" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@timkeller</a> I plainly stated that I don’t hold his doing this against him. Way to twist words.</blockquote>
- <p name="3720" id="3720" class="graf graf--p graf-after--blockquote">I think she’s earned her anger at this point.</p>
- <p name="7341" id="7341" class="graf graf--p graf-after--p">Don’t worry, Marco knows what the real problem is: most devs just suck —</p>
- <figure name="babe" id="babe" class="graf graf--figure graf-after--p">
- <div class="aspectRatioPlaceholder is-locked" style="max-width: 694px; max-height: 771px;">
- <div class="aspectRatioPlaceholder-fill" style="padding-bottom: 111.1%;"></div>
- <div class="progressiveMedia js-progressiveMedia graf-image" data-image-id="1*Fpb2Bvdx7Q-688vdm-NdkQ.png" data-width="694" data-height="771"><img src="https://cdn-images-1.medium.com/freeze/max/60/1*Fpb2Bvdx7Q-688vdm-NdkQ.png?q=20" crossorigin="anonymous" class="progressiveMedia-thumbnail js-progressiveMedia-thumbnail" /><canvas class="progressiveMedia-canvas js-progressiveMedia-canvas"></canvas><img class="progressiveMedia-image js-progressiveMedia-image" data-src="https://cdn-images-1.medium.com/max/1600/1*Fpb2Bvdx7Q-688vdm-NdkQ.png" /><noscript class="js-progressiveMedia-inner"><img class="progressiveMedia-noscript js-progressiveMedia-inner" src="https://cdn-images-1.medium.com/max/1600/1*Fpb2Bvdx7Q-688vdm-NdkQ.png" /></noscript></div>
- </div>
- </figure>
- <p name="503d" id="503d" class="graf graf--p graf-after--figure">I have a saying that applies in this case: don’t place your head so far up your nethers that you go full Klein Bottle. Marco has gone full Klein Bottle. (To be correct, he went FKB some years ago.)</p>
- <p name="b8c0" id="b8c0" class="graf graf--p graf-after--p">There are some bright spots. My favorite is when Building Twenty points out the <em class="markup--em markup--p-em">real</em> elephant in the room:</p>
- <blockquote name="36f4" id="36f4" class="graf graf--blockquote graf-after--p"><a href="https://twitter.com/BuildingTwenty" data-href="https://twitter.com/BuildingTwenty" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@BuildingTwenty</a>: Both <a href="https://twitter.com/s_bielefeld" data-href="https://twitter.com/s_bielefeld" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@s_bielefeld</a> &amp; I wrote similar critiques of <a href="https://twitter.com/marcoarment" data-href="https://twitter.com/marcoarment" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@marcoarment</a>’s pricing model yet the Internet pilloried only the woman. Who’d have guessed?</blockquote>
- <p name="06b9" id="06b9" class="graf graf--p graf-after--blockquote">Yup.</p>
- <p name="eff9" id="eff9" class="graf graf--p graf-after--p">Another bright spot are these comments from Ian Betteridge, who has been doing this <em class="markup--em markup--p-em">even longer than Marco</em>:</p>
- <blockquote name="18f1" id="18f1" class="graf graf--blockquote graf-after--p">You know, any writer who has never made a single factual error in a piece hasn’t ever written anything worth reading.</blockquote>
- <blockquote name="9776" id="9776" class="graf graf--blockquote graf-after--blockquote">I learned my job with the support of people who helped me. Had I suffered an Internet pile on for every error I wouldn’t have bothered.</blockquote>
- <p name="8d44" id="8d44" class="graf graf--p graf-after--blockquote">To which Samantha understandably replies:</p>
- <blockquote name="7147" id="7147" class="graf graf--blockquote graf-after--p">and it’s honestly something I’m contemplating right now, whether to continue…</blockquote>
- <p name="e0cd" id="e0cd" class="graf graf--p graf-after--blockquote">Gee, I can’t imagine why. Why with comments like this from Chris Breen that completely misrepresent Samantha’s point, (who until today, I would have absolutely defended as being better than this, something I am genuinely saddened to be wrong about), why wouldn’t she want to continue doing this?</p>
- <blockquote name="a379" id="a379" class="graf graf--blockquote graf-after--p">If I have this right, some people are outraged that a creator has decided to give away his work.</blockquote>
- <p name="f026" id="f026" class="graf graf--p graf-after--blockquote">No Chris, you don’t have this right. But hey, who has time to find out the real issue and read an article. I’m sure your friends told you everything you need to know.</p>
- <p name="e1c2" id="e1c2" class="graf graf--p graf-after--p">Noted Feminist Glenn Fleishman gets a piece of the action too:</p>
- <figure name="067c" id="067c" class="graf graf--figure graf-after--p">
- <div class="aspectRatioPlaceholder is-locked" style="max-width: 308px; max-height: 269px;">
- <div class="aspectRatioPlaceholder-fill" style="padding-bottom: 87.3%;"></div>
- <div class="progressiveMedia js-progressiveMedia graf-image" data-image-id="1*lvOySry5gHHJfGU_bQXrzA.png" data-width="308" data-height="269"><img src="https://cdn-images-1.medium.com/freeze/max/60/1*lvOySry5gHHJfGU_bQXrzA.png?q=20" crossorigin="anonymous" class="progressiveMedia-thumbnail js-progressiveMedia-thumbnail" /><canvas class="progressiveMedia-canvas js-progressiveMedia-canvas"></canvas><img class="progressiveMedia-image js-progressiveMedia-image" data-src="https://cdn-images-1.medium.com/max/1600/1*lvOySry5gHHJfGU_bQXrzA.png" /><noscript class="js-progressiveMedia-inner"><img class="progressiveMedia-noscript js-progressiveMedia-inner" src="https://cdn-images-1.medium.com/max/1600/1*lvOySry5gHHJfGU_bQXrzA.png" /></noscript></div>
+ <div class="r ao">
+ <svg width="35" height="35" viewbox="5 5 35 35" class="q">
+ <path d="M5 40V5h35v35H5zm8.56-12.63c0 .56-.03.69-.32 1.03L10.8 31.4v.4h6.97v-.4L15.3 28.4c-.29-.34-.34-.5-.34-1.03v-8.95l6.13 13.36h.71l5.26-13.36v10.64c0 .3 0 .35-.19.53l-1.85 1.8v.4h9.2v-.4l-1.83-1.8c-.18-.18-.2-.24-.2-.53V15.94c0-.3.02-.35.2-.53l1.82-1.8v-.4h-6.47l-4.62 11.55-5.2-11.54h-6.8v.4l2.15 2.63c.24.3.29.37.29.77v10.35z"></path></svg>
+ </div></a>
+ <div class="an g">
+ <div class="ap" id="lo-general-navbar-open-in-app-button">
+ <div class="aq an ao">
+ <a href="https://rsci.app.link/?%24canonical_url=https%3A%2F%2Fmedium.com%2Fp%2Fd146a92473a1&amp;~feature=LoOpenInAppButton&amp;~channel=ShowPostUnderUser&amp;~stage=mobileNavBar&amp;source=post_page-----d146a92473a1----------------------" class="ar as at au av aw ax ay az ba bb bc bd be bf" rel="noopener nofollow">Open in app</a>
+ </div>
+ </div>
</div>
- </figure>
- <p name="4df8" id="4df8" class="graf graf--p graf-after--figure">I’m not actually surprised here. I watched Fleishman berate a friend of mine who has been an engineer for…heck, waaaaay too long on major software products in the most condescending way because she tried to point out that as a <em class="markup--em markup--p-em">very</em> technical woman, “The Magazine” literally had nothing to say to her and maybe he should fix that. “Impertinent” was I believe what he called her, but I may have the specific word wrong. Not the attitude mind you. Great Feminists like Glenn do not like uppity women criticizing Great Feminists who are their Great Allies.</p>
- <p name="bf45" id="bf45" class="graf graf--p graf-after--p graf--trailing">Great Feminists are often tools.</p>
- </div>
- </div>
- </section>
- <section name="c883" class="section section--body">
- <div class="section-divider">
- <hr class="section-divider" />
- </div>
- <div class="section-content">
- <div class="section-inner sectionLayout--insetColumn">
- <p name="45bb" id="45bb" class="graf graf--p graf--leading">Luckily, I hope, the people who get Samantha’s point also started chiming in (and you get 100% of the women commenting here that I’ve seen):</p>
- <blockquote name="c053" id="c053" class="graf graf--blockquote graf-after--p">I don’t think he’s wrong for doing it, he just discusses it as if the market’s a level playing field — it isn’t</blockquote>
- <blockquote name="7b5e" id="7b5e" class="graf graf--blockquote graf-after--blockquote">This is a great article with lots of great points about the sustainability of iOS development. Thank you for publishing it.</blockquote>
- <blockquote name="a321" id="a321" class="graf graf--blockquote graf-after--blockquote">Regardless of the numbers and your view of MA, fair points here about confirmation bias in app marketing feasibility <a href="http://t.co/u79ZLsnhdM" data-href="http://t.co/u79ZLsnhdM" class="markup--anchor markup--blockquote-anchor" title="http://samanthabielefeld.com/the-elephant-in-the-room" rel="nofollow noopener" target="_blank">http://samanthabielefeld.com/the-elephant-in-the-room …</a></blockquote>
- <blockquote name="76fe" id="76fe" class="graf graf--blockquote graf-after--blockquote">thank you for posting this, it covers a lot of things people don’t like to talk about.</blockquote>
- <blockquote name="bf90" id="bf90" class="graf graf--blockquote graf-after--blockquote">I’m sure you have caught untold amounts of flak over posting this because Marco is blind to his privilege as a developer.</blockquote>
- <blockquote name="0f66" id="0f66" class="graf graf--blockquote graf-after--blockquote graf--trailing">Catching up on the debate, and agreeing with Harry’s remark. (Enjoyed your article, Samantha, and ‘got’ your point.)</blockquote>
- </div>
- </div>
- </section>
- <section name="8ab2" class="section section--body section--last">
- <div class="section-divider">
- <hr class="section-divider" />
- </div>
- <div class="section-content">
- <div class="section-inner sectionLayout--insetColumn">
- <p name="6134" id="6134" class="graf graf--p graf--leading">I would like to say I’m surprised at the reaction to Samantha’s article, but I’m not. In spite of his loud declarations of support for The Big Lie, Marco Arment is as bad at any form of criticism that he hasn’t already approved as a very insecure tween. An example from 2011: <a href="http://www.businessinsider.com/marco-arment-2011-9" data-href="http://www.businessinsider.com/marco-arment-2011-9" class="markup--anchor markup--p-anchor" rel="nofollow noopener" target="_blank">http://www.businessinsider.com/marco-arment-2011-9</a></p>
- <p name="ba3c" id="ba3c" class="graf graf--p graf-after--p">Marco is great with criticism as long as it never actually criticizes him. If it does, be prepared a flood of petty, petulant whining that a room full of bored preschoolers on a hot day would be hard-pressed to match.</p>
- <p name="a5a0" id="a5a0" class="graf graf--p graf-after--p">Today has been…well, it sucks. It sucks because someone doing what all the Arments of the world claim to want was naive enough to believe what they were told, and found out the hard way just how big a lie The Big Lie is, and how vicious people are when you’re silly enough to believe anything they say about criticism.</p>
- <p name="2a25" id="2a25" class="graf graf--p graf-after--p">And note again, every single condescending crack, misrepresentation, and strawman had an exclusively male source. Most of them have, at one point or another, loudly trumpted themselves as Feminist Allies, as a friend to women struggling with the sexism and misogyny in tech. Congratulations y’all on being just as bad as the people you claim to oppose.</p>
- <p name="a47a" id="a47a" class="graf graf--p graf-after--p">Samantha has handled this better than anyone else could have. My respect for her as a person and a writer is off the charts. If she choses to walk away from blogging in the Apple space, <em class="markup--em markup--p-em">believe me</em> I understand. As bad as today was for her, I’ve seen worse. Much worse.</p>
- <p name="aa8e" id="aa8e" class="graf graf--p graf-after--p">But I hope she doesn’t. I hope she stays, because she is Doing This Right, and in a corner of the internet that has become naught but an endless circle jerk, a cliquish collection, a churlish, childish cohort interested not in writing or the truth, but in making sure The Right People are elevated, and The Others put down, she is someone worth reading and listening to. The number people who owe her apologies goes around the block, and I don’t think she’ll ever see a one. I’m sure as heck not apologizing for them, I’ll not make their lives easier in the least.</p>
- <p name="34c5" id="34c5" class="graf graf--p graf-after--p">All of you, all. of. you…Marco, Breen, Snell, Vittici, had a chance to live by your words. You were faced with reasoned, polite, respectful criticism and instead of what you should have done, you all dropped trou and sprayed an epic diarrheal discharge all over someone who had done nothing to deserve it. Me, I earned most of my aggro, Samantha did not earn any of the idiocy I’ve seen today. I hope you’re all proud of yourselves. Someone should be, it won’t be me. Ever.</p>
- <p name="9710" id="9710" class="graf graf--p graf-after--p graf--trailing">So I hope she stays, but if she goes, I understand. For what it’s worth, I don’t think she’s wrong either way.</p>
- </div>
- </div>
- </section>
- </div>
- <footer class="u-paddingTop10">
- <div class="container u-maxWidth740">
- <div class="row">
- <div class="col u-size12of12"></div>
- </div>
- <div class="row">
- <div class="col u-size12of12 js-postTags">
- <div class="u-paddingBottom10">
- <div class="tags tags--postTags tags--borderless"></div>
</div>
</div>
- </div>
- <div class="row js-postActionsFooter">
- <div class="postActions col u-size12of12">
- <div class="u-floatLeft buttonSet buttonSet--withLabels">
- <div class="buttonSet-inner">
- <div class="js-actionRecommend" data-post-id="d146a92473a1" data-is-icon-29px="true" data-has-recommend-list="true" data-source="post_actions_footer"><button class="button button--primary button--large button--chromeless is-touchIconFadeInPulse u-accentColor--buttonNormal button--withIcon button--withSvgIcon u-accentColor--iconLight js-actionRecommendButton" title="Recommend to share this article with your followers and let the author know you liked it" aria-label="Recommend to share this article with your followers and let the author know you liked it" data-action="sign-in-prompt" data-sign-in-action="upvote" data-requires-token="true" data-redirect="https://medium.com/_/vote/p/d146a92473a1" data-action-source="post_actions_footer"><span class="button-defaultState"><span class="svgIcon svgIcon--heart svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M16.215 23.716c-.348.288-.984.826-1.376 1.158a.526.526 0 0 1-.68 0c-.36-.307-.92-.78-1.22-1.03C9.22 20.734 3 15.527 3 10.734 3 7.02 5.916 4 9.5 4c1.948 0 3.77.898 5 2.434C15.73 4.898 17.552 4 19.5 4c3.584 0 6.5 3.02 6.5 6.734 0 4.9-6.125 9.96-9.785 12.982zM19.5 5.2c-1.774 0-3.423.923-4.41 2.468a.699.699 0 0 1-.59.323.706.706 0 0 1-.59-.32c-.988-1.54-2.637-2.47-4.41-2.47-2.922 0-5.3 2.49-5.3 5.54 0 4.23 6.19 9.41 9.517 12.19.217.18.566.48.783.66l.952-.79c3.496-2.88 9.348-7.72 9.348-12.05 0-3.05-2.378-5.53-5.3-5.53z"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--heartFilled svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M19.5 4c-1.948 0-3.77.898-5 2.434C13.27 4.898 11.448 4 9.5 4 5.916 4 3 7.02 3 10.734c0 4.793 6.227 10 9.95 13.11.296.25.853.723 1.212 1.03.196.166.48.166.677 0 .39-.332 1.02-.87 1.37-1.158 3.66-3.022 9.79-8.08 9.79-12.982C26 7.02 23.08 4 19.5 4z" fill-rule="evenodd"/></svg></span></span></button><button class="button button--chromeless u-baseColor--buttonNormal" data-action="show-recommends" data-action-value="d146a92473a1">168</button></div>
+ <div class="r bg w">
+ <div class="n o">
+ <div class="n g">
+ <div class="ap" id="lo-post-page-navbar-upsell-button">
+ <div>
+ <a href="https://medium.com/membership?source=upgrade_membership---nav_full------------------------" class="bh bi at au av aw ax ay az ba bj bk bd bl bm" rel="noopener"><span class="bn b bo bp bq br r bs bt">Become a member</span></a>
+ </div>
+ </div>
+ <div class="ap" id="lo-post-page-navbar-sign-in-link">
+ <div class="aq r">
+ <span class="bn b bo bp bq br r bs bt"><span><a href="https://medium.com/m/signin?operation=login&amp;redirect=https%3A%2F%2Fmedium.com%2F%40johncwelch%2Fsamantha-and-the-great-big-lie-d146a92473a1&amp;source=--------------------------nav_reg-" class="ar as at au av aw ax ay az ba bb bc bd be bf" rel="noopener">Sign in</a></span></span>
+ </div>
+ </div>
</div>
- <div class="buttonSet-inner"><button class="button button--large button--dark button--chromeless is-touchIconBlackPulse u-baseColor--buttonDark button--withIcon button--withSvgIcon" data-action="scroll-to-responses" data-action-source="post_actions_footer"><span class="svgIcon svgIcon--response svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M21.27 20.058c1.89-1.826 2.754-4.17 2.754-6.674C24.024 8.21 19.67 4 14.1 4 8.53 4 4 8.21 4 13.384c0 5.175 4.53 9.385 10.1 9.385 1.007 0 2-.14 2.95-.41.285.25.592.49.918.7 1.306.87 2.716 1.31 4.19 1.31.276-.01.494-.14.6-.36a.625.625 0 0 0-.052-.65c-.61-.84-1.042-1.71-1.282-2.58a5.417 5.417 0 0 1-.154-.75zm-3.85 1.324l-.083-.28-.388.12a9.72 9.72 0 0 1-2.85.424c-4.96 0-8.99-3.706-8.99-8.262 0-4.556 4.03-8.263 8.99-8.263 4.95 0 8.77 3.71 8.77 8.27 0 2.25-.75 4.35-2.5 5.92l-.24.21v.32c0 .07 0 .19.02.37.03.29.1.6.19.92.19.7.49 1.4.89 2.08-.93-.14-1.83-.49-2.67-1.06-.34-.22-.88-.48-1.16-.74z"/></svg></span></button><button class="button button--chromeless u-baseColor--buttonNormal" data-action="scroll-to-responses">15</button></div>
</div>
- <div class="u-floatRight buttonSet buttonSet--narrow"><button class="button button--large button--dark button--chromeless is-touchIconBlackPulse u-baseColor--buttonDark button--withIcon button--withSvgIcon" title="Share on Twitter" aria-label="Share on Twitter" data-action="share-on-twitter" data-action-source="post_actions_footer"><span class="svgIcon svgIcon--twitter svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M21.967 11.8c.018 5.93-4.607 11.18-11.177 11.18-2.172 0-4.25-.62-6.047-1.76l-.268.422-.038.5.186.013.168.012c.3.02.44.032.6.046 2.06-.026 3.95-.686 5.49-1.86l1.12-.85-1.4-.048c-1.57-.055-2.92-1.08-3.36-2.51l-.48.146-.05.5c.22.03.48.05.75.08.48-.02.87-.07 1.25-.15l2.33-.49-2.32-.49c-1.68-.35-2.91-1.83-2.91-3.55 0-.05 0-.01-.01.03l-.49-.1-.25.44c.63.36 1.35.57 2.07.58l1.7.04L7.4 13c-.978-.662-1.59-1.79-1.618-3.047a4.08 4.08 0 0 1 .524-1.8l-.825.07a12.188 12.188 0 0 0 8.81 4.515l.59.033-.06-.59v-.02c-.05-.43-.06-.63-.06-.87a3.617 3.617 0 0 1 6.27-2.45l.2.21.28-.06c1.01-.22 1.94-.59 2.73-1.09l-.75-.56c-.1.36-.04.89.12 1.36.23.68.58 1.13 1.17.85l-.21-.45-.42-.27c-.52.8-1.17 1.48-1.92 2L22 11l.016.28c.013.2.014.35 0 .52v.04zm.998.038c.018-.22.017-.417 0-.66l-.498.034.284.41a8.183 8.183 0 0 0 2.2-2.267l.97-1.48-1.6.755c.17-.08.3-.02.34.03a.914.914 0 0 1-.13-.292c-.1-.297-.13-.64-.1-.766l.36-1.254-1.1.695c-.69.438-1.51.764-2.41.963l.48.15a4.574 4.574 0 0 0-3.38-1.484 4.616 4.616 0 0 0-4.61 4.613c0 .29.02.51.08.984l.01.02.5-.06.03-.5c-3.17-.18-6.1-1.7-8.08-4.15l-.48-.56-.36.64c-.39.69-.62 1.48-.65 2.28.04 1.61.81 3.04 2.06 3.88l.3-.92c-.55-.02-1.11-.17-1.6-.45l-.59-.34-.14.67c-.02.08-.02.16 0 .24-.01 2.12 1.55 4.01 3.69 4.46l.1-.49-.1-.49c-.33.07-.67.12-1.03.14-.18-.02-.43-.05-.64-.07l-.76-.09.23.73c.57 1.84 2.29 3.14 4.28 3.21l-.28-.89a8.252 8.252 0 0 1-4.85 1.66c-.12-.01-.26-.02-.56-.05l-.17-.01-.18-.01L2.53 21l1.694 1.07a12.233 12.233 0 0 0 6.58 1.917c7.156 0 12.2-5.73 12.18-12.18l-.002.04z"/></svg></span></button><button class="button button--large button--dark button--chromeless is-touchIconBlackPulse u-baseColor--buttonDark button--withIcon button--withSvgIcon" title="Share on Facebook" aria-label="Share on Facebook" data-action="share-on-facebook" data-action-source="post_actions_footer"><span class="svgIcon svgIcon--facebook svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M16.39 23.61v-5.808h1.846a.55.55 0 0 0 .546-.48l.36-2.797a.551.551 0 0 0-.547-.62H16.39V12.67c0-.67.12-.813.828-.813h1.474a.55.55 0 0 0 .55-.55V8.803a.55.55 0 0 0-.477-.545c-.436-.06-1.36-.116-2.22-.116-2.5 0-4.13 1.62-4.13 4.248v1.513H10.56a.551.551 0 0 0-.55.55v2.797c0 .304.248.55.55.55h1.855v5.76c-4.172-.96-7.215-4.7-7.215-9.1 0-5.17 4.17-9.36 9.31-9.36 5.14 0 9.31 4.19 9.31 9.36 0 4.48-3.155 8.27-7.43 9.15M14.51 4C8.76 4 4.1 8.684 4.1 14.46c0 5.162 3.75 9.523 8.778 10.32a.55.55 0 0 0 .637-.543v-6.985a.551.551 0 0 0-.55-.55H11.11v-1.697h1.855a.55.55 0 0 0 .55-.55v-2.063c0-2.02 1.136-3.148 3.03-3.148.567 0 1.156.027 1.597.06v1.453h-.924c-1.363 0-1.93.675-1.93 1.912v1.78c0 .3.247.55.55.55h2.132l-.218 1.69H15.84c-.305 0-.55.24-.55.55v7.02c0 .33.293.59.623.54 5.135-.7 9.007-5.11 9.007-10.36C24.92 8.68 20.26 4 14.51 4"/></svg></span></button></div>
</div>
</div>
</div>
- <div class="js-postPromotionWrapper postPromotionWrapper" data-location-id="footer_above_post_attribution"></div>
- <div class="container u-maxWidth740 js-postAttributionFooterContainer u-paddingTop20 u-paddingBottom20 u-marginTop10 u-borderTopLightest u-xs-paddingTop10 u-xs-paddingBottom10">
- <div class="row js-postFooterInfo">
- <div class="col u-size12of12">
- <li class="u-block u-paddingBottom18 js-cardUser">
- <div class="u-marginLeft20 u-floatRight"><span class="followState js-followState buttonSet-inner" data-user-id="77a507c5ad19"><button class="button button--small u-noUserSelect button--withChrome u-baseColor--buttonNormal button--withHover button--unblock js-unblockButton" data-action="sign-in-prompt" data-sign-in-action="toggle-block-user" data-requires-token="true" data-action-source="footer_card"><span class="button-label button-defaultState">Blocked</span><span class="button-label button-hoverState">Unblock</span></button><button class="button button--primary button--small u-noUserSelect button--withChrome u-accentColor--buttonNormal button--follow js-followButton" data-action="sign-in-prompt" data-sign-in-action="toggle-subscribe-user" data-requires-token="true" data-redirect="https://medium.com/_/subscribe/user/77a507c5ad19" data-action-source="footer_card_follow"><span class="button-label button-defaultState js-buttonLabel">Follow</span><span class="button-label button-activeState">Following</span></button></span>
- </div>
- <div class="u-tableCell ">
- <a class="link avatar u-baseColor--link" href="https://medium.com/@johncwelch?source=footer_card" title="Go to the profile of John C. Welch" aria-label="Go to the profile of John C. Welch" data-action-source="footer_card" data-user-id="77a507c5ad19" dir="auto"><img src="https://cdn-images-1.medium.com/fit/c/120/120/0*qPHQu8WqsC6cV_ud.jpg" class="avatar-image avatar-image--small" alt="Go to the profile of John C. Welch" /></a>
- </div>
- <div class="u-tableCell u-verticalAlignMiddle u-breakWord u-paddingLeft15">
- <h3 class="u-fontSizeBase u-lineHeightTighter u-marginBottom4"><a class="link link--primary u-accentColor--hoverTextNormal" href="https://medium.com/@johncwelch" property="cc:attributionName" title="Go to the profile of John C. Welch" aria-label="Go to the profile of John C. Welch" rel="author cc:attributionUrl" data-user-id="77a507c5ad19" dir="auto">John C. Welch</a></h3>
- </div>
- </li>
+ </div>
+ </div>
+ </nav>
+ <div class="bu aj r bv ak"></div>
+ <div class="r y">
+ <div class="bw bx ai by bz ca cb cc cd ce cf" aria-hidden="true"></div>
+ <div class="cg bz ch ci cj bw by ck cl cm cn co cp cq cr cs ct cu cv cw" aria-hidden="true">
+ <div class="cx cy n o cz da">
+ <h2 class="bn db dc dd de">
+ Responses
+ </h2>
+ <div class="n cz">
+ <div class="r df dg">
+ <div class="az r df v">
+ <span class="bn b bo bp bq br r bs bt"><button class="bh bi at au av aw ax ay az ba bj bk bd bl bm" data-testid="close-button" aria-label="close"><svg width="25" height="25" viewbox="0 0 25 25">
+ <path d="M18.13 6.11l-5.61 5.61-5.6-5.61-.81.8 5.61 5.61-5.61 5.61.8.8 5.61-5.6 5.61 5.6.8-.8-5.6-5.6 5.6-5.62"></path></svg></button></span>
</div>
</div>
</div>
- <div class="js-postFooterPlacements"></div>
- <div class="u-padding0 u-clearfix u-backgroundGrayLightest u-print-hide supplementalPostContent js-responsesWrapper"></div>
- <div class="supplementalPostContent js-readNext"></div>
- <div class="supplementalPostContent js-heroPromo"></div>
- </footer>
- </article>
- </main>
- <div class="u-marginAuto u-maxWidth1000">
- <div class="js-postShareWidget u-foreground u-sm-hide u-transition--fadeOut300 u-fixed">
- <ul>
- <li class="u-uiTextSemibold u-textAlignCenter u-textColorNormal u-fontSizeSmallest u-textUppercase">Share</li>
- <li class="u-textAlignCenter">
- <div class="js-actionRecommend" data-post-id="d146a92473a1" data-is-icon-29px="true" data-is-vertical="true" data-has-recommend-list="true" data-source="post_share_widget"><button class="button button--primary button--large button--chromeless is-touchIconFadeInPulse u-accentColor--buttonNormal button--withIcon button--withSvgIcon u-accentColor--iconLight js-actionRecommendButton" title="Recommend to share this article with your followers and let the author know you liked it" aria-label="Recommend to share this article with your followers and let the author know you liked it" data-action="sign-in-prompt" data-sign-in-action="upvote" data-requires-token="true" data-redirect="https://medium.com/_/vote/p/d146a92473a1" data-action-source="post_share_widget"><span class="button-defaultState"><span class="svgIcon svgIcon--heart svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M16.215 23.716c-.348.288-.984.826-1.376 1.158a.526.526 0 0 1-.68 0c-.36-.307-.92-.78-1.22-1.03C9.22 20.734 3 15.527 3 10.734 3 7.02 5.916 4 9.5 4c1.948 0 3.77.898 5 2.434C15.73 4.898 17.552 4 19.5 4c3.584 0 6.5 3.02 6.5 6.734 0 4.9-6.125 9.96-9.785 12.982zM19.5 5.2c-1.774 0-3.423.923-4.41 2.468a.699.699 0 0 1-.59.323.706.706 0 0 1-.59-.32c-.988-1.54-2.637-2.47-4.41-2.47-2.922 0-5.3 2.49-5.3 5.54 0 4.23 6.19 9.41 9.517 12.19.217.18.566.48.783.66l.952-.79c3.496-2.88 9.348-7.72 9.348-12.05 0-3.05-2.378-5.53-5.3-5.53z"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--heartFilled svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M19.5 4c-1.948 0-3.77.898-5 2.434C13.27 4.898 11.448 4 9.5 4 5.916 4 3 7.02 3 10.734c0 4.793 6.227 10 9.95 13.11.296.25.853.723 1.212 1.03.196.166.48.166.677 0 .39-.332 1.02-.87 1.37-1.158 3.66-3.022 9.79-8.08 9.79-12.982C26 7.02 23.08 4 19.5 4z" fill-rule="evenodd"/></svg></span></span></button><button class="button button--chromeless u-baseColor--buttonNormal u-block u-marginAuto u-marginTopNegative5" data-action="show-recommends" data-action-value="d146a92473a1">168</button></div>
- </li>
- <li class="u-textAlignCenter"><button class="button button--large button--dark button--chromeless is-touchIconBlackPulse u-baseColor--buttonDark button--withIcon button--withSvgIcon" title="Share on Twitter" aria-label="Share on Twitter" data-action="share-on-twitter" data-action-source="post_share_widget"><span class="svgIcon svgIcon--twitter svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M21.967 11.8c.018 5.93-4.607 11.18-11.177 11.18-2.172 0-4.25-.62-6.047-1.76l-.268.422-.038.5.186.013.168.012c.3.02.44.032.6.046 2.06-.026 3.95-.686 5.49-1.86l1.12-.85-1.4-.048c-1.57-.055-2.92-1.08-3.36-2.51l-.48.146-.05.5c.22.03.48.05.75.08.48-.02.87-.07 1.25-.15l2.33-.49-2.32-.49c-1.68-.35-2.91-1.83-2.91-3.55 0-.05 0-.01-.01.03l-.49-.1-.25.44c.63.36 1.35.57 2.07.58l1.7.04L7.4 13c-.978-.662-1.59-1.79-1.618-3.047a4.08 4.08 0 0 1 .524-1.8l-.825.07a12.188 12.188 0 0 0 8.81 4.515l.59.033-.06-.59v-.02c-.05-.43-.06-.63-.06-.87a3.617 3.617 0 0 1 6.27-2.45l.2.21.28-.06c1.01-.22 1.94-.59 2.73-1.09l-.75-.56c-.1.36-.04.89.12 1.36.23.68.58 1.13 1.17.85l-.21-.45-.42-.27c-.52.8-1.17 1.48-1.92 2L22 11l.016.28c.013.2.014.35 0 .52v.04zm.998.038c.018-.22.017-.417 0-.66l-.498.034.284.41a8.183 8.183 0 0 0 2.2-2.267l.97-1.48-1.6.755c.17-.08.3-.02.34.03a.914.914 0 0 1-.13-.292c-.1-.297-.13-.64-.1-.766l.36-1.254-1.1.695c-.69.438-1.51.764-2.41.963l.48.15a4.574 4.574 0 0 0-3.38-1.484 4.616 4.616 0 0 0-4.61 4.613c0 .29.02.51.08.984l.01.02.5-.06.03-.5c-3.17-.18-6.1-1.7-8.08-4.15l-.48-.56-.36.64c-.39.69-.62 1.48-.65 2.28.04 1.61.81 3.04 2.06 3.88l.3-.92c-.55-.02-1.11-.17-1.6-.45l-.59-.34-.14.67c-.02.08-.02.16 0 .24-.01 2.12 1.55 4.01 3.69 4.46l.1-.49-.1-.49c-.33.07-.67.12-1.03.14-.18-.02-.43-.05-.64-.07l-.76-.09.23.73c.57 1.84 2.29 3.14 4.28 3.21l-.28-.89a8.252 8.252 0 0 1-4.85 1.66c-.12-.01-.26-.02-.56-.05l-.17-.01-.18-.01L2.53 21l1.694 1.07a12.233 12.233 0 0 0 6.58 1.917c7.156 0 12.2-5.73 12.18-12.18l-.002.04z"/></svg></span></button></li>
- <li class="u-textAlignCenter"><button class="button button--large button--dark button--chromeless is-touchIconBlackPulse u-baseColor--buttonDark button--withIcon button--withSvgIcon" title="Share on Facebook" aria-label="Share on Facebook" data-action="share-on-facebook" data-action-source="post_share_widget"><span class="svgIcon svgIcon--facebook svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M16.39 23.61v-5.808h1.846a.55.55 0 0 0 .546-.48l.36-2.797a.551.551 0 0 0-.547-.62H16.39V12.67c0-.67.12-.813.828-.813h1.474a.55.55 0 0 0 .55-.55V8.803a.55.55 0 0 0-.477-.545c-.436-.06-1.36-.116-2.22-.116-2.5 0-4.13 1.62-4.13 4.248v1.513H10.56a.551.551 0 0 0-.55.55v2.797c0 .304.248.55.55.55h1.855v5.76c-4.172-.96-7.215-4.7-7.215-9.1 0-5.17 4.17-9.36 9.31-9.36 5.14 0 9.31 4.19 9.31 9.36 0 4.48-3.155 8.27-7.43 9.15M14.51 4C8.76 4 4.1 8.684 4.1 14.46c0 5.162 3.75 9.523 8.778 10.32a.55.55 0 0 0 .637-.543v-6.985a.551.551 0 0 0-.55-.55H11.11v-1.697h1.855a.55.55 0 0 0 .55-.55v-2.063c0-2.02 1.136-3.148 3.03-3.148.567 0 1.156.027 1.597.06v1.453h-.924c-1.363 0-1.93.675-1.93 1.912v1.78c0 .3.247.55.55.55h2.132l-.218 1.69H15.84c-.305 0-.55.24-.55.55v7.02c0 .33.293.59.623.54 5.135-.7 9.007-5.11 9.007-10.36C24.92 8.68 20.26 4 14.51 4"/></svg></span></button></li>
- </ul>
- </div>
- </div>
- <div class="u-fixed u-bottom0 u-sizeFullWidth u-backgroundWhite u-boxShadowTop u-borderBox u-paddingTop10 u-paddingBottom10 u-zIndexMetabar u-xs-paddingLeft10 u-xs-paddingRight10">
- <div class="u-maxWidth700 u-marginAuto u-flexCenter">
- <div class="u-fontSizeSmall u-flex1 u-flexCenter">
- <div class="u-flex0 u-inlineBlock u-paddingRight20 u-xs-paddingRight10">
- <a class="link avatar u-inline u-baseColor--link" href="https://medium.com/@johncwelch" data-action="show-user-card" data-action-value="77a507c5ad19" data-action-type="hover" data-user-id="77a507c5ad19" dir="auto"><img src="https://cdn-images-1.medium.com/fit/c/80/80/0*qPHQu8WqsC6cV_ud.jpg" class="avatar-image avatar-image--smaller" alt="Go to the profile of John C. Welch" /></a>
- </div>
- <div class="u-flex1 u-inlineBlock">
- <div class="u-xs-hide">Never miss a story from<strong> John C. Welch</strong>, when you sign up for Medium. <a class="link link--accent u-accentColor--textNormal u-accentColor--textDarken u-baseColor--link" href="https://medium.com/@Medium/personalize-your-medium-experience-with-users-publications-tags-26a41ab1ee0c#.hx4zuv3mg" data-action-source="sticky_footer">Learn more</a></div>
- <div class="u-xs-show">Never miss a story from<strong> John C. Welch</strong></div>
- </div>
</div>
- <div class="u-marginLeft50 u-xs-marginAuto"><span class="followState js-followState buttonSet-inner" data-user-id="77a507c5ad19"><button class="button u-noUserSelect button--withChrome u-baseColor--buttonNormal button--withHover button--unblock js-unblockButton u-uiTextSemibold u-textUppercase u-fontSizeSmallest" data-action="sign-in-prompt" data-sign-in-action="toggle-block-user" data-requires-token="true" data-action-source="sticky_footer"><span class="button-label button-defaultState">Blocked</span><span class="button-label button-hoverState">Unblock</span></button><button class="button button--primary is-active u-noUserSelect button--withChrome u-accentColor--buttonNormal button--follow js-followButton u-uiTextSemibold u-textUppercase u-fontSizeSmallest" data-action="sign-in-prompt" data-sign-in-action="toggle-subscribe-user" data-requires-token="true" data-redirect="https://medium.com/_/subscribe/user/77a507c5ad19" data-action-source="sticky_footer_follow"><span class="button-label button-defaultState js-buttonLabel">Follow</span><span class="button-label button-activeState">Get updates</span></button></span>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="loadingBar"></div>
- <script>
- // &lt;![CDATA[
- window["obvInit"] = function(opt_embedded) {
- window["obvInit"]["embedded"] = opt_embedded;
- window["obvInit"]["ready"] = true;
- }
- // ]]&gt;
- </script>
- <script>
- // &lt;![CDATA[
- var GLOBALS = {
- "audioUrl": "https://d1fcbxp97j4nb2.cloudfront.net",
- "baseUrl": "https://medium.com",
- "buildLabel": "27588-3cb8971",
- "currentUser": {
- "userId": "lo_4c2ff54882b4",
- "isVerified": false,
- "subscriberEmail": ""
- },
- "currentUserHasUnverifiedEmail": false,
- "isAuthenticated": false,
- "isCurrentUserVerified": false,
- "language": "en-us",
- "mediumTwitterScreenName": "medium",
- "miroUrl": "https://cdn-images-1.medium.com",
- "moduleUrls": {
- "base": "https://cdn-static-1.medium.com/_/fp/gen-js/main-base.bundle.iwEjGQsTOduS_qDGmWZZng.js",
- "notes": "https://cdn-static-1.medium.com/_/fp/gen-js/main-notes.bundle.4fp6HSt83KvFshqkijtyyQ.js",
- "posters": "https://cdn-static-1.medium.com/_/fp/gen-js/main-posters.bundle.sBoPOCjeITRjo9OsPC1VHA.js",
- "common-async": "https://cdn-static-1.medium.com/_/fp/gen-js/main-common-async.bundle.bQAtenPub_VKVyJSle9kcw.js",
- "stats": "https://cdn-static-1.medium.com/_/fp/gen-js/main-stats.bundle.MbJUn4Gmy9lhzoIH0Xeu-Q.js",
- "misc-screens": "https://cdn-static-1.medium.com/_/fp/gen-js/main-misc-screens.bundle.xXy0Vq1iCvTjwpERpFYbLQ.js"
- },
- "previewConfig": {
- "weightThreshold": 1,
- "weightImageParagraph": 0.51,
- "weightIframeParagraph": 0.8,
- "weightTextParagraph": 0.08,
- "weightEmptyParagraph": 0,
- "weightP": 0.003,
- "weightH": 0.005,
- "weightBq": 0.003,
- "minPTextLength": 60,
- "truncateBoundaryChars": 20,
- "detectTitle": true,
- "detectTitleLevThreshold": 0.15
- },
- "productName": "Medium",
- "supportsEdit": true,
- "termsUrl": "//medium.com/policy/9db0094a1e0f",
- "textshotHost": "textshot.medium.com",
- "transactionId": "1487321852914:76ec3588d066",
- "useragent": {
- "browser": "firefox",
- "family": "firefox",
- "os": "mac",
- "version": 54,
- "supportsDesktopEdit": true,
- "supportsInteract": true,
- "supportsView": true,
- "isMobile": false,
- "isTablet": false,
- "isNative": false,
- "supportsFileAPI": true,
- "isTier1": true,
- "clientVersion": "",
- "unknownParagraphsBad": false,
- "clientChannel": "",
- "supportsRealScrollEvents": true,
- "supportsVhUnits": true,
- "ruinsViewportSections": false,
- "supportsHtml5Video": true,
- "supportsMagicUnderlines": true,
- "isWebView": false,
- "isFacebookWebView": false,
- "supportsProgressiveMedia": true,
- "supportsPromotedPosts": true,
- "isBot": false,
- "supportsScrollableMetabar": true
- },
- "variants": {
- "enable_fuzzy_number_experiment": true,
- "allow_access": true,
- "allow_signup": true,
- "allow_test_auth": "disallow",
- "signin_services": "twitter,facebook,google,email,google-fastidv",
- "signup_services": "twitter,facebook,google,email,google-fastidv",
- "android_rating_prompt_recommend_threshold": 5,
- "google_sign_in_android": true,
- "enable_onboarding": true,
- "ios_custom_miro_url": "https://cdn-images-1.medium.com",
- "reengagement_notification_duration": 3,
- "enable_adsnative_integration": true,
- "browsable_stream_config_bucket": "curated",
- "ios_small_post_preview_truncation_length": 5.5,
- "ios_large_post_preview_truncation_length": 5.5,
- "disable_ios_catalog_badging": true,
- "enable_ranked_feed_survey_promo": true,
- "enable_prepublish_share_settings": true,
- "enable_direct_auth_connect": true,
- "enable_post_import": true,
- "enable_sponsored_post_labelling": true,
- "promoted_story_placement_locations": "POST_PAGE_FOOTER",
- "prmt_to_people_experiment": "macro",
- "enable_related_reads_curse_words_filtering": true,
- "enable_search_collection_by_tag_recency_filter": true,
- "search_collection_by_tag_filter_min_votes": 10,
- "enable_drag_and_drop_ui": true,
- "enable_catalog_takeover_route": true,
- "show_more_placements": "control",
- "enable_crex_directory": true,
- "enable_client_digest": true,
- "honeypot_footer_copy_strategy": 1,
- "enable_sms_app_promo": true,
- "enable_home_stream_follow_suggestions": true,
- "enable_export_members": true,
- "enable_onboarding_users_by_tag": true,
- "enable_publication_popovers": true,
- "enable_hide_broken_links": true
- },
- "xsrfToken": "",
- "iosAppId": "828256236",
- "supportEmail": "[email protected]",
- "teamName": "Team Medium",
- "fp": {
- "/icons/favicon.svg": "https://cdn-static-1.medium.com/_/fp/icons/favicon.KjTfUJo7yJH_fCoUzzH3cg.svg",
- "/icons/favicon-dev-editor.ico": "https://cdn-static-1.medium.com/_/fp/icons/favicon-dev-editor.YKKRxBO8EMvIqhyCwIiJeQ.ico",
- "/icons/favicon-hatch-editor.ico": "https://cdn-static-1.medium.com/_/fp/icons/favicon-hatch-editor.BuEyHIqlyh2s_XEk4Rl32Q.ico",
- "/icons/favicon-medium-editor.ico": "https://cdn-static-1.medium.com/_/fp/icons/favicon-medium-editor.PiakrZWB7Yb80quUVQWM6g.ico"
- },
- "authBaseUrl": "https://medium.com",
- "imageUploadSizeMb": 25,
- "isAuthDomainRequest": true,
- "algoliaApiEndpoint": "https://MQ57UUUQZ2-dsn.algolia.net",
- "algoliaAppId": "MQ57UUUQZ2",
- "algoliaSearchOnlyApiKey": "f2b83a373dfeab4286ac5e9da958a5a9",
- "iosAppStoreUrl": "https://itunes.apple.com/app/medium-everyones-stories/id828256236?pt=698524&amp;mt=8",
- "iosAppLinkBaseUrl": "medium:",
- "algoliaIndexPrefix": "medium_",
- "androidPlayStoreUrl": "https://play.google.com/store/apps/details?id=com.medium.reader",
- "googleClientId": "216296035834-k1k6qe060s2tp2a2jam4ljdcms00sttg.apps.googleusercontent.com",
- "androidPackage": "com.medium.reader",
- "androidPlayStoreMarketScheme": "market://details?id=com.medium.reader",
- "googleAuthUri": "https://accounts.google.com/o/oauth2/auth",
- "androidScheme": "medium",
- "layoutData": {
- "useDynamicScripts": false,
- "googleAnalyticsTrackingCode": "UA-24232453-2",
- "jsShivUrl": "https://cdn-static-1.medium.com/_/fp/js/shiv.RI2ePTZ5gFmMgLzG5bEVAA.js",
- "useDynamicCss": false,
- "faviconUrl": "https://cdn-static-1.medium.com/_/fp/icons/favicon-medium.TAS6uQ-Y7kcKgi0xjcYHXw.ico",
- "faviconImageId": "1*W0nmth_X8nFKjn6BZ388UQ.png",
- "fontSets": [{
- "id": 1,
- "url": "https://cdn-static-1.medium.com/_/fp/css/fonts-base.by5Oi_VbnwEIvhnWIsuUjA.css"
- }, {
- "id": 4,
- "url": "https://cdn-static-1.medium.com/_/fp/css/fonts-lazy-base.g08Jj5TZPAiuPWj5YNUsSg.css"
- }, {
- "id": 6,
- "url": "https://cdn-static-1.medium.com/_/fp/css/fonts-latin-base.141WxxXgxGxNcfeza73H7Q.css"
- }, {
- "id": 7,
- "url": "https://cdn-static-1.medium.com/_/fp/css/fonts-lazy-latin-base.jMU532QDmysQMOINr-cr2A.css"
- }]
- },
- "authBaseUrlRev": "moc.muidem//:sptth",
- "isDnt": false,
- "stripePublishableKey": "pk_live_7FReX44VnNIInZwrIIx6ghjl",
- "archiveUploadSizeMb": 100,
- "paymentData": {
- "currencies": {
- "1": {
- "label": "US Dollar",
- "external": "usd"
- }
- },
- "countries": {
- "1": {
- "label": "United States of America",
- "external": "US"
- }
- },
- "accountTypes": {
- "1": {
- "label": "Individual",
- "external": "individual"
- },
- "2": {
- "label": "Company",
- "external": "company"
- }
- }
- },
- "previewConfig2": {
- "weightThreshold": 1,
- "weightImageParagraph": 0.05,
- "raiseImage": true,
- "enforceHeaderHierarchy": true,
- "isImageInsetRight": true
- },
- "isAmp": false,
- "iosScheme": "medium",
- "isSwBoot": false,
- "lightstep": {
- "accessToken": "ce5be895bef60919541332990ac9fef2",
- "carrier": "{\"ot-tracer-spanid\":\"193d6d6553cb4e95\",\"ot-tracer-traceid\":\"46e2064a75e734e0\",\"ot-tracer-sampled\":\"true\"}",
- "host": "collector-medium.lightstep.com"
- },
- "facebook": {
- "key": "542599432471018",
- "secret": "c14df7146e9052a1131f3c900c1f0644",
- "token": "542599432471018|1JqjIwxSfY9jOt_KwjWEl1R7T6I",
- "namespace": "medium-com",
- "scope": {
- "default": ["public_profile", "email", "user_friends"],
- "connect": ["public_profile", "email", "user_friends"],
- "login": ["public_profile", "email", "user_friends"],
- "share": ["public_profile", "email", "user_friends", "publish_actions"]
- },
- "smartPublishWhitelistedPublications": ["bcc38c8f6edf", "f3726e2a5878", "828a270689e", "81c7d351c056", "f30e42fd7ff8", "8bf1d7d3081b", "d16afa0ae7c", "d8f3f6ad9c31", "e74de0cedea9", "15f753907972", "c8c6a6b01ebd", "3412b9729488", "2ce4bbcf83bb", "544c7006046e", "7bfcdbc6b30a", "a268fd916824", "458a773bccd2"],
- "instantArticles": {
- "published": true,
- "developmentMode": false
- }
- },
- "mailingListArchiveUploadSizeMb": 2,
- "availableMembershipPlans": [],
- "isDoNotAuth": false,
- "goldfinchUrl": "https://goldfinch.medium.com"
- }
- // ]]&gt;
- </script>
- <script charset="UTF-8" src="https://cdn-static-1.medium.com/_/fp/gen-js/main-base.bundle.iwEjGQsTOduS_qDGmWZZng.js" async=""></script>
- <script>
- // &lt;![CDATA[
- window["obvInit"]({
- "value": {
- "id": "d146a92473a1",
- "versionId": "3fed73795ca4",
- "creatorId": "77a507c5ad19",
- "creator": {
- "userId": "77a507c5ad19",
- "name": "John C. Welch",
- "username": "johncwelch",
- "createdAt": 1408545892232,
- "lastPostCreatedAt": 1486930695056,
- "imageId": "0*qPHQu8WqsC6cV_ud.jpg",
- "backgroundImageId": "1*nYm-VLVTCtzpby_1jFUjRw.jpeg",
- "bio": "",
- "twitterScreenName": "",
- "socialStats": {
- "userId": "77a507c5ad19",
- "usersFollowedCount": 63,
- "usersFollowedByCount": 230,
- "type": "SocialStats"
- },
- "social": {
- "userId": "lo_4c2ff54882b4",
- "targetUserId": "77a507c5ad19",
- "type": "Social"
- },
- "facebookAccountId": "10152302268220732",
- "allowNotes": 1,
- "type": "User"
- },
- "homeCollectionId": "",
- "title": "Samantha and The Great Big Lie",
- "detectedLanguage": "en",
- "latestVersion": "3fed73795ca4",
- "latestPublishedVersion": "3fed73795ca4",
- "hasUnpublishedEdits": false,
- "latestRev": 1797,
- "createdAt": 1444864250473,
- "updatedAt": 1449844114438,
- "acceptedAt": 0,
- "firstPublishedAt": 1444875555607,
- "latestPublishedAt": 1449844114438,
- "vote": false,
- "experimentalCss": "",
- "displayAuthor": "",
- "content": {
- "subtitle": "How to get shanked doing what people say they want",
- "bodyModel": {
- "paragraphs": [{
- "name": "b34c",
- "type": 3,
- "text": "Samantha and The Great Big Lie",
- "markups": []
- }, {
- "name": "97e7",
- "type": 1,
- "text": "How to get shanked doing what people say they want",
- "markups": []
- }, {
- "name": "df70",
- "type": 6,
- "text": "don’t preach to me\nMr. integrity",
- "markups": []
- }, {
- "name": "c979",
- "type": 1,
- "text": "(EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a dusting of transphobia along the way, all totally okay because the ends justify the means, and it’s okay when “good” people do it.)",
- "markups": []
- }, {
- "name": "342d",
- "type": 1,
- "text": "First, I need to say something about this article: the reason I’m writing it infuriates me. Worse than installing CS 3 or Acrobat 7 ever did, and the former inspired comparisons to fecophile porn. I’m actually too mad to cuss. Well, not completely, but in this case, I don’t think the people I’m mad at are worth the creativity I try to put into profanity. This is about a brownfield of hypocrisy and viciously deliberate mischaracterization that “shame” cannot even come close to the shame those behind it should feel.",
- "markups": []
- }, {
- "name": "2e61",
- "type": 1,
- "text": "Now, read this post by Samantha Bielefeld: The Elephant in the Room. First, it is a well-written critical piece that raises a few points in a calm, rational, nonconfrontational fashion, exactly the kind of things the pushers of The Great Big Lie say we need more of, as opposed to the screaming that is the norm in such cases.",
- "markups": []
- }, {
- "name": "cd31",
- "type": 1,
- "text": "…sorry, I should explain “The Great Big Lie”. There are several, but in this case, our specific instance of “The Great Big Lie” is about criticism. Over and over, you hear from the very people I am not going to be nice to in this that we need “better” criticsm. Instead of rage and anger, volume and vitriol, we need in-depth rational criticism, that isn’t personal or ad hominem. That it should focus on points, not people.",
- "markups": [{
- "type": 2,
- "start": 87,
- "end": 95
- }]
- }, {
- "name": "ae07",
- "type": 1,
- "text": "That, readers, is “The Big Lie”. It is a lie so big that if one ponders the reality of it, as I am going to, one wonders why anyone would believe it. It is a lie and it is one we should stop telling.",
- "markups": []
- }, {
- "name": "a02f",
- "type": 1,
- "text": "Samantha’s points (I assume you read it, for you are smart people who know the importance of such things) are fairly clear:",
- "markups": []
- }, {
- "name": "9213",
- "type": 10,
- "text": "With the release of Overcast 2.0, a product Samantha actually likes, Marco Arment moved to a patronage model that will probably be successful for him.",
- "markups": [{
- "type": 3,
- "start": 93,
- "end": 108,
- "href": "http://www.marco.org/2015/10/09/overcast2",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "dfa5",
- "type": 10,
- "text": "Arment’s insistence that “anyone can do this” while technically true, (anyone can in fact, implement this pricing model), also implies that “anyone” can have the kind of success that a developer with Marco’s history, financial status, and deep ties to the Apple News Web is expected to have. This is silly.",
- "markups": [{
- "type": 3,
- "start": 26,
- "end": 44,
- "href": "https://medium.com/@marcoarment/pragmatic-app-pricing-a79fc07218f3",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "e55d",
- "type": 10,
- "text": "Marco Arment occupies a fairly unique position in the Apple universe, (gained by hard work and no small talent), and because of that, benefits from a set of privileges that a new developer or even one that has been around for a long time, but isn’t, well, Marco, not only don’t have, but have little chance of attaining anytime soon.",
- "markups": [{
- "type": 2,
- "start": 256,
- "end": 261
- }]
- }, {
- "name": "35fb",
- "type": 10,
- "text": "Marco has earned his success and is entitled to the benefits and privileges it brings, but he seems rather blind to all of that, and seems to still imagine himself as “two guys in a garage”. This is just not correct.",
- "markups": []
- }, {
- "name": "38e2",
- "type": 10,
- "text": "In addition, the benefits and privileges of the above ensure that by releasing Overcast 2 as a free app, with patronage pricing, he has, if not gutted, severely hurt the ability of folks actually selling their apps for an up-front price of not free to continue doing so. This has the effect of accelerating the “race to the bottom” in the podcast listening app segment, which hurts devs who cannot afford to work on a “I don’t really need this money, so whatever you feel like sending is okay” model.",
- "markups": []
- }, {
- "name": "0481",
- "type": 1,
- "text": "None of this is incorrect. None of this is an ad hominem attack in any way. It is just pointing out that a developer of Arment’s stature and status lives in a very different world than someone in East Frog Balls, Arkansas trying to make a living off of App sales. Our dev in EFB doesn’t have the main sites on the Apple web falling all over themselves to review their app the way that Arment does. They’re not friends with the people being The Loop, Daring Fireball, SixColors, iMore, The Mac Observer, etc., yadda.",
- "markups": []
- }, {
- "name": "5a45",
- "type": 1,
- "text": "So, our hero, in a fit of well-meaning ignorance writes this piece (posted this morning, 14 Oct. 15) and of course, the response and any criticisms are just as reasonable and thoughtful.",
- "markups": []
- }, {
- "name": "3bc7",
- "type": 1,
- "text": "If you really believe that, you are the most preciously ignorant person in the world, and can I have your seriously charmed life.",
- "markups": []
- }, {
- "name": "0fb2",
- "type": 1,
- "text": "The response, from all quarters, including Marco, someone who is so sensitive to criticism that the word “useless” is enough to shut him down, who blocked a friend of mine for the high crime of pointing out that his review of podcasting mics centered around higher priced gear and ignored folks without the scratch, who might not be ready for such things, is, in a single word, disgusting. Vomitous even.",
- "markups": [{
- "type": 3,
- "start": 118,
- "end": 141,
- "href": "http://www.marco.org/2011/03/30/here-is-a-tip-for-all-the-non-developers-out",
- "title": "",
- "rel": "",
- "anchorType": 0
- }, {
- "type": 3,
- "start": 147,
- "end": 354,
- "href": "https://twitter.com/marcoarment/status/641330113934700544",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "9a6e",
- "type": 1,
- "text": "It’s an hours-long dogpile that beggars even my imagination, and I can imagine almost anything. Seriously, it’s all there in Samantha’s Twitter Feed. From what I can tell, she’s understandably shocked over it. I however was not. This one comment in her feed made me smile (warning, this wanders a bit…er…LOT. Twitter timelines are not easy to put together):",
- "markups": [{
- "type": 3,
- "start": 125,
- "end": 148,
- "href": "https://twitter.com/s_bielefeld/with_replies",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "3271",
- "type": 6,
- "text": "I can see why you have some reservations about publishing it, but my gut feeling is that he would take it better than Nilay.",
- "markups": []
- }, {
- "name": "ec72",
- "type": 1,
- "text": "Oh honey, bless your sweet, ignorant heart. Marco is one of the biggest pushers of The Big Lie, and one of the reasons it is such a lie.",
- "markups": [{
- "type": 2,
- "start": 125,
- "end": 129
- }]
- }, {
- "name": "5cc4",
- "type": 1,
- "text": "But it gets better. First, you have the “hey, Marco earned his status!” lot. A valid point, and one Bielefeld explicitly acknowledges, here:",
- "markups": [{
- "type": 2,
- "start": 52,
- "end": 58
- }]
- }, {
- "name": "4e5f",
- "type": 6,
- "text": "From his ground floor involvement in Tumblr (for which he is now a millionaire), to the creation and sale of a wildly successful app called Instapaper, he has become a household name in technology minded circles. It is this extensive time spent in the spotlight, the huge following on Twitter, and dedicated listeners of his weekly aired Accidental Tech Podcast, that has granted him the freedom to break from seeking revenue in more traditional manners.",
- "markups": []
- }, {
- "name": "cee9",
- "type": 1,
- "text": "and here:",
- "markups": []
- }, {
- "name": "3f1b",
- "type": 6,
- "text": "I’m not knocking his success, he has put effort into his line of work, and has built his own life.",
- "markups": []
- }, {
- "name": "e527",
- "type": 1,
- "text": "and here:",
- "markups": []
- }, {
- "name": "3e4f",
- "type": 6,
- "text": "He has earned his time in the spotlight, and it’s only natural for him to take advantage of it.",
- "markups": []
- }, {
- "name": "8a01",
- "type": 1,
- "text": "But still, you get the people telling her something she already acknowledge:",
- "markups": []
- }, {
- "name": "7685",
- "type": 6,
- "text": "I don’t think he’s blind. he’s worked to where he has gotten and has had failures like everyone else.",
- "markups": []
- }, {
- "name": "b151",
- "type": 1,
- "text": "Thank you for restating something in the article. To the person who wrote it.",
- "markups": []
- }, {
- "name": "87bc",
- "type": 1,
- "text": "In the original article, Samantha talked about the money Marco makes from his podcast. She based that on the numbers provided by ATP in terms of sponsorship rates and the number of current sponsors the podcast has. Is this going to yield perfect numbers? No. But the numbers you get from it will at least be reasonable, or should be unless the published sponsorship rates are just fantasy, and you’re stupid for taking them seriously.",
- "markups": [{
- "type": 3,
- "start": 117,
- "end": 162,
- "href": "http://atp.fm/sponsor/",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "dbda",
- "type": 1,
- "text": "At first, she went with a simple formula:",
- "markups": []
- }, {
- "name": "1b4e",
- "type": 6,
- "text": "$4K x 3 per episode = $12K x 52 weeks / 3 hosts splitting it.",
- "markups": []
- }, {
- "name": "0b33",
- "type": 1,
- "text": "That’s not someone making shit up, right? Rather quickly, someone pointed out that she’d made an error in how she calculated it:",
- "markups": []
- }, {
- "name": "76d7",
- "type": 6,
- "text": "That’s $4k per ad, no? So more like $12–16k per episode.",
- "markups": []
- }, {
- "name": "a089",
- "type": 1,
- "text": "She’d already realized her mistake and fixed it.",
- "markups": []
- }, {
- "name": "b369",
- "type": 6,
- "text": "which is actually wrong, and I’m correcting now. $4,000 per sponsor, per episode! So, $210,000 per year.",
- "markups": []
- }, {
- "name": "8b3b",
- "type": 1,
- "text": "Again, this is based on publicly available data the only kind someone not part of ATP or a close friend of Arment has access to. So while her numbers may be wrong, if they are, there’s no way for her to know that. She’s basing her opinion on actual available data. Which is sadly rare.",
- "markups": [{
- "type": 2,
- "start": 24,
- "end": 47
- }]
- }, {
- "name": "135a",
- "type": 1,
- "text": "This becomes a huge flashpoint. You name a reason to attack her over this, people do. No really. For example, she’s not calculating his income taxes correctly:",
- "markups": [{
- "type": 2,
- "start": 136,
- "end": 158
- }]
- }, {
- "name": "5e7e",
- "type": 6,
- "text": "especially since it isn’t his only source of income thus, not an indicator of his marginal inc. tax bracket.",
- "markups": []
- }, {
- "name": "6036",
- "type": 6,
- "text": "thus, guessing net income is more haphazard than stating approx. gross income.",
- "markups": []
- }, {
- "name": "aac1",
- "type": 1,
- "text": "Ye Gods. She’s not doing his taxes for him, her point is invalid?",
- "markups": []
- }, {
- "name": "600f",
- "type": 1,
- "text": "Then there’s the people who seem to have not read anything past what other people are telling them:",
- "markups": []
- }, {
- "name": "9b62",
- "type": 6,
- "text": "Not sure what to make of your Marco piece, to be honest. You mention his fame, whatever, but what’s the main idea here?",
- "markups": []
- }, {
- "name": "c18a",
- "type": 1,
- "text": "Just how spoon-fed do you have to be? Have you no teeth?",
- "markups": []
- }, {
- "name": "c445",
- "type": 1,
- "text": "Of course, Marco jumps in, and predictably, he’s snippy:",
- "markups": []
- }, {
- "name": "0c21",
- "type": 6,
- "text": "If you’re going to speak in precise absolutes, it’s best to first ensure that you’re correct.",
- "markups": []
- }, {
- "name": "8f8d",
- "type": 1,
- "text": "If you’re going to be like that, it’s best to provide better data. Don’t get snippy when someone is going off the only data available, and is clearly open to revising based on better data.",
- "markups": []
- }, {
- "name": "cc97",
- "type": 1,
- "text": "Then Marco’s friends/fans get into it:",
- "markups": []
- }, {
- "name": "f9da",
- "type": 6,
- "text": "I really don’t understand why it’s anyone’s business",
- "markups": []
- }, {
- "name": "0094",
- "type": 1,
- "text": "Samantha is trying to qualify for sainthood at this point:",
- "markups": []
- }, {
- "name": "0105",
- "type": 6,
- "text": "It isn’t really, it was a way of putting his income in context in regards to his ability to gamble with Overcast.",
- "markups": []
- }, {
- "name": "cdd1",
- "type": 1,
- "text": "Again, she’s trying to drag people back to her actual point, but no one is going to play. The storm has begun. Then we get people who are just spouting nonsense:",
- "markups": []
- }, {
- "name": "f56c",
- "type": 6,
- "text": "Why is that only relevant for him? It’s a pretty weird metric,especially since his apps aren’t free.",
- "markups": []
- }, {
- "name": "4fef",
- "type": 1,
- "text": "Wha?? Overcast 2 is absolutely free. Samantha points this out:",
- "markups": []
- }, {
- "name": "0f36",
- "type": 6,
- "text": "His app is free, that’s what sparked the article to begin with.",
- "markups": []
- }, {
- "name": "40d2",
- "type": 1,
- "text": "The response is literally a parallel to “How can there be global warming if it snowed today in my town?”",
- "markups": []
- }, {
- "name": "6760",
- "type": 6,
- "text": "If it’s free, how have I paid for it? Twice?",
- "markups": []
- }, {
- "name": "7b13",
- "type": 1,
- "text": "She is still trying:",
- "markups": []
- }, {
- "name": "44ba",
- "type": 6,
- "text": "You paid $4.99 to unlock functionality in Overcast 1.0 and you chose to support him with no additional functionality in 2.0",
- "markups": []
- }, {
- "name": "2152",
- "type": 1,
- "text": "He is having none of it. IT SNOWED! SNOWWWWWWW!",
- "markups": []
- }, {
- "name": "99a6",
- "type": 6,
- "text": "Yes. That’s not free. Free is when you choose not to make money. And that can be weaponized. But that’s not what Overcast does.",
- "markups": []
- }, {
- "name": "5e6f",
- "type": 1,
- "text": "She however, is relentless:",
- "markups": []
- }, {
- "name": "1b0f",
- "type": 6,
- "text": "No, it’s still free. You can choose to support it, you are required to pay $4.99 for Pocket Casts. Totally different model.",
- "markups": []
- }, {
- "name": "d24f",
- "type": 1,
- "text": "Dude seems to give up. (Note: allllll the people bagging on her are men. All of them. Mansplaining like hell. And I’d bet every one of them considers themselves a feminist.)",
- "markups": []
- }, {
- "name": "10e1",
- "type": 1,
- "text": "We get another guy trying to push the narrative she’s punishing him for his success, which is just…it’s stupid, okay? Stupid.",
- "markups": []
- }, {
- "name": "9b01",
- "type": 6,
- "text": "It also wasn’t my point in writing my piece today, but it seems to be everyone’s focus.",
- "markups": []
- }, {
- "name": "340c",
- "type": 1,
- "text": "(UNDERSTATEMENT OF THE YEAR)",
- "markups": []
- }, {
- "name": "7244",
- "type": 6,
- "text": "I think the focus should be more on that fact that while it’s difficult, Marco spent years building his audience.",
- "markups": []
- }, {
- "name": "ffb1",
- "type": 6,
- "text": "It doesn’t matter what he makes it how he charges. If the audience be earned is willing to pay for it, awesome.",
- "markups": []
- }, {
- "name": "e44e",
- "type": 1,
- "text": "She tries, oh lord, she tries:",
- "markups": []
- }, {
- "name": "a502",
- "type": 6,
- "text": "To assert that he isn’t doing anything any other dev couldn’t, is wrong. It’s successful because it’s Marco.",
- "markups": []
- }, {
- "name": "7dcd",
- "type": 1,
- "text": "But no, HE KNOWS HER POINT BETTER THAN SHE DOES:",
- "markups": []
- }, {
- "name": "a62a",
- "type": 6,
- "text": "No, it’s successful because he busted his ass to make it so. It’s like any other business. He grew it.",
- "markups": []
- }, {
- "name": "df8c",
- "type": 1,
- "text": "Christ. This is like a field of strawmen. Stupid ones. Very stupid ones.",
- "markups": []
- }, {
- "name": "521a",
- "type": 1,
- "text": "One guy tries to blame it all on Apple, another in a string of Wha??? moments:",
- "markups": []
- }, {
- "name": "d80d",
- "type": 6,
- "text": "the appropriate context is Apple’s App Store policies. Other devs aren’t Marco’s responsibility",
- "markups": []
- }, {
- "name": "db0b",
- "type": 1,
- "text": "Seriously? Dude, are you even trying to talk about what Samantha actually wrote? At this point, Samantha is clearly mystified at the entire thing:",
- "markups": []
- }, {
- "name": "7a78",
- "type": 6,
- "text": "Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?",
- "markups": []
- }, {
- "name": "6e09",
- "type": 1,
- "text": "Because it’s a nit they can pick and allows them to ignore everything you wrote. That’s the only reason.",
- "markups": []
- }, {
- "name": "b7db",
- "type": 1,
- "text": "One guy is “confused”:",
- "markups": []
- }, {
- "name": "3626",
- "type": 6,
- "text": "I see. He does have clout, so are you saying he’s too modest in how he sees himself as a dev?",
- "markups": []
- }, {
- "name": "9daa",
- "type": 6,
- "text": "Yes. He can’t be equated to the vast majority of other developers. Like calling Gruber, “just another blogger”.",
- "markups": []
- }, {
- "name": "f6da",
- "type": 6,
- "text": "Alright, that’s fair. I was just confused by the $ and fame angle at first.",
- "markups": []
- }, {
- "name": "d5b1",
- "type": 1,
- "text": "Samantha’s point centers on the benefits Marco gains via his fame and background. HOW DO YOU NOT MENTION THAT? HOW IS THAT CONFUSING?",
- "markups": [{
- "type": 2,
- "start": 82,
- "end": 133
- }]
- }, {
- "name": "58d0",
- "type": 1,
- "text": "People of course are telling her it’s her fault for mentioning a salient fact at all:",
- "markups": []
- }, {
- "name": "30d2",
- "type": 6,
- "text": "Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?",
- "markups": []
- }, {
- "name": "765b",
- "type": 6,
- "text": "Maybe because you went there with your article?",
- "markups": []
- }, {
- "name": "61fe",
- "type": 6,
- "text": "As a way of rationalizing his ability to gamble with the potential for Overcast to generate income…not the norm at all.",
- "markups": []
- }, {
- "name": "f17c",
- "type": 1,
- "text": "Of course, had she not brought up those important points, she’d have been bagged on for “not providing proof”. Lose some, lose more. By now, she’s had enough and she just deletes all mention of it. Understandable, but sad she was bullied into doing that.",
- "markups": []
- }, {
- "name": "0b60",
- "type": 1,
- "text": "Yes, bullied. That’s all this is. Bullying. She didn’t lie, cheat, or exaagerate. If her numbers were wrong, they weren’t wrong in a way she had any ability to do anything about. But there’s blood in the water, and the comments and attacks get worse:",
- "markups": []
- }, {
- "name": "65ab",
- "type": 6,
- "text": "Because you decided to start a conversation about someone else’s personal shit. You started this war.",
- "markups": []
- }, {
- "name": "1adb",
- "type": 1,
- "text": "War. THIS. IS. WAR.",
- "markups": []
- }, {
- "name": "de94",
- "type": 1,
- "text": "This is a bunch of nerds attacking someone for reasoned, calm, polite criticism of their friend/idol. Samantha is politely pushing back a bit:",
- "markups": [{
- "type": 2,
- "start": 63,
- "end": 69
- }]
- }, {
- "name": "4458",
- "type": 6,
- "text": "That doesn’t explain why every other part of my article is being pushed aside.",
- "markups": []
- }, {
- "name": "aeac",
- "type": 1,
- "text": "She’s right. This is all nonsense. This is people ignoring her article completely, just looking for things to attack so it can be dismissed. It’s tribalism at its purest.",
- "markups": []
- }, {
- "name": "0078",
- "type": 1,
- "text": "Then some of the other annointed get into it, including Jason Snell in one of the most spectactular displays of “I have special knowledge you can’t be expected to have, therefore you are totally off base and wrong, even though there’s no way for you to know this” I’ve seen in a while. Jason:",
- "markups": []
- }, {
- "name": "c4c9",
- "type": 6,
- "text": "You should never use an ad rate card to estimate ad revenue from any media product ever.",
- "markups": []
- }, {
- "name": "b66b",
- "type": 6,
- "text": "I learned this when I started working for a magazine — rate cards are mostly fiction, like prices on new cars",
- "markups": []
- }, {
- "name": "6907",
- "type": 1,
- "text": "How…exactly…in the name of whatever deity Jason may believe in…is Samantha or anyone not “in the biz” supposed to know this. Also, what exactly does a magazine on paper like Macworld have to do with sponsorships for a podcast? I have done podcasts that were sponsored, and I can retaliate with “we charged what the rate card said we did. Checkmate Elitests!”",
- "markups": [{
- "type": 2,
- "start": 338,
- "end": 357
- }]
- }, {
- "name": "41ec",
- "type": 1,
- "text": "Samantha basically abases herself at his feet:",
- "markups": []
- }, {
- "name": "0b14",
- "type": 6,
- "text": "I understand my mistake, and it’s unfortunate that it has completely diluted the point of my article.",
- "markups": []
- }, {
- "name": "590f",
- "type": 1,
- "text": "I think she should have told him where and how to stuff that nonsense, but she’s a nicer person than I am. Also, it’s appropriate that Jason’s twitter avatar has its nose in the air. This is some rank snobbery. It’s disgusting and if anyone pulled that on him, Jason would be very upset. But hey, one cannot criticize The Marco without getting pushback. By “pushback”, I mean “an unrelenting fecal flood”.",
- "markups": []
- }, {
- "name": "69dc",
- "type": 1,
- "text": "Her only mistake was criticizing one of the Kool Kids. Folks, if you criticize anyone in The Deck Clique, or their friends, expect the same thing, regardless of tone or point.",
- "markups": []
- }, {
- "name": "5ab4",
- "type": 1,
- "text": "Another App Dev, seemingly unable to parse Samantha’s words, needs more explanation:",
- "markups": [{
- "type": 2,
- "start": 67,
- "end": 71
- }]
- }, {
- "name": "957b",
- "type": 6,
- "text": "so just looking over your mentions, I’m curious what exactly was your main point? Ignoring the podcast income bits.",
- "markups": []
- }, {
- "name": "0a7e",
- "type": 1,
- "text": "Oh wait, he didn’t even read the article. Good on you, Dev Guy, good. on. you. Still, she plays nice with someone who didn’t even read her article:",
- "markups": [{
- "type": 2,
- "start": 101,
- "end": 146
- }]
- }, {
- "name": "f7db",
- "type": 6,
- "text": "That a typical unknown developer can’t depend on patronage to generate revenue, and charging for apps will become a negative.",
- "markups": []
- }, {
- "name": "937f",
- "type": 1,
- "text": "Marco comes back of course, and now basically accuses her of lying about other devs talking to her and supporting her point:",
- "markups": []
- }, {
- "name": "c9dd",
- "type": 6,
- "text": "How many actual developers did you hear from, really? Funny how almost nobody wants to give a (real) name on these accusations.",
- "markups": []
- }, {
- "name": "c522",
- "type": 1,
- "text": "Really? You’re going to do that? “There’s no name, so I don’t think it’s a real person.” Just…what’s the Joe Welch quote from the McCarthy hearings?",
- "markups": []
- }, {
- "name": "907e",
- "type": 6,
- "text": "Let us not assassinate this lad further, Senator. You’ve done enough. Have you no sense of decency, sir? At long last, have you left no sense of decency?",
- "markups": []
- }, {
- "name": "2158",
- "type": 1,
- "text": "That is what this is at this point: character assasination because she said something critical of A Popular Person. It’s disgusting. Depressing and disgusting. No one, none of these people have seriously discussed her point, heck, it looks like they barely bothered to read it, if they did at all.",
- "markups": []
- }, {
- "name": "13f8",
- "type": 1,
- "text": "Marco starts getting really petty with her (no big shock) and Samantha finally starts pushing back:",
- "markups": []
- }, {
- "name": "96c6",
- "type": 6,
- "text": "Glad to see you be the bigger person and ignore the mindset of so many developers not relating to you, good for you!",
- "markups": []
- }, {
- "name": "5d3f",
- "type": 1,
- "text": "That of course, is what caused Marco to question the validity, if not the existence of her sources. (Funny how anonymous sources are totes okay when they convenience Marco et al, and work for oh, Apple, but when they are inconvenient? Ha! PROVIDE ME PROOF YOU INTEMPERATE WOMAN!)",
- "markups": [{
- "type": 2,
- "start": 196,
- "end": 201
- }]
- }, {
- "name": "c07c",
- "type": 1,
- "text": "Make no mistake, there’s some sexist shit going on here. Every tweet I’ve quoted was authored by a guy.",
- "markups": []
- }, {
- "name": "8b32",
- "type": 1,
- "text": "Of course, Marco has to play the “I’ve been around longer than you” card with this bon mot:",
- "markups": []
- }, {
- "name": "de26",
- "type": 6,
- "text": "Yup, before you existed!",
- "markups": []
- }, {
- "name": "a3bd",
- "type": 1,
- "text": "Really dude? I mean, I’m sorry about the penis, but really?",
- "markups": []
- }, {
- "name": "1c51",
- "type": 1,
- "text": "Mind you, when the criticism isn’t just bizarrely stupid, Samantha reacts the way Marco and his ilk claim they would to (if they ever got any valid criticism. Which clearly is impossible):",
- "markups": [{
- "type": 2,
- "start": 142,
- "end": 147
- }]
- }, {
- "name": "9848",
- "type": 6,
- "text": "Not to get into the middle of this, but “income” is not the term you’re looking for. “Revenue” is.",
- "markups": []
- }, {
- "name": "f2a6",
- "type": 6,
- "text": "lol. Noted.",
- "markups": []
- }, {
- "name": "aed9",
- "type": 6,
- "text": "And I wasn’t intending to be a dick, just a lot of people hear/say “income” when they intend “revenue”, and then discussion …",
- "markups": []
- }, {
- "name": "f9d8",
- "type": 6,
- "text": "… gets derailed by a jedi handwave of “Expenses”. But outside of charitable donation, it is all directly related.",
- "markups": []
- }, {
- "name": "f61c",
- "type": 6,
- "text": "haha. Thank you for the clarification.",
- "markups": []
- }, {
- "name": "5dd9",
- "type": 1,
- "text": "Note to Marco and the other…whatever they are…that is how one reacts to that kind of criticism. With a bit of humor and self-deprecation. You should try it sometime. For real, not just in your heads or conversations in Irish Pubs in S.F.",
- "markups": []
- }, {
- "name": "dc44",
- "type": 1,
- "text": "But now, the door has been cracked, and the cheap shots come out:",
- "markups": []
- }, {
- "name": "0c94",
- "type": 6,
- "text": "@testflight_app: Don’t worry guys, we process @marcoarment’s apps in direct proportion to his megabucks earnings. #fairelephant",
- "markups": [{
- "type": 3,
- "start": 46,
- "end": 58,
- "href": "https://twitter.com/marcoarment",
- "title": "",
- "rel": "",
- "anchorType": 0
- }, {
- "type": 3,
- "start": 114,
- "end": 127,
- "href": "https://twitter.com/hashtag/fairelephant?src=hash",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "343b",
- "type": 1,
- "text": "(Note: testflight_app is a parody account. Please do not mess with the actual testflight folks. They are still cool.)",
- "markups": []
- }, {
- "name": "09bf",
- "type": 1,
- "text": "Or this…conversation:",
- "markups": []
- }, {
- "name": "4d63",
- "type": 4,
- "text": "",
- "markups": [],
- "layout": 1,
- "metadata": {
- "id": "1*kbPh7V97eyRodSOw2-ALDw.png",
- "originalWidth": 398,
- "originalHeight": 542
- }
- }, {
- "name": "f2a3",
- "type": 1,
- "text": "Good job guys. Good job. Defend the tribe. Attack the other. Frederico attempts to recover from his stunning display of demeaning douchery: ‏@viticci: @s_bielefeld I don’t know if it’s an Italian thing, but counting other people’s money is especially weird for me. IMO, bad move in the post.",
- "markups": [{
- "type": 3,
- "start": 140,
- "end": 149,
- "href": "https://twitter.com/viticci",
- "title": "",
- "rel": "",
- "name": "",
- "anchorType": 0,
- "creatorIds": [],
- "userId": ""
- }, {
- "type": 3,
- "start": 151,
- "end": 163,
- "href": "https://twitter.com/s_bielefeld",
- "title": "",
- "rel": "",
- "name": "",
- "anchorType": 0,
- "creatorIds": [],
- "userId": ""
- }]
- }, {
- "name": "ae0c",
- "type": 1,
- "text": "Samantha is clearly sick of his crap: ‏@s_bielefeld: @viticci That’s what I’m referring to, the mistake of ever having mentioned it. So, now, Marco can ignore the bigger issue and go on living.",
- "markups": [{
- "type": 3,
- "start": 38,
- "end": 51,
- "href": "https://twitter.com/s_bielefeld",
- "title": "",
- "rel": "",
- "name": "",
- "anchorType": 0,
- "creatorIds": [],
- "userId": ""
- }, {
- "type": 3,
- "start": 53,
- "end": 61,
- "href": "https://twitter.com/viticci",
- "title": "",
- "rel": "",
- "name": "",
- "anchorType": 0,
- "creatorIds": [],
- "userId": ""
- }]
- }, {
- "name": "2047",
- "type": 1,
- "text": "Good for her. There’s being patient and being roadkill.",
- "markups": []
- }, {
- "name": "4139",
- "type": 1,
- "text": "Samantha does put the call out for her sources to maybe let her use their names:",
- "markups": []
- }, {
- "name": "6626",
- "type": 6,
- "text": "From all of you I heard from earlier, anyone care to go on record?",
- "markups": []
- }, {
- "name": "8a7d",
- "type": 1,
- "text": "My good friend, The Angry Drunk points out the obvious problem:",
- "markups": []
- }, {
- "name": "68c9",
- "type": 6,
- "text": "Nobody’s going to go on record when they count on Marco’s friends for their PR.",
- "markups": []
- }, {
- "name": "317d",
- "type": 1,
- "text": "This is true. Again, the sites that are Friends of Marco:",
- "markups": []
- }, {
- "name": "9523",
- "type": 1,
- "text": "Daring Fireball",
- "markups": []
- }, {
- "name": "dbc7",
- "type": 1,
- "text": "The Loop",
- "markups": []
- }, {
- "name": "c706",
- "type": 1,
- "text": "SixColors",
- "markups": []
- }, {
- "name": "0acb",
- "type": 1,
- "text": "iMore",
- "markups": []
- }, {
- "name": "8c8c",
- "type": 1,
- "text": "MacStories",
- "markups": []
- }, {
- "name": "643e",
- "type": 1,
- "text": "A few others, but I want this post to end one day.",
- "markups": []
- }, {
- "name": "6b76",
- "type": 1,
- "text": "You piss that crew off, and given how petty rather a few of them have demonstrated they are, good luck on getting any kind of notice from them.",
- "markups": []
- }, {
- "name": "f7d1",
- "type": 1,
- "text": "Of course, the idea this could happen is just craycray:",
- "markups": []
- }, {
- "name": "de59",
- "type": 6,
- "text": "@KevinColeman .@Angry_Drunk @s_bielefeld @marcoarment Wow, you guys are veering right into crazy conspiracy theory territory. #JetFuelCantMeltSteelBeams",
- "markups": [{
- "type": 3,
- "start": 0,
- "end": 14,
- "href": "https://twitter.com/KevinColeman",
- "title": "",
- "rel": "",
- "anchorType": 0
- }, {
- "type": 3,
- "start": 14,
- "end": 27,
- "href": "https://twitter.com/Angry_Drunk",
- "title": "",
- "rel": "",
- "anchorType": 0
- }, {
- "type": 3,
- "start": 28,
- "end": 40,
- "href": "https://twitter.com/s_bielefeld",
- "title": "",
- "rel": "",
- "anchorType": 0
- }, {
- "type": 3,
- "start": 41,
- "end": 53,
- "href": "https://twitter.com/marcoarment",
- "title": "",
- "rel": "",
- "anchorType": 0
- }, {
- "type": 3,
- "start": 126,
- "end": 152,
- "href": "https://twitter.com/hashtag/JetFuelCantMeltSteelBeams?src=hash",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "f01b",
- "type": 1,
- "text": "Yeah. Because a mature person like Marco would never do anything like that.",
- "markups": []
- }, {
- "name": "7e30",
- "type": 1,
- "text": "Of course, the real point on this is starting to happen:",
- "markups": []
- }, {
- "name": "5d93",
- "type": 6,
- "text": "you’re getting a lot of heat now but happy you are writing things that stir up the community. Hope you continue to be a voice!",
- "markups": []
- }, {
- "name": "436b",
- "type": 6,
- "text": "I doubt I will.",
- "markups": []
- }, {
- "name": "ac25",
- "type": 1,
- "text": "See, they’ve done their job. Mess with the bull, you get the horns. Maybe you should find another thing to write about, this isn’t a good place for you. Great job y’all.",
- "markups": [{
- "type": 2,
- "start": 153,
- "end": 158
- }]
- }, {
- "name": "07ba",
- "type": 1,
- "text": "Some people aren’t even pretending. They’re just in full strawman mode:",
- "markups": []
- }, {
- "name": "3d60",
- "type": 6,
- "text": "@timkeller: Unfair to begrudge a person for leveraging past success, especially when that success is earned. No ‘luck’ involved.",
- "markups": [{
- "type": 3,
- "start": 0,
- "end": 12,
- "href": "https://twitter.com/timkeller",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "87f5",
- "type": 6,
- "text": "@s_bielefeld: @timkeller I plainly stated that I don’t hold his doing this against him. Way to twist words.",
- "markups": [{
- "type": 3,
- "start": 0,
- "end": 14,
- "href": "https://twitter.com/s_bielefeld",
- "title": "",
- "rel": "",
- "anchorType": 0
- }, {
- "type": 3,
- "start": 14,
- "end": 24,
- "href": "https://twitter.com/timkeller",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "3720",
- "type": 1,
- "text": "I think she’s earned her anger at this point.",
- "markups": []
- }, {
- "name": "7341",
- "type": 1,
- "text": "Don’t worry, Marco knows what the real problem is: most devs just suck —",
- "markups": []
- }, {
- "name": "babe",
- "type": 4,
- "text": "",
- "markups": [],
- "layout": 1,
- "metadata": {
- "id": "1*Fpb2Bvdx7Q-688vdm-NdkQ.png",
- "originalWidth": 694,
- "originalHeight": 771
- }
- }, {
- "name": "503d",
- "type": 1,
- "text": "I have a saying that applies in this case: don’t place your head so far up your nethers that you go full Klein Bottle. Marco has gone full Klein Bottle. (To be correct, he went FKB some years ago.)",
- "markups": []
- }, {
- "name": "b8c0",
- "type": 1,
- "text": "There are some bright spots. My favorite is when Building Twenty points out the real elephant in the room:",
- "markups": [{
- "type": 2,
- "start": 80,
- "end": 84
- }]
- }, {
- "name": "36f4",
- "type": 6,
- "text": "@BuildingTwenty: Both @s_bielefeld &amp; I wrote similar critiques of @marcoarment’s pricing model yet the Internet pilloried only the woman. Who’d have guessed?",
- "markups": [{
- "type": 3,
- "start": 0,
- "end": 15,
- "href": "https://twitter.com/BuildingTwenty",
- "title": "",
- "rel": "",
- "anchorType": 0
- }, {
- "type": 3,
- "start": 22,
- "end": 34,
- "href": "https://twitter.com/s_bielefeld",
- "title": "",
- "rel": "",
- "anchorType": 0
- }, {
- "type": 3,
- "start": 66,
- "end": 78,
- "href": "https://twitter.com/marcoarment",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "06b9",
- "type": 1,
- "text": "Yup.",
- "markups": []
- }, {
- "name": "eff9",
- "type": 1,
- "text": "Another bright spot are these comments from Ian Betteridge, who has been doing this even longer than Marco:",
- "markups": [{
- "type": 2,
- "start": 84,
- "end": 106
- }]
- }, {
- "name": "18f1",
- "type": 6,
- "text": "You know, any writer who has never made a single factual error in a piece hasn’t ever written anything worth reading.",
- "markups": []
- }, {
- "name": "9776",
- "type": 6,
- "text": "I learned my job with the support of people who helped me. Had I suffered an Internet pile on for every error I wouldn’t have bothered.",
- "markups": []
- }, {
- "name": "8d44",
- "type": 1,
- "text": "To which Samantha understandably replies:",
- "markups": []
- }, {
- "name": "7147",
- "type": 6,
- "text": "and it’s honestly something I’m contemplating right now, whether to continue…",
- "markups": []
- }, {
- "name": "e0cd",
- "type": 1,
- "text": "Gee, I can’t imagine why. Why with comments like this from Chris Breen that completely misrepresent Samantha’s point, (who until today, I would have absolutely defended as being better than this, something I am genuinely saddened to be wrong about), why wouldn’t she want to continue doing this?",
- "markups": []
- }, {
- "name": "a379",
- "type": 6,
- "text": "If I have this right, some people are outraged that a creator has decided to give away his work.",
- "markups": []
- }, {
- "name": "f026",
- "type": 1,
- "text": "No Chris, you don’t have this right. But hey, who has time to find out the real issue and read an article. I’m sure your friends told you everything you need to know.",
- "markups": []
- }, {
- "name": "e1c2",
- "type": 1,
- "text": "Noted Feminist Glenn Fleishman gets a piece of the action too:",
- "markups": []
- }, {
- "name": "067c",
- "type": 4,
- "text": "",
- "markups": [],
- "layout": 1,
- "metadata": {
- "id": "1*lvOySry5gHHJfGU_bQXrzA.png",
- "originalWidth": 308,
- "originalHeight": 269
- }
- }, {
- "name": "4df8",
- "type": 1,
- "text": "I’m not actually surprised here. I watched Fleishman berate a friend of mine who has been an engineer for…heck, waaaaay too long on major software products in the most condescending way because she tried to point out that as a very technical woman, “The Magazine” literally had nothing to say to her and maybe he should fix that. “Impertinent” was I believe what he called her, but I may have the specific word wrong. Not the attitude mind you. Great Feminists like Glenn do not like uppity women criticizing Great Feminists who are their Great Allies.",
- "markups": [{
- "type": 2,
- "start": 227,
- "end": 231
- }]
- }, {
- "name": "bf45",
- "type": 1,
- "text": "Great Feminists are often tools.",
- "markups": []
- }, {
- "name": "45bb",
- "type": 1,
- "text": "Luckily, I hope, the people who get Samantha’s point also started chiming in (and you get 100% of the women commenting here that I’ve seen):",
- "markups": []
- }, {
- "name": "c053",
- "type": 6,
- "text": "I don’t think he’s wrong for doing it, he just discusses it as if the market’s a level playing field — it isn’t",
- "markups": []
- }, {
- "name": "7b5e",
- "type": 6,
- "text": "This is a great article with lots of great points about the sustainability of iOS development. Thank you for publishing it.",
- "markups": []
- }, {
- "name": "a321",
- "type": 6,
- "text": "Regardless of the numbers and your view of MA, fair points here about confirmation bias in app marketing feasibility http://samanthabielefeld.com/the-elephant-in-the-room …",
- "markups": [{
- "type": 3,
- "start": 117,
- "end": 172,
- "href": "http://t.co/u79ZLsnhdM",
- "title": "http://samanthabielefeld.com/the-elephant-in-the-room",
- "rel": "nofollow",
- "anchorType": 0
- }]
- }, {
- "name": "76fe",
- "type": 6,
- "text": "thank you for posting this, it covers a lot of things people don’t like to talk about.",
- "markups": []
- }, {
- "name": "bf90",
- "type": 6,
- "text": "I’m sure you have caught untold amounts of flak over posting this because Marco is blind to his privilege as a developer.",
- "markups": []
- }, {
- "name": "0f66",
- "type": 6,
- "text": "Catching up on the debate, and agreeing with Harry’s remark. (Enjoyed your article, Samantha, and ‘got’ your point.)",
- "markups": []
- }, {
- "name": "6134",
- "type": 1,
- "text": "I would like to say I’m surprised at the reaction to Samantha’s article, but I’m not. In spite of his loud declarations of support for The Big Lie, Marco Arment is as bad at any form of criticism that he hasn’t already approved as a very insecure tween. An example from 2011: http://www.businessinsider.com/marco-arment-2011-9",
- "markups": [{
- "type": 3,
- "start": 276,
- "end": 326,
- "href": "http://www.businessinsider.com/marco-arment-2011-9",
- "title": "",
- "rel": "nofollow",
- "anchorType": 0
- }]
- }, {
- "name": "ba3c",
- "type": 1,
- "text": "Marco is great with criticism as long as it never actually criticizes him. If it does, be prepared a flood of petty, petulant whining that a room full of bored preschoolers on a hot day would be hard-pressed to match.",
- "markups": []
- }, {
- "name": "a5a0",
- "type": 1,
- "text": "Today has been…well, it sucks. It sucks because someone doing what all the Arments of the world claim to want was naive enough to believe what they were told, and found out the hard way just how big a lie The Big Lie is, and how vicious people are when you’re silly enough to believe anything they say about criticism.",
- "markups": []
- }, {
- "name": "2a25",
- "type": 1,
- "text": "And note again, every single condescending crack, misrepresentation, and strawman had an exclusively male source. Most of them have, at one point or another, loudly trumpted themselves as Feminist Allies, as a friend to women struggling with the sexism and misogyny in tech. Congratulations y’all on being just as bad as the people you claim to oppose.",
- "markups": []
- }, {
- "name": "a47a",
- "type": 1,
- "text": "Samantha has handled this better than anyone else could have. My respect for her as a person and a writer is off the charts. If she choses to walk away from blogging in the Apple space, believe me I understand. As bad as today was for her, I’ve seen worse. Much worse.",
- "markups": [{
- "type": 2,
- "start": 186,
- "end": 196
- }]
- }, {
- "name": "aa8e",
- "type": 1,
- "text": "But I hope she doesn’t. I hope she stays, because she is Doing This Right, and in a corner of the internet that has become naught but an endless circle jerk, a cliquish collection, a churlish, childish cohort interested not in writing or the truth, but in making sure The Right People are elevated, and The Others put down, she is someone worth reading and listening to. The number people who owe her apologies goes around the block, and I don’t think she’ll ever see a one. I’m sure as heck not apologizing for them, I’ll not make their lives easier in the least.",
- "markups": []
- }, {
- "name": "34c5",
- "type": 1,
- "text": "All of you, all. of. you…Marco, Breen, Snell, Vittici, had a chance to live by your words. You were faced with reasoned, polite, respectful criticism and instead of what you should have done, you all dropped trou and sprayed an epic diarrheal discharge all over someone who had done nothing to deserve it. Me, I earned most of my aggro, Samantha did not earn any of the idiocy I’ve seen today. I hope you’re all proud of yourselves. Someone should be, it won’t be me. Ever.",
- "markups": []
- }, {
- "name": "9710",
- "type": 1,
- "text": "So I hope she stays, but if she goes, I understand. For what it’s worth, I don’t think she’s wrong either way.",
- "markups": []
- }],
- "sections": [{
- "name": "55ff",
- "startIndex": 0
- }, {
- "name": "c360",
- "startIndex": 8
- }, {
- "name": "2ba2",
- "startIndex": 17
- }, {
- "name": "c883",
- "startIndex": 176
- }, {
- "name": "8ab2",
- "startIndex": 183
- }]
- },
- "postDisplay": {
- "coverless": true
- }
- },
- "virtuals": {
- "allowNotes": true,
- "previewImage": {
- "imageId": "1*kbPh7V97eyRodSOw2-ALDw.png",
- "filter": "",
- "backgroundSize": "",
- "originalWidth": 398,
- "originalHeight": 542,
- "strategy": "resample",
- "height": 0,
- "width": 0
- },
- "wordCount": 4605,
- "imageCount": 3,
- "readingTime": 17.92735849056604,
- "subtitle": "How to get shanked doing what people say they want",
- "usersBySocialRecommends": [],
- "recommends": 168,
- "socialRecommends": [],
- "isBookmarked": false,
- "tags": [],
- "socialRecommendsCount": 0,
- "responsesCreatedCount": 15,
- "links": {
- "entries": [{
- "url": "https://medium.com/@marcoarment/pragmatic-app-pricing-a79fc07218f3",
- "alts": [{
- "type": 2,
- "url": "medium://p/a79fc07218f3"
- }, {
- "type": 3,
- "url": "medium://p/a79fc07218f3"
- }]
- }],
- "version": "0.3",
- "generatedAt": 1472016079116
- },
- "isLockedPreviewOnly": false,
- "takeoverId": "",
- "metaDescription": "",
- "totalClapCount": 0
- },
- "coverless": true,
- "slug": "samantha-and-the-great-big-lie",
- "translationSourcePostId": "",
- "translationSourceCreatorId": "",
- "isApprovedTranslation": false,
- "inResponseToPostId": "",
- "inResponseToRemovedAt": 0,
- "isTitleSynthesized": true,
- "allowResponses": true,
- "importedUrl": "",
- "importedPublishedAt": 0,
- "visibility": 0,
- "uniqueSlug": "samantha-and-the-great-big-lie-d146a92473a1",
- "previewContent": {
- "bodyModel": {
- "paragraphs": [{
- "name": "b34c",
- "type": 3,
- "text": "Samantha and The Great Big Lie",
- "markups": [],
- "alignment": 1
- }, {
- "name": "97e7",
- "type": 1,
- "text": "How to get shanked doing what people say they want",
- "markups": [],
- "alignment": 1
- }, {
- "name": "df70",
- "type": 6,
- "text": "don’t preach to me\nMr. integrity",
- "markups": [],
- "alignment": 1
- }, {
- "name": "c979",
- "type": 1,
- "text": "(EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non…",
- "markups": [],
- "alignment": 1
- }],
- "sections": [{
- "startIndex": 0
- }]
- },
- "isFullContent": false
- },
- "license": 0,
- "inResponseToMediaResourceId": "",
- "canonicalUrl": "https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1",
- "approvedHomeCollectionId": "",
- "newsletterId": "",
- "webCanonicalUrl": "https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1",
- "mediumUrl": "https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1",
- "migrationId": "",
- "notifyFollowers": true,
- "notifyTwitter": false,
- "isSponsored": false,
- "isRequestToPubDisabled": false,
- "notifyFacebook": false,
- "responseHiddenOnParentPostAt": 0,
- "isSeries": false,
- "isSubscriptionLocked": false,
- "type": "Post"
- },
- "mentionedUsers": [],
- "collaborators": [],
- "membershipPlans": [],
- "collectionUserRelations": [],
- "mode": null,
- "references": {
- "User": {
- "77a507c5ad19": {
- "userId": "77a507c5ad19",
- "name": "John C. Welch",
- "username": "johncwelch",
- "createdAt": 1408545892232,
- "lastPostCreatedAt": 1486930695056,
- "imageId": "0*qPHQu8WqsC6cV_ud.jpg",
- "backgroundImageId": "1*nYm-VLVTCtzpby_1jFUjRw.jpeg",
- "bio": "",
- "twitterScreenName": "",
- "socialStats": {
- "userId": "77a507c5ad19",
- "usersFollowedCount": 63,
- "usersFollowedByCount": 230,
- "type": "SocialStats"
- },
- "social": {
- "userId": "lo_4c2ff54882b4",
- "targetUserId": "77a507c5ad19",
- "type": "Social"
- },
- "facebookAccountId": "10152302268220732",
- "allowNotes": 1,
- "type": "User"
- }
- },
- "Social": {
- "77a507c5ad19": {
- "userId": "lo_4c2ff54882b4",
- "targetUserId": "77a507c5ad19",
- "type": "Social"
- }
- },
- "SocialStats": {
- "77a507c5ad19": {
- "userId": "77a507c5ad19",
- "usersFollowedCount": 63,
- "usersFollowedByCount": 230,
- "type": "SocialStats"
- }
- }
- }
- })
- // ]]&gt;
- </script>
-</body>
-
-</html>===========^CCrash Annotation GraphicsCriticalError: |[C0][GFX1-]: Receive IPC close with reason=AbnormalShutdown (t=7.53758) [GFX1-]: Receive IPC close with reason=AbnormalShutdown localhost:mozilla-central itoyxd$ localhost:mozilla-central itoyxd$ localhost:mozilla-central itoyxd$ ./mach run 0:00.20 /Users/itoyxd/evan/dev/mozilla/mozilla-central/obj-firefox/dist/Nightly.app/Contents/MacOS/firefox -no-remote -foreground -profile /Users/itoyxd/evan/dev/mozilla/mozilla-central/obj-firefox/tmp/scratch_user 2017-02-17 16:57:43.743 plugin-container[11969:394160] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x943f, name = 'com.apple.tsm.portname' See /usr/include/servers/bootstrap_defs.h for the error codes. 2017-02-17 16:57:43.743 plugin-container[11969:394160] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x4907, name = 'com.apple.CFPasteboardClient' See /usr/include/servers/bootstrap_defs.h for the error codes. 2017-02-17 16:57:43.743 plugin-container[11969:394160] void __CFPasteboardSetup() : Failed to allocate communication port for com.apple.CFPasteboardClient; this is likely due to sandbox restrictions 2017-02-17 16:57:50.234 plugin-container[11972:394329] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x953f, name = 'com.apple.tsm.portname' See /usr/include/servers/bootstrap_defs.h for the error codes. 2017-02-17 16:57:50.235 plugin-container[11972:394329] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x4b0b, name = 'com.apple.CFPasteboardClient' See /usr/include/servers/bootstrap_defs.h for the error codes. 2017-02-17 16:57:50.235 plugin-container[11972:394329] void __CFPasteboardSetup() : Failed to allocate communication port for com.apple.CFPasteboardClient; this is likely due to sandbox restrictions ===========
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:cc="http://creativecommons.org/ns#">
-
-<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# medium-com: http://ogp.me/ns/fb/medium-com#">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <title>Samantha and The Great Big Lie – Medium</title>
- <link rel="canonical" href="https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1" />
- <meta name="title" content="Samantha and The Great Big Lie" />
- <meta name="referrer" content="always" />
- <meta name="description" content="(EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a…" />
- <meta property="og:title" content="Samantha and The Great Big Lie" />
- <meta property="og:url" content="https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1#.h9kzgon9m" />
- <meta property="og:image" content="https://cdn-images-1.medium.com/max/1200/1*kbPh7V97eyRodSOw2-ALDw.png" />
- <meta property="fb:app_id" content="542599432471018" />
- <meta property="og:description" content="How to get shanked doing what people say they want" />
- <meta name="twitter:description" content="How to get shanked doing what people say they want" />
- <meta name="twitter:image:src" content="https://cdn-images-1.medium.com/max/1200/1*kbPh7V97eyRodSOw2-ALDw.png" />
- <link rel="publisher" href="https://plus.google.com/103654360130207659246" />
- <link rel="author" href="https://medium.com/@johncwelch" />
- <meta name="author" content="John C. Welch" />
- <meta property="og:type" content="article" />
- <meta name="twitter:card" content="summary_large_image" />
- <meta property="article:publisher" content="https://www.facebook.com/medium" />
- <meta property="article:author" content="John C. Welch" />
- <meta property="fb:smart_publish:robots" content="noauto" />
- <meta name="robots" content="index, follow" />
- <meta property="article:published_time" content="2015-10-15T02:19:15.607Z" />
- <meta name="twitter:site" content="@Medium" />
- <meta property="og:site_name" content="Medium" />
- <meta name="twitter:label1" value="Reading time" />
- <meta name="twitter:data1" value="18 min read" />
- <script type="text/javascript" async="" src="https://ssl.google-analytics.com/ga.js"></script>
- <script type="application/ld+json">
- {
- "@context": "http://schema.org",
- "@type": "NewsArticle",
- "image": {
- "@type": "ImageObject",
- "width": 398,
- "height": 542,
- "url": "https://cdn-images-1.medium.com/max/796/1*kbPh7V97eyRodSOw2-ALDw.png"
- },
- "datePublished": "2015-10-15T02:19:15.607Z",
- "dateModified": "2015-12-11T14:28:34.438Z",
- "headline": "Samantha and The Great Big Lie",
- "name": "Samantha and The Great Big Lie",
- "keywords": [],
- "author": {
- "@type": "Person",
- "name": "John C. Welch",
- "url": "https://medium.com/@johncwelch"
- },
- "creator": ["John C. Welch"],
- "mainEntityOfPage": "https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1"
- }
- </script>
- <meta name="twitter:app:name:iphone" content="Medium" />
- <meta name="twitter:app:id:iphone" content="828256236" />
- <meta name="twitter:app:url:iphone" content="medium://p/d146a92473a1" />
- <meta property="al:ios:app_name" content="Medium" />
- <meta property="al:ios:app_store_id" content="828256236" />
- <meta property="al:android:package" content="com.medium.reader" />
- <meta property="al:android:app_name" content="Medium" />
- <meta property="al:ios:url" content="medium://p/d146a92473a1" />
- <meta property="al:android:url" content="medium://p/d146a92473a1" />
- <meta property="al:web:url" content="https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1#.h9kzgon9m" />
- <link rel="search" type="application/opensearchdescription+xml" title="Medium" href="/osd.xml" />
- <link rel="alternate" href="android-app://com.medium.reader/https/medium.com/p/d146a92473a1" />
- <meta name="theme-color" content="#000000" />
- <link rel="stylesheet" type="text/css" href="https://cdn-static-1.medium.com/_/fp/css/fonts-latin-base.141WxxXgxGxNcfeza73H7Q.css" />
- <link rel="stylesheet" href="https://cdn-static-1.medium.com/_/fp/css/main-base.FCIkh6GVUOig4-7oFthH1Q.css" />
- <script>
- if (window.top !== window.self) window.top.location = window.self.location.href;
- var OB_startTime = new Date().getTime();
- var OB_loadErrors = [];
-
- function _onerror(e) {
- OB_loadErrors.push(e)
- };
- if (document.addEventListener) document.addEventListener("error", _onerror, true);
- else if (document.attachEvent) document.attachEvent("onerror", _onerror);
-
- function _asyncScript(u) {
- var d = document,
- f = d.getElementsByTagName("script")[0],
- s = d.createElement("script");
- s.type = "text/javascript";
- s.async = true;
- s.src = u;
- f.parentNode.insertBefore(s, f);
- }
-
- function _asyncStyles(u) {
- var d = document,
- f = d.getElementsByTagName("script")[0],
- s = d.createElement("link");
- s.rel = "stylesheet";
- s.href = u;
- f.parentNode.insertBefore(s, f);
- return s
- }
- var _gaq = _gaq || [];
- _gaq.push(["_setAccount", "UA-24232453-2"]);
- _gaq.push(["_setDomainName", window.location.hostname]);
- _gaq.push(["_setAllowLinker", true]);
- _gaq.push(["_trackPageview"]);
- _asyncScript(("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js");
- (new Image()).src = "/_/stat?event=pixel.load&amp;origin=" + encodeURIComponent(location.origin);
- </script>
- <!--[if lt IE 9]><script charset="UTF-8" src="https://cdn-static-1.medium.com/_/fp/js/shiv.RI2ePTZ5gFmMgLzG5bEVAA.js"></script><![endif]-->
- <link rel="icon" href="https://cdn-static-1.medium.com/_/fp/icons/favicon-medium.TAS6uQ-Y7kcKgi0xjcYHXw.ico" class="js-favicon" />
- <link rel="apple-touch-icon" sizes="152x152" href="https://cdn-images-1.medium.com/fit/c/304/304/1*W0nmth_X8nFKjn6BZ388UQ.png" />
- <link rel="apple-touch-icon" sizes="120x120" href="https://cdn-images-1.medium.com/fit/c/240/240/1*W0nmth_X8nFKjn6BZ388UQ.png" />
- <link rel="apple-touch-icon" sizes="76x76" href="https://cdn-images-1.medium.com/fit/c/152/152/1*W0nmth_X8nFKjn6BZ388UQ.png" />
- <link rel="apple-touch-icon" sizes="60x60" href="https://cdn-images-1.medium.com/fit/c/120/120/1*W0nmth_X8nFKjn6BZ388UQ.png" />
- <link rel="mask-icon" href="https://cdn-static-1.medium.com/_/fp/icons/favicon.KjTfUJo7yJH_fCoUzzH3cg.svg" color="#171717" />
-</head>
-
-<body itemscope="" class="postShowScreen browser-firefox os-mac is-withMagicUnderlines is-js" data-action-scope="_actionscope_0">
- <script>
- document.body.className = document.body.className.replace(/(^|\s)is-noJs(\s|$)/, "$1is-js$2")
- </script>
- <div class="site-main surface-container" id="container">
- <div class="butterBar butterBar--error" data-action-scope="_actionscope_1"></div>
- <div class="surface" id="_obv.shell._surface_1487321871814" style="display: block; visibility: visible;">
- <div class="screenContent surface-content is-supplementalPostContentLoaded" data-used="true" data-action-scope="_actionscope_2"><canvas class="canvas-renderer" width="1280" height="710"></canvas>
- <div class="container u-maxWidth740 u-xs-margin0 notesPositionContainer js-notesPositionContainer">
- <div class="notesMarkers" data-action-scope="_actionscope_4">
- <div class="paragraphControls js-paragraphControl js-paragraphControl-69dc u-noUserSelect is-visible" style="top: 11448px;"><span class="paragraphControls-itemText"><button class="button button--chromeless" data-action="select-anchor" data-action-value="69dc">Top highlight</button></span></div>
- <div class="paragraphControls js-paragraphControl js-paragraphControl-aa8e u-noUserSelect is-visible" style="top: 21504px;">
- <div class="notesMarker u-noUserSelect" data-action="select-anchor" data-action-value="aa8e"><span class="svgIcon svgIcon--asteriskFilled svgIcon--19px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="19" height="19" viewBox="0 0 19 19"><path d="M14.78 8.07a8.681 8.681 0 0 0-.427-1.383.478.478 0 0 0-.584-.27l-3.12.77V4.034c0-.247-.19-.48-.43-.5a7.23 7.23 0 0 0-1.38 0c-.24.02-.43.253-.43.5V7.19L5.3 6.415a.48.48 0 0 0-.583.27c-.18.448-.324.91-.426 1.383-.05.24.1.5.32.58l3.06.754-1.98 2.956c-.14.196-.13.502.04.67.34.332.7.632 1.09.896.2.136.49.077.63-.117l2.09-3.114 2.09 3.112c.15.193.43.252.63.116.39-.26.75-.56 1.09-.89.17-.17.19-.47.04-.67L11.4 9.41l3.06-.76a.517.517 0 0 0 .32-.58" fill-rule="evenodd"/></svg></span></div><span class="paragraphControls-itemText"><button class="button button--chromeless" data-action="select-anchor" data-action-value="aa8e"></button></span></div>
- </div>
- </div>
- <div class="metabar u-clearfix js-metabar is-hiddenWhenMinimized">
- <div class="metabar-inner u-marginAuto u-maxWidth1000 u-paddingLeft20 u-paddingRight20 js-metabarMiddle">
- <div class="metabar-block metabar-block--left u-floatLeft u-height65 u-xs-height56"><a href="https://medium.com/" class="siteNav-logo" data-log-event="home"><span class="svgIcon svgIcon--logoNew svgIcon--45px is-flushLeft"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="45" height="45" viewBox="-17 18 45 45" data-multipart="true"><path d="M11.525 28.078c-.472-.225-.858.002-.858.506v20.044l8.616 4.113c.948.46 1.717.14 1.717-.7v-19.3a.22.22 0 0 0-.124-.19l-9.35-4.46v-.01z"/><path d="M.333 43.696l9.83-15.247c.278-.43.89-.6 1.36-.38l9.364 4.47c.06.03.082.1.047.15L10.666 48.63.333 43.698v-.002z"/><path d="M-8.57 28.35c-.786-.375-1.053-.096-.592.62L.333 43.696l10.333 4.932L.356 32.635a.156.156 0 0 0-.06-.054l-8.866-4.23z"/><path d="M.333 52.033c0 .84-.643 1.22-1.43.844l-8.045-3.84c-.472-.224-.858-.82-.858-1.325V28.89c0-.672.515-.976 1.145-.675l9.133 4.36a.092.092 0 0 1 .055.084v19.37z"/></svg></span><span class="u-textScreenReader">Homepage</span></a></div>
- <div class="metabar-block u-floatRight u-xs-absolute u-xs-textAlignRight u-xs-right0 u-xs-marginRight20 u-height65 u-xs-height56">
- <div class="buttonSet"><a class="button button--primary button--chromeless u-accentColor--buttonNormal is-inSiteNavBar u-lineHeight30 u-height32" href="https://medium.com/m/signin?redirect=https%3A%2F%2Fmedium.com%2F%40johncwelch%2Fsamantha-and-the-great-big-lie-d146a92473a1" data-action="sign-in-prompt" data-redirect="https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1" data-action-source="nav_signup">Sign in / Sign up</a></div>
+ <div class="dh r">
+ <div class="di dj">
+ <div class="n cz">
+ <div class="dk dl dm r dn"></div>
+ <div class="do dp r">
+ <div class="dq dr ds r dn"></div>
+ <div class="dr dt r dn"></div>
+ </div>
+ </div>
+ <div class="du r">
+ <div class="dq dv ai r dn"></div>
+ <div class="dq dv ai r dn"></div>
+ <div class="dv dw r dn"></div>
+ </div>
+ </div>
</div>
</div>
</div>
- <div class="metabar metabar--spacer js-metabarSpacer u-height65 u-xs-height56"></div>
- <main role="main">
- <article class=" u-sizeViewHeightMin100 u-overflowHidden postArticle postArticle--full u-marginBottom40" data-scroll="native" lang="en">
- <header class="container u-maxWidth740">
- <div class="postMetaHeader u-paddingBottom10 row">
- <div class="col u-size12of12 js-postMetaLockup">
- <div class="postMetaLockup postMetaLockup--authorWithBio u-flex js-postMetaLockup">
- <div class="u-flex0">
- <a class="link avatar u-baseColor--link" href="https://medium.com/@johncwelch?source=post_header_lockup" data-action="show-user-card" data-action-source="post_header_lockup" data-action-value="77a507c5ad19" data-action-type="hover" data-user-id="77a507c5ad19" dir="auto"><img src="https://cdn-images-1.medium.com/fit/c/80/80/0*qPHQu8WqsC6cV_ud.jpg" class="avatar-image avatar-image--smaller" alt="Go to the profile of John C. Welch" /></a>
- </div>
- <div class="u-flex1 u-paddingLeft15 u-overflowHidden"><a class="link link link--darken link--darker u-baseColor--link" href="https://medium.com/@johncwelch?source=post_header_lockup" data-action="show-user-card" data-action-source="post_header_lockup" data-action-value="77a507c5ad19" data-action-type="hover" data-user-id="77a507c5ad19" dir="auto">John C. Welch</a><span class="followState js-followState buttonSet-inner" data-user-id="77a507c5ad19"><button class="button u-paddingLeft10 u-paddingRight10 u-height19 u-lineHeight13 u-verticalAlignMiddle u-fontSizeSmallest u-uiTextMedium u-noUserSelect button--withChrome u-baseColor--buttonNormal button--withHover button--unblock js-unblockButton u-marginLeft10 u-marginTopNegative2 u-xs-hide" data-action="sign-in-prompt" data-sign-in-action="toggle-block-user" data-requires-token="true" data-action-source="post_header_lockup"><span class="button-label button-defaultState">Blocked</span><span class="button-label button-hoverState">Unblock</span></button><button class="button button--primary u-paddingLeft10 u-paddingRight10 u-height19 u-lineHeight13 u-verticalAlignMiddle u-fontSizeSmallest u-uiTextMedium u-noUserSelect button--withChrome u-accentColor--buttonNormal button--follow js-followButton u-marginLeft10 u-marginTopNegative2 u-xs-hide" data-action="sign-in-prompt" data-sign-in-action="toggle-subscribe-user" data-requires-token="true" data-redirect="https://medium.com/_/subscribe/user/77a507c5ad19" data-action-source="post_header_lockup_follow"><span class="button-label button-defaultState js-buttonLabel">Follow</span><span class="button-label button-activeState">Following</span></button></span>
- <div class="postMetaInline js-testPostMetaInlineSupplemental"><time datetime="2015-10-15T02:19:15.607Z">Oct 15, 2015</time><span class="middotDivider u-fontSizeSmallest"></span><span class="readingTime" title="18 min read"></span></div>
+ <article>
+ <section class="dx dy dz ea ai eb ck r"></section>
+ <div>
+ <div class="s u ec ed ee cf"></div>
+ <section class="ef eg eh ei ej">
+ <div class="n p">
+ <div class="z ab ac ae af ek ah ai">
+ <div>
+ <h1 id="b34c" class="el em bo en b eo ep eq er es et eu ev ew ex ey ez fa fb fc fd de">
+ Samantha and The Great Big Lie
+ </h1>
+ <div class="fe">
+ <div class="n da ff fg fh">
+ <div class="o n">
+ <div>
+ <a rel="noopener" href="/@johncwelch?source=post_page-----d146a92473a1----------------------"><img alt="John C. Welch" class="r fi fj fk" src="https://miro.medium.com/fit/c/96/96/0*qPHQu8WqsC6cV_ud.jpg" width="48" height="48" /></a>
+ </div>
+ <div class="fl ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="fm n o fn">
+ <span class="bn b bo bp bq br r de q"><span class="bn fo fp bp fq fr fs ft fu fv de"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@johncwelch?source=post_page-----d146a92473a1----------------------">John C. Welch</a></span></span>
+ <div class="do r bg h">
+ <span><button class="fx de q fy fz ga gb gc ba bl gd ge gf gg gh gi gj bn b bo gk gl br gm gn ck go gp">Follow</button></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div>
+ <span class="bn b bo bp bq br r bs bt"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1?source=post_page-----d146a92473a1----------------------">Oct 15, 2015</a> <!-- -->·<!-- --> <!-- -->18<!-- --> min read</span>
+ </div>
+ </div>
+ </div>
+ <div class="n gq gr gs gt gu gv gw gx y">
+ <div class="n o">
+ <div class="gy r bg">
+ <button class="bh bi at au av aw ax ay az ba bj bk bd bl bm"><svg width="29" height="29" class="bt">
+ <path d="M22.05 7.54a4.47 4.47 0 0 0-3.3-1.46 4.53 4.53 0 0 0-4.53 4.53c0 .35.04.7.08 1.05A12.9 12.9 0 0 1 5 6.89a5.1 5.1 0 0 0-.65 2.26c.03 1.6.83 2.99 2.02 3.79a4.3 4.3 0 0 1-2.02-.57v.08a4.55 4.55 0 0 0 3.63 4.44c-.4.08-.8.13-1.21.16l-.81-.08a4.54 4.54 0 0 0 4.2 3.15 9.56 9.56 0 0 1-5.66 1.94l-1.05-.08c2 1.27 4.38 2.02 6.94 2.02 8.3 0 12.86-6.9 12.84-12.85.02-.24 0-.43 0-.65a8.68 8.68 0 0 0 2.26-2.34c-.82.38-1.7.62-2.6.72a4.37 4.37 0 0 0 1.95-2.51c-.84.53-1.81.9-2.83 1.13z"></path></svg></button>
+ </div>
+ <div class="gy r bg">
+ <button class="bh bi at au av aw ax ay az ba bj bk bd bl bm"><svg width="29" height="29" viewbox="0 0 29 29" fill="none" class="bt">
+ <path d="M5 6.36C5 5.61 5.63 5 6.4 5h16.2c.77 0 1.4.61 1.4 1.36v16.28c0 .75-.63 1.36-1.4 1.36H6.4c-.77 0-1.4-.6-1.4-1.36V6.36z"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.76 20.9v-8.57H7.89v8.58h2.87zm-1.44-9.75c1 0 1.63-.65 1.63-1.48-.02-.84-.62-1.48-1.6-1.48-.99 0-1.63.64-1.63 1.48 0 .83.62 1.48 1.59 1.48h.01zM12.35 20.9h2.87v-4.79c0-.25.02-.5.1-.7.2-.5.67-1.04 1.46-1.04 1.04 0 1.46.8 1.46 1.95v4.59h2.87v-4.92c0-2.64-1.42-3.87-3.3-3.87-1.55 0-2.23.86-2.61 1.45h.02v-1.24h-2.87c.04.8 0 8.58 0 8.58z" fill="#fff"></path></svg></button>
+ </div>
+ <div class="gy r bg">
+ <button class="bh bi at au av aw ax ay az ba bj bk bd bl bm"><svg width="29" height="29" class="bt">
+ <path d="M23.2 5H5.8a.8.8 0 0 0-.8.8V23.2c0 .44.35.8.8.8h9.3v-7.13h-2.38V13.9h2.38v-2.38c0-2.45 1.55-3.66 3.74-3.66 1.05 0 1.95.08 2.2.11v2.57h-1.5c-1.2 0-1.48.57-1.48 1.4v1.96h2.97l-.6 2.97h-2.37l.05 7.12h5.1a.8.8 0 0 0 .79-.8V5.8a.8.8 0 0 0-.8-.79"></path></svg></button>
+ </div>
+ <div class="gz r">
+ <div class="bt">
+ <span><a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2F%40johncwelch%2Fsamantha-and-the-great-big-lie-d146a92473a1&amp;source=post_actions_header--------------------------bookmark_header-" class="bh bi at au av aw ax ay az ba bj bk bd bl bm" rel="noopener"><svg width="25" height="25" viewbox="0 0 25 25">
+ <path d="M19 6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14.66h.01c.01.1.05.2.12.28a.5.5 0 0 0 .7.03l5.67-4.12 5.66 4.13a.5.5 0 0 0 .71-.03.5.5 0 0 0 .12-.29H19V6zm-6.84 9.97L7 19.64V6a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v13.64l-5.16-3.67a.49.49 0 0 0-.68 0z" fill-rule="evenodd"></path></svg></a></span>
+ </div>
+ </div>
+ <div class="ha r am"></div>
+ </div>
+ </div>
+ </div>
</div>
</div>
+ <p id="97e7" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ How to get shanked doing what people say they want
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="df70" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ don’t preach to me<br />
+ Mr. integrity
+ </p>
+ </blockquote>
+ <p id="c979" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ (EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a dusting of transphobia along the way, all totally okay because the ends justify the means, and it’s okay when “good” people do it.)
+ </p>
+ <p id="342d" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ First, I need to say something about this article: the reason I’m writing it infuriates me. Worse than installing CS 3 or Acrobat 7 ever did, and the former inspired comparisons to fecophile porn. I’m actually too mad to cuss. Well, not completely, but in this case, I don’t think the people I’m mad at are worth the creativity I try to put into profanity. This is about a brownfield of hypocrisy and viciously deliberate mischaracterization that “shame” cannot even come close to the shame those behind it should feel.
+ </p>
+ <p id="2e61" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Now, read this post by Samantha Bielefeld: The Elephant in the Room. First, it is a well-written critical piece that raises a few points in a calm, rational, nonconfrontational fashion, exactly the kind of things the pushers of The Great Big Lie say we need more of, as opposed to the screaming that is the norm in such cases.
+ </p>
+ <p id="cd31" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ …sorry, I should explain “The Great Big Lie”. There are several, but in this case, our <em class="ic">specific</em> instance of “The Great Big Lie” is about criticism. Over and over, you hear from the very people I am not going to be nice to in this that we need “better” criticsm. Instead of rage and anger, volume and vitriol, we need in-depth rational criticism, that isn’t personal or ad hominem. That it should focus on points, not people.
+ </p>
+ <p id="ae07" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ That, readers, is “The Big Lie”. It is a lie so big that if one ponders the reality of it, as I am going to, one wonders why anyone would believe it. It is a lie and it is one we should stop telling.
+ </p>
</div>
</div>
- </header>
- <div class="postArticle-content js-postField js-notesSource js-trackedPost" data-post-id="d146a92473a1" data-source="post_page" data-tracking-context="postPage" data-scroll="native">
- <section name="55ff" class="section section--body section--first">
- <div class="section-divider">
- <hr class="section-divider" />
- </div>
- <div class="section-content">
- <div class="section-inner sectionLayout--insetColumn">
- <h1 name="b34c" id="b34c" class="graf graf--h3 graf--leading graf--title">Samantha and The Great Big Lie</h1>
- <p name="97e7" id="97e7" class="graf graf--p graf-after--h3">How to get shanked doing what people say they want</p>
- <blockquote name="df70" id="df70" class="graf graf--blockquote graf-after--p">don’t preach to me<br />Mr. integrity</blockquote>
- <p name="c979" id="c979" class="graf graf--p graf-after--blockquote">(EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a dusting of transphobia along the way, all totally okay because the ends justify the means, and it’s okay when “good” people do it.)</p>
- <p name="342d" id="342d" class="graf graf--p graf-after--p">First, I need to say something about this article: the reason I’m writing it infuriates me. Worse than installing CS 3 or Acrobat 7 ever did, and the former inspired comparisons to fecophile porn. I’m actually too mad to cuss. Well, not completely, but in this case, I don’t think the people I’m mad at are worth the creativity I try to put into profanity. This is about a brownfield of hypocrisy and viciously deliberate mischaracterization that “shame” cannot even come close to the shame those behind it should feel.</p>
- <p name="2e61" id="2e61" class="graf graf--p graf-after--p">Now, read this post by Samantha Bielefeld: The Elephant in the Room. First, it is a well-written critical piece that raises a few points in a calm, rational, nonconfrontational fashion, exactly the kind of things the pushers of The Great Big Lie say we need more of, as opposed to the screaming that is the norm in such cases.</p>
- <p name="cd31" id="cd31" class="graf graf--p graf-after--p">…sorry, I should explain “The Great Big Lie”. There are several, but in this case, our <em class="markup--em markup--p-em">specific</em> instance of “The Great Big Lie” is about criticism. Over and over, you hear from the very people I am not going to be nice to in this that we need “better” criticsm. Instead of rage and anger, volume and vitriol, we need in-depth rational criticism, that isn’t personal or ad hominem. That it should focus on points, not people.</p>
- <p name="ae07" id="ae07" class="graf graf--p graf-after--p graf--trailing">That, readers, is “The Big Lie”. It is a lie so big that if one ponders the reality of it, as I am going to, one wonders why anyone would believe it. It is a lie and it is one we should stop telling.</p>
- </div>
- </div>
- </section>
- <section name="c360" class="section section--body">
- <div class="section-divider">
- <hr class="section-divider" />
- </div>
- <div class="section-content">
- <div class="section-inner sectionLayout--insetColumn">
- <p name="a02f" id="a02f" class="graf graf--p graf--leading">Samantha’s points (I assume you read it, for you are smart people who know the importance of such things) are fairly clear:</p>
- <ol class="postList">
- <li name="9213" id="9213" class="graf graf--li graf-after--p">With the release of Overcast 2.0, a product Samantha actually likes, Marco Arment moved to a <a href="http://www.marco.org/2015/10/09/overcast2" data-href="http://www.marco.org/2015/10/09/overcast2" class="markup--anchor markup--li-anchor" rel="nofollow noopener" target="_blank">patronage model</a> that will probably be successful for him.</li>
- <li name="dfa5" id="dfa5" class="graf graf--li graf-after--li">Arment’s insistence that “<a href="https://medium.com/@marcoarment/pragmatic-app-pricing-a79fc07218f3" data-href="https://medium.com/@marcoarment/pragmatic-app-pricing-a79fc07218f3" class="markup--anchor markup--li-anchor" target="_blank">anyone can do this</a>” while technically true, (anyone can in fact, implement this pricing model), also implies that “anyone” can have the kind of success that a developer with Marco’s history, financial status, and deep ties to the Apple News Web is expected to have. This is silly.</li>
- <li name="e55d" id="e55d" class="graf graf--li graf-after--li">Marco Arment occupies a fairly unique position in the Apple universe, (gained by hard work and no small talent), and because of that, benefits from a set of privileges that a new developer or even one that has been around for a long time, but isn’t, well, <em class="markup--em markup--li-em">Marco</em>, not only don’t have, but have little chance of attaining anytime soon.</li>
- <li name="35fb" id="35fb" class="graf graf--li graf-after--li">Marco has earned his success and is entitled to the benefits and privileges it brings, but he seems rather blind to all of that, and seems to still imagine himself as “two guys in a garage”. This is just not correct.</li>
- <li name="38e2" id="38e2" class="graf graf--li graf-after--li">In addition, the benefits and privileges of the above ensure that by releasing Overcast 2 as a free app, with patronage pricing, he has, if not gutted, severely hurt the ability of folks actually selling their apps for an up-front price of not free to continue doing so. This has the effect of accelerating the “race to the bottom” in the podcast listening app segment, which hurts devs who cannot afford to work on a “I don’t really need this money, so whatever you feel like sending is okay” model.</li>
- </ol>
- <p name="0481" id="0481" class="graf graf--p graf-after--li">None of this is incorrect. None of this is an ad hominem attack in any way. It is just pointing out that a developer of Arment’s stature and status lives in a very different world than someone in East Frog Balls, Arkansas trying to make a living off of App sales. Our dev in EFB doesn’t have the main sites on the Apple web falling all over themselves to review their app the way that Arment does. They’re not friends with the people being The Loop, Daring Fireball, SixColors, iMore, The Mac Observer, etc., yadda.</p>
- <p name="5a45" id="5a45" class="graf graf--p graf-after--p">So, our hero, in a fit of well-meaning ignorance writes this piece (posted this morning, 14 Oct. 15) and of course, the response and any criticisms are just as reasonable and thoughtful.</p>
- <p name="3bc7" id="3bc7" class="graf graf--p graf-after--p graf--trailing">If you really believe that, you are the most preciously ignorant person in the world, and can I have your seriously charmed life.</p>
- </div>
- </div>
- </section>
- <section name="2ba2" class="section section--body">
- <div class="section-divider">
- <hr class="section-divider" />
+ </section>
+ <hr class="id fo ie if ig ih ii ij ik il im in" />
+ <section class="ef eg eh ei ej">
+ <div class="n p">
+ <div class="z ab ac ae af ek ah ai">
+ <p id="a02f" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Samantha’s points (I assume you read it, for you are smart people who know the importance of such things) are fairly clear:
+ </p>
+ <ol class="">
+ <li id="9213" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy io ip iq de">With the release of Overcast 2.0, a product Samantha actually likes, Marco Arment moved to a <a href="http://www.marco.org/2015/10/09/overcast2" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">patronage model</a> that will probably be successful for him.
+ </li>
+ <li id="dfa5" class="hb hc bo hd b he iv hg hh hi iw hk hl hm ix ho hp hq iy hs ht hu iz hw hx hy io ip iq de">Arment’s insistence that “<a class="bh gp ir is it iu" target="_blank" rel="noopener" href="/@marcoarment/pragmatic-app-pricing-a79fc07218f3">anyone can do this</a>” while technically true, (anyone can in fact, implement this pricing model), also implies that “anyone” can have the kind of success that a developer with Marco’s history, financial status, and deep ties to the Apple News Web is expected to have. This is silly.
+ </li>
+ <li id="e55d" class="hb hc bo hd b he iv hg hh hi iw hk hl hm ix ho hp hq iy hs ht hu iz hw hx hy io ip iq de">Marco Arment occupies a fairly unique position in the Apple universe, (gained by hard work and no small talent), and because of that, benefits from a set of privileges that a new developer or even one that has been around for a long time, but isn’t, well, <em class="ic">Marco</em>, not only don’t have, but have little chance of attaining anytime soon.
+ </li>
+ <li id="35fb" class="hb hc bo hd b he iv hg hh hi iw hk hl hm ix ho hp hq iy hs ht hu iz hw hx hy io ip iq de">Marco has earned his success and is entitled to the benefits and privileges it brings, but he seems rather blind to all of that, and seems to still imagine himself as “two guys in a garage”. This is just not correct.
+ </li>
+ <li id="38e2" class="hb hc bo hd b he iv hg hh hi iw hk hl hm ix ho hp hq iy hs ht hu iz hw hx hy io ip iq de">In addition, the benefits and privileges of the above ensure that by releasing Overcast 2 as a free app, with patronage pricing, he has, if not gutted, severely hurt the ability of folks actually selling their apps for an up-front price of not free to continue doing so. This has the effect of accelerating the “race to the bottom” in the podcast listening app segment, which hurts devs who cannot afford to work on a “I don’t really need this money, so whatever you feel like sending is okay” model.
+ </li>
+ </ol>
+ <p id="0481" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ None of this is incorrect. None of this is an ad hominem attack in any way. It is just pointing out that a developer of Arment’s stature and status lives in a very different world than someone in East Frog Balls, Arkansas trying to make a living off of App sales. Our dev in EFB doesn’t have the main sites on the Apple web falling all over themselves to review their app the way that Arment does. They’re not friends with the people being The Loop, Daring Fireball, SixColors, iMore, The Mac Observer, etc., yadda.
+ </p>
+ <p id="5a45" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ So, our hero, in a fit of well-meaning ignorance writes this piece (posted this morning, 14 Oct. 15) and of course, the response and any criticisms are just as reasonable and thoughtful.
+ </p>
+ <p id="3bc7" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ If you really believe that, you are the most preciously ignorant person in the world, and can I have your seriously charmed life.
+ </p>
</div>
- <div class="section-content">
- <div class="section-inner sectionLayout--insetColumn">
- <p name="0fb2" id="0fb2" class="graf graf--p graf--leading">The response, from all quarters, including Marco, someone who is so sensitive to criticism that the word “useless” is <a href="http://www.marco.org/2011/03/30/here-is-a-tip-for-all-the-non-developers-out" data-href="http://www.marco.org/2011/03/30/here-is-a-tip-for-all-the-non-developers-out" class="markup--anchor markup--p-anchor" rel="nofollow noopener" target="_blank">enough to shut him down</a>, who <a href="https://twitter.com/marcoarment/status/641330113934700544" data-href="https://twitter.com/marcoarment/status/641330113934700544" class="markup--anchor markup--p-anchor" rel="nofollow noopener" target="_blank">blocked a friend of mine for the high crime of pointing out that his review of podcasting mics centered around higher priced gear and ignored folks without the scratch, who might not be ready for such things</a>, is, in a single word, disgusting. Vomitous even.</p>
- <p name="9a6e" id="9a6e" class="graf graf--p graf-after--p">It’s an hours-long dogpile that beggars even my imagination, and I can imagine almost anything. Seriously, it’s all there in <a href="https://twitter.com/s_bielefeld/with_replies" data-href="https://twitter.com/s_bielefeld/with_replies" class="markup--anchor markup--p-anchor" rel="nofollow noopener" target="_blank">Samantha’s Twitter Feed</a>. From what I can tell, she’s understandably shocked over it. I however was not. This one comment in her feed made me smile (warning, this wanders a bit…er…LOT. Twitter timelines are not easy to put together):</p>
- <blockquote name="3271" id="3271" class="graf graf--blockquote graf-after--p">I can see why you have some reservations about publishing it, but my gut feeling is that he would take it better than Nilay.</blockquote>
- <p name="ec72" id="ec72" class="graf graf--p graf-after--blockquote">Oh honey, bless your sweet, ignorant heart. Marco is one of the biggest pushers of The Big Lie, and one of the reasons it is <em class="markup--em markup--p-em">such</em> a lie.</p>
- <p name="5cc4" id="5cc4" class="graf graf--p graf-after--p">But it gets better. First, you have the “hey, Marco <em class="markup--em markup--p-em">earned</em> his status!” lot. A valid point, and one Bielefeld explicitly acknowledges, here:</p>
- <blockquote name="4e5f" id="4e5f" class="graf graf--blockquote graf-after--p">From his ground floor involvement in Tumblr (for which he is now a millionaire), to the creation and sale of a wildly successful app called Instapaper, he has become a household name in technology minded circles. It is this extensive time spent in the spotlight, the huge following on Twitter, and dedicated listeners of his weekly aired Accidental Tech Podcast, that has granted him the freedom to break from seeking revenue in more traditional manners.</blockquote>
- <p name="cee9" id="cee9" class="graf graf--p graf-after--blockquote">and here:</p>
- <blockquote name="3f1b" id="3f1b" class="graf graf--blockquote graf-after--p">I’m not knocking his success, he has put effort into his line of work, and has built his own life.</blockquote>
- <p name="e527" id="e527" class="graf graf--p graf-after--blockquote">and here:</p>
- <blockquote name="3e4f" id="3e4f" class="graf graf--blockquote graf-after--p">He has earned his time in the spotlight, and it’s only natural for him to take advantage of it.</blockquote>
- <p name="8a01" id="8a01" class="graf graf--p graf-after--blockquote">But still, you get the people telling her something she already acknowledge:</p>
- <blockquote name="7685" id="7685" class="graf graf--blockquote graf-after--p">I don’t think he’s blind. he’s worked to where he has gotten and has had failures like everyone else.</blockquote>
- <p name="b151" id="b151" class="graf graf--p graf-after--blockquote">Thank you for restating something in the article. To the person who wrote it.</p>
- <p name="87bc" id="87bc" class="graf graf--p graf-after--p">In the original article, Samantha talked about the money Marco makes from his podcast. She based that on the numbers <a href="http://atp.fm/sponsor/" data-href="http://atp.fm/sponsor/" class="markup--anchor markup--p-anchor" rel="nofollow noopener" target="_blank">provided by ATP in terms of sponsorship rates</a> and the number of current sponsors the podcast has. Is this going to yield perfect numbers? No. But the numbers you get from it will at least be reasonable, or should be unless the published sponsorship rates are just fantasy, and you’re stupid for taking them seriously.</p>
- <p name="dbda" id="dbda" class="graf graf--p graf-after--p">At first, she went with a simple formula:</p>
- <blockquote name="1b4e" id="1b4e" class="graf graf--blockquote graf-after--p">$4K x 3 per episode = $12K x 52 weeks / 3 hosts splitting it.</blockquote>
- <p name="0b33" id="0b33" class="graf graf--p graf-after--blockquote">That’s not someone making shit up, right? Rather quickly, someone pointed out that she’d made an error in how she calculated it:</p>
- <blockquote name="76d7" id="76d7" class="graf graf--blockquote graf-after--p">That’s $4k per ad, no? So more like $12–16k per episode.</blockquote>
- <p name="a089" id="a089" class="graf graf--p graf-after--blockquote">She’d already realized her mistake and fixed it.</p>
- <blockquote name="b369" id="b369" class="graf graf--blockquote graf-after--p">which is actually wrong, and I’m correcting now. $4,000 per sponsor, per episode! So, $210,000 per year.</blockquote>
- <p name="8b3b" id="8b3b" class="graf graf--p graf-after--blockquote">Again, this is based on <em class="markup--em markup--p-em">publicly available data</em> the only kind someone not part of ATP or a close friend of Arment has access to. So while her numbers may be wrong, if they are, there’s no way for her to know that. She’s basing her opinion on actual available data. Which is sadly rare.</p>
- <p name="135a" id="135a" class="graf graf--p graf-after--p">This becomes a huge flashpoint. You name a reason to attack her over this, people do. No really. For example, she’s not calculating his <em class="markup--em markup--p-em">income taxes correctly</em>:</p>
- <blockquote name="5e7e" id="5e7e" class="graf graf--blockquote graf-after--p">especially since it isn’t his only source of income thus, not an indicator of his marginal inc. tax bracket.</blockquote>
- <blockquote name="6036" id="6036" class="graf graf--blockquote graf-after--blockquote">thus, guessing net income is more haphazard than stating approx. gross income.</blockquote>
- <p name="aac1" id="aac1" class="graf graf--p graf-after--blockquote">Ye Gods. She’s not doing his taxes for him, her point is invalid?</p>
- <p name="600f" id="600f" class="graf graf--p graf-after--p">Then there’s the people who seem to have not read anything past what other people are telling them:</p>
- <blockquote name="9b62" id="9b62" class="graf graf--blockquote graf-after--p">Not sure what to make of your Marco piece, to be honest. You mention his fame, whatever, but what’s the main idea here?</blockquote>
- <p name="c18a" id="c18a" class="graf graf--p graf-after--blockquote">Just how spoon-fed do you have to be? Have you no teeth?</p>
- <p name="c445" id="c445" class="graf graf--p graf-after--p">Of course, Marco jumps in, and predictably, he’s snippy:</p>
- <blockquote name="0c21" id="0c21" class="graf graf--blockquote graf-after--p">If you’re going to speak in precise absolutes, it’s best to first ensure that you’re correct.</blockquote>
- <p name="8f8d" id="8f8d" class="graf graf--p graf-after--blockquote">If you’re going to be like that, it’s best to provide better data. Don’t get snippy when someone is going off the only data available, and is clearly open to revising based on better data.</p>
- <p name="cc97" id="cc97" class="graf graf--p graf-after--p">Then Marco’s friends/fans get into it:</p>
- <blockquote name="f9da" id="f9da" class="graf graf--blockquote graf-after--p">I really don’t understand why it’s anyone’s business</blockquote>
- <p name="0094" id="0094" class="graf graf--p graf-after--blockquote">Samantha is trying to qualify for sainthood at this point:</p>
- <blockquote name="0105" id="0105" class="graf graf--blockquote graf-after--p">It isn’t really, it was a way of putting his income in context in regards to his ability to gamble with Overcast.</blockquote>
- <p name="cdd1" id="cdd1" class="graf graf--p graf-after--blockquote">Again, she’s trying to drag people back to her actual point, but no one is going to play. The storm has begun. Then we get people who are just spouting nonsense:</p>
- <blockquote name="f56c" id="f56c" class="graf graf--blockquote graf-after--p">Why is that only relevant for him? It’s a pretty weird metric,especially since his apps aren’t free.</blockquote>
- <p name="4fef" id="4fef" class="graf graf--p graf-after--blockquote">Wha?? Overcast 2 is absolutely free. Samantha points this out:</p>
- <blockquote name="0f36" id="0f36" class="graf graf--blockquote graf-after--p">His app is free, that’s what sparked the article to begin with.</blockquote>
- <p name="40d2" id="40d2" class="graf graf--p graf-after--blockquote">The response is literally a parallel to “How can there be global warming if it snowed today in my town?”</p>
- <blockquote name="6760" id="6760" class="graf graf--blockquote graf-after--p">If it’s free, how have I paid for it? Twice?</blockquote>
- <p name="7b13" id="7b13" class="graf graf--p graf-after--blockquote">She is still trying:</p>
- <blockquote name="44ba" id="44ba" class="graf graf--blockquote graf-after--p">You paid $4.99 to unlock functionality in Overcast 1.0 and you chose to support him with no additional functionality in 2.0</blockquote>
- <p name="2152" id="2152" class="graf graf--p graf-after--blockquote">He is having none of it. IT SNOWED! SNOWWWWWWW!</p>
- <blockquote name="99a6" id="99a6" class="graf graf--blockquote graf-after--p">Yes. That’s not free. Free is when you choose not to make money. And that can be weaponized. But that’s not what Overcast does.</blockquote>
- <p name="5e6f" id="5e6f" class="graf graf--p graf-after--blockquote">She however, is relentless:</p>
- <blockquote name="1b0f" id="1b0f" class="graf graf--blockquote graf-after--p">No, it’s still free. You can choose to support it, you are required to pay $4.99 for Pocket Casts. Totally different model.</blockquote>
- <p name="d24f" id="d24f" class="graf graf--p graf-after--blockquote">Dude seems to give up. (Note: allllll the people bagging on her are men. All of them. Mansplaining like hell. And I’d bet every one of them considers themselves a feminist.)</p>
- <p name="10e1" id="10e1" class="graf graf--p graf-after--p">We get another guy trying to push the narrative she’s punishing him for his success, which is just…it’s stupid, okay? Stupid.</p>
- <blockquote name="9b01" id="9b01" class="graf graf--blockquote graf-after--p">It also wasn’t my point in writing my piece today, but it seems to be everyone’s focus.</blockquote>
- <p name="340c" id="340c" class="graf graf--p graf-after--blockquote">(UNDERSTATEMENT OF THE YEAR)</p>
- <blockquote name="7244" id="7244" class="graf graf--blockquote graf-after--p">I think the focus should be more on that fact that while it’s difficult, Marco spent years building his audience.</blockquote>
- <blockquote name="ffb1" id="ffb1" class="graf graf--blockquote graf-after--blockquote">It doesn’t matter what he makes it how he charges. If the audience be earned is willing to pay for it, awesome.</blockquote>
- <p name="e44e" id="e44e" class="graf graf--p graf-after--blockquote">She tries, oh lord, she tries:</p>
- <blockquote name="a502" id="a502" class="graf graf--blockquote graf-after--p">To assert that he isn’t doing anything any other dev couldn’t, is wrong. It’s successful because it’s Marco.</blockquote>
- <p name="7dcd" id="7dcd" class="graf graf--p graf-after--blockquote">But no, HE KNOWS HER POINT BETTER THAN SHE DOES:</p>
- <blockquote name="a62a" id="a62a" class="graf graf--blockquote graf-after--p">No, it’s successful because he busted his ass to make it so. It’s like any other business. He grew it.</blockquote>
- <p name="df8c" id="df8c" class="graf graf--p graf-after--blockquote">Christ. This is like a field of strawmen. Stupid ones. Very stupid ones.</p>
- <p name="521a" id="521a" class="graf graf--p graf-after--p">One guy tries to blame it all on Apple, another in a string of Wha??? moments:</p>
- <blockquote name="d80d" id="d80d" class="graf graf--blockquote graf-after--p">the appropriate context is Apple’s App Store policies. Other devs aren’t Marco’s responsibility</blockquote>
- <p name="db0b" id="db0b" class="graf graf--p graf-after--blockquote">Seriously? Dude, are you even trying to talk about what Samantha actually wrote? At this point, Samantha is clearly mystified at the entire thing:</p>
- <blockquote name="7a78" id="7a78" class="graf graf--blockquote graf-after--p">Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?</blockquote>
- <p name="6e09" id="6e09" class="graf graf--p graf-after--blockquote">Because it’s a nit they can pick and allows them to ignore everything you wrote. That’s the only reason.</p>
- <p name="b7db" id="b7db" class="graf graf--p graf-after--p">One guy is “confused”:</p>
- <blockquote name="3626" id="3626" class="graf graf--blockquote graf-after--p">I see. He does have clout, so are you saying he’s too modest in how he sees himself as a dev?</blockquote>
- <blockquote name="9daa" id="9daa" class="graf graf--blockquote graf-after--blockquote">Yes. He can’t be equated to the vast majority of other developers. Like calling Gruber, “just another blogger”.</blockquote>
- <blockquote name="f6da" id="f6da" class="graf graf--blockquote graf-after--blockquote">Alright, that’s fair. I was just confused by the $ and fame angle at first.</blockquote>
- <p name="d5b1" id="d5b1" class="graf graf--p graf-after--blockquote">Samantha’s point centers on the benefits Marco gains via his fame and background. <em class="markup--em markup--p-em">HOW DO YOU NOT MENTION THAT? HOW IS THAT CONFUSING?</em></p>
- <p name="58d0" id="58d0" class="graf graf--p graf-after--p">People of course are telling her it’s her fault for mentioning a salient fact at all:</p>
- <blockquote name="30d2" id="30d2" class="graf graf--blockquote graf-after--p">Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?</blockquote>
- <blockquote name="765b" id="765b" class="graf graf--blockquote graf-after--blockquote">Maybe because you went there with your article?</blockquote>
- <blockquote name="61fe" id="61fe" class="graf graf--blockquote graf-after--blockquote">As a way of rationalizing his ability to gamble with the potential for Overcast to generate income…not the norm at all.</blockquote>
- <p name="f17c" id="f17c" class="graf graf--p graf-after--blockquote">Of course, had she not brought up those important points, she’d have been bagged on for “not providing proof”. Lose some, lose more. By now, she’s had enough and she just deletes all mention of it. Understandable, but sad she was bullied into doing that.</p>
- <p name="0b60" id="0b60" class="graf graf--p graf-after--p">Yes, bullied. That’s all this is. Bullying. She didn’t lie, cheat, or exaagerate. If her numbers were wrong, they weren’t wrong in a way she had any ability to do anything about. But there’s blood in the water, and the comments and attacks get worse:</p>
- <blockquote name="65ab" id="65ab" class="graf graf--blockquote graf-after--p">Because you decided to start a conversation about someone else’s personal shit. You started this war.</blockquote>
- <p name="1adb" id="1adb" class="graf graf--p graf-after--blockquote">War. THIS. IS. WAR.</p>
- <p name="de94" id="de94" class="graf graf--p graf-after--p">This is a bunch of nerds attacking someone for reasoned, calm, <em class="markup--em markup--p-em">polite</em> criticism of their friend/idol. Samantha is politely pushing back a bit:</p>
- <blockquote name="4458" id="4458" class="graf graf--blockquote graf-after--p">That doesn’t explain why every other part of my article is being pushed aside.</blockquote>
- <p name="aeac" id="aeac" class="graf graf--p graf-after--blockquote">She’s right. This is all nonsense. This is people ignoring her article completely, just looking for things to attack so it can be dismissed. It’s tribalism at its purest.</p>
- <p name="0078" id="0078" class="graf graf--p graf-after--p">Then some of the other annointed get into it, including Jason Snell in one of the most spectactular displays of “I have special knowledge you can’t be expected to have, therefore you are totally off base and wrong, even though there’s no way for you to know this” I’ve seen in a while. Jason:</p>
- <blockquote name="c4c9" id="c4c9" class="graf graf--blockquote graf-after--p">You should never use an ad rate card to estimate ad revenue from any media product ever.</blockquote>
- <blockquote name="b66b" id="b66b" class="graf graf--blockquote graf-after--blockquote">I learned this when I started working for a magazine — rate cards are mostly fiction, like prices on new cars</blockquote>
- <p name="6907" id="6907" class="graf graf--p graf-after--blockquote">How…exactly…in the name of whatever deity Jason may believe in…is Samantha or anyone not “in the biz” supposed to know this. Also, what exactly does a magazine on paper like Macworld have to do with sponsorships for a podcast? I have done podcasts that were sponsored, and I can retaliate with “we charged what the rate card said we did. <em class="markup--em markup--p-em">Checkmate Elitests!</em>”</p>
- <p name="41ec" id="41ec" class="graf graf--p graf-after--p">Samantha basically abases herself at his feet:</p>
- <blockquote name="0b14" id="0b14" class="graf graf--blockquote graf-after--p">I understand my mistake, and it’s unfortunate that it has completely diluted the point of my article.</blockquote>
- <p name="590f" id="590f" class="graf graf--p graf-after--blockquote">I think she should have told him where and how to stuff that nonsense, but she’s a nicer person than I am. Also, it’s appropriate that Jason’s twitter avatar has its nose in the air. This is some rank snobbery. It’s disgusting and if anyone pulled that on him, Jason would be very upset. But hey, one cannot criticize The Marco without getting pushback. By “pushback”, I mean “an unrelenting fecal flood”.</p>
- <p name="69dc" id="69dc" class="graf graf--p graf-after--p">Her only mistake was criticizing one of the Kool Kids. Folks, if you criticize anyone in The Deck Clique, or their friends, expect the same thing, regardless of tone or point.</p>
- <p name="5ab4" id="5ab4" class="graf graf--p graf-after--p">Another App Dev, seemingly unable to parse Samantha’s words, needs <em class="markup--em markup--p-em">more</em> explanation:</p>
- <blockquote name="957b" id="957b" class="graf graf--blockquote graf-after--p">so just looking over your mentions, I’m curious what exactly was your main point? Ignoring the podcast income bits.</blockquote>
- <p name="0a7e" id="0a7e" class="graf graf--p graf-after--blockquote">Oh wait, he didn’t even read the article. Good on you, Dev Guy, good. on. you. Still, she plays nice <em class="markup--em markup--p-em">with someone who didn’t even read her article</em>:</p>
- <blockquote name="f7db" id="f7db" class="graf graf--blockquote graf-after--p">That a typical unknown developer can’t depend on patronage to generate revenue, and charging for apps will become a negative.</blockquote>
- <p name="937f" id="937f" class="graf graf--p graf-after--blockquote">Marco comes back of course, and now basically accuses her of lying about other devs talking to her and supporting her point:</p>
- <blockquote name="c9dd" id="c9dd" class="graf graf--blockquote graf-after--p">How many actual developers did you hear from, really? Funny how almost nobody wants to give a (real) name on these accusations.</blockquote>
- <p name="c522" id="c522" class="graf graf--p graf-after--blockquote">Really? You’re going to do that? “There’s no name, so I don’t think it’s a real person.” Just…what’s the Joe Welch quote from the McCarthy hearings?</p>
- <blockquote name="907e" id="907e" class="graf graf--blockquote graf-after--p">Let us not assassinate this lad further, Senator. You’ve done enough. Have you no sense of decency, sir? At long last, have you left no sense of decency?</blockquote>
- <p name="2158" id="2158" class="graf graf--p graf-after--blockquote">That is what this is at this point: character assasination because she said something critical of A Popular Person. It’s disgusting. Depressing and disgusting. No one, none of these people have seriously discussed her point, heck, it looks like they barely bothered to read it, if they did at all.</p>
- <p name="13f8" id="13f8" class="graf graf--p graf-after--p">Marco starts getting really petty with her (no big shock) and Samantha finally starts pushing back:</p>
- <blockquote name="96c6" id="96c6" class="graf graf--blockquote graf-after--p">Glad to see you be the bigger person and ignore the mindset of so many developers not relating to you, good for you!</blockquote>
- <p name="5d3f" id="5d3f" class="graf graf--p graf-after--blockquote">That of course, is what caused Marco to question the validity, if not the existence of her sources. (Funny how anonymous sources are totes okay when they convenience Marco et al, and work for oh, <em class="markup--em markup--p-em">Apple</em>, but when they are inconvenient? Ha! PROVIDE ME PROOF YOU INTEMPERATE WOMAN!)</p>
- <p name="c07c" id="c07c" class="graf graf--p graf-after--p">Make no mistake, there’s some sexist shit going on here. Every tweet I’ve quoted was authored by a guy.</p>
- <p name="8b32" id="8b32" class="graf graf--p graf-after--p">Of course, Marco has to play the “I’ve been around longer than you” card with this bon mot:</p>
- <blockquote name="de26" id="de26" class="graf graf--blockquote graf-after--p">Yup, before you existed!</blockquote>
- <p name="a3bd" id="a3bd" class="graf graf--p graf-after--blockquote">Really dude? I mean, I’m sorry about the penis, but really?</p>
- <p name="1c51" id="1c51" class="graf graf--p graf-after--p">Mind you, when the criticism isn’t just bizarrely stupid, Samantha reacts the way Marco and his ilk claim they would to (if they ever got any <em class="markup--em markup--p-em">valid</em> criticism. Which clearly is impossible):</p>
- <blockquote name="9848" id="9848" class="graf graf--blockquote graf-after--p">Not to get into the middle of this, but “income” is not the term you’re looking for. “Revenue” is.</blockquote>
- <blockquote name="f2a6" id="f2a6" class="graf graf--blockquote graf-after--blockquote">lol. Noted.</blockquote>
- <blockquote name="aed9" id="aed9" class="graf graf--blockquote graf-after--blockquote">And I wasn’t intending to be a dick, just a lot of people hear/say “income” when they intend “revenue”, and then discussion …</blockquote>
- <blockquote name="f9d8" id="f9d8" class="graf graf--blockquote graf-after--blockquote">… gets derailed by a jedi handwave of “Expenses”. But outside of charitable donation, it is all directly related.</blockquote>
- <blockquote name="f61c" id="f61c" class="graf graf--blockquote graf-after--blockquote">haha. Thank you for the clarification.</blockquote>
- <p name="5dd9" id="5dd9" class="graf graf--p graf-after--blockquote">Note to Marco and the other…whatever they are…that is how one reacts to that kind of criticism. With a bit of humor and self-deprecation. You should try it sometime. For real, not just in your heads or conversations in Irish Pubs in S.F.</p>
- <p name="dc44" id="dc44" class="graf graf--p graf-after--p">But now, the door has been cracked, and the cheap shots come out:</p>
- <blockquote name="0c94" id="0c94" class="graf graf--blockquote graf-after--p">@testflight_app: Don’t worry guys, we process <a href="https://twitter.com/marcoarment" data-href="https://twitter.com/marcoarment" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@marcoarment</a>’s apps in direct proportion to his megabucks earnings. <a href="https://twitter.com/hashtag/fairelephant?src=hash" data-href="https://twitter.com/hashtag/fairelephant?src=hash" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">#fairelephant</a></blockquote>
- <p name="343b" id="343b" class="graf graf--p graf-after--blockquote">(Note: testflight_app is a parody account. Please do not mess with the actual testflight folks. They are still cool.)</p>
- <p name="09bf" id="09bf" class="graf graf--p graf-after--p">Or this…conversation:</p>
- <figure name="4d63" id="4d63" class="graf graf--figure graf-after--p">
- <div class="aspectRatioPlaceholder is-locked" style="max-width: 398px; max-height: 542px;">
- <div class="aspectRatioPlaceholder-fill" style="padding-bottom: 136.20000000000002%;"></div>
- <div class="progressiveMedia js-progressiveMedia graf-image is-canvasLoaded" data-image-id="1*kbPh7V97eyRodSOw2-ALDw.png" data-width="398" data-height="542" data-scroll="native"><img src="https://cdn-images-1.medium.com/freeze/max/60/1*kbPh7V97eyRodSOw2-ALDw.png?q=20" crossorigin="anonymous" class="progressiveMedia-thumbnail js-progressiveMedia-thumbnail" /><canvas class="progressiveMedia-canvas js-progressiveMedia-canvas" width="55" height="75"></canvas><img class="progressiveMedia-image js-progressiveMedia-image" data-src="https://cdn-images-1.medium.com/max/1600/1*kbPh7V97eyRodSOw2-ALDw.png" /><noscript class="js-progressiveMedia-inner">&lt;img class="progressiveMedia-noscript js-progressiveMedia-inner" src="https://cdn-images-1.medium.com/max/1600/1*kbPh7V97eyRodSOw2-ALDw.png"&gt;</noscript></div>
+ </div>
+ </section>
+ <hr class="id fo ie if ig ih ii ij ik il im in" />
+ <section class="ef eg eh ei ej">
+ <div class="n p">
+ <div class="z ab ac ae af ek ah ai">
+ <p id="0fb2" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ The response, from all quarters, including Marco, someone who is so sensitive to criticism that the word “useless” is <a href="http://www.marco.org/2011/03/30/here-is-a-tip-for-all-the-non-developers-out" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">enough to shut him down</a>, who <a href="https://twitter.com/marcoarment/status/641330113934700544" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">blocked a friend of mine for the high crime of pointing out that his review of podcasting mics centered around higher priced gear and ignored folks without the scratch, who might not be ready for such things</a>, is, in a single word, disgusting. Vomitous even.
+ </p>
+ <p id="9a6e" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ It’s an hours-long dogpile that beggars even my imagination, and I can imagine almost anything. Seriously, it’s all there in <a href="https://twitter.com/s_bielefeld/with_replies" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">Samantha’s Twitter Feed</a>. From what I can tell, she’s understandably shocked over it. I however was not. This one comment in her feed made me smile (warning, this wanders a bit…er…LOT. Twitter timelines are not easy to put together):
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="3271" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I can see why you have some reservations about publishing it, but my gut feeling is that he would take it better than Nilay.
+ </p>
+ </blockquote>
+ <p id="ec72" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Oh honey, bless your sweet, ignorant heart. Marco is one of the biggest pushers of The Big Lie, and one of the reasons it is <em class="ic">such</em> a lie.
+ </p>
+ <p id="5cc4" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ But it gets better. First, you have the “hey, Marco <em class="ic">earned</em> his status!” lot. A valid point, and one Bielefeld explicitly acknowledges, here:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="4e5f" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ From his ground floor involvement in Tumblr (for which he is now a millionaire), to the creation and sale of a wildly successful app called Instapaper, he has become a household name in technology minded circles. It is this extensive time spent in the spotlight, the huge following on Twitter, and dedicated listeners of his weekly aired Accidental Tech Podcast, that has granted him the freedom to break from seeking revenue in more traditional manners.
+ </p>
+ </blockquote>
+ <p id="cee9" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ and here:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="3f1b" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I’m not knocking his success, he has put effort into his line of work, and has built his own life.
+ </p>
+ </blockquote>
+ <p id="e527" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ and here:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="3e4f" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ He has earned his time in the spotlight, and it’s only natural for him to take advantage of it.
+ </p>
+ </blockquote>
+ <p id="8a01" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ But still, you get the people telling her something she already acknowledge:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="7685" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I don’t think he’s blind. he’s worked to where he has gotten and has had failures like everyone else.
+ </p>
+ </blockquote>
+ <p id="b151" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Thank you for restating something in the article. To the person who wrote it.
+ </p>
+ <p id="87bc" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ In the original article, Samantha talked about the money Marco makes from his podcast. She based that on the numbers <a href="http://atp.fm/sponsor/" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">provided by ATP in terms of sponsorship rates</a> and the number of current sponsors the podcast has. Is this going to yield perfect numbers? No. But the numbers you get from it will at least be reasonable, or should be unless the published sponsorship rates are just fantasy, and you’re stupid for taking them seriously.
+ </p>
+ <p id="dbda" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ At first, she went with a simple formula:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="1b4e" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ $4K x 3 per episode = $12K x 52 weeks / 3 hosts splitting it.
+ </p>
+ </blockquote>
+ <p id="0b33" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ That’s not someone making shit up, right? Rather quickly, someone pointed out that she’d made an error in how she calculated it:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="76d7" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ That’s $4k per ad, no? So more like $12–16k per episode.
+ </p>
+ </blockquote>
+ <p id="a089" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ She’d already realized her mistake and fixed it.
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="b369" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ which is actually wrong, and I’m correcting now. $4,000 per sponsor, per episode! So, $210,000 per year.
+ </p>
+ </blockquote>
+ <p id="8b3b" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Again, this is based on <em class="ic">publicly available data</em> the only kind someone not part of ATP or a close friend of Arment has access to. So while her numbers may be wrong, if they are, there’s no way for her to know that. She’s basing her opinion on actual available data. Which is sadly rare.
+ </p>
+ <p id="135a" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ This becomes a huge flashpoint. You name a reason to attack her over this, people do. No really. For example, she’s not calculating his <em class="ic">income taxes correctly</em>:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="5e7e" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ especially since it isn’t his only source of income thus, not an indicator of his marginal inc. tax bracket.
+ </p>
+ <p id="6036" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ thus, guessing net income is more haphazard than stating approx. gross income.
+ </p>
+ </blockquote>
+ <p id="aac1" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Ye Gods. She’s not doing his taxes for him, her point is invalid?
+ </p>
+ <p id="600f" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Then there’s the people who seem to have not read anything past what other people are telling them:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="9b62" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Not sure what to make of your Marco piece, to be honest. You mention his fame, whatever, but what’s the main idea here?
+ </p>
+ </blockquote>
+ <p id="c18a" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Just how spoon-fed do you have to be? Have you no teeth?
+ </p>
+ <p id="c445" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Of course, Marco jumps in, and predictably, he’s snippy:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="0c21" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ If you’re going to speak in precise absolutes, it’s best to first ensure that you’re correct.
+ </p>
+ </blockquote>
+ <p id="8f8d" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ If you’re going to be like that, it’s best to provide better data. Don’t get snippy when someone is going off the only data available, and is clearly open to revising based on better data.
+ </p>
+ <p id="cc97" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Then Marco’s friends/fans get into it:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="f9da" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I really don’t understand why it’s anyone’s business
+ </p>
+ </blockquote>
+ <p id="0094" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Samantha is trying to qualify for sainthood at this point:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="0105" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ It isn’t really, it was a way of putting his income in context in regards to his ability to gamble with Overcast.
+ </p>
+ </blockquote>
+ <p id="cdd1" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Again, she’s trying to drag people back to her actual point, but no one is going to play. The storm has begun. Then we get people who are just spouting nonsense:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="f56c" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Why is that only relevant for him? It’s a pretty weird metric,especially since his apps aren’t free.
+ </p>
+ </blockquote>
+ <p id="4fef" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Wha?? Overcast 2 is absolutely free. Samantha points this out:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="0f36" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ His app is free, that’s what sparked the article to begin with.
+ </p>
+ </blockquote>
+ <p id="40d2" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ The response is literally a parallel to “How can there be global warming if it snowed today in my town?”
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="6760" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ If it’s free, how have I paid for it? Twice?
+ </p>
+ </blockquote>
+ <p id="7b13" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ She is still trying:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="44ba" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ You paid $4.99 to unlock functionality in Overcast 1.0 and you chose to support him with no additional functionality in 2.0
+ </p>
+ </blockquote>
+ <p id="2152" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ He is having none of it. IT SNOWED! SNOWWWWWWW!
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="99a6" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Yes. That’s not free. Free is when you choose not to make money. And that can be weaponized. But that’s not what Overcast does.
+ </p>
+ </blockquote>
+ <p id="5e6f" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ She however, is relentless:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="1b0f" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ No, it’s still free. You can choose to support it, you are required to pay $4.99 for Pocket Casts. Totally different model.
+ </p>
+ </blockquote>
+ <p id="d24f" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Dude seems to give up. (Note: allllll the people bagging on her are men. All of them. Mansplaining like hell. And I’d bet every one of them considers themselves a feminist.)
+ </p>
+ <p id="10e1" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ We get another guy trying to push the narrative she’s punishing him for his success, which is just…it’s stupid, okay? Stupid.
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="9b01" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ It also wasn’t my point in writing my piece today, but it seems to be everyone’s focus.
+ </p>
+ </blockquote>
+ <p id="340c" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ (UNDERSTATEMENT OF THE YEAR)
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="7244" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I think the focus should be more on that fact that while it’s difficult, Marco spent years building his audience.
+ </p>
+ <p id="ffb1" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ It doesn’t matter what he makes it how he charges. If the audience be earned is willing to pay for it, awesome.
+ </p>
+ </blockquote>
+ <p id="e44e" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ She tries, oh lord, she tries:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="a502" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ To assert that he isn’t doing anything any other dev couldn’t, is wrong. It’s successful because it’s Marco.
+ </p>
+ </blockquote>
+ <p id="7dcd" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ But no, HE KNOWS HER POINT BETTER THAN SHE DOES:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="a62a" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ No, it’s successful because he busted his ass to make it so. It’s like any other business. He grew it.
+ </p>
+ </blockquote>
+ <p id="df8c" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Christ. This is like a field of strawmen. Stupid ones. Very stupid ones.
+ </p>
+ <p id="521a" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ One guy tries to blame it all on Apple, another in a string of Wha??? moments:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="d80d" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ the appropriate context is Apple’s App Store policies. Other devs aren’t Marco’s responsibility
+ </p>
+ </blockquote>
+ <p id="db0b" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Seriously? Dude, are you even trying to talk about what Samantha actually wrote? At this point, Samantha is clearly mystified at the entire thing:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="7a78" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?
+ </p>
+ </blockquote>
+ <p id="6e09" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Because it’s a nit they can pick and allows them to ignore everything you wrote. That’s the only reason.
+ </p>
+ <p id="b7db" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ One guy is “confused”:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="3626" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I see. He does have clout, so are you saying he’s too modest in how he sees himself as a dev?
+ </p>
+ <p id="9daa" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Yes. He can’t be equated to the vast majority of other developers. Like calling Gruber, “just another blogger”.
+ </p>
+ <p id="f6da" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Alright, that’s fair. I was just confused by the $ and fame angle at first.
+ </p>
+ </blockquote>
+ <p id="d5b1" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Samantha’s point centers on the benefits Marco gains via his fame and background. <em class="ic">HOW DO YOU NOT MENTION THAT? HOW IS THAT CONFUSING?</em>
+ </p>
+ <p id="58d0" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ People of course are telling her it’s her fault for mentioning a salient fact at all:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="30d2" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?
+ </p>
+ <p id="765b" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Maybe because you went there with your article?
+ </p>
+ <p id="61fe" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ As a way of rationalizing his ability to gamble with the potential for Overcast to generate income…not the norm at all.
+ </p>
+ </blockquote>
+ <p id="f17c" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Of course, had she not brought up those important points, she’d have been bagged on for “not providing proof”. Lose some, lose more. By now, she’s had enough and she just deletes all mention of it. Understandable, but sad she was bullied into doing that.
+ </p>
+ <p id="0b60" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Yes, bullied. That’s all this is. Bullying. She didn’t lie, cheat, or exaagerate. If her numbers were wrong, they weren’t wrong in a way she had any ability to do anything about. But there’s blood in the water, and the comments and attacks get worse:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="65ab" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Because you decided to start a conversation about someone else’s personal shit. You started this war.
+ </p>
+ </blockquote>
+ <p id="1adb" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ War. THIS. IS. WAR.
+ </p>
+ <p id="de94" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ This is a bunch of nerds attacking someone for reasoned, calm, <em class="ic">polite</em> criticism of their friend/idol. Samantha is politely pushing back a bit:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="4458" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ That doesn’t explain why every other part of my article is being pushed aside.
+ </p>
+ </blockquote>
+ <p id="aeac" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ She’s right. This is all nonsense. This is people ignoring her article completely, just looking for things to attack so it can be dismissed. It’s tribalism at its purest.
+ </p>
+ <p id="0078" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Then some of the other annointed get into it, including Jason Snell in one of the most spectactular displays of “I have special knowledge you can’t be expected to have, therefore you are totally off base and wrong, even though there’s no way for you to know this” I’ve seen in a while. Jason:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="c4c9" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ You should never use an ad rate card to estimate ad revenue from any media product ever.
+ </p>
+ <p id="b66b" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I learned this when I started working for a magazine — rate cards are mostly fiction, like prices on new cars
+ </p>
+ </blockquote>
+ <p id="6907" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ How…exactly…in the name of whatever deity Jason may believe in…is Samantha or anyone not “in the biz” supposed to know this. Also, what exactly does a magazine on paper like Macworld have to do with sponsorships for a podcast? I have done podcasts that were sponsored, and I can retaliate with “we charged what the rate card said we did. <em class="ic">Checkmate Elitests!</em>”
+ </p>
+ <p id="41ec" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Samantha basically abases herself at his feet:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="0b14" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I understand my mistake, and it’s unfortunate that it has completely diluted the point of my article.
+ </p>
+ </blockquote>
+ <p id="590f" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I think she should have told him where and how to stuff that nonsense, but she’s a nicer person than I am. Also, it’s appropriate that Jason’s twitter avatar has its nose in the air. This is some rank snobbery. It’s disgusting and if anyone pulled that on him, Jason would be very upset. But hey, one cannot criticize The Marco without getting pushback. By “pushback”, I mean “an unrelenting fecal flood”.
+ </p>
+ <p id="69dc" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Her only mistake was criticizing one of the Kool Kids. Folks, if you criticize anyone in The Deck Clique, or their friends, expect the same thing, regardless of tone or point.
+ </p>
+ <p id="5ab4" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Another App Dev, seemingly unable to parse Samantha’s words, needs <em class="ic">more</em> explanation:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="957b" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ so just looking over your mentions, I’m curious what exactly was your main point? Ignoring the podcast income bits.
+ </p>
+ </blockquote>
+ <p id="0a7e" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Oh wait, he didn’t even read the article. Good on you, Dev Guy, good. on. you. Still, she plays nice <em class="ic">with someone who didn’t even read her article</em>:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="f7db" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ That a typical unknown developer can’t depend on patronage to generate revenue, and charging for apps will become a negative.
+ </p>
+ </blockquote>
+ <p id="937f" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Marco comes back of course, and now basically accuses her of lying about other devs talking to her and supporting her point:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="c9dd" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ How many actual developers did you hear from, really? Funny how almost nobody wants to give a (real) name on these accusations.
+ </p>
+ </blockquote>
+ <p id="c522" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Really? You’re going to do that? “There’s no name, so I don’t think it’s a real person.” Just…what’s the Joe Welch quote from the McCarthy hearings?
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="907e" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Let us not assassinate this lad further, Senator. You’ve done enough. Have you no sense of decency, sir? At long last, have you left no sense of decency?
+ </p>
+ </blockquote>
+ <p id="2158" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ That is what this is at this point: character assasination because she said something critical of A Popular Person. It’s disgusting. Depressing and disgusting. No one, none of these people have seriously discussed her point, heck, it looks like they barely bothered to read it, if they did at all.
+ </p>
+ <p id="13f8" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Marco starts getting really petty with her (no big shock) and Samantha finally starts pushing back:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="96c6" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Glad to see you be the bigger person and ignore the mindset of so many developers not relating to you, good for you!
+ </p>
+ </blockquote>
+ <p id="5d3f" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ That of course, is what caused Marco to question the validity, if not the existence of her sources. (Funny how anonymous sources are totes okay when they convenience Marco et al, and work for oh, <em class="ic">Apple</em>, but when they are inconvenient? Ha! PROVIDE ME PROOF YOU INTEMPERATE WOMAN!)
+ </p>
+ <p id="c07c" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Make no mistake, there’s some sexist shit going on here. Every tweet I’ve quoted was authored by a guy.
+ </p>
+ <p id="8b32" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Of course, Marco has to play the “I’ve been around longer than you” card with this bon mot:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="de26" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Yup, before you existed!
+ </p>
+ </blockquote>
+ <p id="a3bd" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Really dude? I mean, I’m sorry about the penis, but really?
+ </p>
+ <p id="1c51" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Mind you, when the criticism isn’t just bizarrely stupid, Samantha reacts the way Marco and his ilk claim they would to (if they ever got any <em class="ic">valid</em> criticism. Which clearly is impossible):
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="9848" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Not to get into the middle of this, but “income” is not the term you’re looking for. “Revenue” is.
+ </p>
+ <p id="f2a6" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ lol. Noted.
+ </p>
+ <p id="aed9" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ And I wasn’t intending to be a dick, just a lot of people hear/say “income” when they intend “revenue”, and then discussion …
+ </p>
+ <p id="f9d8" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ … gets derailed by a jedi handwave of “Expenses”. But outside of charitable donation, it is all directly related.
+ </p>
+ <p id="f61c" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ haha. Thank you for the clarification.
+ </p>
+ </blockquote>
+ <p id="5dd9" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Note to Marco and the other…whatever they are…that is how one reacts to that kind of criticism. With a bit of humor and self-deprecation. You should try it sometime. For real, not just in your heads or conversations in Irish Pubs in S.F.
+ </p>
+ <p id="dc44" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ But now, the door has been cracked, and the cheap shots come out:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="0c94" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ @testflight_app: Don’t worry guys, we process <a href="https://twitter.com/marcoarment" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@marcoarment</a>’s apps in direct proportion to his megabucks earnings. <a href="https://twitter.com/hashtag/fairelephant?src=hash" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">#fairelephant</a>
+ </p>
+ </blockquote>
+ <p id="343b" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ (Note: testflight_app is a parody account. Please do not mess with the actual testflight folks. They are still cool.)
+ </p>
+ <p id="09bf" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Or this…conversation:
+ </p>
+ <figure class="jb jc jd je jf jg dz ea paragraph-image">
+ <div class="dz ea ja">
+ <div class="jk r df dn">
+ <div class="jl jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img alt="Image for post" class="s t u by ai jn jo jp" src="https://miro.medium.com/max/44/1*kbPh7V97eyRodSOw2-ALDw.png?q=20" width="398" height="542" />
+ </div><img alt="Image for post" class="cd jh s t u by ai c" width="398" height="542" /><noscript><img alt="Image for post" class="s t u by ai" src="https://miro.medium.com/max/796/1*kbPh7V97eyRodSOw2-ALDw.png" width="398" height="542" srcset="https://miro.medium.com/max/552/1*kbPh7V97eyRodSOw2-ALDw.png 276w, https://miro.medium.com/max/796/1*kbPh7V97eyRodSOw2-ALDw.png 398w" sizes="398px" /></noscript>
+ </div>
</div>
- </figure>
- <p name="f2a3" id="f2a3" class="graf graf--p graf-after--figure">Good job guys. Good job. Defend the tribe. Attack the other. Frederico attempts to recover from his stunning display of demeaning douchery: <a href="https://twitter.com/viticci" data-href="https://twitter.com/viticci" class="markup--anchor markup--p-anchor" rel="nofollow noopener" target="_blank">‏@viticci</a>: <a href="https://twitter.com/s_bielefeld" data-href="https://twitter.com/s_bielefeld" class="markup--anchor markup--p-anchor" rel="nofollow noopener" target="_blank">@s_bielefeld</a> I don’t know if it’s an Italian thing, but counting other people’s money is especially weird for me. IMO, bad move in the post.</p>
- <p name="ae0c" id="ae0c" class="graf graf--p graf-after--p">Samantha is clearly sick of his crap: <a href="https://twitter.com/s_bielefeld" data-href="https://twitter.com/s_bielefeld" class="markup--anchor markup--p-anchor" rel="nofollow noopener" target="_blank">‏@s_bielefeld</a>: <a href="https://twitter.com/viticci" data-href="https://twitter.com/viticci" class="markup--anchor markup--p-anchor" rel="nofollow noopener" target="_blank">@viticci</a> That’s what I’m referring to, the mistake of ever having mentioned it. So, now, Marco can ignore the bigger issue and go on living.</p>
- <p name="2047" id="2047" class="graf graf--p graf-after--p">Good for her. There’s being patient and being roadkill.</p>
- <p name="4139" id="4139" class="graf graf--p graf-after--p">Samantha does put the call out for her sources to maybe let her use their names:</p>
- <blockquote name="6626" id="6626" class="graf graf--blockquote graf-after--p">From all of you I heard from earlier, anyone care to go on record?</blockquote>
- <p name="8a7d" id="8a7d" class="graf graf--p graf-after--blockquote">My good friend, The Angry Drunk points out the obvious problem:</p>
- <blockquote name="68c9" id="68c9" class="graf graf--blockquote graf-after--p">Nobody’s going to go on record when they count on Marco’s friends for their PR.</blockquote>
- <p name="317d" id="317d" class="graf graf--p graf-after--blockquote">This is true. Again, the sites that are Friends of Marco:</p>
- <p name="9523" id="9523" class="graf graf--p graf-after--p">Daring Fireball</p>
- <p name="dbc7" id="dbc7" class="graf graf--p graf-after--p">The Loop</p>
- <p name="c706" id="c706" class="graf graf--p graf-after--p">SixColors</p>
- <p name="0acb" id="0acb" class="graf graf--p graf-after--p">iMore</p>
- <p name="8c8c" id="8c8c" class="graf graf--p graf-after--p">MacStories</p>
- <p name="643e" id="643e" class="graf graf--p graf-after--p">A few others, but I want this post to end one day.</p>
- <p name="6b76" id="6b76" class="graf graf--p graf-after--p">You piss that crew off, and given how petty rather a few of them have demonstrated they are, good luck on getting any kind of notice from them.</p>
- <p name="f7d1" id="f7d1" class="graf graf--p graf-after--p">Of course, the idea this could happen is just craycray:</p>
- <blockquote name="de59" id="de59" class="graf graf--blockquote graf-after--p"><a href="https://twitter.com/KevinColeman" data-href="https://twitter.com/KevinColeman" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@KevinColeman </a><a href="https://twitter.com/Angry_Drunk" data-href="https://twitter.com/Angry_Drunk" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">.@Angry_Drunk</a> <a href="https://twitter.com/s_bielefeld" data-href="https://twitter.com/s_bielefeld" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@s_bielefeld</a> <a href="https://twitter.com/marcoarment" data-href="https://twitter.com/marcoarment" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@marcoarment</a> Wow, you guys are veering right into crazy conspiracy theory territory. <a href="https://twitter.com/hashtag/JetFuelCantMeltSteelBeams?src=hash" data-href="https://twitter.com/hashtag/JetFuelCantMeltSteelBeams?src=hash" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">#JetFuelCantMeltSteelBeams</a></blockquote>
- <p name="f01b" id="f01b" class="graf graf--p graf-after--blockquote">Yeah. Because a mature person like Marco would never do anything like that.</p>
- <p name="7e30" id="7e30" class="graf graf--p graf-after--p">Of course, the real point on this is starting to happen:</p>
- <blockquote name="5d93" id="5d93" class="graf graf--blockquote graf-after--p">you’re getting a lot of heat now but happy you are writing things that stir up the community. Hope you continue to be a voice!</blockquote>
- <blockquote name="436b" id="436b" class="graf graf--blockquote graf-after--blockquote">I doubt I will.</blockquote>
- <p name="ac25" id="ac25" class="graf graf--p graf-after--blockquote">See, they’ve done their job. Mess with the bull, you get the horns. Maybe you should find another thing to write about, this isn’t a good place for you. <em class="markup--em markup--p-em">Great</em> job y’all.</p>
- <p name="07ba" id="07ba" class="graf graf--p graf-after--p">Some people aren’t even pretending. They’re just in full strawman mode:</p>
- <blockquote name="3d60" id="3d60" class="graf graf--blockquote graf-after--p"><a href="https://twitter.com/timkeller" data-href="https://twitter.com/timkeller" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@timkeller: </a>Unfair to begrudge a person for leveraging past success, especially when that success is earned. No ‘luck’ involved.</blockquote>
- <blockquote name="87f5" id="87f5" class="graf graf--blockquote graf-after--blockquote"><a href="https://twitter.com/s_bielefeld" data-href="https://twitter.com/s_bielefeld" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@s_bielefeld: </a><a href="https://twitter.com/timkeller" data-href="https://twitter.com/timkeller" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@timkeller</a> I plainly stated that I don’t hold his doing this against him. Way to twist words.</blockquote>
- <p name="3720" id="3720" class="graf graf--p graf-after--blockquote">I think she’s earned her anger at this point.</p>
- <p name="7341" id="7341" class="graf graf--p graf-after--p">Don’t worry, Marco knows what the real problem is: most devs just suck —</p>
- <figure name="babe" id="babe" class="graf graf--figure graf-after--p">
- <div class="aspectRatioPlaceholder is-locked" style="max-width: 694px; max-height: 771px;">
- <div class="aspectRatioPlaceholder-fill" style="padding-bottom: 111.1%;"></div>
- <div class="progressiveMedia js-progressiveMedia graf-image is-canvasLoaded" data-image-id="1*Fpb2Bvdx7Q-688vdm-NdkQ.png" data-width="694" data-height="771" data-scroll="native"><img src="https://cdn-images-1.medium.com/freeze/max/60/1*Fpb2Bvdx7Q-688vdm-NdkQ.png?q=20" crossorigin="anonymous" class="progressiveMedia-thumbnail js-progressiveMedia-thumbnail" /><canvas class="progressiveMedia-canvas js-progressiveMedia-canvas" width="68" height="75"></canvas><img class="progressiveMedia-image js-progressiveMedia-image" data-src="https://cdn-images-1.medium.com/max/1600/1*Fpb2Bvdx7Q-688vdm-NdkQ.png" /><noscript class="js-progressiveMedia-inner">&lt;img class="progressiveMedia-noscript js-progressiveMedia-inner" src="https://cdn-images-1.medium.com/max/1600/1*Fpb2Bvdx7Q-688vdm-NdkQ.png"&gt;</noscript></div>
+ </div>
+ </figure>
+ <p id="f2a3" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Good job guys. Good job. Defend the tribe. Attack the other. Frederico attempts to recover from his stunning display of demeaning douchery: <a href="https://twitter.com/viticci" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">‏@viticci</a>: <a href="https://twitter.com/s_bielefeld" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@s_bielefeld</a> I don’t know if it’s an Italian thing, but counting other people’s money is especially weird for me. IMO, bad move in the post.
+ </p>
+ <p id="ae0c" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Samantha is clearly sick of his crap: <a href="https://twitter.com/s_bielefeld" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">‏@s_bielefeld</a>: <a href="https://twitter.com/viticci" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@viticci</a> That’s what I’m referring to, the mistake of ever having mentioned it. So, now, Marco can ignore the bigger issue and go on living.
+ </p>
+ <p id="2047" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Good for her. There’s being patient and being roadkill.
+ </p>
+ <p id="4139" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Samantha does put the call out for her sources to maybe let her use their names:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="6626" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ From all of you I heard from earlier, anyone care to go on record?
+ </p>
+ </blockquote>
+ <p id="8a7d" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ My good friend, The Angry Drunk points out the obvious problem:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="68c9" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Nobody’s going to go on record when they count on Marco’s friends for their PR.
+ </p>
+ </blockquote>
+ <p id="317d" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ This is true. Again, the sites that are Friends of Marco:
+ </p>
+ <p id="9523" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Daring Fireball
+ </p>
+ <p id="dbc7" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ The Loop
+ </p>
+ <p id="c706" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ SixColors
+ </p>
+ <p id="0acb" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ iMore
+ </p>
+ <p id="8c8c" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ MacStories
+ </p>
+ <p id="643e" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ A few others, but I want this post to end one day.
+ </p>
+ <p id="6b76" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ You piss that crew off, and given how petty rather a few of them have demonstrated they are, good luck on getting any kind of notice from them.
+ </p>
+ <p id="f7d1" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Of course, the idea this could happen is just craycray:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="de59" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ <a href="https://twitter.com/KevinColeman" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@KevinColeman</a> <a href="https://twitter.com/Angry_Drunk" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">.@Angry_Drunk</a> <a href="https://twitter.com/s_bielefeld" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@s_bielefeld</a> <a href="https://twitter.com/marcoarment" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@marcoarment</a> Wow, you guys are veering right into crazy conspiracy theory territory. <a href="https://twitter.com/hashtag/JetFuelCantMeltSteelBeams?src=hash" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">#JetFuelCantMeltSteelBeams</a>
+ </p>
+ </blockquote>
+ <p id="f01b" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Yeah. Because a mature person like Marco would never do anything like that.
+ </p>
+ <p id="7e30" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Of course, the real point on this is starting to happen:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="5d93" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ you’re getting a lot of heat now but happy you are writing things that stir up the community. Hope you continue to be a voice!
+ </p>
+ <p id="436b" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I doubt I will.
+ </p>
+ </blockquote>
+ <p id="ac25" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ See, they’ve done their job. Mess with the bull, you get the horns. Maybe you should find another thing to write about, this isn’t a good place for you. <em class="ic">Great</em> job y’all.
+ </p>
+ <p id="07ba" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Some people aren’t even pretending. They’re just in full strawman mode:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="3d60" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ <a href="https://twitter.com/timkeller" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@timkeller:</a> Unfair to begrudge a person for leveraging past success, especially when that success is earned. No ‘luck’ involved.
+ </p>
+ <p id="87f5" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ <a href="https://twitter.com/s_bielefeld" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@s_bielefeld:</a> <a href="https://twitter.com/timkeller" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@timkeller</a> I plainly stated that I don’t hold his doing this against him. Way to twist words.
+ </p>
+ </blockquote>
+ <p id="3720" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I think she’s earned her anger at this point.
+ </p>
+ <p id="7341" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Don’t worry, Marco knows what the real problem is: most devs just suck —
+ </p>
+ <figure class="jb jc jd je jf jg dz ea paragraph-image">
+ <div class="dz ea jq">
+ <div class="jk r df dn">
+ <div class="jr jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img alt="Image for post" class="s t u by ai jn jo jp" src="https://miro.medium.com/max/54/1*Fpb2Bvdx7Q-688vdm-NdkQ.png?q=20" width="694" height="771" />
+ </div><img alt="Image for post" class="cd jh s t u by ai c" width="694" height="771" /><noscript><img alt="Image for post" class="s t u by ai" src="https://miro.medium.com/max/1388/1*Fpb2Bvdx7Q-688vdm-NdkQ.png" width="694" height="771" srcset="https://miro.medium.com/max/552/1*Fpb2Bvdx7Q-688vdm-NdkQ.png 276w, https://miro.medium.com/max/1104/1*Fpb2Bvdx7Q-688vdm-NdkQ.png 552w, https://miro.medium.com/max/1280/1*Fpb2Bvdx7Q-688vdm-NdkQ.png 640w, https://miro.medium.com/max/1388/1*Fpb2Bvdx7Q-688vdm-NdkQ.png 694w" sizes="694px" /></noscript>
+ </div>
</div>
- </figure>
- <p name="503d" id="503d" class="graf graf--p graf-after--figure">I have a saying that applies in this case: don’t place your head so far up your nethers that you go full Klein Bottle. Marco has gone full Klein Bottle. (To be correct, he went FKB some years ago.)</p>
- <p name="b8c0" id="b8c0" class="graf graf--p graf-after--p">There are some bright spots. My favorite is when Building Twenty points out the <em class="markup--em markup--p-em">real</em> elephant in the room:</p>
- <blockquote name="36f4" id="36f4" class="graf graf--blockquote graf-after--p"><a href="https://twitter.com/BuildingTwenty" data-href="https://twitter.com/BuildingTwenty" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@BuildingTwenty</a>: Both <a href="https://twitter.com/s_bielefeld" data-href="https://twitter.com/s_bielefeld" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@s_bielefeld</a> &amp; I wrote similar critiques of <a href="https://twitter.com/marcoarment" data-href="https://twitter.com/marcoarment" class="markup--anchor markup--blockquote-anchor" rel="nofollow noopener" target="_blank">@marcoarment</a>’s pricing model yet the Internet pilloried only the woman. Who’d have guessed?</blockquote>
- <p name="06b9" id="06b9" class="graf graf--p graf-after--blockquote">Yup.</p>
- <p name="eff9" id="eff9" class="graf graf--p graf-after--p">Another bright spot are these comments from Ian Betteridge, who has been doing this <em class="markup--em markup--p-em">even longer than Marco</em>:</p>
- <blockquote name="18f1" id="18f1" class="graf graf--blockquote graf-after--p">You know, any writer who has never made a single factual error in a piece hasn’t ever written anything worth reading.</blockquote>
- <blockquote name="9776" id="9776" class="graf graf--blockquote graf-after--blockquote">I learned my job with the support of people who helped me. Had I suffered an Internet pile on for every error I wouldn’t have bothered.</blockquote>
- <p name="8d44" id="8d44" class="graf graf--p graf-after--blockquote">To which Samantha understandably replies:</p>
- <blockquote name="7147" id="7147" class="graf graf--blockquote graf-after--p">and it’s honestly something I’m contemplating right now, whether to continue…</blockquote>
- <p name="e0cd" id="e0cd" class="graf graf--p graf-after--blockquote">Gee, I can’t imagine why. Why with comments like this from Chris Breen that completely misrepresent Samantha’s point, (who until today, I would have absolutely defended as being better than this, something I am genuinely saddened to be wrong about), why wouldn’t she want to continue doing this?</p>
- <blockquote name="a379" id="a379" class="graf graf--blockquote graf-after--p">If I have this right, some people are outraged that a creator has decided to give away his work.</blockquote>
- <p name="f026" id="f026" class="graf graf--p graf-after--blockquote">No Chris, you don’t have this right. But hey, who has time to find out the real issue and read an article. I’m sure your friends told you everything you need to know.</p>
- <p name="e1c2" id="e1c2" class="graf graf--p graf-after--p">Noted Feminist Glenn Fleishman gets a piece of the action too:</p>
- <figure name="067c" id="067c" class="graf graf--figure graf-after--p">
- <div class="aspectRatioPlaceholder is-locked" style="max-width: 308px; max-height: 269px;">
- <div class="aspectRatioPlaceholder-fill" style="padding-bottom: 87.3%;"></div>
- <div class="progressiveMedia js-progressiveMedia graf-image is-canvasLoaded" data-image-id="1*lvOySry5gHHJfGU_bQXrzA.png" data-width="308" data-height="269" data-scroll="native"><img src="https://cdn-images-1.medium.com/freeze/max/60/1*lvOySry5gHHJfGU_bQXrzA.png?q=20" crossorigin="anonymous" class="progressiveMedia-thumbnail js-progressiveMedia-thumbnail" /><canvas class="progressiveMedia-canvas js-progressiveMedia-canvas" width="75" height="65"></canvas><img class="progressiveMedia-image js-progressiveMedia-image" data-src="https://cdn-images-1.medium.com/max/1600/1*lvOySry5gHHJfGU_bQXrzA.png" /><noscript class="js-progressiveMedia-inner">&lt;img class="progressiveMedia-noscript js-progressiveMedia-inner" src="https://cdn-images-1.medium.com/max/1600/1*lvOySry5gHHJfGU_bQXrzA.png"&gt;</noscript></div>
+ </div>
+ </figure>
+ <p id="503d" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I have a saying that applies in this case: don’t place your head so far up your nethers that you go full Klein Bottle. Marco has gone full Klein Bottle. (To be correct, he went FKB some years ago.)
+ </p>
+ <p id="b8c0" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ There are some bright spots. My favorite is when Building Twenty points out the <em class="ic">real</em> elephant in the room:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="36f4" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ <a href="https://twitter.com/BuildingTwenty" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@BuildingTwenty</a>: Both <a href="https://twitter.com/s_bielefeld" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@s_bielefeld</a> &amp; I wrote similar critiques of <a href="https://twitter.com/marcoarment" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@marcoarment</a>’s pricing model yet the Internet pilloried only the woman. Who’d have guessed?
+ </p>
+ </blockquote>
+ <p id="06b9" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Yup.
+ </p>
+ <p id="eff9" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Another bright spot are these comments from Ian Betteridge, who has been doing this <em class="ic">even longer than Marco</em>:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="18f1" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ You know, any writer who has never made a single factual error in a piece hasn’t ever written anything worth reading.
+ </p>
+ <p id="9776" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I learned my job with the support of people who helped me. Had I suffered an Internet pile on for every error I wouldn’t have bothered.
+ </p>
+ </blockquote>
+ <p id="8d44" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ To which Samantha understandably replies:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="7147" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ and it’s honestly something I’m contemplating right now, whether to continue…
+ </p>
+ </blockquote>
+ <p id="e0cd" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Gee, I can’t imagine why. Why with comments like this from Chris Breen that completely misrepresent Samantha’s point, (who until today, I would have absolutely defended as being better than this, something I am genuinely saddened to be wrong about), why wouldn’t she want to continue doing this?
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="a379" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ If I have this right, some people are outraged that a creator has decided to give away his work.
+ </p>
+ </blockquote>
+ <p id="f026" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ No Chris, you don’t have this right. But hey, who has time to find out the real issue and read an article. I’m sure your friends told you everything you need to know.
+ </p>
+ <p id="e1c2" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Noted Feminist Glenn Fleishman gets a piece of the action too:
+ </p>
+ <figure class="jb jc jd je jf jg dz ea paragraph-image">
+ <div class="dz ea js">
+ <div class="jk r df dn">
+ <div class="jt jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img alt="Image for post" class="s t u by ai jn jo jp" src="https://miro.medium.com/max/60/1*lvOySry5gHHJfGU_bQXrzA.png?q=20" width="308" height="269" />
+ </div><img alt="Image for post" class="cd jh s t u by ai c" width="308" height="269" /><noscript><img alt="Image for post" class="s t u by ai" src="https://miro.medium.com/max/616/1*lvOySry5gHHJfGU_bQXrzA.png" width="308" height="269" srcset="https://miro.medium.com/max/552/1*lvOySry5gHHJfGU_bQXrzA.png 276w, https://miro.medium.com/max/616/1*lvOySry5gHHJfGU_bQXrzA.png 308w" sizes="308px" /></noscript>
+ </div>
</div>
- </figure>
- <p name="4df8" id="4df8" class="graf graf--p graf-after--figure">I’m not actually surprised here. I watched Fleishman berate a friend of mine who has been an engineer for…heck, waaaaay too long on major software products in the most condescending way because she tried to point out that as a <em class="markup--em markup--p-em">very</em> technical woman, “The Magazine” literally had nothing to say to her and maybe he should fix that. “Impertinent” was I believe what he called her, but I may have the specific word wrong. Not the attitude mind you. Great Feminists like Glenn do not like uppity women criticizing Great Feminists who are their Great Allies.</p>
- <p name="bf45" id="bf45" class="graf graf--p graf-after--p graf--trailing">Great Feminists are often tools.</p>
- </div>
- </div>
- </section>
- <section name="c883" class="section section--body">
- <div class="section-divider">
- <hr class="section-divider" />
- </div>
- <div class="section-content">
- <div class="section-inner sectionLayout--insetColumn">
- <p name="45bb" id="45bb" class="graf graf--p graf--leading">Luckily, I hope, the people who get Samantha’s point also started chiming in (and you get 100% of the women commenting here that I’ve seen):</p>
- <blockquote name="c053" id="c053" class="graf graf--blockquote graf-after--p">I don’t think he’s wrong for doing it, he just discusses it as if the market’s a level playing field — it isn’t</blockquote>
- <blockquote name="7b5e" id="7b5e" class="graf graf--blockquote graf-after--blockquote">This is a great article with lots of great points about the sustainability of iOS development. Thank you for publishing it.</blockquote>
- <blockquote name="a321" id="a321" class="graf graf--blockquote graf-after--blockquote">Regardless of the numbers and your view of MA, fair points here about confirmation bias in app marketing feasibility <a href="http://t.co/u79ZLsnhdM" data-href="http://t.co/u79ZLsnhdM" class="markup--anchor markup--blockquote-anchor" title="http://samanthabielefeld.com/the-elephant-in-the-room" rel="nofollow noopener" target="_blank">http://samanthabielefeld.com/the-elephant-in-the-room …</a></blockquote>
- <blockquote name="76fe" id="76fe" class="graf graf--blockquote graf-after--blockquote">thank you for posting this, it covers a lot of things people don’t like to talk about.</blockquote>
- <blockquote name="bf90" id="bf90" class="graf graf--blockquote graf-after--blockquote">I’m sure you have caught untold amounts of flak over posting this because Marco is blind to his privilege as a developer.</blockquote>
- <blockquote name="0f66" id="0f66" class="graf graf--blockquote graf-after--blockquote graf--trailing">Catching up on the debate, and agreeing with Harry’s remark. (Enjoyed your article, Samantha, and ‘got’ your point.)</blockquote>
- </div>
- </div>
- </section>
- <section name="8ab2" class="section section--body section--last">
- <div class="section-divider">
- <hr class="section-divider" />
+ </div>
+ </figure>
+ <p id="4df8" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I’m not actually surprised here. I watched Fleishman berate a friend of mine who has been an engineer for…heck, waaaaay too long on major software products in the most condescending way because she tried to point out that as a <em class="ic">very</em> technical woman, “The Magazine” literally had nothing to say to her and maybe he should fix that. “Impertinent” was I believe what he called her, but I may have the specific word wrong. Not the attitude mind you. Great Feminists like Glenn do not like uppity women criticizing Great Feminists who are their Great Allies.
+ </p>
+ <p id="bf45" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Great Feminists are often tools.
+ </p>
</div>
- <div class="section-content">
- <div class="section-inner sectionLayout--insetColumn">
- <p name="6134" id="6134" class="graf graf--p graf--leading">I would like to say I’m surprised at the reaction to Samantha’s article, but I’m not. In spite of his loud declarations of support for The Big Lie, Marco Arment is as bad at any form of criticism that he hasn’t already approved as a very insecure tween. An example from 2011: <a href="http://www.businessinsider.com/marco-arment-2011-9" data-href="http://www.businessinsider.com/marco-arment-2011-9" class="markup--anchor markup--p-anchor" rel="nofollow noopener" target="_blank">http://www.businessinsider.com/marco-arment-2011-9</a></p>
- <p name="ba3c" id="ba3c" class="graf graf--p graf-after--p">Marco is great with criticism as long as it never actually criticizes him. If it does, be prepared a flood of petty, petulant whining that a room full of bored preschoolers on a hot day would be hard-pressed to match.</p>
- <p name="a5a0" id="a5a0" class="graf graf--p graf-after--p">Today has been…well, it sucks. It sucks because someone doing what all the Arments of the world claim to want was naive enough to believe what they were told, and found out the hard way just how big a lie The Big Lie is, and how vicious people are when you’re silly enough to believe anything they say about criticism.</p>
- <p name="2a25" id="2a25" class="graf graf--p graf-after--p">And note again, every single condescending crack, misrepresentation, and strawman had an exclusively male source. Most of them have, at one point or another, loudly trumpted themselves as Feminist Allies, as a friend to women struggling with the sexism and misogyny in tech. Congratulations y’all on being just as bad as the people you claim to oppose.</p>
- <p name="a47a" id="a47a" class="graf graf--p graf-after--p">Samantha has handled this better than anyone else could have. My respect for her as a person and a writer is off the charts. If she choses to walk away from blogging in the Apple space, <em class="markup--em markup--p-em">believe me</em> I understand. As bad as today was for her, I’ve seen worse. Much worse.</p>
- <p name="aa8e" id="aa8e" class="graf graf--p graf-after--p">But I hope she doesn’t. I hope she stays, because she is Doing This Right, and in a corner of the internet that has become naught but an endless circle jerk, a cliquish collection, a churlish, childish cohort interested not in writing or the truth, but in making sure The Right People are elevated, and The Others put down, she is someone worth reading and listening to. The number people who owe her apologies goes around the block, and I don’t think she’ll ever see a one. I’m sure as heck not apologizing for them, I’ll not make their lives easier in the least.</p>
- <p name="34c5" id="34c5" class="graf graf--p graf-after--p">All of you, all. of. you…Marco, Breen, Snell, Vittici, had a chance to live by your words. You were faced with reasoned, polite, respectful criticism and instead of what you should have done, you all dropped trou and sprayed an epic diarrheal discharge all over someone who had done nothing to deserve it. Me, I earned most of my aggro, Samantha did not earn any of the idiocy I’ve seen today. I hope you’re all proud of yourselves. Someone should be, it won’t be me. Ever.</p>
- <p name="9710" id="9710" class="graf graf--p graf-after--p graf--trailing">So I hope she stays, but if she goes, I understand. For what it’s worth, I don’t think she’s wrong either way.</p>
- </div>
+ </div>
+ </section>
+ <hr class="id fo ie if ig ih ii ij ik il im in" />
+ <section class="ef eg eh ei ej">
+ <div class="n p">
+ <div class="z ab ac ae af ek ah ai">
+ <p id="45bb" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Luckily, I hope, the people who get Samantha’s point also started chiming in (and you get 100% of the women commenting here that I’ve seen):
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="c053" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I don’t think he’s wrong for doing it, he just discusses it as if the market’s a level playing field — it isn’t
+ </p>
+ <p id="7b5e" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ This is a great article with lots of great points about the sustainability of iOS development. Thank you for publishing it.
+ </p>
+ <p id="a321" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Regardless of the numbers and your view of MA, fair points here about confirmation bias in app marketing feasibility <a href="http://t.co/u79ZLsnhdM" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">http://samanthabielefeld.com/the-elephant-in-the-room …</a>
+ </p>
+ <p id="76fe" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ thank you for posting this, it covers a lot of things people don’t like to talk about.
+ </p>
+ <p id="bf90" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I’m sure you have caught untold amounts of flak over posting this because Marco is blind to his privilege as a developer.
+ </p>
+ <p id="0f66" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Catching up on the debate, and agreeing with Harry’s remark. (Enjoyed your article, Samantha, and ‘got’ your point.)
+ </p>
+ </blockquote>
</div>
- </section>
- </div>
- <footer class="u-paddingTop10">
- <div class="container u-maxWidth740">
- <div class="row">
- <div class="col u-size12of12"></div>
+ </div>
+ </section>
+ <hr class="id fo ie if ig ih ii ij ik il im in" />
+ <section class="ef eg eh ei ej">
+ <div class="n p">
+ <div class="z ab ac ae af ek ah ai">
+ <p id="6134" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I would like to say I’m surprised at the reaction to Samantha’s article, but I’m not. In spite of his loud declarations of support for The Big Lie, Marco Arment is as bad at any form of criticism that he hasn’t already approved as a very insecure tween. An example from 2011: <a href="http://www.businessinsider.com/marco-arment-2011-9" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">http://www.businessinsider.com/marco-arment-2011-9</a>
+ </p>
+ <p id="ba3c" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Marco is great with criticism as long as it never actually criticizes him. If it does, be prepared a flood of petty, petulant whining that a room full of bored preschoolers on a hot day would be hard-pressed to match.
+ </p>
+ <p id="a5a0" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Today has been…well, it sucks. It sucks because someone doing what all the Arments of the world claim to want was naive enough to believe what they were told, and found out the hard way just how big a lie The Big Lie is, and how vicious people are when you’re silly enough to believe anything they say about criticism.
+ </p>
+ <p id="2a25" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ And note again, every single condescending crack, misrepresentation, and strawman had an exclusively male source. Most of them have, at one point or another, loudly trumpted themselves as Feminist Allies, as a friend to women struggling with the sexism and misogyny in tech. Congratulations y’all on being just as bad as the people you claim to oppose.
+ </p>
+ <p id="a47a" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Samantha has handled this better than anyone else could have. My respect for her as a person and a writer is off the charts. If she choses to walk away from blogging in the Apple space, <em class="ic">believe me</em> I understand. As bad as today was for her, I’ve seen worse. Much worse.
+ </p>
+ <p id="aa8e" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ But I hope she doesn’t. I hope she stays, because she is Doing This Right, and in a corner of the internet that has become naught but an endless circle jerk, a cliquish collection, a churlish, childish cohort interested not in writing or the truth, but in making sure The Right People are elevated, and The Others put down, she is someone worth reading and listening to. The number people who owe her apologies goes around the block, and I don’t think she’ll ever see a one. I’m sure as heck not apologizing for them, I’ll not make their lives easier in the least.
+ </p>
+ <p id="34c5" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ All of you, all. of. you…Marco, Breen, Snell, Vittici, had a chance to live by your words. You were faced with reasoned, polite, respectful criticism and instead of what you should have done, you all dropped trou and sprayed an epic diarrheal discharge all over someone who had done nothing to deserve it. Me, I earned most of my aggro, Samantha did not earn any of the idiocy I’ve seen today. I hope you’re all proud of yourselves. Someone should be, it won’t be me. Ever.
+ </p>
+ <p id="9710" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ So I hope she stays, but if she goes, I understand. For what it’s worth, I don’t think she’s wrong either way.
+ </p>
</div>
- <div class="row">
- <div class="col u-size12of12 js-postTags">
- <div class="u-paddingBottom10">
- <div class="tags tags--postTags tags--borderless"></div>
+ </div>
+ </section>
+ </div>
+ </article>
+ <div class="cd cf bz ju ai kb jz kc" data-test-id="post-sidebar">
+ <div class="n p">
+ <div class="z ab ac ae af ag ah ai">
+ <div class="kd n ke">
+ <div class="cf">
+ <div>
+ <div class="kf kg kh n">
+ <div class="n o">
+ <div class="r df ki kj kk kl km">
+ <span><a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2F%40johncwelch%2Fsamantha-and-the-great-big-lie-d146a92473a1&amp;source=post_sidebar-----d146a92473a1---------------------clap_sidebar-" class="bh bi at au av aw ax ay az ba bj bk bd bl bm" rel="noopener">
+ <div class="ay kn ko kp cc kq kr ks q kt ku">
+ <span><svg width="29" height="29" aria-label="clap">
+ <g fill-rule="evenodd">
+ <path d="M13.74 1l.76 2.97.76-2.97zM16.82 4.78l1.84-2.56-1.43-.47zM10.38 2.22l1.84 2.56-.41-3.03zM22.38 22.62a5.11 5.11 0 0 1-3.16 1.61l.49-.45c2.88-2.89 3.45-5.98 1.69-9.21l-1.1-1.94-.96-2.02c-.31-.67-.23-1.18.25-1.55a.84.84 0 0 1 .66-.16c.34.05.66.28.88.6l2.85 5.02c1.18 1.97 1.38 5.12-1.6 8.1M9.1 22.1l-5.02-5.02a1 1 0 0 1 .7-1.7 1 1 0 0 1 .72.3l2.6 2.6a.44.44 0 0 0 .63-.62L6.1 15.04l-1.75-1.75a1 1 0 1 1 1.41-1.41l4.15 4.15a.44.44 0 0 0 .63 0 .44.44 0 0 0 0-.62L6.4 11.26l-1.18-1.18a1 1 0 0 1 0-1.4 1.02 1.02 0 0 1 1.41 0l1.18 1.16L11.96 14a.44.44 0 0 0 .62 0 .44.44 0 0 0 0-.63L8.43 9.22a.99.99 0 0 1-.3-.7.99.99 0 0 1 .3-.7 1 1 0 0 1 1.41 0l7 6.98a.44.44 0 0 0 .7-.5l-1.35-2.85c-.31-.68-.23-1.19.25-1.56a.85.85 0 0 1 .66-.16c.34.06.66.28.88.6L20.63 15c1.57 2.88 1.07 5.54-1.55 8.16a5.62 5.62 0 0 1-5.06 1.65 9.35 9.35 0 0 1-4.93-2.72zM13 6.98l2.56 2.56c-.5.6-.56 1.41-.15 2.28l.26.56-4.25-4.25a.98.98 0 0 1-.12-.45 1 1 0 0 1 .29-.7 1.02 1.02 0 0 1 1.41 0zm8.89 2.06c-.38-.56-.9-.92-1.49-1.01a1.74 1.74 0 0 0-1.34.33c-.38.29-.61.65-.71 1.06a2.1 2.1 0 0 0-1.1-.56 1.78 1.78 0 0 0-.99.13l-2.64-2.64a1.88 1.88 0 0 0-2.65 0 1.86 1.86 0 0 0-.48.85 1.89 1.89 0 0 0-2.67-.01 1.87 1.87 0 0 0-.5.9c-.76-.75-2-.75-2.7-.04a1.88 1.88 0 0 0 0 2.66c-.3.12-.61.29-.87.55a1.88 1.88 0 0 0 0 2.66l.62.62a1.88 1.88 0 0 0-.9 3.16l5.01 5.02c1.6 1.6 3.52 2.64 5.4 2.96a7.16 7.16 0 0 0 1.18.1c1.03 0 2-.25 2.9-.7A5.9 5.9 0 0 0 23 23.24c3.34-3.34 3.08-6.93 1.74-9.17l-2.87-5.04z"></path>
+ </g></svg></span>
+ </div></a></span>
+ </div>
+ <div class="r kv kw kx ky kz la lb">
+ <div class="lc">
+ <h4 class="bn fo fp bp bs">
+ <button class="bh bi at au av aw ax ay az ba bj bk bd bl bm">193<!-- --></button>
+ </h4>
+ </div>
+ </div>
+ </div>
</div>
- </div>
- </div>
- <div class="row js-postActionsFooter">
- <div class="postActions col u-size12of12">
- <div class="u-floatLeft buttonSet buttonSet--withLabels">
- <div class="buttonSet-inner">
- <div class="js-actionRecommend" data-post-id="d146a92473a1" data-is-icon-29px="true" data-has-recommend-list="true" data-source="post_actions_footer"><button class="button button--primary button--large button--chromeless is-touchIconFadeInPulse u-accentColor--buttonNormal button--withIcon button--withSvgIcon u-accentColor--iconLight js-actionRecommendButton" title="Recommend to share this article with your followers and let the author know you liked it" aria-label="Recommend to share this article with your followers and let the author know you liked it" data-action="sign-in-prompt" data-sign-in-action="upvote" data-requires-token="true" data-redirect="https://medium.com/_/vote/p/d146a92473a1" data-action-source="post_actions_footer"><span class="button-defaultState"><span class="svgIcon svgIcon--heart svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M16.215 23.716c-.348.288-.984.826-1.376 1.158a.526.526 0 0 1-.68 0c-.36-.307-.92-.78-1.22-1.03C9.22 20.734 3 15.527 3 10.734 3 7.02 5.916 4 9.5 4c1.948 0 3.77.898 5 2.434C15.73 4.898 17.552 4 19.5 4c3.584 0 6.5 3.02 6.5 6.734 0 4.9-6.125 9.96-9.785 12.982zM19.5 5.2c-1.774 0-3.423.923-4.41 2.468a.699.699 0 0 1-.59.323.706.706 0 0 1-.59-.32c-.988-1.54-2.637-2.47-4.41-2.47-2.922 0-5.3 2.49-5.3 5.54 0 4.23 6.19 9.41 9.517 12.19.217.18.566.48.783.66l.952-.79c3.496-2.88 9.348-7.72 9.348-12.05 0-3.05-2.378-5.53-5.3-5.53z"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--heartFilled svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M19.5 4c-1.948 0-3.77.898-5 2.434C13.27 4.898 11.448 4 9.5 4 5.916 4 3 7.02 3 10.734c0 4.793 6.227 10 9.95 13.11.296.25.853.723 1.212 1.03.196.166.48.166.677 0 .39-.332 1.02-.87 1.37-1.158 3.66-3.022 9.79-8.08 9.79-12.982C26 7.02 23.08 4 19.5 4z" fill-rule="evenodd"/></svg></span></span></button><button class="button button--chromeless u-baseColor--buttonNormal" data-action="show-recommends" data-action-value="d146a92473a1">168</button></div>
+ <div class="kg r">
+ <div class="lf n o cz">
+ <button class="cc ko ay"><svg width="25" height="25" class="q" aria-label="responses">
+ <path d="M19.07 21.12a6.33 6.33 0 0 1-3.53-1.1 7.8 7.8 0 0 1-.7-.52c-.77.21-1.57.32-2.38.32-4.67 0-8.46-3.5-8.46-7.8C4 7.7 7.79 4.2 12.46 4.2c4.66 0 8.46 3.5 8.46 7.8 0 2.06-.85 3.99-2.4 5.45a6.28 6.28 0 0 0 1.14 2.59c.15.21.17.48.06.7a.69.69 0 0 1-.62.38h-.03zm0-1v.5l.03-.5h-.03zm-3.92-1.64l.21.2a6.09 6.09 0 0 0 3.24 1.54 7.14 7.14 0 0 1-.83-1.84 5.15 5.15 0 0 1-.16-.75 2.4 2.4 0 0 1-.02-.29v-.23l.18-.15a6.6 6.6 0 0 0 2.3-4.96c0-3.82-3.4-6.93-7.6-6.93-4.19 0-7.6 3.11-7.6 6.93 0 3.83 3.41 6.94 7.6 6.94.83 0 1.64-.12 2.41-.35l.28-.08z" fill-rule="evenodd"></path></svg></button>
+ <div class="r df lg lh li lj lk ll lm ln">
+ <h4 class="bn fo fp bp bs">
+ <button class="cc ko ay">13<!-- --></button>
+ </h4>
+ </div>
</div>
- <div class="buttonSet-inner"><button class="button button--large button--dark button--chromeless is-touchIconBlackPulse u-baseColor--buttonDark button--withIcon button--withSvgIcon" data-action="scroll-to-responses" data-action-source="post_actions_footer"><span class="svgIcon svgIcon--response svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M21.27 20.058c1.89-1.826 2.754-4.17 2.754-6.674C24.024 8.21 19.67 4 14.1 4 8.53 4 4 8.21 4 13.384c0 5.175 4.53 9.385 10.1 9.385 1.007 0 2-.14 2.95-.41.285.25.592.49.918.7 1.306.87 2.716 1.31 4.19 1.31.276-.01.494-.14.6-.36a.625.625 0 0 0-.052-.65c-.61-.84-1.042-1.71-1.282-2.58a5.417 5.417 0 0 1-.154-.75zm-3.85 1.324l-.083-.28-.388.12a9.72 9.72 0 0 1-2.85.424c-4.96 0-8.99-3.706-8.99-8.262 0-4.556 4.03-8.263 8.99-8.263 4.95 0 8.77 3.71 8.77 8.27 0 2.25-.75 4.35-2.5 5.92l-.24.21v.32c0 .07 0 .19.02.37.03.29.1.6.19.92.19.7.49 1.4.89 2.08-.93-.14-1.83-.49-2.67-1.06-.34-.22-.88-.48-1.16-.74z"/></svg></span></button><button class="button button--chromeless u-baseColor--buttonNormal" data-action="scroll-to-responses">15</button></div>
</div>
- <div class="u-floatRight buttonSet buttonSet--narrow"><button class="button button--large button--dark button--chromeless is-touchIconBlackPulse u-baseColor--buttonDark button--withIcon button--withSvgIcon" title="Share on Twitter" aria-label="Share on Twitter" data-action="share-on-twitter" data-action-source="post_actions_footer"><span class="svgIcon svgIcon--twitter svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M21.967 11.8c.018 5.93-4.607 11.18-11.177 11.18-2.172 0-4.25-.62-6.047-1.76l-.268.422-.038.5.186.013.168.012c.3.02.44.032.6.046 2.06-.026 3.95-.686 5.49-1.86l1.12-.85-1.4-.048c-1.57-.055-2.92-1.08-3.36-2.51l-.48.146-.05.5c.22.03.48.05.75.08.48-.02.87-.07 1.25-.15l2.33-.49-2.32-.49c-1.68-.35-2.91-1.83-2.91-3.55 0-.05 0-.01-.01.03l-.49-.1-.25.44c.63.36 1.35.57 2.07.58l1.7.04L7.4 13c-.978-.662-1.59-1.79-1.618-3.047a4.08 4.08 0 0 1 .524-1.8l-.825.07a12.188 12.188 0 0 0 8.81 4.515l.59.033-.06-.59v-.02c-.05-.43-.06-.63-.06-.87a3.617 3.617 0 0 1 6.27-2.45l.2.21.28-.06c1.01-.22 1.94-.59 2.73-1.09l-.75-.56c-.1.36-.04.89.12 1.36.23.68.58 1.13 1.17.85l-.21-.45-.42-.27c-.52.8-1.17 1.48-1.92 2L22 11l.016.28c.013.2.014.35 0 .52v.04zm.998.038c.018-.22.017-.417 0-.66l-.498.034.284.41a8.183 8.183 0 0 0 2.2-2.267l.97-1.48-1.6.755c.17-.08.3-.02.34.03a.914.914 0 0 1-.13-.292c-.1-.297-.13-.64-.1-.766l.36-1.254-1.1.695c-.69.438-1.51.764-2.41.963l.48.15a4.574 4.574 0 0 0-3.38-1.484 4.616 4.616 0 0 0-4.61 4.613c0 .29.02.51.08.984l.01.02.5-.06.03-.5c-3.17-.18-6.1-1.7-8.08-4.15l-.48-.56-.36.64c-.39.69-.62 1.48-.65 2.28.04 1.61.81 3.04 2.06 3.88l.3-.92c-.55-.02-1.11-.17-1.6-.45l-.59-.34-.14.67c-.02.08-.02.16 0 .24-.01 2.12 1.55 4.01 3.69 4.46l.1-.49-.1-.49c-.33.07-.67.12-1.03.14-.18-.02-.43-.05-.64-.07l-.76-.09.23.73c.57 1.84 2.29 3.14 4.28 3.21l-.28-.89a8.252 8.252 0 0 1-4.85 1.66c-.12-.01-.26-.02-.56-.05l-.17-.01-.18-.01L2.53 21l1.694 1.07a12.233 12.233 0 0 0 6.58 1.917c7.156 0 12.2-5.73 12.18-12.18l-.002.04z"/></svg></span></button><button class="button button--large button--dark button--chromeless is-touchIconBlackPulse u-baseColor--buttonDark button--withIcon button--withSvgIcon" title="Share on Facebook" aria-label="Share on Facebook" data-action="share-on-facebook" data-action-source="post_actions_footer"><span class="svgIcon svgIcon--facebook svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M16.39 23.61v-5.808h1.846a.55.55 0 0 0 .546-.48l.36-2.797a.551.551 0 0 0-.547-.62H16.39V12.67c0-.67.12-.813.828-.813h1.474a.55.55 0 0 0 .55-.55V8.803a.55.55 0 0 0-.477-.545c-.436-.06-1.36-.116-2.22-.116-2.5 0-4.13 1.62-4.13 4.248v1.513H10.56a.551.551 0 0 0-.55.55v2.797c0 .304.248.55.55.55h1.855v5.76c-4.172-.96-7.215-4.7-7.215-9.1 0-5.17 4.17-9.36 9.31-9.36 5.14 0 9.31 4.19 9.31 9.36 0 4.48-3.155 8.27-7.43 9.15M14.51 4C8.76 4 4.1 8.684 4.1 14.46c0 5.162 3.75 9.523 8.778 10.32a.55.55 0 0 0 .637-.543v-6.985a.551.551 0 0 0-.55-.55H11.11v-1.697h1.855a.55.55 0 0 0 .55-.55v-2.063c0-2.02 1.136-3.148 3.03-3.148.567 0 1.156.027 1.597.06v1.453h-.924c-1.363 0-1.93.675-1.93 1.912v1.78c0 .3.247.55.55.55h2.132l-.218 1.69H15.84c-.305 0-.55.24-.55.55v7.02c0 .33.293.59.623.54 5.135-.7 9.007-5.11 9.007-10.36C24.92 8.68 20.26 4 14.51 4"/></svg></span></button></div>
+ <div class="bt">
+ <span><a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2F%40johncwelch%2Fsamantha-and-the-great-big-lie-d146a92473a1&amp;source=post_sidebar--------------------------post_sidebar-" class="bh bi at au av aw ax ay az ba bj bk bd bl bm" rel="noopener"><svg width="25" height="25" viewbox="0 0 25 25">
+ <path d="M19 6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14.66h.01c.01.1.05.2.12.28a.5.5 0 0 0 .7.03l5.67-4.12 5.66 4.13a.5.5 0 0 0 .71-.03.5.5 0 0 0 .12-.29H19V6zm-6.84 9.97L7 19.64V6a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v13.64l-5.16-3.67a.49.49 0 0 0-.68 0z" fill-rule="evenodd"></path></svg></a></span>
+ </div>
</div>
</div>
</div>
- <div class="js-postPromotionWrapper postPromotionWrapper" data-location-id="footer_above_post_attribution"></div>
- <div class="container u-maxWidth740 js-postAttributionFooterContainer u-paddingTop20 u-paddingBottom20 u-marginTop10 u-borderTopLightest u-xs-paddingTop10 u-xs-paddingBottom10">
- <div class="row js-postFooterInfo">
- <div class="col u-size12of12">
- <li class="u-block u-paddingBottom18 js-cardUser">
- <div class="u-marginLeft20 u-floatRight"><span class="followState js-followState buttonSet-inner" data-user-id="77a507c5ad19"><button class="button button--small u-noUserSelect button--withChrome u-baseColor--buttonNormal button--withHover button--unblock js-unblockButton" data-action="sign-in-prompt" data-sign-in-action="toggle-block-user" data-requires-token="true" data-action-source="footer_card"><span class="button-label button-defaultState">Blocked</span><span class="button-label button-hoverState">Unblock</span></button><button class="button button--primary button--small u-noUserSelect button--withChrome u-accentColor--buttonNormal button--follow js-followButton" data-action="sign-in-prompt" data-sign-in-action="toggle-subscribe-user" data-requires-token="true" data-redirect="https://medium.com/_/subscribe/user/77a507c5ad19" data-action-source="footer_card_follow"><span class="button-label button-defaultState js-buttonLabel">Follow</span><span class="button-label button-activeState">Following</span></button></span>
+ </div>
+ </div>
+ </div>
+ <div class="cd cf ju bz jv jw jx jy jz ka"></div>
+ <div>
+ <div class="lo jg n ke p">
+ <div class="n p">
+ <div class="z ab ac ae af ek ah ai">
+ <div class="n lp"></div>
+ <div class="n o lp"></div>
+ <div class="lq n da y">
+ <div class="n cz">
+ <div class="lr r">
+ <div class="n o">
+ <div class="r df ki kj kk kl km">
+ <span class="r ls lt lu e d"><span><a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2F%40johncwelch%2Fsamantha-and-the-great-big-lie-d146a92473a1&amp;source=post_actions_footer-----d146a92473a1---------------------clap_footer-" class="bh bi at au av aw ax ay az ba bj bk bd bl bm" rel="noopener">
+ <div class="ay kn ko kp cc kq kr ks q kt ku">
+ <span class="r ls lt lu e d"><svg width="25" height="25" viewbox="0 0 25 25" aria-label="clap">
+ <g fill-rule="evenodd">
+ <path d="M11.74 0l.76 2.97.76-2.97zM14.81 3.78l1.84-2.56-1.42-.47zM8.38 1.22l1.84 2.56L9.8.75zM20.38 21.62a5.11 5.11 0 0 1-3.16 1.61l.49-.45c2.88-2.89 3.45-5.98 1.69-9.21l-1.1-1.94-.96-2.02c-.31-.67-.23-1.18.25-1.55a.84.84 0 0 1 .66-.16c.34.05.66.28.88.6l2.85 5.02c1.18 1.97 1.38 5.12-1.6 8.1M7.1 21.1l-5.02-5.02a1 1 0 0 1 .7-1.7 1 1 0 0 1 .72.3l2.6 2.6a.44.44 0 0 0 .63-.62L4.1 14.04l-1.75-1.75a1 1 0 1 1 1.41-1.41l4.15 4.15a.44.44 0 0 0 .63 0 .44.44 0 0 0 0-.62L4.4 10.26 3.22 9.08a1 1 0 0 1 0-1.4 1.02 1.02 0 0 1 1.41 0l1.18 1.16L9.96 13a.44.44 0 0 0 .62 0 .44.44 0 0 0 0-.63L6.43 8.22a.99.99 0 0 1-.3-.7.99.99 0 0 1 .3-.7 1 1 0 0 1 1.41 0l7 6.98a.44.44 0 0 0 .7-.5l-1.35-2.85c-.31-.68-.23-1.19.25-1.56a.85.85 0 0 1 .66-.16c.34.06.66.28.88.6L18.63 14c1.57 2.88 1.07 5.54-1.55 8.16a5.62 5.62 0 0 1-5.06 1.65 9.35 9.35 0 0 1-4.93-2.72zM11 5.98l2.56 2.56c-.5.6-.56 1.41-.15 2.28l.26.56-4.25-4.25a.98.98 0 0 1-.12-.45 1 1 0 0 1 .29-.7 1.02 1.02 0 0 1 1.41 0zm8.89 2.06c-.38-.56-.9-.92-1.49-1.01a1.74 1.74 0 0 0-1.34.33c-.38.29-.61.65-.71 1.06a2.1 2.1 0 0 0-1.1-.56 1.78 1.78 0 0 0-.99.13l-2.64-2.64a1.88 1.88 0 0 0-2.65 0 1.86 1.86 0 0 0-.48.85 1.89 1.89 0 0 0-2.67-.01 1.87 1.87 0 0 0-.5.9c-.76-.75-2-.75-2.7-.04a1.88 1.88 0 0 0 0 2.66c-.3.12-.61.29-.87.55a1.88 1.88 0 0 0 0 2.66l.62.62a1.88 1.88 0 0 0-.9 3.16l5.01 5.02c1.6 1.6 3.52 2.64 5.4 2.96a7.16 7.16 0 0 0 1.18.1c1.03 0 2-.25 2.9-.7A5.9 5.9 0 0 0 21 22.24c3.34-3.34 3.08-6.93 1.74-9.17l-2.87-5.04z"></path>
+ </g></svg></span>
+ </div></a></span></span>
+ </div>
+ <div class="r kv kw kx ky kz la lb">
+ <div class="df lv lc">
+ <h4 class="bn fo fp bp de">
+ <button class="bh bi at au av aw ax ay az ba bj bk bd bl bm">193<span class="r h g f lw lx">&#160;<!-- -->claps</span></button>
+ </h4>
+ </div>
+ </div>
</div>
- <div class="u-tableCell ">
- <a class="link avatar u-baseColor--link" href="https://medium.com/@johncwelch?source=footer_card" title="Go to the profile of John C. Welch" aria-label="Go to the profile of John C. Welch" data-action-source="footer_card" data-user-id="77a507c5ad19" dir="auto"><img src="https://cdn-images-1.medium.com/fit/c/120/120/0*qPHQu8WqsC6cV_ud.jpg" class="avatar-image avatar-image--small" alt="Go to the profile of John C. Welch" /></a>
+ <div class="n ly">
+ <div class="r df ki kj">
+ <span class="r h g f lw lx"><span><a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2F%40johncwelch%2Fsamantha-and-the-great-big-lie-d146a92473a1&amp;source=post_actions_footer-----d146a92473a1---------------------clap_footer-" class="bh bi at au av aw ax ay az ba bj bk bd bl bm" rel="noopener">
+ <div class="ay kn ko kp cc kq kr ks q kt ku">
+ <span class="r h g f lw lx"><svg width="33" height="33" viewbox="0 0 33 33" aria-label="clap">
+ <path d="M28.86 17.34l-3.64-6.4c-.3-.43-.71-.73-1.16-.8a1.12 1.12 0 0 0-.9.21c-.62.5-.73 1.18-.32 2.06l1.22 2.6 1.4 2.45c2.23 4.09 1.51 8-2.15 11.66a9.6 9.6 0 0 1-.8.71 6.53 6.53 0 0 0 4.3-2.1c3.82-3.82 3.57-7.87 2.05-10.39zm-6.25 11.08c3.35-3.35 4-6.78 1.98-10.47L21.2 12c-.3-.43-.71-.72-1.16-.8a1.12 1.12 0 0 0-.9.22c-.62.49-.74 1.18-.32 2.06l1.72 3.63a.5.5 0 0 1-.81.57l-8.91-8.9a1.33 1.33 0 0 0-1.89 1.88l5.3 5.3a.5.5 0 0 1-.71.7l-5.3-5.3-1.49-1.49c-.5-.5-1.38-.5-1.88 0a1.34 1.34 0 0 0 0 1.89l1.49 1.5 5.3 5.28a.5.5 0 0 1-.36.86.5.5 0 0 1-.36-.15l-5.29-5.29a1.34 1.34 0 0 0-1.88 0 1.34 1.34 0 0 0 0 1.89l2.23 2.23L9.3 21.4a.5.5 0 0 1-.36.85.5.5 0 0 1-.35-.14l-3.32-3.33a1.33 1.33 0 0 0-1.89 0 1.32 1.32 0 0 0-.39.95c0 .35.14.69.4.94l6.39 6.4c3.53 3.53 8.86 5.3 12.82 1.35zM12.73 9.26l5.68 5.68-.49-1.04c-.52-1.1-.43-2.13.22-2.89l-3.3-3.3a1.34 1.34 0 0 0-1.88 0 1.33 1.33 0 0 0-.4.94c0 .22.07.42.17.61zm14.79 19.18a7.46 7.46 0 0 1-6.41 2.31 7.92 7.92 0 0 1-3.67.9c-3.05 0-6.12-1.63-8.36-3.88l-6.4-6.4A2.31 2.31 0 0 1 2 19.72a2.33 2.33 0 0 1 1.92-2.3l-.87-.87a2.34 2.34 0 0 1 0-3.3 2.33 2.33 0 0 1 1.24-.64l-.14-.14a2.34 2.34 0 0 1 0-3.3 2.39 2.39 0 0 1 3.3 0l.14.14a2.33 2.33 0 0 1 3.95-1.24l.09.09c.09-.42.29-.83.62-1.16a2.34 2.34 0 0 1 3.3 0l3.38 3.39a2.17 2.17 0 0 1 1.27-.17c.54.08 1.03.35 1.45.76.1-.55.41-1.03.9-1.42a2.12 2.12 0 0 1 1.67-.4 2.8 2.8 0 0 1 1.85 1.25l3.65 6.43c1.7 2.83 2.03 7.37-2.2 11.6zM13.22.48l-1.92.89 2.37 2.83-.45-3.72zm8.48.88L19.78.5l-.44 3.7 2.36-2.84zM16.5 3.3L15.48 0h2.04L16.5 3.3z" fill-rule="evenodd"></path></svg></span>
+ </div></a></span></span>
+ </div>
+ <div class="r kv kw kx ky lz ma mb mc md me">
+ <div class="df lv lc">
+ <h4 class="bn fo fp bp de">
+ <button class="bh bi at au av aw ax ay az ba bj bk bd bl bm">193<span class="r h g f lw lx">&#160;<!-- -->claps</span></button>
+ </h4>
+ </div>
+ </div>
</div>
- <div class="u-tableCell u-verticalAlignMiddle u-breakWord u-paddingLeft15">
- <h3 class="u-fontSizeBase u-lineHeightTighter u-marginBottom4"><a class="link link--primary u-accentColor--hoverTextNormal" href="https://medium.com/@johncwelch" property="cc:attributionName" title="Go to the profile of John C. Welch" aria-label="Go to the profile of John C. Welch" rel="author cc:attributionUrl" data-user-id="77a507c5ad19" dir="auto">John C. Welch</a></h3>
+ </div>
+ <div class="r mf mg mh mi mj"></div>
+ <div class="lf n o cz">
+ <button class="cc ko ay"><span class="mk r h g f lw lx"><svg width="33" height="33" viewbox="0 0 33 33" fill="none" class="q" aria-label="responses">
+ <path clip-rule="evenodd" d="M24.28 25.5l.32-.29c2.11-1.94 3.4-4.61 3.4-7.56C28 11.83 22.92 7 16.5 7S5 11.83 5 17.65s5.08 10.66 11.5 10.66c1.22 0 2.4-.18 3.5-.5l.5-.15.41.33a8.86 8.86 0 0 0 4.68 2.1 7.34 7.34 0 0 1-1.3-4.15v-.43zm1 .45c0 1.5.46 2.62 1.69 4.44.22.32.01.75-.38.75a9.69 9.69 0 0 1-6.31-2.37c-1.2.35-2.46.54-3.78.54C9.6 29.3 4 24.09 4 17.65 4 11.22 9.6 6 16.5 6S29 11.22 29 17.65c0 3.25-1.42 6.18-3.72 8.3z"></path></svg></span><span class="ml r ls lt lu e d"><svg width="25" height="25" class="q" aria-label="responses">
+ <path d="M19.07 21.12a6.33 6.33 0 0 1-3.53-1.1 7.8 7.8 0 0 1-.7-.52c-.77.21-1.57.32-2.38.32-4.67 0-8.46-3.5-8.46-7.8C4 7.7 7.79 4.2 12.46 4.2c4.66 0 8.46 3.5 8.46 7.8 0 2.06-.85 3.99-2.4 5.45a6.28 6.28 0 0 0 1.14 2.59c.15.21.17.48.06.7a.69.69 0 0 1-.62.38h-.03zm0-1v.5l.03-.5h-.03zm-3.92-1.64l.21.2a6.09 6.09 0 0 0 3.24 1.54 7.14 7.14 0 0 1-.83-1.84 5.15 5.15 0 0 1-.16-.75 2.4 2.4 0 0 1-.02-.29v-.23l.18-.15a6.6 6.6 0 0 0 2.3-4.96c0-3.82-3.4-6.93-7.6-6.93-4.19 0-7.6 3.11-7.6 6.93 0 3.83 3.41 6.94 7.6 6.94.83 0 1.64-.12 2.41-.35l.28-.08z" fill-rule="evenodd"></path></svg></span></button>
+ <div class="r df mm lh mn lj mo ll mp mq mr ms">
+ <h4 class="bn fo fp bp de">
+ <button class="cc ko ay">13<!-- --> <span class="r h g f lw lx">response<!-- -->s</span></button>
+ </h4>
</div>
- </li>
+ </div>
+ </div>
+ <div class="n o">
+ <div class="gy r bg">
+ <button class="bh bi at au av aw ax ay az ba bj bk bd bl bm"><svg width="29" height="29" class="bt">
+ <path d="M22.05 7.54a4.47 4.47 0 0 0-3.3-1.46 4.53 4.53 0 0 0-4.53 4.53c0 .35.04.7.08 1.05A12.9 12.9 0 0 1 5 6.89a5.1 5.1 0 0 0-.65 2.26c.03 1.6.83 2.99 2.02 3.79a4.3 4.3 0 0 1-2.02-.57v.08a4.55 4.55 0 0 0 3.63 4.44c-.4.08-.8.13-1.21.16l-.81-.08a4.54 4.54 0 0 0 4.2 3.15 9.56 9.56 0 0 1-5.66 1.94l-1.05-.08c2 1.27 4.38 2.02 6.94 2.02 8.3 0 12.86-6.9 12.84-12.85.02-.24 0-.43 0-.65a8.68 8.68 0 0 0 2.26-2.34c-.82.38-1.7.62-2.6.72a4.37 4.37 0 0 0 1.95-2.51c-.84.53-1.81.9-2.83 1.13z"></path></svg></button>
+ </div>
+ <div class="gy r bg">
+ <button class="bh bi at au av aw ax ay az ba bj bk bd bl bm"><svg width="29" height="29" viewbox="0 0 29 29" fill="none" class="bt">
+ <path d="M5 6.36C5 5.61 5.63 5 6.4 5h16.2c.77 0 1.4.61 1.4 1.36v16.28c0 .75-.63 1.36-1.4 1.36H6.4c-.77 0-1.4-.6-1.4-1.36V6.36z"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.76 20.9v-8.57H7.89v8.58h2.87zm-1.44-9.75c1 0 1.63-.65 1.63-1.48-.02-.84-.62-1.48-1.6-1.48-.99 0-1.63.64-1.63 1.48 0 .83.62 1.48 1.59 1.48h.01zM12.35 20.9h2.87v-4.79c0-.25.02-.5.1-.7.2-.5.67-1.04 1.46-1.04 1.04 0 1.46.8 1.46 1.95v4.59h2.87v-4.92c0-2.64-1.42-3.87-3.3-3.87-1.55 0-2.23.86-2.61 1.45h.02v-1.24h-2.87c.04.8 0 8.58 0 8.58z" fill="#fff"></path></svg></button>
+ </div>
+ <div class="gy r bg">
+ <button class="bh bi at au av aw ax ay az ba bj bk bd bl bm"><svg width="29" height="29" class="bt">
+ <path d="M23.2 5H5.8a.8.8 0 0 0-.8.8V23.2c0 .44.35.8.8.8h9.3v-7.13h-2.38V13.9h2.38v-2.38c0-2.45 1.55-3.66 3.74-3.66 1.05 0 1.95.08 2.2.11v2.57h-1.5c-1.2 0-1.48.57-1.48 1.4v1.96h2.97l-.6 2.97h-2.37l.05 7.12h5.1a.8.8 0 0 0 .79-.8V5.8a.8.8 0 0 0-.8-.79"></path></svg></button>
+ </div>
+ <div class="mt r bg">
+ <div class="bt">
+ <span><a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2F%40johncwelch%2Fsamantha-and-the-great-big-lie-d146a92473a1&amp;source=post_actions_footer--------------------------bookmark_footer-" class="bh bi at au av aw ax ay az ba bj bk bd bl bm" rel="noopener"><svg width="25" height="25" viewbox="0 0 25 25">
+ <path d="M19 6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14.66h.01c.01.1.05.2.12.28a.5.5 0 0 0 .7.03l5.67-4.12 5.66 4.13a.5.5 0 0 0 .71-.03.5.5 0 0 0 .12-.29H19V6zm-6.84 9.97L7 19.64V6a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v13.64l-5.16-3.67a.49.49 0 0 0-.68 0z" fill-rule="evenodd"></path></svg></a></span>
+ </div>
+ </div>
</div>
</div>
</div>
- <div class="js-postFooterPlacements" data-action-scope="_actionscope_14">
- <div class="streamItem streamItem--placementCardGrid js-streamItem">
- <div class="u-clearfix u-backgroundGrayLightest">
- <div class="row u-marginAuto u-maxWidth1000 u-paddingTop30 u-paddingBottom40">
- <div class="col u-padding8 u-xs-size12of12 u-size4of12">
- <div class="u-height280 u-sizeFullWidth u-backgroundWhite u-borderCardBorder u-boxShadow u-borderBox u-borderRadius4 js-trackedPost" data-post-id="fca2a8fc8f92" data-source="placement_card_footer_grid---------0-40" data-tracking-context="placement" data-scroll="native">
- <a class="link link--noUnderline u-baseColor--link" href="https://medium.com/@sodevious/the-internet-is-for-everyone-fca2a8fc8f92?source=placement_card_footer_grid---------0-40" data-action-source="placement_card_footer_grid---------0-40">
- <div class="u-backgroundCover u-backgroundColorGrayLight u-height100 u-sizeFullWidth u-borderBottomLight u-borderRadiusTop4" style="background-image: url(&quot;https://cdn-images-1.medium.com/fit/c/800/240/1*kgL_DSZsN1hXEm3F8Zy7wg.png&quot;); background-position: 50% 50% !important;"></div>
- </a>
- <div class="u-padding15 u-borderBox u-flexColumn u-height180">
- <a class="link link--noUnderline u-flex1 u-baseColor--link" href="https://medium.com/@sodevious/the-internet-is-for-everyone-fca2a8fc8f92?source=placement_card_footer_grid---------0-40" data-action-source="placement_card_footer_grid---------0-40">
- <div class="postMetaInline u-marginBottom7">Related reads</div>
- <div class="u-textColorDarkest u-contentSansBold u-fontSizeLarge u-maxHeight2LineHeightTighter u-lineClamp2 u-textOverflowEllipsis u-letterSpacingTight u-paddingBottom2">The Internet Is For Everyone</div>
- </a>
- <div class="u-paddingTop10 u-flex0 u-flexCenter">
- <div class="u-flex1 u-noWrapWithEllipsis">
- <div class="postMetaInline-avatar">
- <a class="link avatar u-baseColor--link" href="https://medium.com/@sodevious" data-action="show-user-card" data-action-value="2090d94f8192" data-action-type="hover" data-user-id="2090d94f8192" dir="auto"><img src="https://cdn-images-1.medium.com/fit/c/72/72/1*OxMpHwkDqG1_JdQzgdB8fA.jpeg" class="avatar-image u-size36x36 u-xs-size32x32" alt="Go to the profile of Nicole Dominguez" /></a>
- </div>
- <div class="postMetaInline-authorLockup"><a class="link link link--darken link--darker u-baseColor--link" href="https://medium.com/@sodevious?source=placement_card_footer_grid---------0-40" data-action="show-user-card" data-action-source="placement_card_footer_grid---------0-40" data-action-value="2090d94f8192" data-action-type="hover" data-user-id="2090d94f8192" dir="auto">Nicole Dominguez</a>
- <div class="u-fontSizeSmallest u-baseColor--textNormal u-textColorNormal js-postMetaInlineSupplemental"><span class="readingTime u-textColorNormal" title="4 min read"></span></div>
- </div>
- </div>
- <div class="u-flex0 u-flexCenter">
- <div class="buttonSet">
- <div class="js-actionRecommend" data-post-id="fca2a8fc8f92" data-is-label-padded="true" data-source="placement_card_footer_grid---------0-40"><button class="button button--primary button--chromeless is-touchIconFadeInPulse u-accentColor--buttonNormal button--withIcon button--withSvgIcon u-accentColor--iconLight js-actionRecommendButton" title="Recommend to share this article with your followers and let the author know you liked it" aria-label="Recommend to share this article with your followers and let the author know you liked it" data-action="sign-in-prompt" data-sign-in-action="upvote" data-requires-token="true" data-redirect="https://medium.com/_/vote/p/fca2a8fc8f92" data-action-source="placement_card_footer_grid---------0-40"><span class="button-defaultState"><span class="svgIcon svgIcon--heart svgIcon--25px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M12.5 21a.492.492 0 0 1-.327-.122c-.278-.24-.61-.517-.978-.826-2.99-2.5-7.995-6.684-7.995-10.565C3.2 6.462 5.578 4 8.5 4c1.55 0 3 .695 4 1.89a5.21 5.21 0 0 1 4-1.89c2.923 0 5.3 2.462 5.3 5.487 0 3.97-4.923 8.035-7.865 10.464-.42.35-.798.66-1.108.93a.503.503 0 0 1-.327.12zM8.428 4.866c-2.414 0-4.378 2.05-4.378 4.568 0 3.475 5.057 7.704 7.774 9.975.243.2.47.39.676.56.245-.21.52-.43.813-.68 2.856-2.36 7.637-6.31 7.637-9.87 0-2.52-1.964-4.57-4.377-4.57-1.466 0-2.828.76-3.644 2.04-.1.14-.26.23-.43.23-.18 0-.34-.09-.43-.24-.82-1.27-2.18-2.03-3.65-2.03z" fill-rule="evenodd"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--heartFilled svgIcon--25px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M12.5 21a.492.492 0 0 1-.327-.122c-.278-.24-.61-.517-.978-.826-2.99-2.5-7.995-6.684-7.995-10.565C3.2 6.462 5.578 4 8.5 4c1.55 0 3 .695 4 1.89a5.21 5.21 0 0 1 4-1.89c2.923 0 5.3 2.462 5.3 5.487 0 3.97-4.923 8.035-7.865 10.464-.42.35-.798.66-1.108.93a.503.503 0 0 1-.327.12z" fill-rule="evenodd"/></svg></span></span></button><button class="button button--chromeless u-baseColor--buttonNormal u-disablePointerEvents u-marginLeft4" data-action="show-recommends" data-action-value="fca2a8fc8f92">78</button></div>
- </div>
- <div class="u-height20 u-borderRightLighter u-inlineBlock u-relative u-marginRight10 u-marginLeft12"></div>
- <div class="buttonSet"><button class="button button--chromeless is-touchIconFadeInPulse u-baseColor--buttonNormal button--withIcon button--withSvgIcon button--bookmark js-bookmarkButton" title="Bookmark this story to read later" aria-label="Bookmark this story to read later" data-action="sign-in-prompt" data-sign-in-action="add-to-bookmarks" data-requires-token="true" data-redirect="https://medium.com/_/bookmark/p/fca2a8fc8f92"><span class="button-defaultState"><span class="svgIcon svgIcon--bookmark svgIcon--25px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M19 6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 16.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V6zm-6.838 9.97L7 19.636V6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v13.637l-5.162-3.668a.49.49 0 0 0-.676 0z" fill-rule="evenodd"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--bookmarkFilled svgIcon--25px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="26" viewBox="0 0 25 26"><path d="M19 7c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 17.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V7z" fill-rule="evenodd"/></svg></span></span></button></div>
- </div>
+ </div>
+ <div>
+ <div class="n p">
+ <div class="z ab ac ae af ek ah ai">
+ <div class="mu mv mw lq r mx y">
+ <div class="r g">
+ <div class="my mz r df">
+ <div class="r s nc nd">
+ <span class="r na al nb"><a rel="noopener" href="/@johncwelch?source=follow_footer--------------------------follow_footer-"><img alt="John C. Welch" class="r fi ne dt" src="https://miro.medium.com/fit/c/160/160/0*qPHQu8WqsC6cV_ud.jpg" width="80" height="80" /></a></span>
+ </div>
+ <div class="nf r ng">
+ <p class="bn fo nh gk ni bs nj">
+ <span class="r na al nb">Written by</span>
+ </p>
+ </div>
+ <div class="nf nk n ng">
+ <div class="ai n o da">
+ <h2 class="bn db nl nm de">
+ <span class="r na al nb"><a class="bh bi at au av aw ax ay az ba bj bk bd bl bm" rel="noopener" href="/@johncwelch?source=follow_footer--------------------------follow_footer-">John C. Welch</a></span>
+ </h2>
+ <div class="r g">
+ <span class="r na al nb"><span><button class="nn de q fy fz ga gb gc ba bl gd ge gf gg gh gi gj bn b bo bp bq br gm gn ck go gp">Follow</button></span></span>
</div>
</div>
</div>
- </div>
- <div class="col u-padding8 u-xs-size12of12 u-size4of12">
- <div class="u-height280 u-sizeFullWidth u-backgroundWhite u-borderCardBorder u-boxShadow u-borderBox u-borderRadius4 js-trackedPost" data-post-id="489947cc126c" data-source="placement_card_footer_grid---------1-40" data-tracking-context="placement" data-scroll="native">
- <div class="u-padding15 u-borderBox u-flexColumn u-sizeFull">
- <a class="link link--noUnderline u-flex1 u-flexColumn u-baseColor--link" href="https://anxiousrobot.net/the-iphone-7-plus-is-my-only-computer-489947cc126c?source=placement_card_footer_grid---------1-40" data-action-source="placement_card_footer_grid---------1-40">
- <div class="postMetaInline u-marginBottom7">Related reads</div>
- <div class="u-textColorDarkest u-contentSansBold u-fontSizeLarge u-maxHeight2LineHeightTighter u-lineClamp2 u-textOverflowEllipsis u-letterSpacingTight u-paddingBottom2">The iPhone 7 Plus is my only computer</div>
- <div class="u-textColorNormal u-fontSize22 u-contentSansThin u-maxHeight2LineHeightTighter u-lineClamp2 u-textOverflowEllipsis u-letterSpacingTight u-marginTop7 u-paddingBottom2">OK, that’s not entirely true — my non-work MacBook Pro is an amazing machine for backing up my pocket computer.</div>
- </a>
- <div class="u-paddingTop10 u-flex0 u-flexCenter">
- <div class="u-flex1 u-noWrapWithEllipsis">
- <div class="postMetaInline-avatar">
- <a class="link avatar u-baseColor--link" href="https://anxiousrobot.net/@jblanton" data-action="show-user-card" data-action-value="93d1b65b7032" data-action-type="hover" data-user-id="93d1b65b7032" data-collection-slug="anxious-robot" dir="auto"><img src="https://cdn-images-1.medium.com/fit/c/72/72/1*N4gA9mFFiTio0ZKT_0EROw.png" class="avatar-image u-size36x36 u-xs-size32x32" alt="Go to the profile of Justin Blanton" /></a>
- </div>
- <div class="postMetaInline-authorLockup"><a class="link link link--darken link--darker u-baseColor--link" href="https://anxiousrobot.net/@jblanton?source=placement_card_footer_grid---------1-40" data-action="show-user-card" data-action-source="placement_card_footer_grid---------1-40" data-action-value="93d1b65b7032" data-action-type="hover" data-user-id="93d1b65b7032" data-collection-slug="anxious-robot" dir="auto">Justin Blanton</a>
- <div class="u-fontSizeSmallest u-baseColor--textNormal u-textColorNormal js-postMetaInlineSupplemental"><span class="readingTime u-textColorNormal" title="3 min read"></span></div>
- </div>
- </div>
- <div class="u-flex0 u-flexCenter">
- <div class="buttonSet">
- <div class="js-actionRecommend" data-post-id="489947cc126c" data-is-label-padded="true" data-source="placement_card_footer_grid---------1-40"><button class="button button--primary button--chromeless is-touchIconFadeInPulse u-accentColor--buttonNormal button--withIcon button--withSvgIcon u-accentColor--iconLight js-actionRecommendButton" title="Recommend to share this article with your followers and let the author know you liked it" aria-label="Recommend to share this article with your followers and let the author know you liked it" data-action="sign-in-prompt" data-sign-in-action="upvote" data-requires-token="true" data-redirect="https://medium.com/_/vote/p/489947cc126c" data-action-source="placement_card_footer_grid---------1-40"><span class="button-defaultState"><span class="svgIcon svgIcon--heart svgIcon--25px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M12.5 21a.492.492 0 0 1-.327-.122c-.278-.24-.61-.517-.978-.826-2.99-2.5-7.995-6.684-7.995-10.565C3.2 6.462 5.578 4 8.5 4c1.55 0 3 .695 4 1.89a5.21 5.21 0 0 1 4-1.89c2.923 0 5.3 2.462 5.3 5.487 0 3.97-4.923 8.035-7.865 10.464-.42.35-.798.66-1.108.93a.503.503 0 0 1-.327.12zM8.428 4.866c-2.414 0-4.378 2.05-4.378 4.568 0 3.475 5.057 7.704 7.774 9.975.243.2.47.39.676.56.245-.21.52-.43.813-.68 2.856-2.36 7.637-6.31 7.637-9.87 0-2.52-1.964-4.57-4.377-4.57-1.466 0-2.828.76-3.644 2.04-.1.14-.26.23-.43.23-.18 0-.34-.09-.43-.24-.82-1.27-2.18-2.03-3.65-2.03z" fill-rule="evenodd"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--heartFilled svgIcon--25px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M12.5 21a.492.492 0 0 1-.327-.122c-.278-.24-.61-.517-.978-.826-2.99-2.5-7.995-6.684-7.995-10.565C3.2 6.462 5.578 4 8.5 4c1.55 0 3 .695 4 1.89a5.21 5.21 0 0 1 4-1.89c2.923 0 5.3 2.462 5.3 5.487 0 3.97-4.923 8.035-7.865 10.464-.42.35-.798.66-1.108.93a.503.503 0 0 1-.327.12z" fill-rule="evenodd"/></svg></span></span></button><button class="button button--chromeless u-baseColor--buttonNormal u-disablePointerEvents u-marginLeft4" data-action="show-recommends" data-action-value="489947cc126c">67</button></div>
- </div>
- <div class="u-height20 u-borderRightLighter u-inlineBlock u-relative u-marginRight10 u-marginLeft12"></div>
- <div class="buttonSet"><button class="button button--chromeless is-touchIconFadeInPulse u-baseColor--buttonNormal button--withIcon button--withSvgIcon button--bookmark js-bookmarkButton" title="Bookmark this story to read later" aria-label="Bookmark this story to read later" data-action="sign-in-prompt" data-sign-in-action="add-to-bookmarks" data-requires-token="true" data-redirect="https://medium.com/_/bookmark/p/489947cc126c"><span class="button-defaultState"><span class="svgIcon svgIcon--bookmark svgIcon--25px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M19 6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 16.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V6zm-6.838 9.97L7 19.636V6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v13.637l-5.162-3.668a.49.49 0 0 0-.676 0z" fill-rule="evenodd"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--bookmarkFilled svgIcon--25px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="26" viewBox="0 0 25 26"><path d="M19 7c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 17.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V7z" fill-rule="evenodd"/></svg></span></span></button></div>
- </div>
- </div>
+ <div class="nf no r ng ao">
+ <div class="np r">
+ <h4 class="bn fo nq nr bs"></h4>
+ </div>
+ <div class="an ns ao">
+ <span><button class="nn de q fy fz ga gb gc ba bl gd ge gf gg gh gi gj bn b bo bp bq br gm gn ck go gp">Follow</button></span>
</div>
</div>
</div>
- <div class="col u-padding8 u-xs-size12of12 u-size4of12">
- <div class="u-height280 u-sizeFullWidth u-backgroundWhite u-borderCardBorder u-boxShadow u-borderBox u-borderRadius4 js-trackedPost" data-post-id="6cbadf1b3606" data-source="placement_card_footer_grid---------2-40" data-tracking-context="placement" data-scroll="native">
- <a class="link link--noUnderline u-baseColor--link" href="https://medium.com/@adamlisagor/misinfo-in-the-age-of-opinion-6cbadf1b3606?source=placement_card_footer_grid---------2-40" data-action-source="placement_card_footer_grid---------2-40">
- <div class="u-backgroundCover u-backgroundColorGrayLight u-height100 u-sizeFullWidth u-borderBottomLight u-borderRadiusTop4" style="background-image: url(&quot;https://cdn-images-1.medium.com/fit/c/800/240/1*NnElfnGKuaos9py0KzlvVg.gif&quot;); background-position: 50% 50% !important;"></div>
- </a>
- <div class="u-padding15 u-borderBox u-flexColumn u-height180">
- <a class="link link--noUnderline u-flex1 u-baseColor--link" href="https://medium.com/@adamlisagor/misinfo-in-the-age-of-opinion-6cbadf1b3606?source=placement_card_footer_grid---------2-40" data-action-source="placement_card_footer_grid---------2-40">
- <div class="postMetaInline u-marginBottom7">Related reads</div>
- <div class="u-textColorDarkest u-contentSansBold u-fontSizeLarge u-maxHeight2LineHeightTighter u-lineClamp2 u-textOverflowEllipsis u-letterSpacingTight u-paddingBottom2">Misinfo in the Age of Opinion</div>
- </a>
- <div class="u-paddingTop10 u-flex0 u-flexCenter">
- <div class="u-flex1 u-noWrapWithEllipsis">
- <div class="postMetaInline-avatar">
- <a class="link avatar u-baseColor--link" href="https://medium.com/@adamlisagor" data-action="show-user-card" data-action-value="130561bf7d7a" data-action-type="hover" data-user-id="130561bf7d7a" dir="auto"><img src="https://cdn-images-1.medium.com/fit/c/72/72/1*NhVHr1zDwStI2R8u-cMplQ.jpeg" class="avatar-image u-size36x36 u-xs-size32x32" alt="Go to the profile of Adam Lisagor" /></a>
- </div>
- <div class="postMetaInline-authorLockup"><a class="link link link--darken link--darker u-baseColor--link" href="https://medium.com/@adamlisagor?source=placement_card_footer_grid---------2-40" data-action="show-user-card" data-action-source="placement_card_footer_grid---------2-40" data-action-value="130561bf7d7a" data-action-type="hover" data-user-id="130561bf7d7a" dir="auto">Adam Lisagor</a>
- <div class="u-fontSizeSmallest u-baseColor--textNormal u-textColorNormal js-postMetaInlineSupplemental"><span class="readingTime u-textColorNormal" title="3 min read"></span></div>
- </div>
- </div>
- <div class="u-flex0 u-flexCenter">
- <div class="buttonSet">
- <div class="js-actionRecommend" data-post-id="6cbadf1b3606" data-is-label-padded="true" data-source="placement_card_footer_grid---------2-40"><button class="button button--primary button--chromeless is-touchIconFadeInPulse u-accentColor--buttonNormal button--withIcon button--withSvgIcon u-accentColor--iconLight js-actionRecommendButton" title="Recommend to share this article with your followers and let the author know you liked it" aria-label="Recommend to share this article with your followers and let the author know you liked it" data-action="sign-in-prompt" data-sign-in-action="upvote" data-requires-token="true" data-redirect="https://medium.com/_/vote/p/6cbadf1b3606" data-action-source="placement_card_footer_grid---------2-40"><span class="button-defaultState"><span class="svgIcon svgIcon--heart svgIcon--25px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M12.5 21a.492.492 0 0 1-.327-.122c-.278-.24-.61-.517-.978-.826-2.99-2.5-7.995-6.684-7.995-10.565C3.2 6.462 5.578 4 8.5 4c1.55 0 3 .695 4 1.89a5.21 5.21 0 0 1 4-1.89c2.923 0 5.3 2.462 5.3 5.487 0 3.97-4.923 8.035-7.865 10.464-.42.35-.798.66-1.108.93a.503.503 0 0 1-.327.12zM8.428 4.866c-2.414 0-4.378 2.05-4.378 4.568 0 3.475 5.057 7.704 7.774 9.975.243.2.47.39.676.56.245-.21.52-.43.813-.68 2.856-2.36 7.637-6.31 7.637-9.87 0-2.52-1.964-4.57-4.377-4.57-1.466 0-2.828.76-3.644 2.04-.1.14-.26.23-.43.23-.18 0-.34-.09-.43-.24-.82-1.27-2.18-2.03-3.65-2.03z" fill-rule="evenodd"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--heartFilled svgIcon--25px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M12.5 21a.492.492 0 0 1-.327-.122c-.278-.24-.61-.517-.978-.826-2.99-2.5-7.995-6.684-7.995-10.565C3.2 6.462 5.578 4 8.5 4c1.55 0 3 .695 4 1.89a5.21 5.21 0 0 1 4-1.89c2.923 0 5.3 2.462 5.3 5.487 0 3.97-4.923 8.035-7.865 10.464-.42.35-.798.66-1.108.93a.503.503 0 0 1-.327.12z" fill-rule="evenodd"/></svg></span></span></button><button class="button button--chromeless u-baseColor--buttonNormal u-disablePointerEvents u-marginLeft4" data-action="show-recommends" data-action-value="6cbadf1b3606">85</button></div>
- </div>
- <div class="u-height20 u-borderRightLighter u-inlineBlock u-relative u-marginRight10 u-marginLeft12"></div>
- <div class="buttonSet"><button class="button button--chromeless is-touchIconFadeInPulse u-baseColor--buttonNormal button--withIcon button--withSvgIcon button--bookmark js-bookmarkButton" title="Bookmark this story to read later" aria-label="Bookmark this story to read later" data-action="sign-in-prompt" data-sign-in-action="add-to-bookmarks" data-requires-token="true" data-redirect="https://medium.com/_/bookmark/p/6cbadf1b3606"><span class="button-defaultState"><span class="svgIcon svgIcon--bookmark svgIcon--25px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M19 6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 16.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V6zm-6.838 9.97L7 19.636V6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v13.637l-5.162-3.668a.49.49 0 0 0-.676 0z" fill-rule="evenodd"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--bookmarkFilled svgIcon--25px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="26" viewBox="0 0 25 26"><path d="M19 7c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 17.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V7z" fill-rule="evenodd"/></svg></span></span></button></div>
+ </div>
+ <div class="an ao">
+ <div class="nt r">
+ <div class="n cz">
+ <div class="nu r">
+ <a rel="noopener" href="/@johncwelch?source=follow_footer--------------------------follow_footer-"><img alt="John C. Welch" class="r fi nv nw" src="https://miro.medium.com/fit/c/80/80/0*qPHQu8WqsC6cV_ud.jpg" width="40" height="40" /></a>
+ </div>
+ <div class="fl r">
+ <p class="bn fo nx ny ni bs nj">
+ Written by
+ </p>
+ <div class="n cz">
+ <h2 class="bn db nq nz de">
+ <a class="bh bi at au av aw ax ay az ba bj bk bd bl bm" rel="noopener" href="/@johncwelch?source=follow_footer--------------------------follow_footer-">John C. Welch</a>
+ </h2>
+ <div class="fl r">
+ <span><button class="fx de q fy fz ga gb gc ba bl gd ge gf gg gh gi gj bn b bo gk gl br gm gn ck go gp">Follow</button></span>
</div>
</div>
+ <div class="oa r">
+ <h4 class="bn fo fp bp bs"></h4>
+ </div>
</div>
</div>
</div>
</div>
</div>
+ <div class="ob mv r mx oc y"></div>
</div>
</div>
- <div class="u-padding0 u-clearfix u-backgroundGrayLightest u-print-hide supplementalPostContent js-responsesWrapper" data-action-scope="_actionscope_5">
- <div class="container u-maxWidth740">
- <div class="responsesStreamWrapper u-maxWidth640 js-responsesStreamWrapper">
- <div class="container u-maxWidth640 responsesStream-title u-paddingTop15">
- <div class="row">
- <div class="heading u-clearfix">
- <div class="u-clearfix">
- <div class="heading-content u-floatLeft"><span class="heading-title heading-title--semibold">Responses</span></div>
- </div>
- </div>
+ <div class="od r oe y">
+ <div class="n p">
+ <div class="z ab ac ae af ag ah ai">
+ <div class="of og r">
+ <div class="oh oi oj og r ok ol">
+ <h2 class="bn db om hg on hk oo ho op hs oq hw de">
+ More From Medium
+ </h2>
</div>
- </div>
- <div class="container u-maxWidth640 u-marginBottom30 responsesStream-editor cardChromeless js-responsesStreamEditor">
- <div class="row">
- <div class="col u-size12of12">
- <div class="u-paddingTop30 u-paddingBottom30 u-paddingLeft0 u-paddingRight0 u-borderBottomLightest js-responsesLoggedOutPrompt"><button class="button button--chromeless is-touchIconBlackPulse u-baseColor--buttonNormal button--withIcon button--withSvgIcon button--withIconAndLabel button--loggedOutPrompt" data-action="sign-in-prompt" data-redirect="https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1#--respond" data-action-source="logged_out_response_prompt"><span class="svgIcon svgIcon--response svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M21.27 20.058c1.89-1.826 2.754-4.17 2.754-6.674C24.024 8.21 19.67 4 14.1 4 8.53 4 4 8.21 4 13.384c0 5.175 4.53 9.385 10.1 9.385 1.007 0 2-.14 2.95-.41.285.25.592.49.918.7 1.306.87 2.716 1.31 4.19 1.31.276-.01.494-.14.6-.36a.625.625 0 0 0-.052-.65c-.61-.84-1.042-1.71-1.282-2.58a5.417 5.417 0 0 1-.154-.75zm-3.85 1.324l-.083-.28-.388.12a9.72 9.72 0 0 1-2.85.424c-4.96 0-8.99-3.706-8.99-8.262 0-4.556 4.03-8.263 8.99-8.263 4.95 0 8.77 3.71 8.77 8.27 0 2.25-.75 4.35-2.5 5.92l-.24.21v.32c0 .07 0 .19.02.37.03.29.1.6.19.92.19.7.49 1.4.89 2.08-.93-.14-1.83-.49-2.67-1.06-.34-.22-.88-.48-1.16-.74z"/></svg></span><span class="button-label js-buttonLabel">Write a response…</span></button></div>
- </div>
- </div>
- </div>
- <div class="container u-maxWidth640 u-marginBottom30 u-borderTopLighter u-hide js-noOtherResponses">
- <div class="row">
- <div class="col u-size12of12">
- <div class="u-paddingTop20 u-paddingBottom25">
- <div class="u-inlineBlock u-verticalAlignTop u-paddingRight10">
- <div class="avatar u-inline"><img src="https://cdn-images-1.medium.com/proxy/1*dmbNkD5D-u45r44go_cf0g.png" class="avatar-image u-size36x36 u-xs-size32x32" alt="Unknown user" /></div>
- </div>
- <div class="u-inlineBlock">
- <div class="u-lineHeight36 u-textColorNormal u-contentSerifRegular">No responses yet</div>
+ <div class="ly n cz lp or os ot ou ov ow ox oy oz pa pb pc pd pe pf">
+ <div class="pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa">
+ <div class="qb qc r">
+ <div class="ai by">
+ <div class="n da">
+ <div class="r qd qe qf qg">
+ <div class="qh r">
+ <h2 class="bn db qi qj qk ql qm qn qo qp qq qr de">
+ <a rel="noopener" href="/@francoise_93266/the-pinterest-paradox-cupcakes-and-toxicity-57ed6bd76960?source=post_internal_links---------0------------------">The Pinterest Paradox: Cupcakes and Toxicity</a>
+ </h2>
+ </div>
+ <div class="o n">
+ <div class="ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="bu n o fn">
+ <span class="bn b bo bp bq br r de q"><span class="bn fo gl bp de"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@francoise_93266?source=post_internal_links---------0------------------">Francoise Brougher</a></span></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="fl gz r qs qt">
+ <a class="bh bi at au av aw ax ay az ba bj bk bd bl bm r" rel="noopener" href="/@francoise_93266/the-pinterest-paradox-cupcakes-and-toxicity-57ed6bd76960?source=post_internal_links---------0------------------">
+ <div class="jk r df dn">
+ <div class="qu jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img class="s t u by ai jn jo jp" src="https://miro.medium.com/max/60/1*hn4v1tCaJy7cWMyb0bpNpQ.png?q=20" width="70" height="70" role="presentation" />
+ </div><img class="cd jh qv qw qx qy qz ra rb rc rd re c" width="70" height="70" role="presentation" /><noscript><img class="qv qw qx qy qz ra rb rc rd re" src="https://miro.medium.com/fit/c/140/140/1*hn4v1tCaJy7cWMyb0bpNpQ.png" width="70" height="70" srcset="https://miro.medium.com/fit/c/96/140/1*hn4v1tCaJy7cWMyb0bpNpQ.png 48w, https://miro.medium.com/fit/c/140/140/1*hn4v1tCaJy7cWMyb0bpNpQ.png 70w" sizes="70px" role="presentation" /></noscript>
+ </div>
+ </div></a>
+ </div>
+ </div>
</div>
</div>
</div>
- </div>
- </div>
- <div class="responsesStream js-responsesStream">
- <div class="streamItem streamItem--postPreview js-streamItem" data-action-scope="_actionscope_6">
- <div class="streamItem-card streamItem-card--postPreview streamItem-card--hPadding20 streamItem-card--borderRadius3 cardChromeless">
- <div class="streamItem-cardInner streamItem-cardInner--postPreview">
- <div class="postArticle postArticle--short js-postArticle js-trackedPost" data-post-id="b8414f23f7b2" data-source="responses---------0-31---------" data-action-scope="_actionscope_7" data-scroll="native">
- <div class="u-marginBottom10">
- <div class="postMetaInline">Recommended by <a class="link link--darken u-accentColor--textDarken u-baseColor--link" href="https://medium.com/@johncwelch" data-action="show-user-card" data-action-value="77a507c5ad19" data-action-type="hover" data-user-id="77a507c5ad19" dir="auto">John C. Welch</a> (author)</div>
- </div>
- <div class="u-clearfix u-marginBottom10">
- <div class="postMetaInline u-floatLeft">
- <div class="postMetaInline-avatar">
- <a class="link avatar u-baseColor--link" href="https://medium.com/@Nishinari" data-action="show-user-card" data-action-value="46e2e2af3eb1" data-action-type="hover" data-user-id="46e2e2af3eb1" dir="auto"><img src="https://cdn-images-1.medium.com/fit/c/72/72/1*dmbNkD5D-u45r44go_cf0g.png" class="avatar-image u-size36x36 u-xs-size32x32" alt="Go to the profile of Nishinari" /></a>
+ <div class="pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa">
+ <div class="qb qc r">
+ <div class="ai by">
+ <div class="n da">
+ <div class="r qd qe qf qg">
+ <div class="qh r">
+ <h2 class="bn db qi qj qk ql qm qn qo qp qq qr de">
+ <a rel="noopener" href="/the-ascent/your-life-is-full-of-porn-stop-getting-yourself-off-c16cc0b092f1?source=post_internal_links---------1------------------">Your Life Is Full of Porn. Stop Getting Yourself Off.</a>
+ </h2>
</div>
- <div class="postMetaInline-authorLockup"><a class="link link link--darken link--accent u-accentColor--textNormal u-accentColor--textDarken u-baseColor--link" href="https://medium.com/@Nishinari?source=responses---------0-31---------" data-action="show-user-card" data-action-source="responses---------0-31---------" data-action-value="46e2e2af3eb1" data-action-type="hover" data-user-id="46e2e2af3eb1" dir="auto">Nishinari</a>
- <div class="u-fontSizeSmallest u-baseColor--textNormal u-textColorNormal js-postMetaInlineSupplemental"><a class="link link--darken" href="https://medium.com/@Nishinari/whether-it-s-the-incestuous-web-of-podcasts-or-all-the-time-they-spend-on-twitter-the-regular-b8414f23f7b2?source=responses---------0-31---------" data-action="open-post" data-action-value="https://medium.com/@Nishinari/whether-it-s-the-incestuous-web-of-podcasts-or-all-the-time-they-spend-on-twitter-the-regular-b8414f23f7b2?source=responses---------0-31---------" data-action-source="preview-listing"><time datetime="2015-10-16T13:39:57.667Z">Oct 16, 2015</time></a><span class="middotDivider u-fontSizeSmallest"></span><span class="readingTime" title="1 min read"></span></div>
+ <div class="o n">
+ <div class="ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="bu n o fn">
+ <span class="bn b bo bp bq br r de q"><span class="bn fo gl bp de"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@timdenning?source=post_internal_links---------1------------------">Tim Denning</a> <span><!-- -->in<!-- --> <a href="https://theascent.pub/?source=post_internal_links---------1------------------" class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener">The Ascent</a></span></span></span>
+ </div>
+ </div>
+ </div>
+ </div>
</div>
</div>
- </div>
- <a href="https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1?source=responses---------0-31---------#aa8e">
- <div class="u-fontSizeSmaller u-marginTop10 u-marginBottom20 u-padding14 u-xs-padding12 u-borderRadius3 u-borderCardBackground u-borderLighterHover u-boxShadow1px4pxCardBorder">
- <div class="label label--quote u-accentColor--highlightFaint">But I hope she doesn’t. I hope she stays, because she is Doing This Right, and in a corner of the internet that has become naught but an endless circle jerk, a cliquish collection, a...</div>
+ <div class="fl gz r qs qt">
+ <a class="bh bi at au av aw ax ay az ba bj bk bd bl bm r" rel="noopener" href="/the-ascent/your-life-is-full-of-porn-stop-getting-yourself-off-c16cc0b092f1?source=post_internal_links---------1------------------">
+ <div class="jk r df dn">
+ <div class="qu jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img class="s t u by ai jn jo jp" src="https://miro.medium.com/max/60/1*fkW0uY9JMZ6oUNyVRO6BBQ.jpeg?q=20" width="70" height="70" role="presentation" />
+ </div><img class="cd jh qv qw qx qy qz ra rb rc rd re c" width="70" height="70" role="presentation" /><noscript><img class="qv qw qx qy qz ra rb rc rd re" src="https://miro.medium.com/fit/c/140/140/1*fkW0uY9JMZ6oUNyVRO6BBQ.jpeg" width="70" height="70" srcset="https://miro.medium.com/fit/c/96/140/1*fkW0uY9JMZ6oUNyVRO6BBQ.jpeg 48w, https://miro.medium.com/fit/c/140/140/1*fkW0uY9JMZ6oUNyVRO6BBQ.jpeg 70w" sizes="70px" role="presentation" /></noscript>
+ </div>
+ </div></a>
</div>
- </a>
- <div class="js-inlineExpandBody">
- <a class="" href="https://medium.com/@Nishinari/whether-it-s-the-incestuous-web-of-podcasts-or-all-the-time-they-spend-on-twitter-the-regular-b8414f23f7b2?source=responses---------0-31---------" data-action="expand-inline">
- <div class="postArticle-content js-postField">
- <section class="section section--body section--first section--last">
- <div class="section-divider">
- <hr class="section-divider" />
- </div>
- <div class="section-content">
- <div class="section-inner sectionLayout--insetColumn">
- <p name="611e" id="611e" class="graf graf--p graf--leading graf--trailing">Whether it's the incestuous web of podcasts or all the time they spend on Twitter, the regular Apple pundits seem to be growing more insular and inward looking. They've got sponsors to not offend, and connections to maintain. They've become bland.</p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa">
+ <div class="qb qc r">
+ <div class="ai by">
+ <div class="n da">
+ <div class="r qd qe qf qg">
+ <div class="qh r">
+ <h2 class="bn db qi qj qk ql qm qn qo qp qq qr de">
+ <a rel="noopener" href="/@justiceforfahim/mourning-my-baby-brother-fahim-238dae9a4372?source=post_internal_links---------2------------------">Mourning my baby brother, Fahim</a>
+ </h2>
+ </div>
+ <div class="o n">
+ <div class="ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="bu n o fn">
+ <span class="bn b bo bp bq br r de q"><span class="bn fo gl bp de"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@justiceforfahim?source=post_internal_links---------2------------------">Justiceforfahim</a></span></span>
+ </div>
</div>
</div>
- </section>
- </div>
- </a>
- </div>
- <div class="postArticle-readMore"><button class="button button--smaller button--link u-baseColor--buttonNormal" data-action="expand-inline">Read more…</button></div>
- <div class="u-clearfix u-paddingTop10">
- <div class="buttonSet buttonSet--withLabels u-floatLeft">
- <div class="buttonSet-inner">
- <div class="js-actionRecommend" data-post-id="b8414f23f7b2" data-is-flush-left="true" data-source="listing"><button class="button button--primary button--chromeless is-touchIconFadeInPulse u-accentColor--buttonNormal button--withIcon button--withSvgIcon u-accentColor--iconLight js-actionRecommendButton" title="Recommend to share this article with your followers and let the author know you liked it" aria-label="Recommend to share this article with your followers and let the author know you liked it" data-action="sign-in-prompt" data-sign-in-action="upvote" data-requires-token="true" data-redirect="https://medium.com/_/vote/p/b8414f23f7b2" data-action-source="listing"><span class="button-defaultState"><span class="svgIcon svgIcon--heart svgIcon--25px is-flushLeft"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M12.5 21a.492.492 0 0 1-.327-.122c-.278-.24-.61-.517-.978-.826-2.99-2.5-7.995-6.684-7.995-10.565C3.2 6.462 5.578 4 8.5 4c1.55 0 3 .695 4 1.89a5.21 5.21 0 0 1 4-1.89c2.923 0 5.3 2.462 5.3 5.487 0 3.97-4.923 8.035-7.865 10.464-.42.35-.798.66-1.108.93a.503.503 0 0 1-.327.12zM8.428 4.866c-2.414 0-4.378 2.05-4.378 4.568 0 3.475 5.057 7.704 7.774 9.975.243.2.47.39.676.56.245-.21.52-.43.813-.68 2.856-2.36 7.637-6.31 7.637-9.87 0-2.52-1.964-4.57-4.377-4.57-1.466 0-2.828.76-3.644 2.04-.1.14-.26.23-.43.23-.18 0-.34-.09-.43-.24-.82-1.27-2.18-2.03-3.65-2.03z" fill-rule="evenodd"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--heartFilled svgIcon--25px is-flushLeft"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M12.5 21a.492.492 0 0 1-.327-.122c-.278-.24-.61-.517-.978-.826-2.99-2.5-7.995-6.684-7.995-10.565C3.2 6.462 5.578 4 8.5 4c1.55 0 3 .695 4 1.89a5.21 5.21 0 0 1 4-1.89c2.923 0 5.3 2.462 5.3 5.487 0 3.97-4.923 8.035-7.865 10.464-.42.35-.798.66-1.108.93a.503.503 0 0 1-.327.12z" fill-rule="evenodd"/></svg></span></span></button><button class="button button--chromeless u-baseColor--buttonNormal u-disablePointerEvents" data-action="show-recommends" data-action-value="b8414f23f7b2">12</button></div>
+ </div>
</div>
</div>
- <div class="buttonSet u-floatRight">
- <div class="buttonSet-inner"><button class="button button--chromeless is-touchIconFadeInPulse u-baseColor--buttonNormal button--withIcon button--withSvgIcon button--bookmark js-bookmarkButton" title="Bookmark this story to read later" aria-label="Bookmark this story to read later" data-action="sign-in-prompt" data-sign-in-action="add-to-bookmarks" data-requires-token="true" data-redirect="https://medium.com/_/bookmark/p/b8414f23f7b2"><span class="button-defaultState"><span class="svgIcon svgIcon--bookmark svgIcon--25px is-flushRight"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M19 6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 16.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V6zm-6.838 9.97L7 19.636V6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v13.637l-5.162-3.668a.49.49 0 0 0-.676 0z" fill-rule="evenodd"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--bookmarkFilled svgIcon--25px is-flushRight"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="26" viewBox="0 0 25 26"><path d="M19 7c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 17.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V7z" fill-rule="evenodd"/></svg></span></span></button></div>
+ <div class="fl gz r qs qt">
+ <a class="bh bi at au av aw ax ay az ba bj bk bd bl bm r" rel="noopener" href="/@justiceforfahim/mourning-my-baby-brother-fahim-238dae9a4372?source=post_internal_links---------2------------------">
+ <div class="jk r df dn">
+ <div class="qu jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img class="s t u by ai jn jo jp" src="https://miro.medium.com/max/60/1*HizZro5r4AJ8Fj_xjVUzrA.jpeg?q=20" width="70" height="70" role="presentation" />
+ </div><img class="cd jh qv qw qx qy qz ra rb rc rd re c" width="70" height="70" role="presentation" /><noscript><img class="qv qw qx qy qz ra rb rc rd re" src="https://miro.medium.com/fit/c/140/140/1*HizZro5r4AJ8Fj_xjVUzrA.jpeg" width="70" height="70" srcset="https://miro.medium.com/fit/c/96/140/1*HizZro5r4AJ8Fj_xjVUzrA.jpeg 48w, https://miro.medium.com/fit/c/140/140/1*HizZro5r4AJ8Fj_xjVUzrA.jpeg 70w" sizes="70px" role="presentation" /></noscript>
+ </div>
+ </div></a>
</div>
</div>
</div>
</div>
</div>
- </div>
- <div class="streamItem streamItem--conversation js-streamItem" data-action-scope="_actionscope_8">
- <div class="streamItemConversation container u-maxWidth660">
- <div class="streamItemConversation-divider"></div>
- <div class="heading u-clearfix heading--light heading--simple">
- <div class="u-clearfix">
- <div class="heading-content u-floatLeft"><span class="heading-title">Conversation with <a class="link link--accent u-accentColor--textNormal u-baseColor--link" href="https://medium.com/@johncwelch" data-action="show-user-card" data-action-value="77a507c5ad19" data-action-type="hover" data-user-id="77a507c5ad19" dir="auto">John C. Welch</a>.</span></div>
- </div>
- </div>
- <div class="row streamItemConversation-inner cardChromeless">
- <div class="streamItemConversationItem streamItemConversationItem--preview">
- <div class="postArticle js-postArticle js-trackedPost postArticle--short" data-post-id="1648db10b297" data-source="responses---------1----------" data-action-scope="_actionscope_9" data-scroll="native">
- <div class="u-clearfix u-marginBottom10">
- <div class="postMetaInline u-floatLeft">
- <div class="postMetaInline-avatar">
- <a class="link avatar u-baseColor--link" href="https://medium.com/@kevinbehringer" data-action="show-user-card" data-action-value="4f589ec4a333" data-action-type="hover" data-user-id="4f589ec4a333" dir="auto"><img src="https://cdn-images-1.medium.com/fit/c/72/72/0*ls5KK6qGIAEs3bVt.jpeg" class="avatar-image u-size36x36 u-xs-size32x32" alt="Go to the profile of Kevin Behringer" /></a>
- </div>
- <div class="postMetaInline-authorLockup"><a class="link link link--darken link--accent u-accentColor--textNormal u-accentColor--textDarken u-baseColor--link" href="https://medium.com/@kevinbehringer?source=responses---------1----------" data-action="show-user-card" data-action-source="responses---------1----------" data-action-value="4f589ec4a333" data-action-type="hover" data-user-id="4f589ec4a333" dir="auto">Kevin Behringer</a>
- <div class="u-fontSizeSmallest u-baseColor--textNormal u-textColorNormal js-postMetaInlineSupplemental"><a class="link link--darken" href="https://medium.com/@kevinbehringer/i-think-you-have-an-interesting-take-here-and-it-s-sad-to-see-someone-not-afforded-the-same-1648db10b297?source=responses---------1----------" data-action="open-post" data-action-value="https://medium.com/@kevinbehringer/i-think-you-have-an-interesting-take-here-and-it-s-sad-to-see-someone-not-afforded-the-same-1648db10b297?source=responses---------1----------" data-action-source="preview-listing"><time datetime="2015-10-15T21:08:21.885Z">Oct 16, 2015</time></a><span class="middotDivider u-fontSizeSmallest"></span><span class="readingTime" title="1 min read"></span></div>
- </div>
+ <div class="pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa">
+ <div class="qb qc r">
+ <div class="ai by">
+ <div class="n da">
+ <div class="r qd qe qf qg">
+ <div class="qh r">
+ <h2 class="bn db qi qj qk ql qm qn qo qp qq qr de">
+ <a rel="noopener" href="/refinery29/im-a-sugar-baby-this-is-how-much-i-get-paid-to-date-9cf4ec1c8e26?source=post_internal_links---------3------------------">I’m A Sugar Baby-&amp; This Is How Much I Get Paid To Date</a>
+ </h2>
</div>
- </div>
- <div class="js-inlineExpandBody">
- <a class="" href="https://medium.com/@kevinbehringer/i-think-you-have-an-interesting-take-here-and-it-s-sad-to-see-someone-not-afforded-the-same-1648db10b297?source=responses---------1----------" data-action="expand-inline">
- <div class="postArticle-content js-postField">
- <section class="section section--body section--first section--last">
- <div class="section-divider">
- <hr class="section-divider" />
- </div>
- <div class="section-content">
- <div class="section-inner sectionLayout--insetColumn">
- <p name="f695" id="f695" class="graf graf--p graf--leading">I think you have an interesting take here and it’s sad to see someone not afforded the same opportunity to make a name for themselves that the others you reference were given.</p>
- <p name="9480" id="9480" class="graf graf--p graf-after--p graf--trailing">One of the interesting elements that I see in this controversy is the very people who are coming to Marco’s defense (including Marco himself) are the…</p>
+ <div class="o n">
+ <div class="ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="bu n o fn">
+ <span class="bn b bo bp bq br r de q"><span class="bn fo gl bp de"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@refinery29?source=post_internal_links---------3------------------">Refinery29 UK</a> <span><!-- -->in<!-- --> <a href="/refinery29?source=post_internal_links---------3------------------" class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener">Refinery29</a></span></span></span>
</div>
</div>
- </section>
+ </div>
</div>
- </a>
+ </div>
</div>
- <div class="postArticle-readMore"><button class="button button--smaller button--link u-baseColor--buttonNormal" data-action="expand-inline">Read more…</button></div>
- <div class="u-clearfix u-paddingTop10">
- <div class="buttonSet buttonSet--withLabels u-floatLeft">
- <div class="buttonSet-inner">
- <div class="js-actionRecommend" data-post-id="1648db10b297" data-is-flush-left="true" data-source="listing"><button class="button button--primary button--chromeless is-touchIconFadeInPulse u-accentColor--buttonNormal button--withIcon button--withSvgIcon u-accentColor--iconLight js-actionRecommendButton" title="Recommend to share this article with your followers and let the author know you liked it" aria-label="Recommend to share this article with your followers and let the author know you liked it" data-action="sign-in-prompt" data-sign-in-action="upvote" data-requires-token="true" data-redirect="https://medium.com/_/vote/p/1648db10b297" data-action-source="listing"><span class="button-defaultState"><span class="svgIcon svgIcon--heart svgIcon--25px is-flushLeft"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M12.5 21a.492.492 0 0 1-.327-.122c-.278-.24-.61-.517-.978-.826-2.99-2.5-7.995-6.684-7.995-10.565C3.2 6.462 5.578 4 8.5 4c1.55 0 3 .695 4 1.89a5.21 5.21 0 0 1 4-1.89c2.923 0 5.3 2.462 5.3 5.487 0 3.97-4.923 8.035-7.865 10.464-.42.35-.798.66-1.108.93a.503.503 0 0 1-.327.12zM8.428 4.866c-2.414 0-4.378 2.05-4.378 4.568 0 3.475 5.057 7.704 7.774 9.975.243.2.47.39.676.56.245-.21.52-.43.813-.68 2.856-2.36 7.637-6.31 7.637-9.87 0-2.52-1.964-4.57-4.377-4.57-1.466 0-2.828.76-3.644 2.04-.1.14-.26.23-.43.23-.18 0-.34-.09-.43-.24-.82-1.27-2.18-2.03-3.65-2.03z" fill-rule="evenodd"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--heartFilled svgIcon--25px is-flushLeft"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M12.5 21a.492.492 0 0 1-.327-.122c-.278-.24-.61-.517-.978-.826-2.99-2.5-7.995-6.684-7.995-10.565C3.2 6.462 5.578 4 8.5 4c1.55 0 3 .695 4 1.89a5.21 5.21 0 0 1 4-1.89c2.923 0 5.3 2.462 5.3 5.487 0 3.97-4.923 8.035-7.865 10.464-.42.35-.798.66-1.108.93a.503.503 0 0 1-.327.12z" fill-rule="evenodd"/></svg></span></span></button><button class="button button--chromeless u-baseColor--buttonNormal u-disablePointerEvents" data-action="show-recommends" data-action-value="1648db10b297">3</button></div>
+ <div class="fl gz r qs qt">
+ <a class="bh bi at au av aw ax ay az ba bj bk bd bl bm r" rel="noopener" href="/refinery29/im-a-sugar-baby-this-is-how-much-i-get-paid-to-date-9cf4ec1c8e26?source=post_internal_links---------3------------------">
+ <div class="jk r df dn">
+ <div class="qu jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img class="s t u by ai jn jo jp" src="https://miro.medium.com/max/60/0*vGxs86f0dmFewdXV.jpg?q=20" width="70" height="70" role="presentation" />
+ </div><img class="cd jh qv qw qx qy qz ra rb rc rd re c" width="70" height="70" role="presentation" /><noscript><img class="qv qw qx qy qz ra rb rc rd re" src="https://miro.medium.com/fit/c/140/140/0*vGxs86f0dmFewdXV.jpg" width="70" height="70" srcset="https://miro.medium.com/fit/c/96/140/0*vGxs86f0dmFewdXV.jpg 48w, https://miro.medium.com/fit/c/140/140/0*vGxs86f0dmFewdXV.jpg 70w" sizes="70px" role="presentation" /></noscript>
</div>
- </div>
- <div class="buttonSet u-floatRight">
- <div class="buttonSet-inner"><a class="button button--chromeless u-baseColor--buttonNormal" href="https://medium.com/@kevinbehringer/i-think-you-have-an-interesting-take-here-and-it-s-sad-to-see-someone-not-afforded-the-same-1648db10b297?source=responses---------1----------#--responses" data-action-source="responses---------1----------">1 response</a><button class="button button--chromeless is-touchIconFadeInPulse u-baseColor--buttonNormal button--withIcon button--withSvgIcon button--bookmark js-bookmarkButton" title="Bookmark this story to read later" aria-label="Bookmark this story to read later" data-action="sign-in-prompt" data-sign-in-action="add-to-bookmarks" data-requires-token="true" data-redirect="https://medium.com/_/bookmark/p/1648db10b297"><span class="button-defaultState"><span class="svgIcon svgIcon--bookmark svgIcon--25px is-flushRight"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M19 6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 16.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V6zm-6.838 9.97L7 19.636V6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v13.637l-5.162-3.668a.49.49 0 0 0-.676 0z" fill-rule="evenodd"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--bookmarkFilled svgIcon--25px is-flushRight"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="26" viewBox="0 0 25 26"><path d="M19 7c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 17.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V7z" fill-rule="evenodd"/></svg></span></span></button></div>
- </div>
+ </div></a>
</div>
</div>
</div>
- <div class="streamItemConversationItem streamItemConversationItem--preview">
- <div class="postArticle js-postArticle js-trackedPost postArticle--short" data-post-id="c1bb4c38cd0c" data-source="responses---------1----------" data-action-scope="_actionscope_10" data-scroll="native">
- <div class="u-clearfix u-marginBottom10">
- <div class="postMetaInline u-floatLeft">
- <div class="postMetaInline-avatar">
- <a class="link avatar u-baseColor--link" href="https://medium.com/@johncwelch" data-action="show-user-card" data-action-value="77a507c5ad19" data-action-type="hover" data-user-id="77a507c5ad19" dir="auto"><img src="https://cdn-images-1.medium.com/fit/c/72/72/0*qPHQu8WqsC6cV_ud.jpg" class="avatar-image u-size36x36 u-xs-size32x32" alt="Go to the profile of John C. Welch" /></a>
- </div>
- <div class="postMetaInline-authorLockup"><a class="link link link--darken link--accent u-accentColor--textNormal u-accentColor--textDarken u-baseColor--link" href="https://medium.com/@johncwelch?source=responses---------1----------" data-action="show-user-card" data-action-source="responses---------1----------" data-action-value="77a507c5ad19" data-action-type="hover" data-user-id="77a507c5ad19" dir="auto">John C. Welch</a>
- <div class="u-fontSizeSmallest u-baseColor--textNormal u-textColorNormal js-postMetaInlineSupplemental"><a class="link link--darken" href="https://medium.com/@johncwelch/first-thanks-for-this-response-you-raise-an-interesting-point-about-the-pricing-c1bb4c38cd0c?source=responses---------1----------" data-action="open-post" data-action-value="https://medium.com/@johncwelch/first-thanks-for-this-response-you-raise-an-interesting-point-about-the-pricing-c1bb4c38cd0c?source=responses---------1----------" data-action-source="preview-listing"><time datetime="2015-10-15T22:53:38.589Z">Oct 16, 2015</time></a><span class="middotDivider u-fontSizeSmallest"></span><span class="readingTime" title="3 min read"></span></div>
- </div>
+ </div>
+ </div>
+ <div class="pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa">
+ <div class="qb qc r">
+ <div class="ai by">
+ <div class="n da">
+ <div class="r qd qe qf qg">
+ <div class="qh r">
+ <h2 class="bn db qi qj qk ql qm qn qo qp qq qr de">
+ <a href="https://eand.co/can-kamala-harris-and-joe-biden-defeat-trump-94a10bc60f2b?source=post_internal_links---------4------------------" rel="noopener nofollow">Can Kamala Harris and Joe Biden Defeat Trump?</a>
+ </h2>
</div>
- </div>
- <div class="js-inlineExpandBody">
- <a class="" href="https://medium.com/@johncwelch/first-thanks-for-this-response-you-raise-an-interesting-point-about-the-pricing-c1bb4c38cd0c?source=responses---------1----------" data-action="expand-inline">
- <div class="postArticle-content js-postField">
- <section class="section section--body section--first section--last">
- <div class="section-divider">
- <hr class="section-divider" />
- </div>
- <div class="section-content">
- <div class="section-inner sectionLayout--insetColumn">
- <p name="6dd7" id="6dd7" class="graf graf--p graf--leading">First, thanks for this response, you raise an interesting point about the pricing. Why is Marco seemingly acting against his own recommendations?</p>
- <p name="267c" id="267c" class="graf graf--p graf-after--p graf--trailing">I could be overly cynical about his motivations, (somewhat easy for me, my personal opinion of him is not good), but I won’t because what I see is that he’s not blazing any form of…</p>
+ <div class="o n">
+ <div class="ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="bu n o fn">
+ <span class="bn b bo bp bq br r de q"><span class="bn fo gl bp de"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@umairh?source=post_internal_links---------4------------------">umair haque</a> <span><!-- -->in<!-- --> <a href="https://eand.co/?source=post_internal_links---------4------------------" class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener nofollow">Eudaimonia and Co</a></span></span></span>
</div>
</div>
- </section>
+ </div>
</div>
- </a>
+ </div>
</div>
- <div class="postArticle-readMore"><button class="button button--smaller button--link u-baseColor--buttonNormal" data-action="expand-inline">Read more…</button></div>
- <div class="u-clearfix u-paddingTop10">
- <div class="buttonSet buttonSet--withLabels u-floatLeft">
- <div class="buttonSet-inner">
- <div class="js-actionRecommend" data-post-id="c1bb4c38cd0c" data-is-flush-left="true" data-source="listing"><button class="button button--primary button--chromeless is-touchIconFadeInPulse u-accentColor--buttonNormal button--withIcon button--withSvgIcon u-accentColor--iconLight js-actionRecommendButton" title="Recommend to share this article with your followers and let the author know you liked it" aria-label="Recommend to share this article with your followers and let the author know you liked it" data-action="sign-in-prompt" data-sign-in-action="upvote" data-requires-token="true" data-redirect="https://medium.com/_/vote/p/c1bb4c38cd0c" data-action-source="listing"><span class="button-defaultState"><span class="svgIcon svgIcon--heart svgIcon--25px is-flushLeft"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M12.5 21a.492.492 0 0 1-.327-.122c-.278-.24-.61-.517-.978-.826-2.99-2.5-7.995-6.684-7.995-10.565C3.2 6.462 5.578 4 8.5 4c1.55 0 3 .695 4 1.89a5.21 5.21 0 0 1 4-1.89c2.923 0 5.3 2.462 5.3 5.487 0 3.97-4.923 8.035-7.865 10.464-.42.35-.798.66-1.108.93a.503.503 0 0 1-.327.12zM8.428 4.866c-2.414 0-4.378 2.05-4.378 4.568 0 3.475 5.057 7.704 7.774 9.975.243.2.47.39.676.56.245-.21.52-.43.813-.68 2.856-2.36 7.637-6.31 7.637-9.87 0-2.52-1.964-4.57-4.377-4.57-1.466 0-2.828.76-3.644 2.04-.1.14-.26.23-.43.23-.18 0-.34-.09-.43-.24-.82-1.27-2.18-2.03-3.65-2.03z" fill-rule="evenodd"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--heartFilled svgIcon--25px is-flushLeft"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M12.5 21a.492.492 0 0 1-.327-.122c-.278-.24-.61-.517-.978-.826-2.99-2.5-7.995-6.684-7.995-10.565C3.2 6.462 5.578 4 8.5 4c1.55 0 3 .695 4 1.89a5.21 5.21 0 0 1 4-1.89c2.923 0 5.3 2.462 5.3 5.487 0 3.97-4.923 8.035-7.865 10.464-.42.35-.798.66-1.108.93a.503.503 0 0 1-.327.12z" fill-rule="evenodd"/></svg></span></span></button><button class="button button--chromeless u-baseColor--buttonNormal u-disablePointerEvents" data-action="show-recommends" data-action-value="c1bb4c38cd0c">2</button></div>
+ <div class="fl gz r qs qt">
+ <a href="https://eand.co/can-kamala-harris-and-joe-biden-defeat-trump-94a10bc60f2b?source=post_internal_links---------4------------------" class="bh bi at au av aw ax ay az ba bj bk bd bl bm r" rel="noopener nofollow">
+ <div class="jk r df dn">
+ <div class="qu jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img class="s t u by ai jn jo jp" src="https://miro.medium.com/max/60/1*6prX9w38K3M3PEZG9XkbFg.jpeg?q=20" width="70" height="70" role="presentation" />
+ </div><img class="cd jh qv qw qx qy qz ra rb rc rd re c" width="70" height="70" role="presentation" /><noscript><img class="qv qw qx qy qz ra rb rc rd re" src="https://miro.medium.com/fit/c/140/140/1*6prX9w38K3M3PEZG9XkbFg.jpeg" width="70" height="70" srcset="https://miro.medium.com/fit/c/96/140/1*6prX9w38K3M3PEZG9XkbFg.jpeg 48w, https://miro.medium.com/fit/c/140/140/1*6prX9w38K3M3PEZG9XkbFg.jpeg 70w" sizes="70px" role="presentation" /></noscript>
</div>
- </div>
- <div class="buttonSet u-floatRight">
- <div class="buttonSet-inner"><button class="button button--chromeless is-touchIconFadeInPulse u-baseColor--buttonNormal button--withIcon button--withSvgIcon button--bookmark js-bookmarkButton" title="Bookmark this story to read later" aria-label="Bookmark this story to read later" data-action="sign-in-prompt" data-sign-in-action="add-to-bookmarks" data-requires-token="true" data-redirect="https://medium.com/_/bookmark/p/c1bb4c38cd0c"><span class="button-defaultState"><span class="svgIcon svgIcon--bookmark svgIcon--25px is-flushRight"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M19 6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 16.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V6zm-6.838 9.97L7 19.636V6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v13.637l-5.162-3.668a.49.49 0 0 0-.676 0z" fill-rule="evenodd"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--bookmarkFilled svgIcon--25px is-flushRight"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="26" viewBox="0 0 25 26"><path d="M19 7c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 17.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V7z" fill-rule="evenodd"/></svg></span></span></button></div>
- </div>
+ </div></a>
</div>
</div>
</div>
</div>
</div>
- </div>
- <div class="streamItem streamItem--conversation js-streamItem" data-action-scope="_actionscope_11">
- <div class="streamItemConversation container u-maxWidth660">
- <div class="streamItemConversation-divider"></div>
- <div class="heading u-clearfix heading--light heading--simple">
- <div class="u-clearfix">
- <div class="heading-content u-floatLeft"><span class="heading-title">Conversation with <a class="link link--accent u-accentColor--textNormal u-baseColor--link" href="https://medium.com/@johncwelch" data-action="show-user-card" data-action-value="77a507c5ad19" data-action-type="hover" data-user-id="77a507c5ad19" dir="auto">John C. Welch</a>.</span></div>
- </div>
- </div>
- <div class="row streamItemConversation-inner cardChromeless">
- <div class="streamItemConversationItem streamItemConversationItem--preview">
- <div class="postArticle js-postArticle js-trackedPost postArticle--short" data-post-id="f7bed6759086" data-source="responses---------2----------" data-action-scope="_actionscope_12" data-scroll="native">
- <div class="u-clearfix u-marginBottom10">
- <div class="postMetaInline u-floatLeft">
- <div class="postMetaInline-avatar">
- <a class="link avatar u-baseColor--link" href="https://medium.com/@Tuplet" data-action="show-user-card" data-action-value="3c10dce1c66c" data-action-type="hover" data-user-id="3c10dce1c66c" dir="auto"><img src="https://cdn-images-1.medium.com/fit/c/72/72/1*L93pJARs7aktgijd_9AT0w.png" class="avatar-image u-size36x36 u-xs-size32x32" alt="Go to the profile of J.Wilkins" /></a>
- </div>
- <div class="postMetaInline-authorLockup"><a class="link link link--darken link--accent u-accentColor--textNormal u-accentColor--textDarken u-baseColor--link" href="https://medium.com/@Tuplet?source=responses---------2----------" data-action="show-user-card" data-action-source="responses---------2----------" data-action-value="3c10dce1c66c" data-action-type="hover" data-user-id="3c10dce1c66c" dir="auto">J.Wilkins</a>
- <div class="u-fontSizeSmallest u-baseColor--textNormal u-textColorNormal js-postMetaInlineSupplemental"><a class="link link--darken" href="https://medium.com/@Tuplet/you-did-not-have-to-make-up-an-east-frog-balls-arkansas-when-there-is-literally-a-possum-grape-f7bed6759086?source=responses---------2----------" data-action="open-post" data-action-value="https://medium.com/@Tuplet/you-did-not-have-to-make-up-an-east-frog-balls-arkansas-when-there-is-literally-a-possum-grape-f7bed6759086?source=responses---------2----------" data-action-source="preview-listing"><time datetime="2015-10-16T16:19:36.962Z">Oct 17, 2015</time></a></div>
- </div>
+ <div class="pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa">
+ <div class="qb qc r">
+ <div class="ai by">
+ <div class="n da">
+ <div class="r qd qe qf qg">
+ <div class="qh r">
+ <h2 class="bn db qi qj qk ql qm qn qo qp qq qr de">
+ <a href="https://towardsdatascience.com/best-data-science-certification-4f221ac3dbe3?source=post_internal_links---------5------------------" rel="noopener">The Best Data Science Certification You’ve Never Heard Of</a>
+ </h2>
</div>
- </div>
- <div>
- <a class="" href="https://medium.com/@Tuplet/you-did-not-have-to-make-up-an-east-frog-balls-arkansas-when-there-is-literally-a-possum-grape-f7bed6759086?source=responses---------2----------">
- <div class="postArticle-content js-postField">
- <section class="section section--body section--first section--last">
- <div class="section-divider">
- <hr class="section-divider" />
- </div>
- <div class="section-content">
- <div class="section-inner sectionLayout--insetColumn">
- <p name="ca89" id="ca89" class="graf graf--p graf--leading graf--trailing">You did not have to make up an “East Frog Balls” Arkansas when there is literally a “Possum Grape”</p>
+ <div class="o n">
+ <div class="ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="bu n o fn">
+ <span class="bn b bo bp bq br r de q"><span class="bn fo gl bp de"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@nicolejaneway?source=post_internal_links---------5------------------">Nicole Janeway Bills</a> <span><!-- -->in<!-- --> <a href="https://towardsdatascience.com/?source=post_internal_links---------5------------------" class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener">Towards Data Science</a></span></span></span>
</div>
</div>
- </section>
+ </div>
</div>
- </a>
+ </div>
</div>
- <div class="u-clearfix u-paddingTop10">
- <div class="buttonSet buttonSet--withLabels u-floatLeft">
- <div class="buttonSet-inner">
- <div class="js-actionRecommend" data-post-id="f7bed6759086" data-is-flush-left="true" data-source="listing"><button class="button button--primary button--chromeless is-touchIconFadeInPulse u-accentColor--buttonNormal button--withIcon button--withSvgIcon u-accentColor--iconLight js-actionRecommendButton" title="Recommend to share this article with your followers and let the author know you liked it" aria-label="Recommend to share this article with your followers and let the author know you liked it" data-action="sign-in-prompt" data-sign-in-action="upvote" data-requires-token="true" data-redirect="https://medium.com/_/vote/p/f7bed6759086" data-action-source="listing"><span class="button-defaultState"><span class="svgIcon svgIcon--heart svgIcon--25px is-flushLeft"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M12.5 21a.492.492 0 0 1-.327-.122c-.278-.24-.61-.517-.978-.826-2.99-2.5-7.995-6.684-7.995-10.565C3.2 6.462 5.578 4 8.5 4c1.55 0 3 .695 4 1.89a5.21 5.21 0 0 1 4-1.89c2.923 0 5.3 2.462 5.3 5.487 0 3.97-4.923 8.035-7.865 10.464-.42.35-.798.66-1.108.93a.503.503 0 0 1-.327.12zM8.428 4.866c-2.414 0-4.378 2.05-4.378 4.568 0 3.475 5.057 7.704 7.774 9.975.243.2.47.39.676.56.245-.21.52-.43.813-.68 2.856-2.36 7.637-6.31 7.637-9.87 0-2.52-1.964-4.57-4.377-4.57-1.466 0-2.828.76-3.644 2.04-.1.14-.26.23-.43.23-.18 0-.34-.09-.43-.24-.82-1.27-2.18-2.03-3.65-2.03z" fill-rule="evenodd"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--heartFilled svgIcon--25px is-flushLeft"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M12.5 21a.492.492 0 0 1-.327-.122c-.278-.24-.61-.517-.978-.826-2.99-2.5-7.995-6.684-7.995-10.565C3.2 6.462 5.578 4 8.5 4c1.55 0 3 .695 4 1.89a5.21 5.21 0 0 1 4-1.89c2.923 0 5.3 2.462 5.3 5.487 0 3.97-4.923 8.035-7.865 10.464-.42.35-.798.66-1.108.93a.503.503 0 0 1-.327.12z" fill-rule="evenodd"/></svg></span></span></button><button class="button button--chromeless u-baseColor--buttonNormal u-disablePointerEvents" data-action="show-recommends" data-action-value="f7bed6759086">1</button></div>
+ <div class="fl gz r qs qt">
+ <a href="https://towardsdatascience.com/best-data-science-certification-4f221ac3dbe3?source=post_internal_links---------5------------------" class="bh bi at au av aw ax ay az ba bj bk bd bl bm r" rel="noopener">
+ <div class="jk r df dn">
+ <div class="qu jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img class="s t u by ai jn jo jp" src="https://miro.medium.com/max/60/1*t43PDV1g9w-DvjMugoks2A.jpeg?q=20" width="70" height="70" role="presentation" />
+ </div><img class="cd jh qv qw qx qy qz ra rb rc rd re c" width="70" height="70" role="presentation" /><noscript><img class="qv qw qx qy qz ra rb rc rd re" src="https://miro.medium.com/fit/c/140/140/1*t43PDV1g9w-DvjMugoks2A.jpeg" width="70" height="70" srcset="https://miro.medium.com/fit/c/96/140/1*t43PDV1g9w-DvjMugoks2A.jpeg 48w, https://miro.medium.com/fit/c/140/140/1*t43PDV1g9w-DvjMugoks2A.jpeg 70w" sizes="70px" role="presentation" /></noscript>
</div>
- </div>
- <div class="buttonSet u-floatRight">
- <div class="buttonSet-inner"><a class="button button--chromeless u-baseColor--buttonNormal" href="https://medium.com/@Tuplet/you-did-not-have-to-make-up-an-east-frog-balls-arkansas-when-there-is-literally-a-possum-grape-f7bed6759086?source=responses---------2----------#--responses" data-action-source="responses---------2----------">1 response</a><button class="button button--chromeless is-touchIconFadeInPulse u-baseColor--buttonNormal button--withIcon button--withSvgIcon button--bookmark js-bookmarkButton" title="Bookmark this story to read later" aria-label="Bookmark this story to read later" data-action="sign-in-prompt" data-sign-in-action="add-to-bookmarks" data-requires-token="true" data-redirect="https://medium.com/_/bookmark/p/f7bed6759086"><span class="button-defaultState"><span class="svgIcon svgIcon--bookmark svgIcon--25px is-flushRight"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M19 6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 16.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V6zm-6.838 9.97L7 19.636V6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v13.637l-5.162-3.668a.49.49 0 0 0-.676 0z" fill-rule="evenodd"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--bookmarkFilled svgIcon--25px is-flushRight"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="26" viewBox="0 0 25 26"><path d="M19 7c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 17.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V7z" fill-rule="evenodd"/></svg></span></span></button></div>
- </div>
+ </div></a>
</div>
</div>
</div>
- <div class="streamItemConversationItem streamItemConversationItem--preview">
- <div class="postArticle js-postArticle js-trackedPost postArticle--short" data-post-id="a7a213849339" data-source="responses---------2----------" data-action-scope="_actionscope_13" data-scroll="native">
- <div class="u-clearfix u-marginBottom10">
- <div class="postMetaInline u-floatLeft">
- <div class="postMetaInline-avatar">
- <a class="link avatar u-baseColor--link" href="https://medium.com/@johncwelch" data-action="show-user-card" data-action-value="77a507c5ad19" data-action-type="hover" data-user-id="77a507c5ad19" dir="auto"><img src="https://cdn-images-1.medium.com/fit/c/72/72/0*qPHQu8WqsC6cV_ud.jpg" class="avatar-image u-size36x36 u-xs-size32x32" alt="Go to the profile of John C. Welch" /></a>
- </div>
- <div class="postMetaInline-authorLockup"><a class="link link link--darken link--accent u-accentColor--textNormal u-accentColor--textDarken u-baseColor--link" href="https://medium.com/@johncwelch?source=responses---------2----------" data-action="show-user-card" data-action-source="responses---------2----------" data-action-value="77a507c5ad19" data-action-type="hover" data-user-id="77a507c5ad19" dir="auto">John C. Welch</a>
- <div class="u-fontSizeSmallest u-baseColor--textNormal u-textColorNormal js-postMetaInlineSupplemental"><a class="link link--darken" href="https://medium.com/@johncwelch/lmao-unsurprising-a7a213849339?source=responses---------2----------" data-action="open-post" data-action-value="https://medium.com/@johncwelch/lmao-unsurprising-a7a213849339?source=responses---------2----------" data-action-source="preview-listing"><time datetime="2015-10-16T20:47:45.884Z">Oct 17, 2015</time></a></div>
- </div>
+ </div>
+ </div>
+ <div class="pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa">
+ <div class="qb qc r">
+ <div class="ai by">
+ <div class="n da">
+ <div class="r qd qe qf qg">
+ <div class="qh r">
+ <h2 class="bn db qi qj qk ql qm qn qo qp qq qr de">
+ <a rel="noopener" href="/javascript-in-plain-english/typescript-4-0-i-want-a-list-of-generic-params-with-good-labels-c6087d2df935?source=post_internal_links---------6------------------">TypeScript 4.0 finally delivers what I’ve been waiting for</a>
+ </h2>
</div>
- </div>
- <div>
- <a class="" href="https://medium.com/@johncwelch/lmao-unsurprising-a7a213849339?source=responses---------2----------">
- <div class="postArticle-content js-postField">
- <section class="section section--body section--first section--last">
- <div class="section-divider">
- <hr class="section-divider" />
- </div>
- <div class="section-content">
- <div class="section-inner sectionLayout--insetColumn">
- <p name="b80c" id="b80c" class="graf graf--p graf--leading">LMAO. Unsurprising. However, the source of that is a Carlin routine on people who cannot get off the phone and bore with their crap. I think it went: “…it was the year we visited my sister in Frog Balls, Arkansas”. Ever since, I use that, or the EFB variant when I want to bring to mind a wee tiny town.</p>
- <p name="61a4" id="61a4" class="graf graf--p graf-after--p graf--trailing">because it makes me giggle. EVERY TIME.</p>
+ <div class="o n">
+ <div class="ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="bu n o fn">
+ <span class="bn b bo bp bq br r de q"><span class="bn fo gl bp de"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@nathanielkessler?source=post_internal_links---------6------------------">Nathaniel Kessler</a> <span><!-- -->in<!-- --> <a href="/javascript-in-plain-english?source=post_internal_links---------6------------------" class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener">JavaScript In Plain English</a></span></span></span>
</div>
</div>
- </section>
+ </div>
</div>
- </a>
+ </div>
</div>
- <div class="u-clearfix u-paddingTop10">
- <div class="buttonSet buttonSet--withLabels u-floatLeft">
- <div class="buttonSet-inner">
- <div class="js-actionRecommend" data-post-id="a7a213849339" data-is-flush-left="true" data-source="listing"><button class="button button--primary button--chromeless is-touchIconFadeInPulse u-accentColor--buttonNormal button--withIcon button--withSvgIcon u-accentColor--iconLight js-actionRecommendButton" title="Recommend to share this article with your followers and let the author know you liked it" aria-label="Recommend to share this article with your followers and let the author know you liked it" data-action="sign-in-prompt" data-sign-in-action="upvote" data-requires-token="true" data-redirect="https://medium.com/_/vote/p/a7a213849339" data-action-source="listing"><span class="button-defaultState"><span class="svgIcon svgIcon--heart svgIcon--25px is-flushLeft"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M12.5 21a.492.492 0 0 1-.327-.122c-.278-.24-.61-.517-.978-.826-2.99-2.5-7.995-6.684-7.995-10.565C3.2 6.462 5.578 4 8.5 4c1.55 0 3 .695 4 1.89a5.21 5.21 0 0 1 4-1.89c2.923 0 5.3 2.462 5.3 5.487 0 3.97-4.923 8.035-7.865 10.464-.42.35-.798.66-1.108.93a.503.503 0 0 1-.327.12zM8.428 4.866c-2.414 0-4.378 2.05-4.378 4.568 0 3.475 5.057 7.704 7.774 9.975.243.2.47.39.676.56.245-.21.52-.43.813-.68 2.856-2.36 7.637-6.31 7.637-9.87 0-2.52-1.964-4.57-4.377-4.57-1.466 0-2.828.76-3.644 2.04-.1.14-.26.23-.43.23-.18 0-.34-.09-.43-.24-.82-1.27-2.18-2.03-3.65-2.03z" fill-rule="evenodd"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--heartFilled svgIcon--25px is-flushLeft"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M12.5 21a.492.492 0 0 1-.327-.122c-.278-.24-.61-.517-.978-.826-2.99-2.5-7.995-6.684-7.995-10.565C3.2 6.462 5.578 4 8.5 4c1.55 0 3 .695 4 1.89a5.21 5.21 0 0 1 4-1.89c2.923 0 5.3 2.462 5.3 5.487 0 3.97-4.923 8.035-7.865 10.464-.42.35-.798.66-1.108.93a.503.503 0 0 1-.327.12z" fill-rule="evenodd"/></svg></span></span></button></div>
+ <div class="fl gz r qs qt">
+ <a class="bh bi at au av aw ax ay az ba bj bk bd bl bm r" rel="noopener" href="/javascript-in-plain-english/typescript-4-0-i-want-a-list-of-generic-params-with-good-labels-c6087d2df935?source=post_internal_links---------6------------------">
+ <div class="jk r df dn">
+ <div class="qu jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img class="s t u by ai jn jo jp" src="https://miro.medium.com/max/60/1*G00zmJivkNGN1L6fDo9vnQ.png?q=20" width="70" height="70" role="presentation" />
+ </div><img class="cd jh qv qw qx qy qz ra rb rc rd re c" width="70" height="70" role="presentation" /><noscript><img class="qv qw qx qy qz ra rb rc rd re" src="https://miro.medium.com/fit/c/140/140/1*G00zmJivkNGN1L6fDo9vnQ.png" width="70" height="70" srcset="https://miro.medium.com/fit/c/96/140/1*G00zmJivkNGN1L6fDo9vnQ.png 48w, https://miro.medium.com/fit/c/140/140/1*G00zmJivkNGN1L6fDo9vnQ.png 70w" sizes="70px" role="presentation" /></noscript>
</div>
+ </div></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa">
+ <div class="qb qc r">
+ <div class="ai by">
+ <div class="n da">
+ <div class="r qd qe qf qg">
+ <div class="qh r">
+ <h2 class="bn db qi qj qk ql qm qn qo qp qq qr de">
+ <a href="https://eand.co/america-and-the-axis-of-idiots-25a86ed4a421?source=post_internal_links---------7------------------" rel="noopener nofollow">America and the Axis of Idiots</a>
+ </h2>
</div>
- <div class="buttonSet u-floatRight">
- <div class="buttonSet-inner"><button class="button button--chromeless is-touchIconFadeInPulse u-baseColor--buttonNormal button--withIcon button--withSvgIcon button--bookmark js-bookmarkButton" title="Bookmark this story to read later" aria-label="Bookmark this story to read later" data-action="sign-in-prompt" data-sign-in-action="add-to-bookmarks" data-requires-token="true" data-redirect="https://medium.com/_/bookmark/p/a7a213849339"><span class="button-defaultState"><span class="svgIcon svgIcon--bookmark svgIcon--25px is-flushRight"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M19 6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 16.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V6zm-6.838 9.97L7 19.636V6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v13.637l-5.162-3.668a.49.49 0 0 0-.676 0z" fill-rule="evenodd"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--bookmarkFilled svgIcon--25px is-flushRight"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="26" viewBox="0 0 25 26"><path d="M19 7c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 17.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V7z" fill-rule="evenodd"/></svg></span></span></button></div>
+ <div class="o n">
+ <div class="ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="bu n o fn">
+ <span class="bn b bo bp bq br r de q"><span class="bn fo gl bp de"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@umairh?source=post_internal_links---------7------------------">umair haque</a> <span><!-- -->in<!-- --> <a href="https://eand.co/?source=post_internal_links---------7------------------" class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener nofollow">Eudaimonia and Co</a></span></span></span>
+ </div>
+ </div>
+ </div>
+ </div>
</div>
</div>
+ <div class="fl gz r qs qt">
+ <a href="https://eand.co/america-and-the-axis-of-idiots-25a86ed4a421?source=post_internal_links---------7------------------" class="bh bi at au av aw ax ay az ba bj bk bd bl bm r" rel="noopener nofollow">
+ <div class="jk r df dn">
+ <div class="qu jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img class="s t u by ai jn jo jp" src="https://miro.medium.com/max/60/1*yNRBQduBLs8p_tEpShEGzQ.jpeg?q=20" width="70" height="70" role="presentation" />
+ </div><img class="cd jh qv qw qx qy qz ra rb rc rd re c" width="70" height="70" role="presentation" /><noscript><img class="qv qw qx qy qz ra rb rc rd re" src="https://miro.medium.com/fit/c/140/140/1*yNRBQduBLs8p_tEpShEGzQ.jpeg" width="70" height="70" srcset="https://miro.medium.com/fit/c/96/140/1*yNRBQduBLs8p_tEpShEGzQ.jpeg 48w, https://miro.medium.com/fit/c/140/140/1*yNRBQduBLs8p_tEpShEGzQ.jpeg 70w" sizes="70px" role="presentation" /></noscript>
+ </div>
+ </div></a>
+ </div>
</div>
</div>
</div>
</div>
</div>
</div>
- <div class="container u-maxWidth640 js-showOtherResponses">
- <div class="row"><button class="button button--primary button--withChrome u-accentColor--buttonNormal responsesStream-showOtherResponses cardChromeless u-sizeFullWidth" data-action="show-other-responses">Show all responses</button></div>
- </div>
- <div class="responsesStream js-responsesStreamOther"></div>
</div>
</div>
</div>
- <div class="supplementalPostContent js-readNext"></div>
- <div class="supplementalPostContent js-heroPromo"></div>
- </footer>
- </article>
- </main>
- <div class="u-marginAuto u-maxWidth1000">
- <div class="js-postShareWidget u-foreground u-sm-hide u-transition--fadeOut300 u-fixed" data-scroll="fixed" style="top: 150px;">
- <ul>
- <li class="u-uiTextSemibold u-textAlignCenter u-textColorNormal u-fontSizeSmallest u-textUppercase">Share</li>
- <li class="u-textAlignCenter">
- <div class="js-actionRecommend" data-post-id="d146a92473a1" data-is-icon-29px="true" data-is-vertical="true" data-has-recommend-list="true" data-source="post_share_widget"><button class="button button--primary button--large button--chromeless is-touchIconFadeInPulse u-accentColor--buttonNormal button--withIcon button--withSvgIcon u-accentColor--iconLight js-actionRecommendButton" title="Recommend to share this article with your followers and let the author know you liked it" aria-label="Recommend to share this article with your followers and let the author know you liked it" data-action="sign-in-prompt" data-sign-in-action="upvote" data-requires-token="true" data-redirect="https://medium.com/_/vote/p/d146a92473a1" data-action-source="post_share_widget"><span class="button-defaultState"><span class="svgIcon svgIcon--heart svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M16.215 23.716c-.348.288-.984.826-1.376 1.158a.526.526 0 0 1-.68 0c-.36-.307-.92-.78-1.22-1.03C9.22 20.734 3 15.527 3 10.734 3 7.02 5.916 4 9.5 4c1.948 0 3.77.898 5 2.434C15.73 4.898 17.552 4 19.5 4c3.584 0 6.5 3.02 6.5 6.734 0 4.9-6.125 9.96-9.785 12.982zM19.5 5.2c-1.774 0-3.423.923-4.41 2.468a.699.699 0 0 1-.59.323.706.706 0 0 1-.59-.32c-.988-1.54-2.637-2.47-4.41-2.47-2.922 0-5.3 2.49-5.3 5.54 0 4.23 6.19 9.41 9.517 12.19.217.18.566.48.783.66l.952-.79c3.496-2.88 9.348-7.72 9.348-12.05 0-3.05-2.378-5.53-5.3-5.53z"/></svg></span></span><span class="button-activeState"><span class="svgIcon svgIcon--heartFilled svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M19.5 4c-1.948 0-3.77.898-5 2.434C13.27 4.898 11.448 4 9.5 4 5.916 4 3 7.02 3 10.734c0 4.793 6.227 10 9.95 13.11.296.25.853.723 1.212 1.03.196.166.48.166.677 0 .39-.332 1.02-.87 1.37-1.158 3.66-3.022 9.79-8.08 9.79-12.982C26 7.02 23.08 4 19.5 4z" fill-rule="evenodd"/></svg></span></span></button><button class="button button--chromeless u-baseColor--buttonNormal u-block u-marginAuto u-marginTopNegative5" data-action="show-recommends" data-action-value="d146a92473a1">168</button></div>
- </li>
- <li class="u-textAlignCenter"><button class="button button--large button--dark button--chromeless is-touchIconBlackPulse u-baseColor--buttonDark button--withIcon button--withSvgIcon" title="Share on Twitter" aria-label="Share on Twitter" data-action="share-on-twitter" data-action-source="post_share_widget"><span class="svgIcon svgIcon--twitter svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M21.967 11.8c.018 5.93-4.607 11.18-11.177 11.18-2.172 0-4.25-.62-6.047-1.76l-.268.422-.038.5.186.013.168.012c.3.02.44.032.6.046 2.06-.026 3.95-.686 5.49-1.86l1.12-.85-1.4-.048c-1.57-.055-2.92-1.08-3.36-2.51l-.48.146-.05.5c.22.03.48.05.75.08.48-.02.87-.07 1.25-.15l2.33-.49-2.32-.49c-1.68-.35-2.91-1.83-2.91-3.55 0-.05 0-.01-.01.03l-.49-.1-.25.44c.63.36 1.35.57 2.07.58l1.7.04L7.4 13c-.978-.662-1.59-1.79-1.618-3.047a4.08 4.08 0 0 1 .524-1.8l-.825.07a12.188 12.188 0 0 0 8.81 4.515l.59.033-.06-.59v-.02c-.05-.43-.06-.63-.06-.87a3.617 3.617 0 0 1 6.27-2.45l.2.21.28-.06c1.01-.22 1.94-.59 2.73-1.09l-.75-.56c-.1.36-.04.89.12 1.36.23.68.58 1.13 1.17.85l-.21-.45-.42-.27c-.52.8-1.17 1.48-1.92 2L22 11l.016.28c.013.2.014.35 0 .52v.04zm.998.038c.018-.22.017-.417 0-.66l-.498.034.284.41a8.183 8.183 0 0 0 2.2-2.267l.97-1.48-1.6.755c.17-.08.3-.02.34.03a.914.914 0 0 1-.13-.292c-.1-.297-.13-.64-.1-.766l.36-1.254-1.1.695c-.69.438-1.51.764-2.41.963l.48.15a4.574 4.574 0 0 0-3.38-1.484 4.616 4.616 0 0 0-4.61 4.613c0 .29.02.51.08.984l.01.02.5-.06.03-.5c-3.17-.18-6.1-1.7-8.08-4.15l-.48-.56-.36.64c-.39.69-.62 1.48-.65 2.28.04 1.61.81 3.04 2.06 3.88l.3-.92c-.55-.02-1.11-.17-1.6-.45l-.59-.34-.14.67c-.02.08-.02.16 0 .24-.01 2.12 1.55 4.01 3.69 4.46l.1-.49-.1-.49c-.33.07-.67.12-1.03.14-.18-.02-.43-.05-.64-.07l-.76-.09.23.73c.57 1.84 2.29 3.14 4.28 3.21l-.28-.89a8.252 8.252 0 0 1-4.85 1.66c-.12-.01-.26-.02-.56-.05l-.17-.01-.18-.01L2.53 21l1.694 1.07a12.233 12.233 0 0 0 6.58 1.917c7.156 0 12.2-5.73 12.18-12.18l-.002.04z"/></svg></span></button></li>
- <li class="u-textAlignCenter"><button class="button button--large button--dark button--chromeless is-touchIconBlackPulse u-baseColor--buttonDark button--withIcon button--withSvgIcon" title="Share on Facebook" aria-label="Share on Facebook" data-action="share-on-facebook" data-action-source="post_share_widget"><span class="svgIcon svgIcon--facebook svgIcon--29px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="29" height="29" viewBox="0 0 29 29"><path d="M16.39 23.61v-5.808h1.846a.55.55 0 0 0 .546-.48l.36-2.797a.551.551 0 0 0-.547-.62H16.39V12.67c0-.67.12-.813.828-.813h1.474a.55.55 0 0 0 .55-.55V8.803a.55.55 0 0 0-.477-.545c-.436-.06-1.36-.116-2.22-.116-2.5 0-4.13 1.62-4.13 4.248v1.513H10.56a.551.551 0 0 0-.55.55v2.797c0 .304.248.55.55.55h1.855v5.76c-4.172-.96-7.215-4.7-7.215-9.1 0-5.17 4.17-9.36 9.31-9.36 5.14 0 9.31 4.19 9.31 9.36 0 4.48-3.155 8.27-7.43 9.15M14.51 4C8.76 4 4.1 8.684 4.1 14.46c0 5.162 3.75 9.523 8.778 10.32a.55.55 0 0 0 .637-.543v-6.985a.551.551 0 0 0-.55-.55H11.11v-1.697h1.855a.55.55 0 0 0 .55-.55v-2.063c0-2.02 1.136-3.148 3.03-3.148.567 0 1.156.027 1.597.06v1.453h-.924c-1.363 0-1.93.675-1.93 1.912v1.78c0 .3.247.55.55.55h2.132l-.218 1.69H15.84c-.305 0-.55.24-.55.55v7.02c0 .33.293.59.623.54 5.135-.7 9.007-5.11 9.007-10.36C24.92 8.68 20.26 4 14.51 4"/></svg></span></button></li>
- </ul>
+ </div>
</div>
</div>
- <div class="u-fixed u-bottom0 u-sizeFullWidth u-backgroundWhite u-boxShadowTop u-borderBox u-paddingTop10 u-paddingBottom10 u-zIndexMetabar u-xs-paddingLeft10 u-xs-paddingRight10">
- <div class="u-maxWidth700 u-marginAuto u-flexCenter">
- <div class="u-fontSizeSmall u-flex1 u-flexCenter">
- <div class="u-flex0 u-inlineBlock u-paddingRight20 u-xs-paddingRight10">
- <a class="link avatar u-inline u-baseColor--link" href="https://medium.com/@johncwelch" data-action="show-user-card" data-action-value="77a507c5ad19" data-action-type="hover" data-user-id="77a507c5ad19" dir="auto"><img src="https://cdn-images-1.medium.com/fit/c/80/80/0*qPHQu8WqsC6cV_ud.jpg" class="avatar-image avatar-image--smaller" alt="Go to the profile of John C. Welch" /></a>
+ <div class="rf r rg rh">
+ <div class="n p">
+ <div class="z ab ac ae af ag ah ai">
+ <div class="ri rj my n da g">
+ <div class="rk n da">
+ <div class="rl r rm">
+ <div class="qh r">
+ <a class="bh bi at au av aw ax ay az ba rn ro bd rp rq" rel="noopener" href="/about?autoplay=1&amp;source=post_page-----d146a92473a1----------------------">
+ <h2 class="bn db dc dd rr">
+ Discover <!-- -->Medium
+ </h2></a>
+ </div>
+ <h4 class="bn fo fp bp rs">
+ Welcome to a place where words matter. On <!-- -->Medium<!-- -->, smart voices and original ideas take center stage - with no ads in sight.<!-- --> <a class="bh bi at au av aw ax ay az ba bd rp rq rt" rel="noopener" href="/about?autoplay=1&amp;source=post_page-----d146a92473a1----------------------">Watch</a>
+ </h4>
+ </div>
+ <div class="rl r rm">
+ <div class="qh r">
+ <a href="https://medium.com/topics?source=post_page-----d146a92473a1----------------------" class="bh bi at au av aw ax ay az ba rn ro bd rp rq" rel="noopener">
+ <h2 class="bn db dc dd rr">
+ Make <!-- -->Medium<!-- --> yours
+ </h2></a>
+ </div>
+ <h4 class="bn fo fp bp rs">
+ Follow all the topics you care about, and we’ll deliver the best stories for you to your homepage and inbox.<!-- --> <a href="https://medium.com/topics?source=post_page-----d146a92473a1----------------------" class="bh bi at au av aw ax ay az ba bd rp rq rt" rel="noopener">Explore</a>
+ </h4>
+ </div>
+ <div class="rl r rm">
+ <div class="qh r">
+ <a class="bh bi at au av aw ax ay az ba rn ro bd rp rq" rel="noopener" href="/membership?source=post_page-----d146a92473a1----------------------">
+ <h2 class="bn db dc dd rr">
+ Become a member
+ </h2></a>
+ </div>
+ <h4 class="bn fo fp bp rs">
+ Get unlimited access to the best stories on <!-- -->Medium<!-- --> — and support writers while you’re at it. Just $5/month.<!-- --> <a class="bh bi at au av aw ax ay az ba bd rp rq rt" rel="noopener" href="/membership?source=post_page-----d146a92473a1----------------------">Upgrade</a>
+ </h4>
+ </div>
+ </div>
</div>
- <div class="u-flex1 u-inlineBlock">
- <div class="u-xs-hide">Never miss a story from<strong> John C. Welch</strong>, when you sign up for Medium. <a class="link link--accent u-accentColor--textNormal u-accentColor--textDarken u-baseColor--link" href="https://medium.com/@Medium/personalize-your-medium-experience-with-users-publications-tags-26a41ab1ee0c#.hx4zuv3mg" data-action-source="sticky_footer">Learn more</a></div>
- <div class="u-xs-show">Never miss a story from<strong> John C. Welch</strong></div>
+ <div class="n ke">
+ <div class="n o da">
+ <a class="bh bi at au av aw ax ay az ba rn ro bd rp rq" rel="noopener" href="/?source=post_page-----d146a92473a1----------------------"><svg height="22" width="112" viewbox="0 0 111.5 22" class="ru">
+ <path d="M56.3 19.5c0 .4 0 .5.3.7l1.5 1.4v.1h-6.5V19c-.7 1.8-2.4 3-4.3 3-3.3 0-5.8-2.6-5.8-7.5 0-4.5 2.6-7.6 6.3-7.6 1.6-.1 3.1.8 3.8 2.4V3.2c0-.3-.1-.6-.3-.7l-1.4-1.4V1l6.5-.8v19.3zm-4.8-.8V9.5c-.5-.6-1.2-.9-1.9-.9-1.6 0-3.1 1.4-3.1 5.7 0 4 1.3 5.4 3 5.4.8.1 1.6-.3 2-1zm9.1 3.1V9.4c0-.3-.1-.6-.3-.7l-1.4-1.5v-.1h6.5v12.5c0 .4 0 .5.3.7l1.4 1.4v.1h-6.5zm-.2-19.2C60.4 1.2 61.5 0 63 0c1.4 0 2.6 1.2 2.6 2.6S64.4 5.3 63 5.3a2.6 2.6 0 0 1-2.6-2.7zm22.5 16.9c0 .4 0 .5.3.7l1.5 1.4v.1h-6.5v-3.2c-.6 2-2.4 3.4-4.5 3.4-2.9 0-4.4-2.1-4.4-6.2 0-1.9 0-4.1.1-6.5 0-.3-.1-.5-.3-.7L67.7 7v.1H74v8c0 2.6.4 4.4 2 4.4.9-.1 1.7-.6 2.1-1.3V9.5c0-.3-.1-.6-.3-.7l-1.4-1.5v-.2h6.5v12.4zm22 2.3c0-.5.1-6.5.1-7.9 0-2.6-.4-4.5-2.2-4.5-.9 0-1.8.5-2.3 1.3.2.8.3 1.7.3 2.5 0 1.8-.1 4.2-.1 6.5 0 .3.1.5.3.7l1.5 1.4v.1H96c0-.4.1-6.5.1-7.9 0-2.7-.4-4.5-2.2-4.5-.9 0-1.7.5-2.2 1.3v9c0 .4 0 .5.3.7l1.4 1.4v.1h-6.5V9.5c0-.3-.1-.6-.3-.7l-1.4-1.5v-.2h6.5v3.1a4.6 4.6 0 0 1 4.6-3.4c2.2 0 3.6 1.2 4.2 3.5.7-2.1 2.7-3.6 4.9-3.5 2.9 0 4.5 2.2 4.5 6.2 0 1.9-.1 4.2-.1 6.5-.1.3.1.6.3.7l1.4 1.4v.1h-6.6zm-81.4-2l1.9 1.9v.1h-9.8v-.1l2-1.9c.2-.2.3-.4.3-.7V7.3c0-.5 0-1.2.1-1.8L11.4 22h-.1L4.5 6.8c-.1-.4-.2-.4-.3-.6v10c-.1.7 0 1.3.3 1.9l2.7 3.6v.1H0v-.1L2.7 18c.3-.6.4-1.3.3-1.9v-11c0-.5-.1-1.1-.5-1.5L.7 1.1V1h7l5.8 12.9L18.6 1h6.8v.1l-1.9 2.2c-.2.2-.3.5-.3.7v15.2c0 .2.1.5.3.6zm7.6-5.9c0 3.8 1.9 5.3 4.2 5.3 1.9.1 3.6-1 4.4-2.7h.1c-.8 3.7-3.1 5.5-6.5 5.5-3.7 0-7.2-2.2-7.2-7.4 0-5.5 3.5-7.6 7.3-7.6 3.1 0 6.4 1.5 6.4 6.2v.8h-8.7zm0-.8h4.3v-.8c0-3.9-.8-4.9-2-4.9-1.4.1-2.3 1.6-2.3 5.7z"></path></svg></a>
+ <div class="oa rv n da rw al">
+ <h4 class="bn fo fp bp rs"></h4>
+ </div><a class="bh bi at au av aw ax ay az ba fw bd rp rq" rel="noopener" href="/about?autoplay=1&amp;source=post_page-----d146a92473a1----------------------">About</a>
+ <h4 class="bn fo nq nr rr">
+ <a href="https://help.medium.com/hc/en-us?source=post_page-----d146a92473a1----------------------" class="bh bi at au av aw ax ay az ba fw bd rp rq" rel="noopener">Help</a>
+ </h4>
+ <h4 class="bn fo nq nr rr">
+ <a href="https://policy.medium.com/medium-terms-of-service-9db0094a1e0f?source=post_page-----d146a92473a1----------------------" class="bh bi at au av aw ax ay az ba fw bd rp rq" rel="noopener">Legal</a>
+ </h4>
+ </div>
+ </div>
+ <div class="an rx ry al">
+ <h4 class="bn fo nq nr rs">
+ Get the Medium app
+ </h4>
+ </div>
+ <div class="an rx cs al rz">
+ <div class="sa r">
+ <a href="https://itunes.apple.com/app/medium-everyones-stories/id828256236?pt=698524&amp;mt=8&amp;ct=post_page&amp;source=post_page-----d146a92473a1----------------------" class="bh bi at au av aw ax ay az ba rn ro bd rp rq" rel="noopener nofollow"><img alt="A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store" class="" src="https://miro.medium.com/max/270/1*Crl55Tm6yDNMoucPo1tvDg.png" width="135" height="41" /></a>
+ </div>
+ <div class="r">
+ <a href="https://play.google.com/store/apps/details?id=com.medium.reader&amp;source=post_page-----d146a92473a1----------------------" class="bh bi at au av aw ax ay az ba rn ro bd rp rq" rel="noopener nofollow"><img alt="A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store" class="" src="https://miro.medium.com/max/270/1*W_RAPQ62h0em559zluJLdQ.png" width="135" height="41" /></a>
+ </div>
</div>
</div>
- <div class="u-marginLeft50 u-xs-marginAuto"><span class="followState js-followState buttonSet-inner" data-user-id="77a507c5ad19"><button class="button u-noUserSelect button--withChrome u-baseColor--buttonNormal button--withHover button--unblock js-unblockButton u-uiTextSemibold u-textUppercase u-fontSizeSmallest" data-action="sign-in-prompt" data-sign-in-action="toggle-block-user" data-requires-token="true" data-action-source="sticky_footer"><span class="button-label button-defaultState">Blocked</span><span class="button-label button-hoverState">Unblock</span></button><button class="button button--primary is-active u-noUserSelect button--withChrome u-accentColor--buttonNormal button--follow js-followButton u-uiTextSemibold u-textUppercase u-fontSizeSmallest" data-action="sign-in-prompt" data-sign-in-action="toggle-subscribe-user" data-requires-token="true" data-redirect="https://medium.com/_/subscribe/user/77a507c5ad19" data-action-source="sticky_footer_follow"><span class="button-label button-defaultState js-buttonLabel">Follow</span><span class="button-label button-activeState">Get updates</span></button></span>
- </div>
- </div>
- </div>
- <div class="highlightMenu" data-action-scope="_actionscope_3">
- <div class="highlightMenu-inner">
- <div class="buttonSet"><button class="button button--chromeless u-baseColor--buttonNormal button--withIcon button--withSvgIcon button--highlightMenu u-accentColor--highlightStrong js-highlightMenuQuoteButton" data-action="sign-in-prompt" data-sign-in-action="quote" data-requires-token="true" data-redirect-type="quote" data-action-source="quote_menu"><span class="svgIcon svgIcon--highlighter svgIcon--25px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M13.7 15.964l5.204-9.387-4.726-2.62-5.204 9.387 4.726 2.62zm-.493.885l-1.313 2.37-1.252.54-.702 1.263-3.796-.865 1.228-2.213-.202-1.35 1.314-2.37 4.722 2.616z" fill-rule="evenodd"/></svg></span></button><button class="button button--chromeless u-baseColor--buttonNormal button--withIcon button--withSvgIcon button--highlightMenu " data-action="sign-in-prompt" data-sign-in-action="quote-respond" data-action-source="quote_menu"><span class="svgIcon svgIcon--responseFilled svgIcon--25px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M19.074 21.117c-1.244 0-2.432-.37-3.532-1.096a7.792 7.792 0 0 1-.703-.52c-.77.21-1.57.32-2.38.32-4.67 0-8.46-3.5-8.46-7.8C4 7.7 7.79 4.2 12.46 4.2c4.662 0 8.457 3.5 8.457 7.803 0 2.058-.85 3.984-2.403 5.448.023.17.06.35.118.55.192.69.537 1.38 1.026 2.04.15.21.172.48.058.7a.686.686 0 0 1-.613.38h-.03z" fill-rule="evenodd"/></svg></span></button><button class="button button--chromeless u-baseColor--buttonNormal button--withIcon button--withSvgIcon button--highlightMenu " data-action="twitter" data-action-source="quote_menu"><span class="svgIcon svgIcon--twitterFilled svgIcon--25px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><path d="M21.725 5.338c-.744.47-1.605.804-2.513 1.006a3.978 3.978 0 0 0-2.942-1.293c-2.22 0-4.02 1.81-4.02 4.02 0 .32.034.63.07.94-3.31-.18-6.27-1.78-8.255-4.23a4.544 4.544 0 0 0-.574 2.01c.04 1.43.74 2.66 1.8 3.38-.63-.01-1.25-.19-1.79-.5v.08c0 1.93 1.38 3.56 3.23 3.95-.34.07-.7.12-1.07.14-.25-.02-.5-.04-.72-.07.49 1.58 1.97 2.74 3.74 2.8a8.49 8.49 0 0 1-5.02 1.72c-.3-.03-.62-.04-.93-.07A11.447 11.447 0 0 0 8.88 21c7.386 0 11.43-6.13 11.414-11.414.015-.21.01-.38 0-.578a7.604 7.604 0 0 0 2.01-2.08 7.27 7.27 0 0 1-2.297.645 3.856 3.856 0 0 0 1.72-2.23"/></svg></span></button>
- <div class="buttonSet-separator"></div><button class="button button--chromeless u-baseColor--buttonNormal button--withIcon button--withSvgIcon button--highlightMenu " data-action="sign-in-prompt" data-sign-in-action="highlight" data-action-source="quote_menu"><span class="svgIcon svgIcon--privatenoteFilled svgIcon--25px"><svg xmlns="http://www.w3.org/2000/svg" class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25"><g fill-rule="evenodd"><path d="M17.662 4.552H7.346A4.36 4.36 0 0 0 3 8.898v5.685c0 2.168 1.614 3.962 3.697 4.28v2.77c0 .303.35.476.59.29l3.904-2.994h6.48c2.39 0 4.35-1.96 4.35-4.35V8.9c0-2.39-1.95-4.346-4.34-4.346zM16 14.31a.99.99 0 0 1-1.003.99h-4.994C9.45 15.3 9 14.85 9 14.31v-3.02a.99.99 0 0 1 1-.99v-.782a2.5 2.5 0 0 1 2.5-2.51c1.38 0 2.5 1.13 2.5 2.51v.782c.552.002 1 .452 1 .99v3.02z"/><path d="M14 9.81c0-.832-.674-1.68-1.5-1.68-.833 0-1.5.84-1.5 1.68v.49h3v-.49z"/></g></svg></span></button></div>
</div>
- <div class="highlightMenu-arrowClip"><span class="highlightMenu-arrow"></span></div>
</div>
</div>
</div>
- </div>
- <div class="loadingBar"></div>
- <script>
- // &lt;![CDATA[
- window["obvInit"] = function(opt_embedded) {
- window["obvInit"]["embedded"] = opt_embedded;
- window["obvInit"]["ready"] = true;
- }
- // ]]&gt;
- </script>
- <script>
- // &lt;![CDATA[
- var GLOBALS = {
- "audioUrl": "https://d1fcbxp97j4nb2.cloudfront.net",
- "baseUrl": "https://medium.com",
- "buildLabel": "27588-3cb8971",
- "currentUser": {
- "userId": "lo_4c2ff54882b4",
- "isVerified": false,
- "subscriberEmail": ""
- },
- "currentUserHasUnverifiedEmail": false,
- "isAuthenticated": false,
- "isCurrentUserVerified": false,
- "language": "en-us",
- "mediumTwitterScreenName": "medium",
- "miroUrl": "https://cdn-images-1.medium.com",
- "moduleUrls": {
- "base": "https://cdn-static-1.medium.com/_/fp/gen-js/main-base.bundle.iwEjGQsTOduS_qDGmWZZng.js",
- "notes": "https://cdn-static-1.medium.com/_/fp/gen-js/main-notes.bundle.4fp6HSt83KvFshqkijtyyQ.js",
- "posters": "https://cdn-static-1.medium.com/_/fp/gen-js/main-posters.bundle.sBoPOCjeITRjo9OsPC1VHA.js",
- "common-async": "https://cdn-static-1.medium.com/_/fp/gen-js/main-common-async.bundle.bQAtenPub_VKVyJSle9kcw.js",
- "stats": "https://cdn-static-1.medium.com/_/fp/gen-js/main-stats.bundle.MbJUn4Gmy9lhzoIH0Xeu-Q.js",
- "misc-screens": "https://cdn-static-1.medium.com/_/fp/gen-js/main-misc-screens.bundle.xXy0Vq1iCvTjwpERpFYbLQ.js"
- },
- "previewConfig": {
- "weightThreshold": 1,
- "weightImageParagraph": 0.51,
- "weightIframeParagraph": 0.8,
- "weightTextParagraph": 0.08,
- "weightEmptyParagraph": 0,
- "weightP": 0.003,
- "weightH": 0.005,
- "weightBq": 0.003,
- "minPTextLength": 60,
- "truncateBoundaryChars": 20,
- "detectTitle": true,
- "detectTitleLevThreshold": 0.15
- },
- "productName": "Medium",
- "supportsEdit": true,
- "termsUrl": "//medium.com/policy/9db0094a1e0f",
- "textshotHost": "textshot.medium.com",
- "transactionId": "1487321871169:47a64aeb5b9",
- "useragent": {
- "browser": "firefox",
- "family": "firefox",
- "os": "mac",
- "version": 54,
- "supportsDesktopEdit": true,
- "supportsInteract": true,
- "supportsView": true,
- "isMobile": false,
- "isTablet": false,
- "isNative": false,
- "supportsFileAPI": true,
- "isTier1": true,
- "clientVersion": "",
- "unknownParagraphsBad": false,
- "clientChannel": "",
- "supportsRealScrollEvents": true,
- "supportsVhUnits": true,
- "ruinsViewportSections": false,
- "supportsHtml5Video": true,
- "supportsMagicUnderlines": true,
- "isWebView": false,
- "isFacebookWebView": false,
- "supportsProgressiveMedia": true,
- "supportsPromotedPosts": true,
- "isBot": false,
- "supportsScrollableMetabar": true
- },
- "variants": {
- "enable_fuzzy_number_experiment": true,
- "allow_access": true,
- "allow_signup": true,
- "allow_test_auth": "disallow",
- "signin_services": "twitter,facebook,google,email,google-fastidv",
- "signup_services": "twitter,facebook,google,email,google-fastidv",
- "android_rating_prompt_recommend_threshold": 5,
- "google_sign_in_android": true,
- "enable_onboarding": true,
- "ios_custom_miro_url": "https://cdn-images-1.medium.com",
- "reengagement_notification_duration": 3,
- "enable_adsnative_integration": true,
- "browsable_stream_config_bucket": "curated",
- "ios_small_post_preview_truncation_length": 5.5,
- "ios_large_post_preview_truncation_length": 5.5,
- "disable_ios_catalog_badging": true,
- "enable_ranked_feed_survey_promo": true,
- "enable_prepublish_share_settings": true,
- "enable_direct_auth_connect": true,
- "enable_post_import": true,
- "enable_sponsored_post_labelling": true,
- "promoted_story_placement_locations": "POST_PAGE_FOOTER",
- "prmt_to_people_experiment": "macro",
- "enable_related_reads_curse_words_filtering": true,
- "enable_search_collection_by_tag_recency_filter": true,
- "search_collection_by_tag_filter_min_votes": 10,
- "enable_drag_and_drop_ui": true,
- "enable_catalog_takeover_route": true,
- "show_more_placements": "control",
- "enable_crex_directory": true,
- "enable_client_digest": true,
- "honeypot_footer_copy_strategy": 1,
- "enable_sms_app_promo": true,
- "enable_home_stream_follow_suggestions": true,
- "enable_export_members": true,
- "enable_onboarding_users_by_tag": true,
- "enable_publication_popovers": true,
- "enable_hide_broken_links": true
- },
- "xsrfToken": "",
- "iosAppId": "828256236",
- "supportEmail": "[email protected]",
- "teamName": "Team Medium",
- "fp": {
- "/icons/favicon.svg": "https://cdn-static-1.medium.com/_/fp/icons/favicon.KjTfUJo7yJH_fCoUzzH3cg.svg",
- "/icons/favicon-dev-editor.ico": "https://cdn-static-1.medium.com/_/fp/icons/favicon-dev-editor.YKKRxBO8EMvIqhyCwIiJeQ.ico",
- "/icons/favicon-hatch-editor.ico": "https://cdn-static-1.medium.com/_/fp/icons/favicon-hatch-editor.BuEyHIqlyh2s_XEk4Rl32Q.ico",
- "/icons/favicon-medium-editor.ico": "https://cdn-static-1.medium.com/_/fp/icons/favicon-medium-editor.PiakrZWB7Yb80quUVQWM6g.ico"
- },
- "authBaseUrl": "https://medium.com",
- "imageUploadSizeMb": 25,
- "isAuthDomainRequest": true,
- "algoliaApiEndpoint": "https://MQ57UUUQZ2-dsn.algolia.net",
- "algoliaAppId": "MQ57UUUQZ2",
- "algoliaSearchOnlyApiKey": "f2b83a373dfeab4286ac5e9da958a5a9",
- "iosAppStoreUrl": "https://itunes.apple.com/app/medium-everyones-stories/id828256236?pt=698524&amp;mt=8",
- "iosAppLinkBaseUrl": "medium:",
- "algoliaIndexPrefix": "medium_",
- "androidPlayStoreUrl": "https://play.google.com/store/apps/details?id=com.medium.reader",
- "googleClientId": "216296035834-k1k6qe060s2tp2a2jam4ljdcms00sttg.apps.googleusercontent.com",
- "androidPackage": "com.medium.reader",
- "androidPlayStoreMarketScheme": "market://details?id=com.medium.reader",
- "googleAuthUri": "https://accounts.google.com/o/oauth2/auth",
- "androidScheme": "medium",
- "layoutData": {
- "useDynamicScripts": false,
- "googleAnalyticsTrackingCode": "UA-24232453-2",
- "jsShivUrl": "https://cdn-static-1.medium.com/_/fp/js/shiv.RI2ePTZ5gFmMgLzG5bEVAA.js",
- "useDynamicCss": false,
- "faviconUrl": "https://cdn-static-1.medium.com/_/fp/icons/favicon-medium.TAS6uQ-Y7kcKgi0xjcYHXw.ico",
- "faviconImageId": "1*W0nmth_X8nFKjn6BZ388UQ.png",
- "fontSets": [{
- "id": 1,
- "url": "https://cdn-static-1.medium.com/_/fp/css/fonts-base.by5Oi_VbnwEIvhnWIsuUjA.css"
- }, {
- "id": 4,
- "url": "https://cdn-static-1.medium.com/_/fp/css/fonts-lazy-base.g08Jj5TZPAiuPWj5YNUsSg.css"
- }, {
- "id": 6,
- "url": "https://cdn-static-1.medium.com/_/fp/css/fonts-latin-base.141WxxXgxGxNcfeza73H7Q.css"
- }, {
- "id": 7,
- "url": "https://cdn-static-1.medium.com/_/fp/css/fonts-lazy-latin-base.jMU532QDmysQMOINr-cr2A.css"
- }]
- },
- "authBaseUrlRev": "moc.muidem//:sptth",
- "isDnt": false,
- "stripePublishableKey": "pk_live_7FReX44VnNIInZwrIIx6ghjl",
- "archiveUploadSizeMb": 100,
- "paymentData": {
- "currencies": {
- "1": {
- "label": "US Dollar",
- "external": "usd"
- }
- },
- "countries": {
- "1": {
- "label": "United States of America",
- "external": "US"
- }
- },
- "accountTypes": {
- "1": {
- "label": "Individual",
- "external": "individual"
- },
- "2": {
- "label": "Company",
- "external": "company"
- }
- }
- },
- "previewConfig2": {
- "weightThreshold": 1,
- "weightImageParagraph": 0.05,
- "raiseImage": true,
- "enforceHeaderHierarchy": true,
- "isImageInsetRight": true
- },
- "isAmp": false,
- "iosScheme": "medium",
- "isSwBoot": false,
- "lightstep": {
- "accessToken": "ce5be895bef60919541332990ac9fef2",
- "carrier": "{\"ot-tracer-spanid\":\"15bc037a2abad4d1\",\"ot-tracer-traceid\":\"079d7a5251befb42\",\"ot-tracer-sampled\":\"true\"}",
- "host": "collector-medium.lightstep.com"
- },
- "facebook": {
- "key": "542599432471018",
- "secret": "c14df7146e9052a1131f3c900c1f0644",
- "token": "542599432471018|1JqjIwxSfY9jOt_KwjWEl1R7T6I",
- "namespace": "medium-com",
- "scope": {
- "default": ["public_profile", "email", "user_friends"],
- "connect": ["public_profile", "email", "user_friends"],
- "login": ["public_profile", "email", "user_friends"],
- "share": ["public_profile", "email", "user_friends", "publish_actions"]
- },
- "smartPublishWhitelistedPublications": ["bcc38c8f6edf", "f3726e2a5878", "828a270689e", "81c7d351c056", "f30e42fd7ff8", "8bf1d7d3081b", "d16afa0ae7c", "d8f3f6ad9c31", "e74de0cedea9", "15f753907972", "c8c6a6b01ebd", "3412b9729488", "2ce4bbcf83bb", "544c7006046e", "7bfcdbc6b30a", "a268fd916824", "458a773bccd2"],
- "instantArticles": {
- "published": true,
- "developmentMode": false
- }
- },
- "mailingListArchiveUploadSizeMb": 2,
- "availableMembershipPlans": [],
- "isDoNotAuth": false,
- "goldfinchUrl": "https://goldfinch.medium.com"
- }
- // ]]&gt;
- </script>
- <script charset="UTF-8" src="https://cdn-static-1.medium.com/_/fp/gen-js/main-base.bundle.iwEjGQsTOduS_qDGmWZZng.js" async=""></script>
- <script>
- // &lt;![CDATA[
- window["obvInit"]({
- "value": {
- "id": "d146a92473a1",
- "versionId": "3fed73795ca4",
- "creatorId": "77a507c5ad19",
- "creator": {
- "userId": "77a507c5ad19",
- "name": "John C. Welch",
- "username": "johncwelch",
- "createdAt": 1408545892232,
- "lastPostCreatedAt": 1486930695056,
- "imageId": "0*qPHQu8WqsC6cV_ud.jpg",
- "backgroundImageId": "1*nYm-VLVTCtzpby_1jFUjRw.jpeg",
- "bio": "",
- "twitterScreenName": "",
- "socialStats": {
- "userId": "77a507c5ad19",
- "usersFollowedCount": 63,
- "usersFollowedByCount": 230,
- "type": "SocialStats"
- },
- "social": {
- "userId": "lo_4c2ff54882b4",
- "targetUserId": "77a507c5ad19",
- "type": "Social"
- },
- "facebookAccountId": "10152302268220732",
- "allowNotes": 1,
- "type": "User"
- },
- "homeCollectionId": "",
- "title": "Samantha and The Great Big Lie",
- "detectedLanguage": "en",
- "latestVersion": "3fed73795ca4",
- "latestPublishedVersion": "3fed73795ca4",
- "hasUnpublishedEdits": false,
- "latestRev": 1797,
- "createdAt": 1444864250473,
- "updatedAt": 1449844114438,
- "acceptedAt": 0,
- "firstPublishedAt": 1444875555607,
- "latestPublishedAt": 1449844114438,
- "vote": false,
- "experimentalCss": "",
- "displayAuthor": "",
- "content": {
- "subtitle": "How to get shanked doing what people say they want",
- "bodyModel": {
- "paragraphs": [{
- "name": "b34c",
- "type": 3,
- "text": "Samantha and The Great Big Lie",
- "markups": []
- }, {
- "name": "97e7",
- "type": 1,
- "text": "How to get shanked doing what people say they want",
- "markups": []
- }, {
- "name": "df70",
- "type": 6,
- "text": "don’t preach to me\nMr. integrity",
- "markups": []
- }, {
- "name": "c979",
- "type": 1,
- "text": "(EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a dusting of transphobia along the way, all totally okay because the ends justify the means, and it’s okay when “good” people do it.)",
- "markups": []
- }, {
- "name": "342d",
- "type": 1,
- "text": "First, I need to say something about this article: the reason I’m writing it infuriates me. Worse than installing CS 3 or Acrobat 7 ever did, and the former inspired comparisons to fecophile porn. I’m actually too mad to cuss. Well, not completely, but in this case, I don’t think the people I’m mad at are worth the creativity I try to put into profanity. This is about a brownfield of hypocrisy and viciously deliberate mischaracterization that “shame” cannot even come close to the shame those behind it should feel.",
- "markups": []
- }, {
- "name": "2e61",
- "type": 1,
- "text": "Now, read this post by Samantha Bielefeld: The Elephant in the Room. First, it is a well-written critical piece that raises a few points in a calm, rational, nonconfrontational fashion, exactly the kind of things the pushers of The Great Big Lie say we need more of, as opposed to the screaming that is the norm in such cases.",
- "markups": []
- }, {
- "name": "cd31",
- "type": 1,
- "text": "…sorry, I should explain “The Great Big Lie”. There are several, but in this case, our specific instance of “The Great Big Lie” is about criticism. Over and over, you hear from the very people I am not going to be nice to in this that we need “better” criticsm. Instead of rage and anger, volume and vitriol, we need in-depth rational criticism, that isn’t personal or ad hominem. That it should focus on points, not people.",
- "markups": [{
- "type": 2,
- "start": 87,
- "end": 95
- }]
- }, {
- "name": "ae07",
- "type": 1,
- "text": "That, readers, is “The Big Lie”. It is a lie so big that if one ponders the reality of it, as I am going to, one wonders why anyone would believe it. It is a lie and it is one we should stop telling.",
- "markups": []
- }, {
- "name": "a02f",
- "type": 1,
- "text": "Samantha’s points (I assume you read it, for you are smart people who know the importance of such things) are fairly clear:",
- "markups": []
- }, {
- "name": "9213",
- "type": 10,
- "text": "With the release of Overcast 2.0, a product Samantha actually likes, Marco Arment moved to a patronage model that will probably be successful for him.",
- "markups": [{
- "type": 3,
- "start": 93,
- "end": 108,
- "href": "http://www.marco.org/2015/10/09/overcast2",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "dfa5",
- "type": 10,
- "text": "Arment’s insistence that “anyone can do this” while technically true, (anyone can in fact, implement this pricing model), also implies that “anyone” can have the kind of success that a developer with Marco’s history, financial status, and deep ties to the Apple News Web is expected to have. This is silly.",
- "markups": [{
- "type": 3,
- "start": 26,
- "end": 44,
- "href": "https://medium.com/@marcoarment/pragmatic-app-pricing-a79fc07218f3",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "e55d",
- "type": 10,
- "text": "Marco Arment occupies a fairly unique position in the Apple universe, (gained by hard work and no small talent), and because of that, benefits from a set of privileges that a new developer or even one that has been around for a long time, but isn’t, well, Marco, not only don’t have, but have little chance of attaining anytime soon.",
- "markups": [{
- "type": 2,
- "start": 256,
- "end": 261
- }]
- }, {
- "name": "35fb",
- "type": 10,
- "text": "Marco has earned his success and is entitled to the benefits and privileges it brings, but he seems rather blind to all of that, and seems to still imagine himself as “two guys in a garage”. This is just not correct.",
- "markups": []
- }, {
- "name": "38e2",
- "type": 10,
- "text": "In addition, the benefits and privileges of the above ensure that by releasing Overcast 2 as a free app, with patronage pricing, he has, if not gutted, severely hurt the ability of folks actually selling their apps for an up-front price of not free to continue doing so. This has the effect of accelerating the “race to the bottom” in the podcast listening app segment, which hurts devs who cannot afford to work on a “I don’t really need this money, so whatever you feel like sending is okay” model.",
- "markups": []
- }, {
- "name": "0481",
- "type": 1,
- "text": "None of this is incorrect. None of this is an ad hominem attack in any way. It is just pointing out that a developer of Arment’s stature and status lives in a very different world than someone in East Frog Balls, Arkansas trying to make a living off of App sales. Our dev in EFB doesn’t have the main sites on the Apple web falling all over themselves to review their app the way that Arment does. They’re not friends with the people being The Loop, Daring Fireball, SixColors, iMore, The Mac Observer, etc., yadda.",
- "markups": []
- }, {
- "name": "5a45",
- "type": 1,
- "text": "So, our hero, in a fit of well-meaning ignorance writes this piece (posted this morning, 14 Oct. 15) and of course, the response and any criticisms are just as reasonable and thoughtful.",
- "markups": []
- }, {
- "name": "3bc7",
- "type": 1,
- "text": "If you really believe that, you are the most preciously ignorant person in the world, and can I have your seriously charmed life.",
- "markups": []
- }, {
- "name": "0fb2",
- "type": 1,
- "text": "The response, from all quarters, including Marco, someone who is so sensitive to criticism that the word “useless” is enough to shut him down, who blocked a friend of mine for the high crime of pointing out that his review of podcasting mics centered around higher priced gear and ignored folks without the scratch, who might not be ready for such things, is, in a single word, disgusting. Vomitous even.",
- "markups": [{
- "type": 3,
- "start": 118,
- "end": 141,
- "href": "http://www.marco.org/2011/03/30/here-is-a-tip-for-all-the-non-developers-out",
- "title": "",
- "rel": "",
- "anchorType": 0
- }, {
- "type": 3,
- "start": 147,
- "end": 354,
- "href": "https://twitter.com/marcoarment/status/641330113934700544",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "9a6e",
- "type": 1,
- "text": "It’s an hours-long dogpile that beggars even my imagination, and I can imagine almost anything. Seriously, it’s all there in Samantha’s Twitter Feed. From what I can tell, she’s understandably shocked over it. I however was not. This one comment in her feed made me smile (warning, this wanders a bit…er…LOT. Twitter timelines are not easy to put together):",
- "markups": [{
- "type": 3,
- "start": 125,
- "end": 148,
- "href": "https://twitter.com/s_bielefeld/with_replies",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "3271",
- "type": 6,
- "text": "I can see why you have some reservations about publishing it, but my gut feeling is that he would take it better than Nilay.",
- "markups": []
- }, {
- "name": "ec72",
- "type": 1,
- "text": "Oh honey, bless your sweet, ignorant heart. Marco is one of the biggest pushers of The Big Lie, and one of the reasons it is such a lie.",
- "markups": [{
- "type": 2,
- "start": 125,
- "end": 129
- }]
- }, {
- "name": "5cc4",
- "type": 1,
- "text": "But it gets better. First, you have the “hey, Marco earned his status!” lot. A valid point, and one Bielefeld explicitly acknowledges, here:",
- "markups": [{
- "type": 2,
- "start": 52,
- "end": 58
- }]
- }, {
- "name": "4e5f",
- "type": 6,
- "text": "From his ground floor involvement in Tumblr (for which he is now a millionaire), to the creation and sale of a wildly successful app called Instapaper, he has become a household name in technology minded circles. It is this extensive time spent in the spotlight, the huge following on Twitter, and dedicated listeners of his weekly aired Accidental Tech Podcast, that has granted him the freedom to break from seeking revenue in more traditional manners.",
- "markups": []
- }, {
- "name": "cee9",
- "type": 1,
- "text": "and here:",
- "markups": []
- }, {
- "name": "3f1b",
- "type": 6,
- "text": "I’m not knocking his success, he has put effort into his line of work, and has built his own life.",
- "markups": []
- }, {
- "name": "e527",
- "type": 1,
- "text": "and here:",
- "markups": []
- }, {
- "name": "3e4f",
- "type": 6,
- "text": "He has earned his time in the spotlight, and it’s only natural for him to take advantage of it.",
- "markups": []
- }, {
- "name": "8a01",
- "type": 1,
- "text": "But still, you get the people telling her something she already acknowledge:",
- "markups": []
- }, {
- "name": "7685",
- "type": 6,
- "text": "I don’t think he’s blind. he’s worked to where he has gotten and has had failures like everyone else.",
- "markups": []
- }, {
- "name": "b151",
- "type": 1,
- "text": "Thank you for restating something in the article. To the person who wrote it.",
- "markups": []
- }, {
- "name": "87bc",
- "type": 1,
- "text": "In the original article, Samantha talked about the money Marco makes from his podcast. She based that on the numbers provided by ATP in terms of sponsorship rates and the number of current sponsors the podcast has. Is this going to yield perfect numbers? No. But the numbers you get from it will at least be reasonable, or should be unless the published sponsorship rates are just fantasy, and you’re stupid for taking them seriously.",
- "markups": [{
- "type": 3,
- "start": 117,
- "end": 162,
- "href": "http://atp.fm/sponsor/",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "dbda",
- "type": 1,
- "text": "At first, she went with a simple formula:",
- "markups": []
- }, {
- "name": "1b4e",
- "type": 6,
- "text": "$4K x 3 per episode = $12K x 52 weeks / 3 hosts splitting it.",
- "markups": []
- }, {
- "name": "0b33",
- "type": 1,
- "text": "That’s not someone making shit up, right? Rather quickly, someone pointed out that she’d made an error in how she calculated it:",
- "markups": []
- }, {
- "name": "76d7",
- "type": 6,
- "text": "That’s $4k per ad, no? So more like $12–16k per episode.",
- "markups": []
- }, {
- "name": "a089",
- "type": 1,
- "text": "She’d already realized her mistake and fixed it.",
- "markups": []
- }, {
- "name": "b369",
- "type": 6,
- "text": "which is actually wrong, and I’m correcting now. $4,000 per sponsor, per episode! So, $210,000 per year.",
- "markups": []
- }, {
- "name": "8b3b",
- "type": 1,
- "text": "Again, this is based on publicly available data the only kind someone not part of ATP or a close friend of Arment has access to. So while her numbers may be wrong, if they are, there’s no way for her to know that. She’s basing her opinion on actual available data. Which is sadly rare.",
- "markups": [{
- "type": 2,
- "start": 24,
- "end": 47
- }]
- }, {
- "name": "135a",
- "type": 1,
- "text": "This becomes a huge flashpoint. You name a reason to attack her over this, people do. No really. For example, she’s not calculating his income taxes correctly:",
- "markups": [{
- "type": 2,
- "start": 136,
- "end": 158
- }]
- }, {
- "name": "5e7e",
- "type": 6,
- "text": "especially since it isn’t his only source of income thus, not an indicator of his marginal inc. tax bracket.",
- "markups": []
- }, {
- "name": "6036",
- "type": 6,
- "text": "thus, guessing net income is more haphazard than stating approx. gross income.",
- "markups": []
- }, {
- "name": "aac1",
- "type": 1,
- "text": "Ye Gods. She’s not doing his taxes for him, her point is invalid?",
- "markups": []
- }, {
- "name": "600f",
- "type": 1,
- "text": "Then there’s the people who seem to have not read anything past what other people are telling them:",
- "markups": []
- }, {
- "name": "9b62",
- "type": 6,
- "text": "Not sure what to make of your Marco piece, to be honest. You mention his fame, whatever, but what’s the main idea here?",
- "markups": []
- }, {
- "name": "c18a",
- "type": 1,
- "text": "Just how spoon-fed do you have to be? Have you no teeth?",
- "markups": []
- }, {
- "name": "c445",
- "type": 1,
- "text": "Of course, Marco jumps in, and predictably, he’s snippy:",
- "markups": []
- }, {
- "name": "0c21",
- "type": 6,
- "text": "If you’re going to speak in precise absolutes, it’s best to first ensure that you’re correct.",
- "markups": []
- }, {
- "name": "8f8d",
- "type": 1,
- "text": "If you’re going to be like that, it’s best to provide better data. Don’t get snippy when someone is going off the only data available, and is clearly open to revising based on better data.",
- "markups": []
- }, {
- "name": "cc97",
- "type": 1,
- "text": "Then Marco’s friends/fans get into it:",
- "markups": []
- }, {
- "name": "f9da",
- "type": 6,
- "text": "I really don’t understand why it’s anyone’s business",
- "markups": []
- }, {
- "name": "0094",
- "type": 1,
- "text": "Samantha is trying to qualify for sainthood at this point:",
- "markups": []
- }, {
- "name": "0105",
- "type": 6,
- "text": "It isn’t really, it was a way of putting his income in context in regards to his ability to gamble with Overcast.",
- "markups": []
- }, {
- "name": "cdd1",
- "type": 1,
- "text": "Again, she’s trying to drag people back to her actual point, but no one is going to play. The storm has begun. Then we get people who are just spouting nonsense:",
- "markups": []
- }, {
- "name": "f56c",
- "type": 6,
- "text": "Why is that only relevant for him? It’s a pretty weird metric,especially since his apps aren’t free.",
- "markups": []
- }, {
- "name": "4fef",
- "type": 1,
- "text": "Wha?? Overcast 2 is absolutely free. Samantha points this out:",
- "markups": []
- }, {
- "name": "0f36",
- "type": 6,
- "text": "His app is free, that’s what sparked the article to begin with.",
- "markups": []
- }, {
- "name": "40d2",
- "type": 1,
- "text": "The response is literally a parallel to “How can there be global warming if it snowed today in my town?”",
- "markups": []
- }, {
- "name": "6760",
- "type": 6,
- "text": "If it’s free, how have I paid for it? Twice?",
- "markups": []
- }, {
- "name": "7b13",
- "type": 1,
- "text": "She is still trying:",
- "markups": []
- }, {
- "name": "44ba",
- "type": 6,
- "text": "You paid $4.99 to unlock functionality in Overcast 1.0 and you chose to support him with no additional functionality in 2.0",
- "markups": []
- }, {
- "name": "2152",
- "type": 1,
- "text": "He is having none of it. IT SNOWED! SNOWWWWWWW!",
- "markups": []
- }, {
- "name": "99a6",
- "type": 6,
- "text": "Yes. That’s not free. Free is when you choose not to make money. And that can be weaponized. But that’s not what Overcast does.",
- "markups": []
- }, {
- "name": "5e6f",
- "type": 1,
- "text": "She however, is relentless:",
- "markups": []
- }, {
- "name": "1b0f",
- "type": 6,
- "text": "No, it’s still free. You can choose to support it, you are required to pay $4.99 for Pocket Casts. Totally different model.",
- "markups": []
- }, {
- "name": "d24f",
- "type": 1,
- "text": "Dude seems to give up. (Note: allllll the people bagging on her are men. All of them. Mansplaining like hell. And I’d bet every one of them considers themselves a feminist.)",
- "markups": []
- }, {
- "name": "10e1",
- "type": 1,
- "text": "We get another guy trying to push the narrative she’s punishing him for his success, which is just…it’s stupid, okay? Stupid.",
- "markups": []
- }, {
- "name": "9b01",
- "type": 6,
- "text": "It also wasn’t my point in writing my piece today, but it seems to be everyone’s focus.",
- "markups": []
- }, {
- "name": "340c",
- "type": 1,
- "text": "(UNDERSTATEMENT OF THE YEAR)",
- "markups": []
- }, {
- "name": "7244",
- "type": 6,
- "text": "I think the focus should be more on that fact that while it’s difficult, Marco spent years building his audience.",
- "markups": []
- }, {
- "name": "ffb1",
- "type": 6,
- "text": "It doesn’t matter what he makes it how he charges. If the audience be earned is willing to pay for it, awesome.",
- "markups": []
- }, {
- "name": "e44e",
- "type": 1,
- "text": "She tries, oh lord, she tries:",
- "markups": []
- }, {
- "name": "a502",
- "type": 6,
- "text": "To assert that he isn’t doing anything any other dev couldn’t, is wrong. It’s successful because it’s Marco.",
- "markups": []
- }, {
- "name": "7dcd",
- "type": 1,
- "text": "But no, HE KNOWS HER POINT BETTER THAN SHE DOES:",
- "markups": []
- }, {
- "name": "a62a",
- "type": 6,
- "text": "No, it’s successful because he busted his ass to make it so. It’s like any other business. He grew it.",
- "markups": []
- }, {
- "name": "df8c",
- "type": 1,
- "text": "Christ. This is like a field of strawmen. Stupid ones. Very stupid ones.",
- "markups": []
- }, {
- "name": "521a",
- "type": 1,
- "text": "One guy tries to blame it all on Apple, another in a string of Wha??? moments:",
- "markups": []
- }, {
- "name": "d80d",
- "type": 6,
- "text": "the appropriate context is Apple’s App Store policies. Other devs aren’t Marco’s responsibility",
- "markups": []
- }, {
- "name": "db0b",
- "type": 1,
- "text": "Seriously? Dude, are you even trying to talk about what Samantha actually wrote? At this point, Samantha is clearly mystified at the entire thing:",
- "markups": []
- }, {
- "name": "7a78",
- "type": 6,
- "text": "Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?",
- "markups": []
- }, {
- "name": "6e09",
- "type": 1,
- "text": "Because it’s a nit they can pick and allows them to ignore everything you wrote. That’s the only reason.",
- "markups": []
- }, {
- "name": "b7db",
- "type": 1,
- "text": "One guy is “confused”:",
- "markups": []
- }, {
- "name": "3626",
- "type": 6,
- "text": "I see. He does have clout, so are you saying he’s too modest in how he sees himself as a dev?",
- "markups": []
- }, {
- "name": "9daa",
- "type": 6,
- "text": "Yes. He can’t be equated to the vast majority of other developers. Like calling Gruber, “just another blogger”.",
- "markups": []
- }, {
- "name": "f6da",
- "type": 6,
- "text": "Alright, that’s fair. I was just confused by the $ and fame angle at first.",
- "markups": []
- }, {
- "name": "d5b1",
- "type": 1,
- "text": "Samantha’s point centers on the benefits Marco gains via his fame and background. HOW DO YOU NOT MENTION THAT? HOW IS THAT CONFUSING?",
- "markups": [{
- "type": 2,
- "start": 82,
- "end": 133
- }]
- }, {
- "name": "58d0",
- "type": 1,
- "text": "People of course are telling her it’s her fault for mentioning a salient fact at all:",
- "markups": []
- }, {
- "name": "30d2",
- "type": 6,
- "text": "Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?",
- "markups": []
- }, {
- "name": "765b",
- "type": 6,
- "text": "Maybe because you went there with your article?",
- "markups": []
- }, {
- "name": "61fe",
- "type": 6,
- "text": "As a way of rationalizing his ability to gamble with the potential for Overcast to generate income…not the norm at all.",
- "markups": []
- }, {
- "name": "f17c",
- "type": 1,
- "text": "Of course, had she not brought up those important points, she’d have been bagged on for “not providing proof”. Lose some, lose more. By now, she’s had enough and she just deletes all mention of it. Understandable, but sad she was bullied into doing that.",
- "markups": []
- }, {
- "name": "0b60",
- "type": 1,
- "text": "Yes, bullied. That’s all this is. Bullying. She didn’t lie, cheat, or exaagerate. If her numbers were wrong, they weren’t wrong in a way she had any ability to do anything about. But there’s blood in the water, and the comments and attacks get worse:",
- "markups": []
- }, {
- "name": "65ab",
- "type": 6,
- "text": "Because you decided to start a conversation about someone else’s personal shit. You started this war.",
- "markups": []
- }, {
- "name": "1adb",
- "type": 1,
- "text": "War. THIS. IS. WAR.",
- "markups": []
- }, {
- "name": "de94",
- "type": 1,
- "text": "This is a bunch of nerds attacking someone for reasoned, calm, polite criticism of their friend/idol. Samantha is politely pushing back a bit:",
- "markups": [{
- "type": 2,
- "start": 63,
- "end": 69
- }]
- }, {
- "name": "4458",
- "type": 6,
- "text": "That doesn’t explain why every other part of my article is being pushed aside.",
- "markups": []
- }, {
- "name": "aeac",
- "type": 1,
- "text": "She’s right. This is all nonsense. This is people ignoring her article completely, just looking for things to attack so it can be dismissed. It’s tribalism at its purest.",
- "markups": []
- }, {
- "name": "0078",
- "type": 1,
- "text": "Then some of the other annointed get into it, including Jason Snell in one of the most spectactular displays of “I have special knowledge you can’t be expected to have, therefore you are totally off base and wrong, even though there’s no way for you to know this” I’ve seen in a while. Jason:",
- "markups": []
- }, {
- "name": "c4c9",
- "type": 6,
- "text": "You should never use an ad rate card to estimate ad revenue from any media product ever.",
- "markups": []
- }, {
- "name": "b66b",
- "type": 6,
- "text": "I learned this when I started working for a magazine — rate cards are mostly fiction, like prices on new cars",
- "markups": []
- }, {
- "name": "6907",
- "type": 1,
- "text": "How…exactly…in the name of whatever deity Jason may believe in…is Samantha or anyone not “in the biz” supposed to know this. Also, what exactly does a magazine on paper like Macworld have to do with sponsorships for a podcast? I have done podcasts that were sponsored, and I can retaliate with “we charged what the rate card said we did. Checkmate Elitests!”",
- "markups": [{
- "type": 2,
- "start": 338,
- "end": 357
- }]
- }, {
- "name": "41ec",
- "type": 1,
- "text": "Samantha basically abases herself at his feet:",
- "markups": []
- }, {
- "name": "0b14",
- "type": 6,
- "text": "I understand my mistake, and it’s unfortunate that it has completely diluted the point of my article.",
- "markups": []
- }, {
- "name": "590f",
- "type": 1,
- "text": "I think she should have told him where and how to stuff that nonsense, but she’s a nicer person than I am. Also, it’s appropriate that Jason’s twitter avatar has its nose in the air. This is some rank snobbery. It’s disgusting and if anyone pulled that on him, Jason would be very upset. But hey, one cannot criticize The Marco without getting pushback. By “pushback”, I mean “an unrelenting fecal flood”.",
- "markups": []
- }, {
- "name": "69dc",
- "type": 1,
- "text": "Her only mistake was criticizing one of the Kool Kids. Folks, if you criticize anyone in The Deck Clique, or their friends, expect the same thing, regardless of tone or point.",
- "markups": []
- }, {
- "name": "5ab4",
- "type": 1,
- "text": "Another App Dev, seemingly unable to parse Samantha’s words, needs more explanation:",
- "markups": [{
- "type": 2,
- "start": 67,
- "end": 71
- }]
- }, {
- "name": "957b",
- "type": 6,
- "text": "so just looking over your mentions, I’m curious what exactly was your main point? Ignoring the podcast income bits.",
- "markups": []
- }, {
- "name": "0a7e",
- "type": 1,
- "text": "Oh wait, he didn’t even read the article. Good on you, Dev Guy, good. on. you. Still, she plays nice with someone who didn’t even read her article:",
- "markups": [{
- "type": 2,
- "start": 101,
- "end": 146
- }]
- }, {
- "name": "f7db",
- "type": 6,
- "text": "That a typical unknown developer can’t depend on patronage to generate revenue, and charging for apps will become a negative.",
- "markups": []
- }, {
- "name": "937f",
- "type": 1,
- "text": "Marco comes back of course, and now basically accuses her of lying about other devs talking to her and supporting her point:",
- "markups": []
- }, {
- "name": "c9dd",
- "type": 6,
- "text": "How many actual developers did you hear from, really? Funny how almost nobody wants to give a (real) name on these accusations.",
- "markups": []
- }, {
- "name": "c522",
- "type": 1,
- "text": "Really? You’re going to do that? “There’s no name, so I don’t think it’s a real person.” Just…what’s the Joe Welch quote from the McCarthy hearings?",
- "markups": []
- }, {
- "name": "907e",
- "type": 6,
- "text": "Let us not assassinate this lad further, Senator. You’ve done enough. Have you no sense of decency, sir? At long last, have you left no sense of decency?",
- "markups": []
- }, {
- "name": "2158",
- "type": 1,
- "text": "That is what this is at this point: character assasination because she said something critical of A Popular Person. It’s disgusting. Depressing and disgusting. No one, none of these people have seriously discussed her point, heck, it looks like they barely bothered to read it, if they did at all.",
- "markups": []
- }, {
- "name": "13f8",
- "type": 1,
- "text": "Marco starts getting really petty with her (no big shock) and Samantha finally starts pushing back:",
- "markups": []
- }, {
- "name": "96c6",
- "type": 6,
- "text": "Glad to see you be the bigger person and ignore the mindset of so many developers not relating to you, good for you!",
- "markups": []
- }, {
- "name": "5d3f",
- "type": 1,
- "text": "That of course, is what caused Marco to question the validity, if not the existence of her sources. (Funny how anonymous sources are totes okay when they convenience Marco et al, and work for oh, Apple, but when they are inconvenient? Ha! PROVIDE ME PROOF YOU INTEMPERATE WOMAN!)",
- "markups": [{
- "type": 2,
- "start": 196,
- "end": 201
- }]
- }, {
- "name": "c07c",
- "type": 1,
- "text": "Make no mistake, there’s some sexist shit going on here. Every tweet I’ve quoted was authored by a guy.",
- "markups": []
- }, {
- "name": "8b32",
- "type": 1,
- "text": "Of course, Marco has to play the “I’ve been around longer than you” card with this bon mot:",
- "markups": []
- }, {
- "name": "de26",
- "type": 6,
- "text": "Yup, before you existed!",
- "markups": []
- }, {
- "name": "a3bd",
- "type": 1,
- "text": "Really dude? I mean, I’m sorry about the penis, but really?",
- "markups": []
- }, {
- "name": "1c51",
- "type": 1,
- "text": "Mind you, when the criticism isn’t just bizarrely stupid, Samantha reacts the way Marco and his ilk claim they would to (if they ever got any valid criticism. Which clearly is impossible):",
- "markups": [{
- "type": 2,
- "start": 142,
- "end": 147
- }]
- }, {
- "name": "9848",
- "type": 6,
- "text": "Not to get into the middle of this, but “income” is not the term you’re looking for. “Revenue” is.",
- "markups": []
- }, {
- "name": "f2a6",
- "type": 6,
- "text": "lol. Noted.",
- "markups": []
- }, {
- "name": "aed9",
- "type": 6,
- "text": "And I wasn’t intending to be a dick, just a lot of people hear/say “income” when they intend “revenue”, and then discussion …",
- "markups": []
- }, {
- "name": "f9d8",
- "type": 6,
- "text": "… gets derailed by a jedi handwave of “Expenses”. But outside of charitable donation, it is all directly related.",
- "markups": []
- }, {
- "name": "f61c",
- "type": 6,
- "text": "haha. Thank you for the clarification.",
- "markups": []
- }, {
- "name": "5dd9",
- "type": 1,
- "text": "Note to Marco and the other…whatever they are…that is how one reacts to that kind of criticism. With a bit of humor and self-deprecation. You should try it sometime. For real, not just in your heads or conversations in Irish Pubs in S.F.",
- "markups": []
- }, {
- "name": "dc44",
- "type": 1,
- "text": "But now, the door has been cracked, and the cheap shots come out:",
- "markups": []
- }, {
- "name": "0c94",
- "type": 6,
- "text": "@testflight_app: Don’t worry guys, we process @marcoarment’s apps in direct proportion to his megabucks earnings. #fairelephant",
- "markups": [{
- "type": 3,
- "start": 46,
- "end": 58,
- "href": "https://twitter.com/marcoarment",
- "title": "",
- "rel": "",
- "anchorType": 0
- }, {
- "type": 3,
- "start": 114,
- "end": 127,
- "href": "https://twitter.com/hashtag/fairelephant?src=hash",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "343b",
- "type": 1,
- "text": "(Note: testflight_app is a parody account. Please do not mess with the actual testflight folks. They are still cool.)",
- "markups": []
- }, {
- "name": "09bf",
- "type": 1,
- "text": "Or this…conversation:",
- "markups": []
- }, {
- "name": "4d63",
- "type": 4,
- "text": "",
- "markups": [],
- "layout": 1,
- "metadata": {
- "id": "1*kbPh7V97eyRodSOw2-ALDw.png",
- "originalWidth": 398,
- "originalHeight": 542
- }
- }, {
- "name": "f2a3",
- "type": 1,
- "text": "Good job guys. Good job. Defend the tribe. Attack the other. Frederico attempts to recover from his stunning display of demeaning douchery: ‏@viticci: @s_bielefeld I don’t know if it’s an Italian thing, but counting other people’s money is especially weird for me. IMO, bad move in the post.",
- "markups": [{
- "type": 3,
- "start": 140,
- "end": 149,
- "href": "https://twitter.com/viticci",
- "title": "",
- "rel": "",
- "name": "",
- "anchorType": 0,
- "creatorIds": [],
- "userId": ""
- }, {
- "type": 3,
- "start": 151,
- "end": 163,
- "href": "https://twitter.com/s_bielefeld",
- "title": "",
- "rel": "",
- "name": "",
- "anchorType": 0,
- "creatorIds": [],
- "userId": ""
- }]
- }, {
- "name": "ae0c",
- "type": 1,
- "text": "Samantha is clearly sick of his crap: ‏@s_bielefeld: @viticci That’s what I’m referring to, the mistake of ever having mentioned it. So, now, Marco can ignore the bigger issue and go on living.",
- "markups": [{
- "type": 3,
- "start": 38,
- "end": 51,
- "href": "https://twitter.com/s_bielefeld",
- "title": "",
- "rel": "",
- "name": "",
- "anchorType": 0,
- "creatorIds": [],
- "userId": ""
- }, {
- "type": 3,
- "start": 53,
- "end": 61,
- "href": "https://twitter.com/viticci",
- "title": "",
- "rel": "",
- "name": "",
- "anchorType": 0,
- "creatorIds": [],
- "userId": ""
- }]
- }, {
- "name": "2047",
- "type": 1,
- "text": "Good for her. There’s being patient and being roadkill.",
- "markups": []
- }, {
- "name": "4139",
- "type": 1,
- "text": "Samantha does put the call out for her sources to maybe let her use their names:",
- "markups": []
- }, {
- "name": "6626",
- "type": 6,
- "text": "From all of you I heard from earlier, anyone care to go on record?",
- "markups": []
- }, {
- "name": "8a7d",
- "type": 1,
- "text": "My good friend, The Angry Drunk points out the obvious problem:",
- "markups": []
- }, {
- "name": "68c9",
- "type": 6,
- "text": "Nobody’s going to go on record when they count on Marco’s friends for their PR.",
- "markups": []
- }, {
- "name": "317d",
- "type": 1,
- "text": "This is true. Again, the sites that are Friends of Marco:",
- "markups": []
- }, {
- "name": "9523",
- "type": 1,
- "text": "Daring Fireball",
- "markups": []
- }, {
- "name": "dbc7",
- "type": 1,
- "text": "The Loop",
- "markups": []
- }, {
- "name": "c706",
- "type": 1,
- "text": "SixColors",
- "markups": []
- }, {
- "name": "0acb",
- "type": 1,
- "text": "iMore",
- "markups": []
- }, {
- "name": "8c8c",
- "type": 1,
- "text": "MacStories",
- "markups": []
- }, {
- "name": "643e",
- "type": 1,
- "text": "A few others, but I want this post to end one day.",
- "markups": []
- }, {
- "name": "6b76",
- "type": 1,
- "text": "You piss that crew off, and given how petty rather a few of them have demonstrated they are, good luck on getting any kind of notice from them.",
- "markups": []
- }, {
- "name": "f7d1",
- "type": 1,
- "text": "Of course, the idea this could happen is just craycray:",
- "markups": []
- }, {
- "name": "de59",
- "type": 6,
- "text": "@KevinColeman .@Angry_Drunk @s_bielefeld @marcoarment Wow, you guys are veering right into crazy conspiracy theory territory. #JetFuelCantMeltSteelBeams",
- "markups": [{
- "type": 3,
- "start": 0,
- "end": 14,
- "href": "https://twitter.com/KevinColeman",
- "title": "",
- "rel": "",
- "anchorType": 0
- }, {
- "type": 3,
- "start": 14,
- "end": 27,
- "href": "https://twitter.com/Angry_Drunk",
- "title": "",
- "rel": "",
- "anchorType": 0
- }, {
- "type": 3,
- "start": 28,
- "end": 40,
- "href": "https://twitter.com/s_bielefeld",
- "title": "",
- "rel": "",
- "anchorType": 0
- }, {
- "type": 3,
- "start": 41,
- "end": 53,
- "href": "https://twitter.com/marcoarment",
- "title": "",
- "rel": "",
- "anchorType": 0
- }, {
- "type": 3,
- "start": 126,
- "end": 152,
- "href": "https://twitter.com/hashtag/JetFuelCantMeltSteelBeams?src=hash",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "f01b",
- "type": 1,
- "text": "Yeah. Because a mature person like Marco would never do anything like that.",
- "markups": []
- }, {
- "name": "7e30",
- "type": 1,
- "text": "Of course, the real point on this is starting to happen:",
- "markups": []
- }, {
- "name": "5d93",
- "type": 6,
- "text": "you’re getting a lot of heat now but happy you are writing things that stir up the community. Hope you continue to be a voice!",
- "markups": []
- }, {
- "name": "436b",
- "type": 6,
- "text": "I doubt I will.",
- "markups": []
- }, {
- "name": "ac25",
- "type": 1,
- "text": "See, they’ve done their job. Mess with the bull, you get the horns. Maybe you should find another thing to write about, this isn’t a good place for you. Great job y’all.",
- "markups": [{
- "type": 2,
- "start": 153,
- "end": 158
- }]
- }, {
- "name": "07ba",
- "type": 1,
- "text": "Some people aren’t even pretending. They’re just in full strawman mode:",
- "markups": []
- }, {
- "name": "3d60",
- "type": 6,
- "text": "@timkeller: Unfair to begrudge a person for leveraging past success, especially when that success is earned. No ‘luck’ involved.",
- "markups": [{
- "type": 3,
- "start": 0,
- "end": 12,
- "href": "https://twitter.com/timkeller",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "87f5",
- "type": 6,
- "text": "@s_bielefeld: @timkeller I plainly stated that I don’t hold his doing this against him. Way to twist words.",
- "markups": [{
- "type": 3,
- "start": 0,
- "end": 14,
- "href": "https://twitter.com/s_bielefeld",
- "title": "",
- "rel": "",
- "anchorType": 0
- }, {
- "type": 3,
- "start": 14,
- "end": 24,
- "href": "https://twitter.com/timkeller",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "3720",
- "type": 1,
- "text": "I think she’s earned her anger at this point.",
- "markups": []
- }, {
- "name": "7341",
- "type": 1,
- "text": "Don’t worry, Marco knows what the real problem is: most devs just suck —",
- "markups": []
- }, {
- "name": "babe",
- "type": 4,
- "text": "",
- "markups": [],
- "layout": 1,
- "metadata": {
- "id": "1*Fpb2Bvdx7Q-688vdm-NdkQ.png",
- "originalWidth": 694,
- "originalHeight": 771
- }
- }, {
- "name": "503d",
- "type": 1,
- "text": "I have a saying that applies in this case: don’t place your head so far up your nethers that you go full Klein Bottle. Marco has gone full Klein Bottle. (To be correct, he went FKB some years ago.)",
- "markups": []
- }, {
- "name": "b8c0",
- "type": 1,
- "text": "There are some bright spots. My favorite is when Building Twenty points out the real elephant in the room:",
- "markups": [{
- "type": 2,
- "start": 80,
- "end": 84
- }]
- }, {
- "name": "36f4",
- "type": 6,
- "text": "@BuildingTwenty: Both @s_bielefeld &amp; I wrote similar critiques of @marcoarment’s pricing model yet the Internet pilloried only the woman. Who’d have guessed?",
- "markups": [{
- "type": 3,
- "start": 0,
- "end": 15,
- "href": "https://twitter.com/BuildingTwenty",
- "title": "",
- "rel": "",
- "anchorType": 0
- }, {
- "type": 3,
- "start": 22,
- "end": 34,
- "href": "https://twitter.com/s_bielefeld",
- "title": "",
- "rel": "",
- "anchorType": 0
- }, {
- "type": 3,
- "start": 66,
- "end": 78,
- "href": "https://twitter.com/marcoarment",
- "title": "",
- "rel": "",
- "anchorType": 0
- }]
- }, {
- "name": "06b9",
- "type": 1,
- "text": "Yup.",
- "markups": []
- }, {
- "name": "eff9",
- "type": 1,
- "text": "Another bright spot are these comments from Ian Betteridge, who has been doing this even longer than Marco:",
- "markups": [{
- "type": 2,
- "start": 84,
- "end": 106
- }]
- }, {
- "name": "18f1",
- "type": 6,
- "text": "You know, any writer who has never made a single factual error in a piece hasn’t ever written anything worth reading.",
- "markups": []
- }, {
- "name": "9776",
- "type": 6,
- "text": "I learned my job with the support of people who helped me. Had I suffered an Internet pile on for every error I wouldn’t have bothered.",
- "markups": []
- }, {
- "name": "8d44",
- "type": 1,
- "text": "To which Samantha understandably replies:",
- "markups": []
- }, {
- "name": "7147",
- "type": 6,
- "text": "and it’s honestly something I’m contemplating right now, whether to continue…",
- "markups": []
- }, {
- "name": "e0cd",
- "type": 1,
- "text": "Gee, I can’t imagine why. Why with comments like this from Chris Breen that completely misrepresent Samantha’s point, (who until today, I would have absolutely defended as being better than this, something I am genuinely saddened to be wrong about), why wouldn’t she want to continue doing this?",
- "markups": []
- }, {
- "name": "a379",
- "type": 6,
- "text": "If I have this right, some people are outraged that a creator has decided to give away his work.",
- "markups": []
- }, {
- "name": "f026",
- "type": 1,
- "text": "No Chris, you don’t have this right. But hey, who has time to find out the real issue and read an article. I’m sure your friends told you everything you need to know.",
- "markups": []
- }, {
- "name": "e1c2",
- "type": 1,
- "text": "Noted Feminist Glenn Fleishman gets a piece of the action too:",
- "markups": []
- }, {
- "name": "067c",
- "type": 4,
- "text": "",
- "markups": [],
- "layout": 1,
- "metadata": {
- "id": "1*lvOySry5gHHJfGU_bQXrzA.png",
- "originalWidth": 308,
- "originalHeight": 269
- }
- }, {
- "name": "4df8",
- "type": 1,
- "text": "I’m not actually surprised here. I watched Fleishman berate a friend of mine who has been an engineer for…heck, waaaaay too long on major software products in the most condescending way because she tried to point out that as a very technical woman, “The Magazine” literally had nothing to say to her and maybe he should fix that. “Impertinent” was I believe what he called her, but I may have the specific word wrong. Not the attitude mind you. Great Feminists like Glenn do not like uppity women criticizing Great Feminists who are their Great Allies.",
- "markups": [{
- "type": 2,
- "start": 227,
- "end": 231
- }]
- }, {
- "name": "bf45",
- "type": 1,
- "text": "Great Feminists are often tools.",
- "markups": []
- }, {
- "name": "45bb",
- "type": 1,
- "text": "Luckily, I hope, the people who get Samantha’s point also started chiming in (and you get 100% of the women commenting here that I’ve seen):",
- "markups": []
- }, {
- "name": "c053",
- "type": 6,
- "text": "I don’t think he’s wrong for doing it, he just discusses it as if the market’s a level playing field — it isn’t",
- "markups": []
- }, {
- "name": "7b5e",
- "type": 6,
- "text": "This is a great article with lots of great points about the sustainability of iOS development. Thank you for publishing it.",
- "markups": []
- }, {
- "name": "a321",
- "type": 6,
- "text": "Regardless of the numbers and your view of MA, fair points here about confirmation bias in app marketing feasibility http://samanthabielefeld.com/the-elephant-in-the-room …",
- "markups": [{
- "type": 3,
- "start": 117,
- "end": 172,
- "href": "http://t.co/u79ZLsnhdM",
- "title": "http://samanthabielefeld.com/the-elephant-in-the-room",
- "rel": "nofollow",
- "anchorType": 0
- }]
- }, {
- "name": "76fe",
- "type": 6,
- "text": "thank you for posting this, it covers a lot of things people don’t like to talk about.",
- "markups": []
- }, {
- "name": "bf90",
- "type": 6,
- "text": "I’m sure you have caught untold amounts of flak over posting this because Marco is blind to his privilege as a developer.",
- "markups": []
- }, {
- "name": "0f66",
- "type": 6,
- "text": "Catching up on the debate, and agreeing with Harry’s remark. (Enjoyed your article, Samantha, and ‘got’ your point.)",
- "markups": []
- }, {
- "name": "6134",
- "type": 1,
- "text": "I would like to say I’m surprised at the reaction to Samantha’s article, but I’m not. In spite of his loud declarations of support for The Big Lie, Marco Arment is as bad at any form of criticism that he hasn’t already approved as a very insecure tween. An example from 2011: http://www.businessinsider.com/marco-arment-2011-9",
- "markups": [{
- "type": 3,
- "start": 276,
- "end": 326,
- "href": "http://www.businessinsider.com/marco-arment-2011-9",
- "title": "",
- "rel": "nofollow",
- "anchorType": 0
- }]
- }, {
- "name": "ba3c",
- "type": 1,
- "text": "Marco is great with criticism as long as it never actually criticizes him. If it does, be prepared a flood of petty, petulant whining that a room full of bored preschoolers on a hot day would be hard-pressed to match.",
- "markups": []
- }, {
- "name": "a5a0",
- "type": 1,
- "text": "Today has been…well, it sucks. It sucks because someone doing what all the Arments of the world claim to want was naive enough to believe what they were told, and found out the hard way just how big a lie The Big Lie is, and how vicious people are when you’re silly enough to believe anything they say about criticism.",
- "markups": []
- }, {
- "name": "2a25",
- "type": 1,
- "text": "And note again, every single condescending crack, misrepresentation, and strawman had an exclusively male source. Most of them have, at one point or another, loudly trumpted themselves as Feminist Allies, as a friend to women struggling with the sexism and misogyny in tech. Congratulations y’all on being just as bad as the people you claim to oppose.",
- "markups": []
- }, {
- "name": "a47a",
- "type": 1,
- "text": "Samantha has handled this better than anyone else could have. My respect for her as a person and a writer is off the charts. If she choses to walk away from blogging in the Apple space, believe me I understand. As bad as today was for her, I’ve seen worse. Much worse.",
- "markups": [{
- "type": 2,
- "start": 186,
- "end": 196
- }]
- }, {
- "name": "aa8e",
- "type": 1,
- "text": "But I hope she doesn’t. I hope she stays, because she is Doing This Right, and in a corner of the internet that has become naught but an endless circle jerk, a cliquish collection, a churlish, childish cohort interested not in writing or the truth, but in making sure The Right People are elevated, and The Others put down, she is someone worth reading and listening to. The number people who owe her apologies goes around the block, and I don’t think she’ll ever see a one. I’m sure as heck not apologizing for them, I’ll not make their lives easier in the least.",
- "markups": []
- }, {
- "name": "34c5",
- "type": 1,
- "text": "All of you, all. of. you…Marco, Breen, Snell, Vittici, had a chance to live by your words. You were faced with reasoned, polite, respectful criticism and instead of what you should have done, you all dropped trou and sprayed an epic diarrheal discharge all over someone who had done nothing to deserve it. Me, I earned most of my aggro, Samantha did not earn any of the idiocy I’ve seen today. I hope you’re all proud of yourselves. Someone should be, it won’t be me. Ever.",
- "markups": []
- }, {
- "name": "9710",
- "type": 1,
- "text": "So I hope she stays, but if she goes, I understand. For what it’s worth, I don’t think she’s wrong either way.",
- "markups": []
- }],
- "sections": [{
- "name": "55ff",
- "startIndex": 0
- }, {
- "name": "c360",
- "startIndex": 8
- }, {
- "name": "2ba2",
- "startIndex": 17
- }, {
- "name": "c883",
- "startIndex": 176
- }, {
- "name": "8ab2",
- "startIndex": 183
- }]
- },
- "postDisplay": {
- "coverless": true
- }
- },
- "virtuals": {
- "allowNotes": true,
- "previewImage": {
- "imageId": "1*kbPh7V97eyRodSOw2-ALDw.png",
- "filter": "",
- "backgroundSize": "",
- "originalWidth": 398,
- "originalHeight": 542,
- "strategy": "resample",
- "height": 0,
- "width": 0
- },
- "wordCount": 4605,
- "imageCount": 3,
- "readingTime": 17.92735849056604,
- "subtitle": "How to get shanked doing what people say they want",
- "usersBySocialRecommends": [],
- "recommends": 168,
- "socialRecommends": [],
- "isBookmarked": false,
- "tags": [],
- "socialRecommendsCount": 0,
- "responsesCreatedCount": 15,
- "links": {
- "entries": [{
- "url": "https://medium.com/@marcoarment/pragmatic-app-pricing-a79fc07218f3",
- "alts": [{
- "type": 2,
- "url": "medium://p/a79fc07218f3"
- }, {
- "type": 3,
- "url": "medium://p/a79fc07218f3"
- }]
- }],
- "version": "0.3",
- "generatedAt": 1472016079116
- },
- "isLockedPreviewOnly": false,
- "takeoverId": "",
- "metaDescription": "",
- "totalClapCount": 0
- },
- "coverless": true,
- "slug": "samantha-and-the-great-big-lie",
- "translationSourcePostId": "",
- "translationSourceCreatorId": "",
- "isApprovedTranslation": false,
- "inResponseToPostId": "",
- "inResponseToRemovedAt": 0,
- "isTitleSynthesized": true,
- "allowResponses": true,
- "importedUrl": "",
- "importedPublishedAt": 0,
- "visibility": 0,
- "uniqueSlug": "samantha-and-the-great-big-lie-d146a92473a1",
- "previewContent": {
- "bodyModel": {
- "paragraphs": [{
- "name": "b34c",
- "type": 3,
- "text": "Samantha and The Great Big Lie",
- "markups": [],
- "alignment": 1
- }, {
- "name": "97e7",
- "type": 1,
- "text": "How to get shanked doing what people say they want",
- "markups": [],
- "alignment": 1
- }, {
- "name": "df70",
- "type": 6,
- "text": "don’t preach to me\nMr. integrity",
- "markups": [],
- "alignment": 1
- }, {
- "name": "c979",
- "type": 1,
- "text": "(EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non…",
- "markups": [],
- "alignment": 1
- }],
- "sections": [{
- "startIndex": 0
- }]
- },
- "isFullContent": false
- },
- "license": 0,
- "inResponseToMediaResourceId": "",
- "canonicalUrl": "https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1",
- "approvedHomeCollectionId": "",
- "newsletterId": "",
- "webCanonicalUrl": "https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1",
- "mediumUrl": "https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1",
- "migrationId": "",
- "notifyFollowers": true,
- "notifyTwitter": false,
- "isSponsored": false,
- "isRequestToPubDisabled": false,
- "notifyFacebook": false,
- "responseHiddenOnParentPostAt": 0,
- "isSeries": false,
- "isSubscriptionLocked": false,
- "type": "Post"
- },
- "mentionedUsers": [],
- "collaborators": [],
- "membershipPlans": [],
- "collectionUserRelations": [],
- "mode": null,
- "references": {
- "User": {
- "77a507c5ad19": {
- "userId": "77a507c5ad19",
- "name": "John C. Welch",
- "username": "johncwelch",
- "createdAt": 1408545892232,
- "lastPostCreatedAt": 1486930695056,
- "imageId": "0*qPHQu8WqsC6cV_ud.jpg",
- "backgroundImageId": "1*nYm-VLVTCtzpby_1jFUjRw.jpeg",
- "bio": "",
- "twitterScreenName": "",
- "socialStats": {
- "userId": "77a507c5ad19",
- "usersFollowedCount": 63,
- "usersFollowedByCount": 230,
- "type": "SocialStats"
- },
- "social": {
- "userId": "lo_4c2ff54882b4",
- "targetUserId": "77a507c5ad19",
- "type": "Social"
- },
- "facebookAccountId": "10152302268220732",
- "allowNotes": 1,
- "type": "User"
- }
- },
- "Social": {
- "77a507c5ad19": {
- "userId": "lo_4c2ff54882b4",
- "targetUserId": "77a507c5ad19",
- "type": "Social"
- }
- },
- "SocialStats": {
- "77a507c5ad19": {
- "userId": "77a507c5ad19",
- "usersFollowedCount": 63,
- "usersFollowedByCount": 230,
- "type": "SocialStats"
- }
- }
- }
- })
- // ]]&gt;
- </script>
- <div class="surface-scrollOverlay"></div>
- <script charset="UTF-8" src="https://cdn-static-1.medium.com/_/fp/gen-js/main-common-async.bundle.bQAtenPub_VKVyJSle9kcw.js"></script>
- <script charset="UTF-8" src="https://cdn-static-1.medium.com/_/fp/gen-js/main-notes.bundle.4fp6HSt83KvFshqkijtyyQ.js"></script>
-</body>
-
+ <script>
+ <![CDATA[
+ window.__BUILD_ID__ = "main-20200813-221821-b007452387"
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ window.__GRAPHQL_URI__ = "https://medium.com/_/graphql"
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ window.__PRELOADED_STATE__ = {"auroraPostPage":{"isAuroraPostPageEnabled":false},"config":{"nodeEnv":"production","version":"main-20200813-221821-b007452387","productName":"Medium","publicUrl":"https:\u002F\u002Fcdn-client.medium.com\u002Flite","authDomain":"medium.com","authGoogleClientId":"216296035834-k1k6qe060s2tp2a2jam4ljdcms00sttg.apps.googleusercontent.com","favicon":"production","glyphUrl":"https:\u002F\u002Fglyph.medium.com","branchKey":"key_live_ofxXr2qTrrU9NqURK8ZwEhknBxiI6KBm","lightStep":{"name":"lite-web","host":"lightstep.medium.systems","token":"ce5be895bef60919541332990ac9fef2","appVersion":"main-20200813-221821-b007452387"},"algolia":{"appId":"MQ57UUUQZ2","apiKeySearch":"394474ced050e3911ae2249ecc774921","indexPrefix":"medium_","host":"-dsn.algolia.net"},"recaptchaKey":"6Lfc37IUAAAAAKGGtC6rLS13R1Hrw_BqADfS1LRk","recaptcha3Key":"6Lf8R9wUAAAAABMI_85Wb8melS7Zj6ziuf99Yot5","datadog":{"clientToken":"pub853ea8d17ad6821d9f8f11861d23dfed","context":{"deployment":{"target":"production","tag":"main-20200813-221821-b007452387","commit":"b00745238769aa939b76e1f378ff3835829c632f"}},"datacenter":"us"},"isAmp":false,"googleAnalyticsCode":"UA-24232453-2","signInWallCustomDomainCollectionIds":["3a8144eabfe3","336d898217ee","61061eb0c96b","138adf9c44c","819cc2aaeee0"],"mediumOwnedAndOperatedCollectionIds":["544c7006046e","bcc38c8f6edf","444d13b52878","8d6b8a439e32","92d2092dc598","1285ba81cada","cb8577c9149e","8ccfed20cbb2","ae2a65f35510","3f6ecf56618","7b6769f2748b","fc8964313712","ef8e90590e66","191186aaafa0","d944778ce714","bdc4052bbdba","88d9857e584e","9dc80918cc93","8a9336e5bb4"],"tierOneDomains":["medium.com","thebolditalic.com","arcdigital.media","towardsdatascience.com","uxdesign.cc","codeburst.io","psiloveyou.xyz","writingcooperative.com","entrepreneurshandbook.co","prototypr.io","betterhumans.coach.me","theascent.pub"],"defaultImages":{"avatar":{"imageId":"1*dmbNkD5D-u45r44go_cf0g.png","height":150,"width":150},"orgLogo":{"imageId":"1*OMF3fSqH8t4xBJ9-6oZDZw.png","height":106,"width":545},"postLogo":{"imageId":"1*3sela1OADrJr7dJk_CXaEQ.png","height":810,"width":1440},"postPreviewImage":{"imageId":"1*hn4v1tCaJy7cWMyb0bpNpQ.png","height":386,"width":579}},"performanceTags":[],"collectionStructuredData":{"8d6b8a439e32":{"name":"Elemental","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fcdn-images-1.medium.com\u002Fmax\u002F980\u002F1*[email protected]","width":980,"height":159}}},"3f6ecf56618":{"name":"Forge","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fcdn-images-1.medium.com\u002Fmax\u002F596\u002F1*[email protected]","width":596,"height":183}}},"ae2a65f35510":{"name":"GEN","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fmiro.medium.com\u002Fmax\u002F264\u002F1*RdVZMdvfV3YiZTw6mX7yWA.png","width":264,"height":140}}},"88d9857e584e":{"name":"LEVEL","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fmiro.medium.com\u002Fmax\u002F540\u002F1*JqYMhNX6KNNb2UlqGqO2WQ.png","width":540,"height":108}}},"7b6769f2748b":{"name":"Marker","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fcdn-images-1.medium.com\u002Fmax\u002F383\u002F1*[email protected]","width":383,"height":92}}},"444d13b52878":{"name":"OneZero","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fmiro.medium.com\u002Fmax\u002F540\u002F1*cw32fIqCbRWzwJaoQw6BUg.png","width":540,"height":123}}},"8ccfed20cbb2":{"name":"Zora","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fmiro.medium.com\u002Fmax\u002F540\u002F1*tZUQqRcCCZDXjjiZ4bDvgQ.png","width":540,"height":106}}}},"embeddedPostIds":{"coronavirus":"cd3010f9d81f"},"sharedCdcMessaging":{"COVID_APPLICABLE_TAG_SLUGS":["pandemic","epidemic","coronavirus","covid19","co-vid-19","containment","self-care","flatten-the-curve","public-health","virus","public-health-crisis","quarantine","self-quarantine","zika","corona","disease-prevention","wuhan","chinavirus","outbreak","influenza","socialdistancing","social-distance","flu","vaccines","healthcare","medicine","conspiracy-theories","conspiracy","virality","epidemia","pandemia","salud","corona-e-virus","coronavirus-covid19","covid-19","covid-19-symptoms","covid-19-crisis","covid-19-testing","covid-19-treatment","coronavirus-update","coronavirus-diaries"],"COVID_APPLICABLE_TOPIC_NAMES":["coronavirus"],"COVID_APPLICABLE_TOPIC_NAMES_FOR_TOPIC_PAGE":["coronavirus","health"],"COVID_MESSAGES":{"tierA":{"text":"For more information on the novel coronavirus and Covid-19, visit cdc.gov.","markups":[{"start":66,"end":73,"href":"https:\u002F\u002Fwww.cdc.gov\u002Fcoronavirus\u002F2019-nCoV"}]},"tierB":{"text":"Anyone can publish on Medium per our Policies, but we don’t fact-check every story. For more info about the coronavirus, see cdc.gov.","markups":[{"start":37,"end":45,"href":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Fcategories\u002F201931128-Policies-Safety"},{"start":125,"end":132,"href":"https:\u002F\u002Fwww.cdc.gov\u002Fcoronavirus\u002F2019-nCoV"}]},"paywall":{"text":"This article has been made free for everyone, thanks to Medium Members. For more information on the novel coronavirus and Covid-19, visit cdc.gov.","markups":[{"start":56,"end":70,"href":"https:\u002F\u002Fmedium.com\u002Fmembership"},{"start":138,"end":145,"href":"https:\u002F\u002Fwww.cdc.gov\u002Fcoronavirus\u002F2019-nCoV"}]}},"COVID_BANNER_POST_ID_OVERRIDE_WHITELIST":["3b31a67bff4a"]},"embedPostRules":[],"recircOptions":{"v1":{"limit":3},"v2":{"limit":8}},"braintreeClientKey":"production_zjkj96jm_m56f8fqpf7ngnrd4","paypalClientId":"AXj1G4fotC2GE8KzWX9mSxCH1wmPE3nJglf4Z2ig_amnhvlMVX87otaq58niAg9iuLktVNF_1WCMnN7v"},"debug":{"requestId":"03e4b1e9-aa96-4f99-9f98-df3d01c65cb9","edge":"valencia","originalSpanCarrier":{"ot-tracer-spanid":"17d028ba431ac3ef","ot-tracer-traceid":"e2a575fa5e4cabed","ot-tracer-sampled":"true"}},"session":{"user":{"id":"lo_d4e92d369991"},"xsrf":"","isSpoofed":false},"stats":{"itemCount":0,"sending":false,"timeout":null,"backup":{}},"navigation":{"branch":{"show":null,"hasRendered":null,"blockedByCTA":false},"hideGoogleOneTap":false,"hasRenderedGoogleOneTap":null,"hasRenderedAlternateUserBanner":null,"currentLocation":"https:\u002F\u002Fmedium.com\u002F@johncwelch\u002Fsamantha-and-the-great-big-lie-d146a92473a1","host":"medium.com","hostname":"medium.com","susiModal":{"step":null,"operation":"register"},"postRead":false},"client":{"isBot":false,"isCustomDomain":false,"isEu":false,"isNativeMedium":false,"isSafariMobile":false,"inAppBrowserName":"","supportsWebp":false},"multiVote":{"clapsPerPost":{}},"tracing":{}}
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ window.__APOLLO_STATE__ = {"ROOT_QUERY.variantFlags.0":{"name":"allow_access","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.0.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.0.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.1":{"name":"allow_signup","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.1.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.1.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.2":{"name":"allow_test_auth","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.2.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.2.valueType":{"__typename":"VariantFlagString","value":"disallow"},"ROOT_QUERY.variantFlags.3":{"name":"assign_default_topic_to_posts","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.3.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.3.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.4":{"name":"available_annual_plan","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.4.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.4.valueType":{"__typename":"VariantFlagString","value":"2c754bcc2995"},"ROOT_QUERY.variantFlags.5":{"name":"available_monthly_plan","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.5.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.5.valueType":{"__typename":"VariantFlagString","value":"60e220181034"},"ROOT_QUERY.variantFlags.6":{"name":"bane_add_user","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.6.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.6.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.7":{"name":"bane_verify_domain","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.7.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.7.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.8":{"name":"branch_seo_metadata","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.8.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.8.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.9":{"name":"browsable_stream_config_bucket","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.9.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.9.valueType":{"__typename":"VariantFlagString","value":"curated-topics"},"ROOT_QUERY.variantFlags.10":{"name":"coronavirus_topic_recirc","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.10.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.10.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.11":{"name":"covid_19_cdc_banner","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.11.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.11.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.12":{"name":"default_seo_post_titles","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.12.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.12.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.13":{"name":"disable_android_subscription_activity_carousel","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.13.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.13.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.14":{"name":"disable_ios_resume_reading_toast","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.14.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.14.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.15":{"name":"disable_ios_subscription_activity_carousel","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.15.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.15.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.16":{"name":"disable_mobile_featured_chunk","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.16.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.16.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.17":{"name":"disable_post_recommended_from_friends_provider","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.17.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.17.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.18":{"name":"enable_alternate_onboarding_email_subject","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.18.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.18.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.19":{"name":"enable_android_local_currency","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.19.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.19.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.20":{"name":"enable_annual_renewal_reminder_email","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.20.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.20.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.21":{"name":"enable_app_flirty_thirty","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.21.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.21.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.22":{"name":"enable_apple_sign_in","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.22.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.22.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.23":{"name":"enable_apple_webhook","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.23.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.23.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.24":{"name":"enable_apple_webhook_renewal_status","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.24.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.24.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.25":{"name":"enable_aurora_about_page_routing","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.25.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.25.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.26":{"name":"enable_aurora_lightweight_flow","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.26.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.26.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.27":{"name":"enable_aurora_post_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.27.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.27.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.28":{"name":"enable_aurora_tag_page_routing","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.28.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.28.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.29":{"name":"enable_auto_forfeit_earnings","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.29.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.29.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.30":{"name":"enable_automated_mission_control_triggers","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.30.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.30.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.31":{"name":"enable_braintree_cancellation_with_cycles","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.31.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.31.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.32":{"name":"enable_braintree_integration","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.32.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.32.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.33":{"name":"enable_braintree_membership","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.33.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.33.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.34":{"name":"enable_braintree_paypal","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.34.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.34.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.35":{"name":"enable_braintree_update_payment_endpoint","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.35.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.35.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.36":{"name":"enable_braintree_webhook","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.36.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.36.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.37":{"name":"enable_branch_io","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.37.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.37.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.38":{"name":"enable_branch_text_me_the_app","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.38.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.38.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.39":{"name":"enable_branding","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.39.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.39.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.40":{"name":"enable_branding_fonts","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.40.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.40.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.41":{"name":"enable_cc_trial_member_onboarding_emails","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.41.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.41.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.42":{"name":"enable_cleansweep_double_writes","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.42.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.42.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.43":{"name":"enable_confirm_sign_in","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.43.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.43.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.44":{"name":"enable_cta_meter","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.44.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.44.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.45":{"name":"enable_curation_priority_queue_experiment","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.45.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.45.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.46":{"name":"enable_dedicated_series_tab_api_ios","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.46.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.46.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.47":{"name":"enable_different_grid","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.47.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.47.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.48":{"name":"enable_digest_feature_logging","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.48.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.48.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.49":{"name":"enable_digest_tagline","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.49.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.49.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.50":{"name":"enable_disregard_trunc_state_for_footer","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.50.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.50.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.51":{"name":"enable_edit_alt_text","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.51.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.51.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.52":{"name":"enable_email_sign_in_captcha","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.52.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.52.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.53":{"name":"enable_embedding_based_diversification","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.53.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.53.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.54":{"name":"enable_end_of_post_cleanup","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.54.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.54.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.55":{"name":"enable_expanded_feature_chunk_pool","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.55.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.55.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.56":{"name":"enable_filter_by_resend_rules","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.56.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.56.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.57":{"name":"enable_filter_expire_processor","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.57.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.57.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.58":{"name":"enable_first_name_on_paywall","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.58.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.58.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.59":{"name":"enable_footer_app_buttons","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.59.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.59.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.60":{"name":"enable_free_corona_topic","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.60.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.60.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.61":{"name":"enable_global_susi_modal","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.61.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.61.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.62":{"name":"enable_google_one_tap","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.62.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.62.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.63":{"name":"enable_highlander_member_digest","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.63.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.63.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.64":{"name":"enable_icelandic_truncated_posts","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.64.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.64.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.65":{"name":"enable_ios_post_stats","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.65.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.65.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.66":{"name":"enable_janky_spam_rules","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.66.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.66.valueType":{"__typename":"VariantFlagString","value":"users,posts"},"ROOT_QUERY.variantFlags.67":{"name":"enable_json_logs_trained_ranker","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.67.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.67.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.68":{"name":"enable_kbfd_rex","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.68.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.68.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.69":{"name":"enable_kbfd_rex_app_highlights","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.69.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.69.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.70":{"name":"enable_kbfd_rex_daily_digest","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.70.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.70.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.71":{"name":"enable_lite_about_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.71.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.71.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.72":{"name":"enable_lite_homepage","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.72.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.72.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.73":{"name":"enable_lite_notifications","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.73.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.73.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.74":{"name":"enable_lite_pay_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.74.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.74.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.75":{"name":"enable_lite_post","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.75.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.75.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.76":{"name":"enable_lite_post_cd","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.76.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.76.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.77":{"name":"enable_lite_post_highlights","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.77.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.77.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.78":{"name":"enable_lite_post_highlights_view_only","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.78.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.78.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.79":{"name":"enable_lite_profile","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.79.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.79.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.80":{"name":"enable_lite_pub_header_menu","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.80.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.80.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.81":{"name":"enable_lite_pub_homepage_for_selected_domains","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.81.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.81.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.82":{"name":"enable_lite_server_upstream_deadlines","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.82.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.82.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.83":{"name":"enable_lite_stories","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.83.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.83.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.84":{"name":"enable_lite_topics","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.84.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.84.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.85":{"name":"enable_lite_unread_notification_count_mutation","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.85.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.85.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.86":{"name":"enable_lo_open_in_app","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.86.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.86.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.87":{"name":"enable_lock_responses","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.87.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.87.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.88":{"name":"enable_login_code_flow","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.88.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.88.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.89":{"name":"enable_m2_unviewable_filter","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.89.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.89.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.90":{"name":"enable_marketing_emails","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.90.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.90.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.91":{"name":"enable_media_resource_try_catch","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.91.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.91.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.92":{"name":"enable_member_onboarding","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.92.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.92.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.93":{"name":"enable_membership_remove_section_a","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.93.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.93.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.94":{"name":"enable_metered_out_email_changes","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.94.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.94.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.95":{"name":"enable_miro_on_kubernetes","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.95.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.95.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.96":{"name":"enable_ml_rank_modules","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.96.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.96.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.97":{"name":"enable_ml_rank_rex_anno","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.97.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.97.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.98":{"name":"enable_monthly_member_onboarding_emails","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.98.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.98.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.99":{"name":"enable_more_on_coronavirus","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.99.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.99.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.100":{"name":"enable_mute","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.100.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.100.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.101":{"name":"enable_new_collaborative_filtering_data","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.101.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.101.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.102":{"name":"enable_new_suspended_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.102.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.102.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.103":{"name":"enable_new_three_dot_menu","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.103.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.103.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.104":{"name":"enable_open_in_app_regwall","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.104.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.104.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.105":{"name":"enable_optimizely","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.105.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.105.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.106":{"name":"enable_orion","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.106.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.106.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.107":{"name":"enable_parsely","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.107.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.107.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.108":{"name":"enable_patronus_on_kubernetes","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.108.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.108.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.109":{"name":"enable_popularity_feature","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.109.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.109.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.110":{"name":"enable_post_import","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.110.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.110.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.111":{"name":"enable_post_page_nav_stickiness_removal","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.111.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.111.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.112":{"name":"enable_post_seo_settings_screen","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.112.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.112.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.113":{"name":"enable_post_settings_screen","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.113.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.113.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.114":{"name":"enable_post_table_of_contents","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.114.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.114.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.115":{"name":"enable_primary_topic_for_mobile","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.115.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.115.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.116":{"name":"enable_profile_page_seo_titles","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.116.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.116.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.117":{"name":"enable_responses_2","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.117.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.117.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.118":{"name":"enable_responses_all","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.118.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.118.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.119":{"name":"enable_responses_edit_and_delete","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.119.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.119.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.120":{"name":"enable_responses_highlight","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.120.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.120.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.121":{"name":"enable_responses_moderation","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.121.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.121.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.122":{"name":"enable_rito_upstream_deadlines","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.122.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.122.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.123":{"name":"enable_rtr_channel","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.123.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.123.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.124":{"name":"enable_save_to_medium","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.124.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.124.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.125":{"name":"enable_sisko","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.125.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.125.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.126":{"name":"enable_starspace","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.126.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.126.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.127":{"name":"enable_starspace_ranker_starspace","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.127.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.127.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.128":{"name":"enable_theme_editor","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.128.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.128.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.129":{"name":"enable_tick_landing_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.129.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.129.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.130":{"name":"enable_tipalti_onboarding","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.130.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.130.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.131":{"name":"enable_tribute_landing_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.131.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.131.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.132":{"name":"enable_trumpland_landing_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.132.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.132.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.133":{"name":"enable_valencia_cd_posts","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.133.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.133.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.134":{"name":"enable_valencia_cd_profiles","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.134.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.134.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.135":{"name":"enable_valencia_clientele_cd","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.135.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.135.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.136":{"name":"enable_valencia_lite_reporting_cd","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.136.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.136.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.137":{"name":"enable_valencia_lite_routes_cd","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.137.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.137.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.138":{"name":"enable_valencia_medium_routes_cd","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.138.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.138.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.139":{"name":"enable_valencia_stat_batch_cd","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.139.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.139.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.140":{"name":"glyph_embed_commands","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.140.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.140.valueType":{"__typename":"VariantFlagString","value":"control"},"ROOT_QUERY.variantFlags.141":{"name":"glyph_font_set","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.141.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.141.valueType":{"__typename":"VariantFlagString","value":"m2"},"ROOT_QUERY.variantFlags.142":{"name":"google_sign_in_android","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.142.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.142.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.143":{"name":"ios_pub_follow_email_opt_in","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.143.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.143.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.144":{"name":"is_not_medium_subscriber","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.144.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.144.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.145":{"name":"limit_post_referrers","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.145.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.145.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.146":{"name":"make_nav_sticky","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.146.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.146.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.147":{"name":"new_transition_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.147.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.147.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.148":{"name":"pub_sidebar","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.148.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.148.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.149":{"name":"remove_post_post_similarity","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.149.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.149.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.150":{"name":"retrained_ranker","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.150.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.150.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.151":{"name":"rex_providers_4","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.151.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.151.valueType":{"__typename":"VariantFlagString","value":"experiment_b"},"ROOT_QUERY.variantFlags.152":{"name":"sign_up_with_email_button","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.152.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.152.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.153":{"name":"signin_services","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.153.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.153.valueType":{"__typename":"VariantFlagString","value":"twitter,facebook,google,email,google-fastidv,google-one-tap,apple"},"ROOT_QUERY.variantFlags.154":{"name":"signup_services","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.154.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.154.valueType":{"__typename":"VariantFlagString","value":"twitter,facebook,google,email,google-fastidv,google-one-tap,apple"},"ROOT_QUERY.variantFlags.155":{"name":"skip_sign_in_recaptcha","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.155.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.155.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.156":{"name":"use_new_admin_topic_backend","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.156.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.156.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.157":{"name":"xgboost_auto_suspend","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.157.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.157.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY":{"variantFlags":[{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.0","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.1","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.2","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.3","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.4","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.5","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.6","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.7","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.8","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.9","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.10","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.11","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.12","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.13","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.14","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.15","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.16","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.17","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.18","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.19","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.20","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.21","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.22","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.23","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.24","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.25","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.26","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.27","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.28","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.29","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.30","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.31","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.32","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.33","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.34","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.35","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.36","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.37","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.38","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.39","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.40","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.41","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.42","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.43","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.44","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.45","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.46","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.47","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.48","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.49","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.50","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.51","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.52","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.53","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.54","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.55","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.56","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.57","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.58","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.59","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.60","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.61","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.62","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.63","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.64","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.65","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.66","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.67","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.68","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.69","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.70","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.71","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.72","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.73","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.74","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.75","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.76","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.77","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.78","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.79","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.80","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.81","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.82","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.83","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.84","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.85","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.86","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.87","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.88","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.89","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.90","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.91","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.92","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.93","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.94","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.95","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.96","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.97","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.98","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.99","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.100","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.101","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.102","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.103","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.104","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.105","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.106","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.107","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.108","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.109","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.110","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.111","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.112","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.113","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.114","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.115","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.116","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.117","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.118","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.119","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.120","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.121","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.122","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.123","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.124","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.125","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.126","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.127","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.128","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.129","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.130","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.131","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.132","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.133","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.134","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.135","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.136","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.137","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.138","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.139","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.140","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.141","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.142","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.143","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.144","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.145","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.146","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.147","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.148","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.149","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.150","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.151","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.152","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.153","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.154","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.155","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.156","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.157","typename":"VariantFlag"}],"viewer":null,"meterPost({\"postId\":\"d146a92473a1\",\"postMeteringOptions\":{}})":{"type":"id","generated":false,"id":"MeteringInfo:singleton","typename":"MeteringInfo"},"postResult({\"id\":\"d146a92473a1\"})":{"type":"id","generated":false,"id":"Post:d146a92473a1","typename":"Post"}},"MeteringInfo:singleton":{"__typename":"MeteringInfo","postIds":{"type":"json","json":[]},"maxUnlockCount":3,"unlocksRemaining":3},"Post:d146a92473a1":{"__typename":"Post","id":"d146a92473a1","mediumUrl":"https:\u002F\u002Fmedium.com\u002F@johncwelch\u002Fsamantha-and-the-great-big-lie-d146a92473a1","canonicalUrl":"","collection":null,"content({\"postMeteringOptions\":{}})":{"type":"id","generated":true,"id":"$Post:d146a92473a1.content({\"postMeteringOptions\":{}})","typename":"PostContent"},"creator":{"type":"id","generated":false,"id":"User:77a507c5ad19","typename":"User"},"customStyleSheet":null,"firstPublishedAt":1444875555607,"isLocked":false,"isPublished":true,"isShortform":false,"isEmail":false,"layerCake":0,"primaryTopic":null,"title":"Samantha and The Great Big Lie","latestPublishedVersion":"3fed73795ca4","visibility":"PUBLIC","isLimitedState":false,"sequence":null,"pendingCollection":null,"shareKey":null,"statusForCollection":null,"readingTime":17.92735849056604,"readingList":"READING_LIST_NONE","allowResponses":true,"clapCount":193,"viewerClapCount":0,"voterCount":165,"recommenders":[],"license":"ALL_RIGHTS_RESERVED","newsletterId":"","tags":[],"topics":[],"postResponses":{"type":"id","generated":true,"id":"$Post:d146a92473a1.postResponses","typename":"PostResponses"},"responsesCount":14,"internalLinks({\"paging\":{\"limit\":8}})":{"type":"id","generated":true,"id":"$Post:d146a92473a1.internalLinks({\"paging\":{\"limit\":8}})","typename":"InternalLinksConnection"},"pinnedAt":0,"collaborators":[],"translationSourcePost":null,"inResponseToPostResult":null,"inResponseToMediaResource":null,"lockedSource":"LOCKED_POST_SOURCE_NONE","curationEligibleAt":0,"isDistributionAlertDismissed":false,"audioVersionUrl":"","socialTitle":"","socialDek":"","metaDescription":"","latestPublishedAt":1449844114438,"previewContent":{"type":"id","generated":true,"id":"$Post:d146a92473a1.previewContent","typename":"PreviewContent"},"previewImage":{"type":"id","generated":false,"id":"ImageMetadata:1*kbPh7V97eyRodSOw2-ALDw.png","typename":"ImageMetadata"},"seoTitle":"","updatedAt":1524435864777,"shortformType":"SHORTFORM_TYPE_LINK","structuredData":"","seoDescription":"","isSuspended":false},"$Post:d146a92473a1.content({\"postMeteringOptions\":{}})":{"isLockedPreviewOnly":false,"validatedShareKey":"","__typename":"PostContent","bodyModel":{"type":"id","generated":true,"id":"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel","typename":"RichText"}},"User:77a507c5ad19":{"id":"77a507c5ad19","isSuspended":false,"__typename":"User","name":"John C. Welch","customStyleSheet":null,"username":"johncwelch","isFollowing":null,"isAuroraVisible":false,"allowNotes":true,"bio":"","imageId":"0*qPHQu8WqsC6cV_ud.jpg","mediumMemberAt":0,"isBlocking":null,"isMuting":null,"isPartnerProgramEnrolled":false,"twitterScreenName":""},"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.0":{"name":"55ff","startIndex":0,"textLayout":null,"imageLayout":null,"backgroundImage":null,"videoLayout":null,"backgroundVideo":null,"__typename":"Section"},"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.1":{"name":"c360","startIndex":8,"textLayout":null,"imageLayout":null,"backgroundImage":null,"videoLayout":null,"backgroundVideo":null,"__typename":"Section"},"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.2":{"name":"2ba2","startIndex":17,"textLayout":null,"imageLayout":null,"backgroundImage":null,"videoLayout":null,"backgroundVideo":null,"__typename":"Section"},"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.3":{"name":"c883","startIndex":176,"textLayout":null,"imageLayout":null,"backgroundImage":null,"videoLayout":null,"backgroundVideo":null,"__typename":"Section"},"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.4":{"name":"8ab2","startIndex":183,"textLayout":null,"imageLayout":null,"backgroundImage":null,"videoLayout":null,"backgroundVideo":null,"__typename":"Section"},"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel":{"sections":[{"type":"id","generated":true,"id":"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.0","typename":"Section"},{"type":"id","generated":true,"id":"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.1","typename":"Section"},{"type":"id","generated":true,"id":"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.2","typename":"Section"},{"type":"id","generated":true,"id":"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.3","typename":"Section"},{"type":"id","generated":true,"id":"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.4","typename":"Section"}],"paragraphs":[{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_0","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_1","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_2","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_3","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_4","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_5","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_6","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_7","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_8","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_9","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_10","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_11","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_12","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_13","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_14","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_15","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_16","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_17","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_18","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_19","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_20","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_21","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_22","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_23","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_24","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_25","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_26","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_27","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_28","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_29","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_30","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_31","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_32","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_33","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_34","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_35","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_36","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_37","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_38","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_39","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_40","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_41","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_42","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_43","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_44","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_45","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_46","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_47","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_48","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_49","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_50","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_51","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_52","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_53","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_54","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_55","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_56","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_57","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_58","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_59","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_60","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_61","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_62","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_63","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_64","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_65","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_66","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_67","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_68","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_69","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_70","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_71","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_72","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_73","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_74","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_75","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_76","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_77","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_78","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_79","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_80","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_81","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_82","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_83","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_84","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_85","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_86","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_87","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_88","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_89","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_90","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_91","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_92","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_93","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_94","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_95","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_96","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_97","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_98","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_99","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_100","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_101","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_102","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_103","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_104","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_105","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_106","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_107","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_108","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_109","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_110","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_111","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_112","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_113","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_114","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_115","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_116","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_117","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_118","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_119","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_120","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_121","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_122","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_123","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_124","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_125","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_126","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_127","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_128","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_129","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_130","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_131","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_132","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_133","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_134","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_135","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_136","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_137","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_138","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_139","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_140","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_141","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_142","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_143","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_144","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_145","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_146","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_147","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_148","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_149","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_150","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_151","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_152","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_153","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_154","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_155","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_156","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_157","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_158","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_159","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_160","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_161","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_162","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_163","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_164","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_165","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_166","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_167","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_168","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_169","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_170","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_171","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_172","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_173","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_174","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_175","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_176","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_177","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_178","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_179","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_180","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_181","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_182","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_183","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_184","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_185","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_186","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_187","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_188","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_189","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_190","typename":"Paragraph"}],"__typename":"RichText"},"Paragraph:3fed73795ca4_0":{"id":"3fed73795ca4_0","name":"b34c","type":"H3","href":null,"layout":null,"metadata":null,"text":"Samantha and The Great Big Lie","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_1":{"id":"3fed73795ca4_1","name":"97e7","type":"P","href":null,"layout":null,"metadata":null,"text":"How to get shanked doing what people say they want","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_2":{"id":"3fed73795ca4_2","name":"df70","type":"BQ","href":null,"layout":null,"metadata":null,"text":"don’t preach to me\nMr. integrity","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_3":{"id":"3fed73795ca4_3","name":"c979","type":"P","href":null,"layout":null,"metadata":null,"text":"(EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a dusting of transphobia along the way, all totally okay because the ends justify the means, and it’s okay when “good” people do it.)","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_4":{"id":"3fed73795ca4_4","name":"342d","type":"P","href":null,"layout":null,"metadata":null,"text":"First, I need to say something about this article: the reason I’m writing it infuriates me. Worse than installing CS 3 or Acrobat 7 ever did, and the former inspired comparisons to fecophile porn. I’m actually too mad to cuss. Well, not completely, but in this case, I don’t think the people I’m mad at are worth the creativity I try to put into profanity. This is about a brownfield of hypocrisy and viciously deliberate mischaracterization that “shame” cannot even come close to the shame those behind it should feel.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_5":{"id":"3fed73795ca4_5","name":"2e61","type":"P","href":null,"layout":null,"metadata":null,"text":"Now, read this post by Samantha Bielefeld: The Elephant in the Room. First, it is a well-written critical piece that raises a few points in a calm, rational, nonconfrontational fashion, exactly the kind of things the pushers of The Great Big Lie say we need more of, as opposed to the screaming that is the norm in such cases.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_6":{"id":"3fed73795ca4_6","name":"cd31","type":"P","href":null,"layout":null,"metadata":null,"text":"…sorry, I should explain “The Great Big Lie”. There are several, but in this case, our specific instance of “The Great Big Lie” is about criticism. Over and over, you hear from the very people I am not going to be nice to in this that we need “better” criticsm. Instead of rage and anger, volume and vitriol, we need in-depth rational criticism, that isn’t personal or ad hominem. That it should focus on points, not people.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_6.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_6.markups.0":{"type":"EM","start":87,"end":95,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_7":{"id":"3fed73795ca4_7","name":"ae07","type":"P","href":null,"layout":null,"metadata":null,"text":"That, readers, is “The Big Lie”. It is a lie so big that if one ponders the reality of it, as I am going to, one wonders why anyone would believe it. It is a lie and it is one we should stop telling.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_8":{"id":"3fed73795ca4_8","name":"a02f","type":"P","href":null,"layout":null,"metadata":null,"text":"Samantha’s points (I assume you read it, for you are smart people who know the importance of such things) are fairly clear:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_9":{"id":"3fed73795ca4_9","name":"9213","type":"OLI","href":null,"layout":null,"metadata":null,"text":"With the release of Overcast 2.0, a product Samantha actually likes, Marco Arment moved to a patronage model that will probably be successful for him.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_9.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_9.markups.0":{"type":"A","start":93,"end":108,"href":"http:\u002F\u002Fwww.marco.org\u002F2015\u002F10\u002F09\u002Fovercast2","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_10":{"id":"3fed73795ca4_10","name":"dfa5","type":"OLI","href":null,"layout":null,"metadata":null,"text":"Arment’s insistence that “anyone can do this” while technically true, (anyone can in fact, implement this pricing model), also implies that “anyone” can have the kind of success that a developer with Marco’s history, financial status, and deep ties to the Apple News Web is expected to have. This is silly.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_10.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_10.markups.0":{"type":"A","start":26,"end":44,"href":"https:\u002F\u002Fmedium.com\u002F@marcoarment\u002Fpragmatic-app-pricing-a79fc07218f3","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_11":{"id":"3fed73795ca4_11","name":"e55d","type":"OLI","href":null,"layout":null,"metadata":null,"text":"Marco Arment occupies a fairly unique position in the Apple universe, (gained by hard work and no small talent), and because of that, benefits from a set of privileges that a new developer or even one that has been around for a long time, but isn’t, well, Marco, not only don’t have, but have little chance of attaining anytime soon.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_11.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_11.markups.0":{"type":"EM","start":256,"end":261,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_12":{"id":"3fed73795ca4_12","name":"35fb","type":"OLI","href":null,"layout":null,"metadata":null,"text":"Marco has earned his success and is entitled to the benefits and privileges it brings, but he seems rather blind to all of that, and seems to still imagine himself as “two guys in a garage”. This is just not correct.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_13":{"id":"3fed73795ca4_13","name":"38e2","type":"OLI","href":null,"layout":null,"metadata":null,"text":"In addition, the benefits and privileges of the above ensure that by releasing Overcast 2 as a free app, with patronage pricing, he has, if not gutted, severely hurt the ability of folks actually selling their apps for an up-front price of not free to continue doing so. This has the effect of accelerating the “race to the bottom” in the podcast listening app segment, which hurts devs who cannot afford to work on a “I don’t really need this money, so whatever you feel like sending is okay” model.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_14":{"id":"3fed73795ca4_14","name":"0481","type":"P","href":null,"layout":null,"metadata":null,"text":"None of this is incorrect. None of this is an ad hominem attack in any way. It is just pointing out that a developer of Arment’s stature and status lives in a very different world than someone in East Frog Balls, Arkansas trying to make a living off of App sales. Our dev in EFB doesn’t have the main sites on the Apple web falling all over themselves to review their app the way that Arment does. They’re not friends with the people being The Loop, Daring Fireball, SixColors, iMore, The Mac Observer, etc., yadda.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_15":{"id":"3fed73795ca4_15","name":"5a45","type":"P","href":null,"layout":null,"metadata":null,"text":"So, our hero, in a fit of well-meaning ignorance writes this piece (posted this morning, 14 Oct. 15) and of course, the response and any criticisms are just as reasonable and thoughtful.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_16":{"id":"3fed73795ca4_16","name":"3bc7","type":"P","href":null,"layout":null,"metadata":null,"text":"If you really believe that, you are the most preciously ignorant person in the world, and can I have your seriously charmed life.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_17":{"id":"3fed73795ca4_17","name":"0fb2","type":"P","href":null,"layout":null,"metadata":null,"text":"The response, from all quarters, including Marco, someone who is so sensitive to criticism that the word “useless” is enough to shut him down, who blocked a friend of mine for the high crime of pointing out that his review of podcasting mics centered around higher priced gear and ignored folks without the scratch, who might not be ready for such things, is, in a single word, disgusting. Vomitous even.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_17.markups.0","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_17.markups.1","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_17.markups.0":{"type":"A","start":118,"end":141,"href":"http:\u002F\u002Fwww.marco.org\u002F2011\u002F03\u002F30\u002Fhere-is-a-tip-for-all-the-non-developers-out","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_17.markups.1":{"type":"A","start":147,"end":354,"href":"https:\u002F\u002Ftwitter.com\u002Fmarcoarment\u002Fstatus\u002F641330113934700544","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_18":{"id":"3fed73795ca4_18","name":"9a6e","type":"P","href":null,"layout":null,"metadata":null,"text":"It’s an hours-long dogpile that beggars even my imagination, and I can imagine almost anything. Seriously, it’s all there in Samantha’s Twitter Feed. From what I can tell, she’s understandably shocked over it. I however was not. This one comment in her feed made me smile (warning, this wanders a bit…er…LOT. Twitter timelines are not easy to put together):","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_18.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_18.markups.0":{"type":"A","start":125,"end":148,"href":"https:\u002F\u002Ftwitter.com\u002Fs_bielefeld\u002Fwith_replies","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_19":{"id":"3fed73795ca4_19","name":"3271","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I can see why you have some reservations about publishing it, but my gut feeling is that he would take it better than Nilay.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_20":{"id":"3fed73795ca4_20","name":"ec72","type":"P","href":null,"layout":null,"metadata":null,"text":"Oh honey, bless your sweet, ignorant heart. Marco is one of the biggest pushers of The Big Lie, and one of the reasons it is such a lie.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_20.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_20.markups.0":{"type":"EM","start":125,"end":129,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_21":{"id":"3fed73795ca4_21","name":"5cc4","type":"P","href":null,"layout":null,"metadata":null,"text":"But it gets better. First, you have the “hey, Marco earned his status!” lot. A valid point, and one Bielefeld explicitly acknowledges, here:","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_21.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_21.markups.0":{"type":"EM","start":52,"end":58,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_22":{"id":"3fed73795ca4_22","name":"4e5f","type":"BQ","href":null,"layout":null,"metadata":null,"text":"From his ground floor involvement in Tumblr (for which he is now a millionaire), to the creation and sale of a wildly successful app called Instapaper, he has become a household name in technology minded circles. It is this extensive time spent in the spotlight, the huge following on Twitter, and dedicated listeners of his weekly aired Accidental Tech Podcast, that has granted him the freedom to break from seeking revenue in more traditional manners.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_23":{"id":"3fed73795ca4_23","name":"cee9","type":"P","href":null,"layout":null,"metadata":null,"text":"and here:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_24":{"id":"3fed73795ca4_24","name":"3f1b","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I’m not knocking his success, he has put effort into his line of work, and has built his own life.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_25":{"id":"3fed73795ca4_25","name":"e527","type":"P","href":null,"layout":null,"metadata":null,"text":"and here:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_26":{"id":"3fed73795ca4_26","name":"3e4f","type":"BQ","href":null,"layout":null,"metadata":null,"text":"He has earned his time in the spotlight, and it’s only natural for him to take advantage of it.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_27":{"id":"3fed73795ca4_27","name":"8a01","type":"P","href":null,"layout":null,"metadata":null,"text":"But still, you get the people telling her something she already acknowledge:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_28":{"id":"3fed73795ca4_28","name":"7685","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I don’t think he’s blind. he’s worked to where he has gotten and has had failures like everyone else.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_29":{"id":"3fed73795ca4_29","name":"b151","type":"P","href":null,"layout":null,"metadata":null,"text":"Thank you for restating something in the article. To the person who wrote it.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_30":{"id":"3fed73795ca4_30","name":"87bc","type":"P","href":null,"layout":null,"metadata":null,"text":"In the original article, Samantha talked about the money Marco makes from his podcast. She based that on the numbers provided by ATP in terms of sponsorship rates and the number of current sponsors the podcast has. Is this going to yield perfect numbers? No. But the numbers you get from it will at least be reasonable, or should be unless the published sponsorship rates are just fantasy, and you’re stupid for taking them seriously.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_30.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_30.markups.0":{"type":"A","start":117,"end":162,"href":"http:\u002F\u002Fatp.fm\u002Fsponsor\u002F","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_31":{"id":"3fed73795ca4_31","name":"dbda","type":"P","href":null,"layout":null,"metadata":null,"text":"At first, she went with a simple formula:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_32":{"id":"3fed73795ca4_32","name":"1b4e","type":"BQ","href":null,"layout":null,"metadata":null,"text":"$4K x 3 per episode = $12K x 52 weeks \u002F 3 hosts splitting it.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_33":{"id":"3fed73795ca4_33","name":"0b33","type":"P","href":null,"layout":null,"metadata":null,"text":"That’s not someone making shit up, right? Rather quickly, someone pointed out that she’d made an error in how she calculated it:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_34":{"id":"3fed73795ca4_34","name":"76d7","type":"BQ","href":null,"layout":null,"metadata":null,"text":"That’s $4k per ad, no? So more like $12–16k per episode.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_35":{"id":"3fed73795ca4_35","name":"a089","type":"P","href":null,"layout":null,"metadata":null,"text":"She’d already realized her mistake and fixed it.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_36":{"id":"3fed73795ca4_36","name":"b369","type":"BQ","href":null,"layout":null,"metadata":null,"text":"which is actually wrong, and I’m correcting now. $4,000 per sponsor, per episode! So, $210,000 per year.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_37":{"id":"3fed73795ca4_37","name":"8b3b","type":"P","href":null,"layout":null,"metadata":null,"text":"Again, this is based on publicly available data the only kind someone not part of ATP or a close friend of Arment has access to. So while her numbers may be wrong, if they are, there’s no way for her to know that. She’s basing her opinion on actual available data. Which is sadly rare.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_37.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_37.markups.0":{"type":"EM","start":24,"end":47,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_38":{"id":"3fed73795ca4_38","name":"135a","type":"P","href":null,"layout":null,"metadata":null,"text":"This becomes a huge flashpoint. You name a reason to attack her over this, people do. No really. For example, she’s not calculating his income taxes correctly:","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_38.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_38.markups.0":{"type":"EM","start":136,"end":158,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_39":{"id":"3fed73795ca4_39","name":"5e7e","type":"BQ","href":null,"layout":null,"metadata":null,"text":"especially since it isn’t his only source of income thus, not an indicator of his marginal inc. tax bracket.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_40":{"id":"3fed73795ca4_40","name":"6036","type":"BQ","href":null,"layout":null,"metadata":null,"text":"thus, guessing net income is more haphazard than stating approx. gross income.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_41":{"id":"3fed73795ca4_41","name":"aac1","type":"P","href":null,"layout":null,"metadata":null,"text":"Ye Gods. She’s not doing his taxes for him, her point is invalid?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_42":{"id":"3fed73795ca4_42","name":"600f","type":"P","href":null,"layout":null,"metadata":null,"text":"Then there’s the people who seem to have not read anything past what other people are telling them:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_43":{"id":"3fed73795ca4_43","name":"9b62","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Not sure what to make of your Marco piece, to be honest. You mention his fame, whatever, but what’s the main idea here?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_44":{"id":"3fed73795ca4_44","name":"c18a","type":"P","href":null,"layout":null,"metadata":null,"text":"Just how spoon-fed do you have to be? Have you no teeth?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_45":{"id":"3fed73795ca4_45","name":"c445","type":"P","href":null,"layout":null,"metadata":null,"text":"Of course, Marco jumps in, and predictably, he’s snippy:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_46":{"id":"3fed73795ca4_46","name":"0c21","type":"BQ","href":null,"layout":null,"metadata":null,"text":"If you’re going to speak in precise absolutes, it’s best to first ensure that you’re correct.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_47":{"id":"3fed73795ca4_47","name":"8f8d","type":"P","href":null,"layout":null,"metadata":null,"text":"If you’re going to be like that, it’s best to provide better data. Don’t get snippy when someone is going off the only data available, and is clearly open to revising based on better data.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_48":{"id":"3fed73795ca4_48","name":"cc97","type":"P","href":null,"layout":null,"metadata":null,"text":"Then Marco’s friends\u002Ffans get into it:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_49":{"id":"3fed73795ca4_49","name":"f9da","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I really don’t understand why it’s anyone’s business","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_50":{"id":"3fed73795ca4_50","name":"0094","type":"P","href":null,"layout":null,"metadata":null,"text":"Samantha is trying to qualify for sainthood at this point:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_51":{"id":"3fed73795ca4_51","name":"0105","type":"BQ","href":null,"layout":null,"metadata":null,"text":"It isn’t really, it was a way of putting his income in context in regards to his ability to gamble with Overcast.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_52":{"id":"3fed73795ca4_52","name":"cdd1","type":"P","href":null,"layout":null,"metadata":null,"text":"Again, she’s trying to drag people back to her actual point, but no one is going to play. The storm has begun. Then we get people who are just spouting nonsense:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_53":{"id":"3fed73795ca4_53","name":"f56c","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Why is that only relevant for him? It’s a pretty weird metric,especially since his apps aren’t free.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_54":{"id":"3fed73795ca4_54","name":"4fef","type":"P","href":null,"layout":null,"metadata":null,"text":"Wha?? Overcast 2 is absolutely free. Samantha points this out:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_55":{"id":"3fed73795ca4_55","name":"0f36","type":"BQ","href":null,"layout":null,"metadata":null,"text":"His app is free, that’s what sparked the article to begin with.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_56":{"id":"3fed73795ca4_56","name":"40d2","type":"P","href":null,"layout":null,"metadata":null,"text":"The response is literally a parallel to “How can there be global warming if it snowed today in my town?”","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_57":{"id":"3fed73795ca4_57","name":"6760","type":"BQ","href":null,"layout":null,"metadata":null,"text":"If it’s free, how have I paid for it? Twice?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_58":{"id":"3fed73795ca4_58","name":"7b13","type":"P","href":null,"layout":null,"metadata":null,"text":"She is still trying:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_59":{"id":"3fed73795ca4_59","name":"44ba","type":"BQ","href":null,"layout":null,"metadata":null,"text":"You paid $4.99 to unlock functionality in Overcast 1.0 and you chose to support him with no additional functionality in 2.0","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_60":{"id":"3fed73795ca4_60","name":"2152","type":"P","href":null,"layout":null,"metadata":null,"text":"He is having none of it. IT SNOWED! SNOWWWWWWW!","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_61":{"id":"3fed73795ca4_61","name":"99a6","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Yes. That’s not free. Free is when you choose not to make money. And that can be weaponized. But that’s not what Overcast does.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_62":{"id":"3fed73795ca4_62","name":"5e6f","type":"P","href":null,"layout":null,"metadata":null,"text":"She however, is relentless:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_63":{"id":"3fed73795ca4_63","name":"1b0f","type":"BQ","href":null,"layout":null,"metadata":null,"text":"No, it’s still free. You can choose to support it, you are required to pay $4.99 for Pocket Casts. Totally different model.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_64":{"id":"3fed73795ca4_64","name":"d24f","type":"P","href":null,"layout":null,"metadata":null,"text":"Dude seems to give up. (Note: allllll the people bagging on her are men. All of them. Mansplaining like hell. And I’d bet every one of them considers themselves a feminist.)","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_65":{"id":"3fed73795ca4_65","name":"10e1","type":"P","href":null,"layout":null,"metadata":null,"text":"We get another guy trying to push the narrative she’s punishing him for his success, which is just…it’s stupid, okay? Stupid.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_66":{"id":"3fed73795ca4_66","name":"9b01","type":"BQ","href":null,"layout":null,"metadata":null,"text":"It also wasn’t my point in writing my piece today, but it seems to be everyone’s focus.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_67":{"id":"3fed73795ca4_67","name":"340c","type":"P","href":null,"layout":null,"metadata":null,"text":"(UNDERSTATEMENT OF THE YEAR)","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_68":{"id":"3fed73795ca4_68","name":"7244","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I think the focus should be more on that fact that while it’s difficult, Marco spent years building his audience.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_69":{"id":"3fed73795ca4_69","name":"ffb1","type":"BQ","href":null,"layout":null,"metadata":null,"text":"It doesn’t matter what he makes it how he charges. If the audience be earned is willing to pay for it, awesome.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_70":{"id":"3fed73795ca4_70","name":"e44e","type":"P","href":null,"layout":null,"metadata":null,"text":"She tries, oh lord, she tries:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_71":{"id":"3fed73795ca4_71","name":"a502","type":"BQ","href":null,"layout":null,"metadata":null,"text":"To assert that he isn’t doing anything any other dev couldn’t, is wrong. It’s successful because it’s Marco.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_72":{"id":"3fed73795ca4_72","name":"7dcd","type":"P","href":null,"layout":null,"metadata":null,"text":"But no, HE KNOWS HER POINT BETTER THAN SHE DOES:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_73":{"id":"3fed73795ca4_73","name":"a62a","type":"BQ","href":null,"layout":null,"metadata":null,"text":"No, it’s successful because he busted his ass to make it so. It’s like any other business. He grew it.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_74":{"id":"3fed73795ca4_74","name":"df8c","type":"P","href":null,"layout":null,"metadata":null,"text":"Christ. This is like a field of strawmen. Stupid ones. Very stupid ones.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_75":{"id":"3fed73795ca4_75","name":"521a","type":"P","href":null,"layout":null,"metadata":null,"text":"One guy tries to blame it all on Apple, another in a string of Wha??? moments:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_76":{"id":"3fed73795ca4_76","name":"d80d","type":"BQ","href":null,"layout":null,"metadata":null,"text":"the appropriate context is Apple’s App Store policies. Other devs aren’t Marco’s responsibility","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_77":{"id":"3fed73795ca4_77","name":"db0b","type":"P","href":null,"layout":null,"metadata":null,"text":"Seriously? Dude, are you even trying to talk about what Samantha actually wrote? At this point, Samantha is clearly mystified at the entire thing:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_78":{"id":"3fed73795ca4_78","name":"7a78","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_79":{"id":"3fed73795ca4_79","name":"6e09","type":"P","href":null,"layout":null,"metadata":null,"text":"Because it’s a nit they can pick and allows them to ignore everything you wrote. That’s the only reason.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_80":{"id":"3fed73795ca4_80","name":"b7db","type":"P","href":null,"layout":null,"metadata":null,"text":"One guy is “confused”:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_81":{"id":"3fed73795ca4_81","name":"3626","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I see. He does have clout, so are you saying he’s too modest in how he sees himself as a dev?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_82":{"id":"3fed73795ca4_82","name":"9daa","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Yes. He can’t be equated to the vast majority of other developers. Like calling Gruber, “just another blogger”.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_83":{"id":"3fed73795ca4_83","name":"f6da","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Alright, that’s fair. I was just confused by the $ and fame angle at first.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_84":{"id":"3fed73795ca4_84","name":"d5b1","type":"P","href":null,"layout":null,"metadata":null,"text":"Samantha’s point centers on the benefits Marco gains via his fame and background. HOW DO YOU NOT MENTION THAT? HOW IS THAT CONFUSING?","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_84.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_84.markups.0":{"type":"EM","start":82,"end":133,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_85":{"id":"3fed73795ca4_85","name":"58d0","type":"P","href":null,"layout":null,"metadata":null,"text":"People of course are telling her it’s her fault for mentioning a salient fact at all:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_86":{"id":"3fed73795ca4_86","name":"30d2","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_87":{"id":"3fed73795ca4_87","name":"765b","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Maybe because you went there with your article?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_88":{"id":"3fed73795ca4_88","name":"61fe","type":"BQ","href":null,"layout":null,"metadata":null,"text":"As a way of rationalizing his ability to gamble with the potential for Overcast to generate income…not the norm at all.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_89":{"id":"3fed73795ca4_89","name":"f17c","type":"P","href":null,"layout":null,"metadata":null,"text":"Of course, had she not brought up those important points, she’d have been bagged on for “not providing proof”. Lose some, lose more. By now, she’s had enough and she just deletes all mention of it. Understandable, but sad she was bullied into doing that.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_90":{"id":"3fed73795ca4_90","name":"0b60","type":"P","href":null,"layout":null,"metadata":null,"text":"Yes, bullied. That’s all this is. Bullying. She didn’t lie, cheat, or exaagerate. If her numbers were wrong, they weren’t wrong in a way she had any ability to do anything about. But there’s blood in the water, and the comments and attacks get worse:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_91":{"id":"3fed73795ca4_91","name":"65ab","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Because you decided to start a conversation about someone else’s personal shit. You started this war.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_92":{"id":"3fed73795ca4_92","name":"1adb","type":"P","href":null,"layout":null,"metadata":null,"text":"War. THIS. IS. WAR.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_93":{"id":"3fed73795ca4_93","name":"de94","type":"P","href":null,"layout":null,"metadata":null,"text":"This is a bunch of nerds attacking someone for reasoned, calm, polite criticism of their friend\u002Fidol. Samantha is politely pushing back a bit:","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_93.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_93.markups.0":{"type":"EM","start":63,"end":69,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_94":{"id":"3fed73795ca4_94","name":"4458","type":"BQ","href":null,"layout":null,"metadata":null,"text":"That doesn’t explain why every other part of my article is being pushed aside.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_95":{"id":"3fed73795ca4_95","name":"aeac","type":"P","href":null,"layout":null,"metadata":null,"text":"She’s right. This is all nonsense. This is people ignoring her article completely, just looking for things to attack so it can be dismissed. It’s tribalism at its purest.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_96":{"id":"3fed73795ca4_96","name":"0078","type":"P","href":null,"layout":null,"metadata":null,"text":"Then some of the other annointed get into it, including Jason Snell in one of the most spectactular displays of “I have special knowledge you can’t be expected to have, therefore you are totally off base and wrong, even though there’s no way for you to know this” I’ve seen in a while. Jason:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_97":{"id":"3fed73795ca4_97","name":"c4c9","type":"BQ","href":null,"layout":null,"metadata":null,"text":"You should never use an ad rate card to estimate ad revenue from any media product ever.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_98":{"id":"3fed73795ca4_98","name":"b66b","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I learned this when I started working for a magazine — rate cards are mostly fiction, like prices on new cars","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_99":{"id":"3fed73795ca4_99","name":"6907","type":"P","href":null,"layout":null,"metadata":null,"text":"How…exactly…in the name of whatever deity Jason may believe in…is Samantha or anyone not “in the biz” supposed to know this. Also, what exactly does a magazine on paper like Macworld have to do with sponsorships for a podcast? I have done podcasts that were sponsored, and I can retaliate with “we charged what the rate card said we did. Checkmate Elitests!”","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_99.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_99.markups.0":{"type":"EM","start":338,"end":357,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_100":{"id":"3fed73795ca4_100","name":"41ec","type":"P","href":null,"layout":null,"metadata":null,"text":"Samantha basically abases herself at his feet:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_101":{"id":"3fed73795ca4_101","name":"0b14","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I understand my mistake, and it’s unfortunate that it has completely diluted the point of my article.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_102":{"id":"3fed73795ca4_102","name":"590f","type":"P","href":null,"layout":null,"metadata":null,"text":"I think she should have told him where and how to stuff that nonsense, but she’s a nicer person than I am. Also, it’s appropriate that Jason’s twitter avatar has its nose in the air. This is some rank snobbery. It’s disgusting and if anyone pulled that on him, Jason would be very upset. But hey, one cannot criticize The Marco without getting pushback. By “pushback”, I mean “an unrelenting fecal flood”.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_103":{"id":"3fed73795ca4_103","name":"69dc","type":"P","href":null,"layout":null,"metadata":null,"text":"Her only mistake was criticizing one of the Kool Kids. Folks, if you criticize anyone in The Deck Clique, or their friends, expect the same thing, regardless of tone or point.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_104":{"id":"3fed73795ca4_104","name":"5ab4","type":"P","href":null,"layout":null,"metadata":null,"text":"Another App Dev, seemingly unable to parse Samantha’s words, needs more explanation:","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_104.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_104.markups.0":{"type":"EM","start":67,"end":71,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_105":{"id":"3fed73795ca4_105","name":"957b","type":"BQ","href":null,"layout":null,"metadata":null,"text":"so just looking over your mentions, I’m curious what exactly was your main point? Ignoring the podcast income bits.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_106":{"id":"3fed73795ca4_106","name":"0a7e","type":"P","href":null,"layout":null,"metadata":null,"text":"Oh wait, he didn’t even read the article. Good on you, Dev Guy, good. on. you. Still, she plays nice with someone who didn’t even read her article:","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_106.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_106.markups.0":{"type":"EM","start":101,"end":146,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_107":{"id":"3fed73795ca4_107","name":"f7db","type":"BQ","href":null,"layout":null,"metadata":null,"text":"That a typical unknown developer can’t depend on patronage to generate revenue, and charging for apps will become a negative.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_108":{"id":"3fed73795ca4_108","name":"937f","type":"P","href":null,"layout":null,"metadata":null,"text":"Marco comes back of course, and now basically accuses her of lying about other devs talking to her and supporting her point:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_109":{"id":"3fed73795ca4_109","name":"c9dd","type":"BQ","href":null,"layout":null,"metadata":null,"text":"How many actual developers did you hear from, really? Funny how almost nobody wants to give a (real) name on these accusations.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_110":{"id":"3fed73795ca4_110","name":"c522","type":"P","href":null,"layout":null,"metadata":null,"text":"Really? You’re going to do that? “There’s no name, so I don’t think it’s a real person.” Just…what’s the Joe Welch quote from the McCarthy hearings?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_111":{"id":"3fed73795ca4_111","name":"907e","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Let us not assassinate this lad further, Senator. You’ve done enough. Have you no sense of decency, sir? At long last, have you left no sense of decency?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_112":{"id":"3fed73795ca4_112","name":"2158","type":"P","href":null,"layout":null,"metadata":null,"text":"That is what this is at this point: character assasination because she said something critical of A Popular Person. It’s disgusting. Depressing and disgusting. No one, none of these people have seriously discussed her point, heck, it looks like they barely bothered to read it, if they did at all.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_113":{"id":"3fed73795ca4_113","name":"13f8","type":"P","href":null,"layout":null,"metadata":null,"text":"Marco starts getting really petty with her (no big shock) and Samantha finally starts pushing back:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_114":{"id":"3fed73795ca4_114","name":"96c6","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Glad to see you be the bigger person and ignore the mindset of so many developers not relating to you, good for you!","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_115":{"id":"3fed73795ca4_115","name":"5d3f","type":"P","href":null,"layout":null,"metadata":null,"text":"That of course, is what caused Marco to question the validity, if not the existence of her sources. (Funny how anonymous sources are totes okay when they convenience Marco et al, and work for oh, Apple, but when they are inconvenient? Ha! PROVIDE ME PROOF YOU INTEMPERATE WOMAN!)","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_115.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_115.markups.0":{"type":"EM","start":196,"end":201,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_116":{"id":"3fed73795ca4_116","name":"c07c","type":"P","href":null,"layout":null,"metadata":null,"text":"Make no mistake, there’s some sexist shit going on here. Every tweet I’ve quoted was authored by a guy.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_117":{"id":"3fed73795ca4_117","name":"8b32","type":"P","href":null,"layout":null,"metadata":null,"text":"Of course, Marco has to play the “I’ve been around longer than you” card with this bon mot:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_118":{"id":"3fed73795ca4_118","name":"de26","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Yup, before you existed!","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_119":{"id":"3fed73795ca4_119","name":"a3bd","type":"P","href":null,"layout":null,"metadata":null,"text":"Really dude? I mean, I’m sorry about the penis, but really?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_120":{"id":"3fed73795ca4_120","name":"1c51","type":"P","href":null,"layout":null,"metadata":null,"text":"Mind you, when the criticism isn’t just bizarrely stupid, Samantha reacts the way Marco and his ilk claim they would to (if they ever got any valid criticism. Which clearly is impossible):","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_120.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_120.markups.0":{"type":"EM","start":142,"end":147,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_121":{"id":"3fed73795ca4_121","name":"9848","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Not to get into the middle of this, but “income” is not the term you’re looking for. “Revenue” is.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_122":{"id":"3fed73795ca4_122","name":"f2a6","type":"BQ","href":null,"layout":null,"metadata":null,"text":"lol. Noted.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_123":{"id":"3fed73795ca4_123","name":"aed9","type":"BQ","href":null,"layout":null,"metadata":null,"text":"And I wasn’t intending to be a dick, just a lot of people hear\u002Fsay “income” when they intend “revenue”, and then discussion …","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_124":{"id":"3fed73795ca4_124","name":"f9d8","type":"BQ","href":null,"layout":null,"metadata":null,"text":"… gets derailed by a jedi handwave of “Expenses”. But outside of charitable donation, it is all directly related.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_125":{"id":"3fed73795ca4_125","name":"f61c","type":"BQ","href":null,"layout":null,"metadata":null,"text":"haha. Thank you for the clarification.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_126":{"id":"3fed73795ca4_126","name":"5dd9","type":"P","href":null,"layout":null,"metadata":null,"text":"Note to Marco and the other…whatever they are…that is how one reacts to that kind of criticism. With a bit of humor and self-deprecation. You should try it sometime. For real, not just in your heads or conversations in Irish Pubs in S.F.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_127":{"id":"3fed73795ca4_127","name":"dc44","type":"P","href":null,"layout":null,"metadata":null,"text":"But now, the door has been cracked, and the cheap shots come out:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_128":{"id":"3fed73795ca4_128","name":"0c94","type":"BQ","href":null,"layout":null,"metadata":null,"text":"@testflight_app: Don’t worry guys, we process @marcoarment’s apps in direct proportion to his megabucks earnings. #fairelephant","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_128.markups.0","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_128.markups.1","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_128.markups.0":{"type":"A","start":46,"end":58,"href":"https:\u002F\u002Ftwitter.com\u002Fmarcoarment","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_128.markups.1":{"type":"A","start":114,"end":127,"href":"https:\u002F\u002Ftwitter.com\u002Fhashtag\u002Ffairelephant?src=hash","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_129":{"id":"3fed73795ca4_129","name":"343b","type":"P","href":null,"layout":null,"metadata":null,"text":"(Note: testflight_app is a parody account. Please do not mess with the actual testflight folks. They are still cool.)","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_130":{"id":"3fed73795ca4_130","name":"09bf","type":"P","href":null,"layout":null,"metadata":null,"text":"Or this…conversation:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_131":{"id":"3fed73795ca4_131","name":"4d63","type":"IMG","href":null,"layout":"INSET_CENTER","metadata":{"type":"id","generated":false,"id":"ImageMetadata:1*kbPh7V97eyRodSOw2-ALDw.png","typename":"ImageMetadata"},"text":"","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"ImageMetadata:1*kbPh7V97eyRodSOw2-ALDw.png":{"id":"1*kbPh7V97eyRodSOw2-ALDw.png","originalHeight":542,"originalWidth":398,"focusPercentX":null,"focusPercentY":null,"alt":null,"__typename":"ImageMetadata"},"Paragraph:3fed73795ca4_132":{"id":"3fed73795ca4_132","name":"f2a3","type":"P","href":null,"layout":null,"metadata":null,"text":"Good job guys. Good job. Defend the tribe. Attack the other. Frederico attempts to recover from his stunning display of demeaning douchery: ‏@viticci: @s_bielefeld I don’t know if it’s an Italian thing, but counting other people’s money is especially weird for me. IMO, bad move in the post.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_132.markups.0","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_132.markups.1","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_132.markups.0":{"type":"A","start":140,"end":149,"href":"https:\u002F\u002Ftwitter.com\u002Fviticci","anchorType":"LINK","userId":"","linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_132.markups.1":{"type":"A","start":151,"end":163,"href":"https:\u002F\u002Ftwitter.com\u002Fs_bielefeld","anchorType":"LINK","userId":"","linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_133":{"id":"3fed73795ca4_133","name":"ae0c","type":"P","href":null,"layout":null,"metadata":null,"text":"Samantha is clearly sick of his crap: ‏@s_bielefeld: @viticci That’s what I’m referring to, the mistake of ever having mentioned it. So, now, Marco can ignore the bigger issue and go on living.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_133.markups.0","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_133.markups.1","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_133.markups.0":{"type":"A","start":38,"end":51,"href":"https:\u002F\u002Ftwitter.com\u002Fs_bielefeld","anchorType":"LINK","userId":"","linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_133.markups.1":{"type":"A","start":53,"end":61,"href":"https:\u002F\u002Ftwitter.com\u002Fviticci","anchorType":"LINK","userId":"","linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_134":{"id":"3fed73795ca4_134","name":"2047","type":"P","href":null,"layout":null,"metadata":null,"text":"Good for her. There’s being patient and being roadkill.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_135":{"id":"3fed73795ca4_135","name":"4139","type":"P","href":null,"layout":null,"metadata":null,"text":"Samantha does put the call out for her sources to maybe let her use their names:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_136":{"id":"3fed73795ca4_136","name":"6626","type":"BQ","href":null,"layout":null,"metadata":null,"text":"From all of you I heard from earlier, anyone care to go on record?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_137":{"id":"3fed73795ca4_137","name":"8a7d","type":"P","href":null,"layout":null,"metadata":null,"text":"My good friend, The Angry Drunk points out the obvious problem:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_138":{"id":"3fed73795ca4_138","name":"68c9","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Nobody’s going to go on record when they count on Marco’s friends for their PR.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_139":{"id":"3fed73795ca4_139","name":"317d","type":"P","href":null,"layout":null,"metadata":null,"text":"This is true. Again, the sites that are Friends of Marco:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_140":{"id":"3fed73795ca4_140","name":"9523","type":"P","href":null,"layout":null,"metadata":null,"text":"Daring Fireball","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_141":{"id":"3fed73795ca4_141","name":"dbc7","type":"P","href":null,"layout":null,"metadata":null,"text":"The Loop","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_142":{"id":"3fed73795ca4_142","name":"c706","type":"P","href":null,"layout":null,"metadata":null,"text":"SixColors","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_143":{"id":"3fed73795ca4_143","name":"0acb","type":"P","href":null,"layout":null,"metadata":null,"text":"iMore","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_144":{"id":"3fed73795ca4_144","name":"8c8c","type":"P","href":null,"layout":null,"metadata":null,"text":"MacStories","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_145":{"id":"3fed73795ca4_145","name":"643e","type":"P","href":null,"layout":null,"metadata":null,"text":"A few others, but I want this post to end one day.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_146":{"id":"3fed73795ca4_146","name":"6b76","type":"P","href":null,"layout":null,"metadata":null,"text":"You piss that crew off, and given how petty rather a few of them have demonstrated they are, good luck on getting any kind of notice from them.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_147":{"id":"3fed73795ca4_147","name":"f7d1","type":"P","href":null,"layout":null,"metadata":null,"text":"Of course, the idea this could happen is just craycray:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_148":{"id":"3fed73795ca4_148","name":"de59","type":"BQ","href":null,"layout":null,"metadata":null,"text":"@KevinColeman .@Angry_Drunk @s_bielefeld @marcoarment Wow, you guys are veering right into crazy conspiracy theory territory. #JetFuelCantMeltSteelBeams","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_148.markups.0","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_148.markups.1","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_148.markups.2","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_148.markups.3","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_148.markups.4","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_148.markups.0":{"type":"A","start":0,"end":14,"href":"https:\u002F\u002Ftwitter.com\u002FKevinColeman","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_148.markups.1":{"type":"A","start":14,"end":27,"href":"https:\u002F\u002Ftwitter.com\u002FAngry_Drunk","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_148.markups.2":{"type":"A","start":28,"end":40,"href":"https:\u002F\u002Ftwitter.com\u002Fs_bielefeld","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_148.markups.3":{"type":"A","start":41,"end":53,"href":"https:\u002F\u002Ftwitter.com\u002Fmarcoarment","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_148.markups.4":{"type":"A","start":126,"end":152,"href":"https:\u002F\u002Ftwitter.com\u002Fhashtag\u002FJetFuelCantMeltSteelBeams?src=hash","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_149":{"id":"3fed73795ca4_149","name":"f01b","type":"P","href":null,"layout":null,"metadata":null,"text":"Yeah. Because a mature person like Marco would never do anything like that.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_150":{"id":"3fed73795ca4_150","name":"7e30","type":"P","href":null,"layout":null,"metadata":null,"text":"Of course, the real point on this is starting to happen:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_151":{"id":"3fed73795ca4_151","name":"5d93","type":"BQ","href":null,"layout":null,"metadata":null,"text":"you’re getting a lot of heat now but happy you are writing things that stir up the community. Hope you continue to be a voice!","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_152":{"id":"3fed73795ca4_152","name":"436b","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I doubt I will.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_153":{"id":"3fed73795ca4_153","name":"ac25","type":"P","href":null,"layout":null,"metadata":null,"text":"See, they’ve done their job. Mess with the bull, you get the horns. Maybe you should find another thing to write about, this isn’t a good place for you. Great job y’all.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_153.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_153.markups.0":{"type":"EM","start":153,"end":158,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_154":{"id":"3fed73795ca4_154","name":"07ba","type":"P","href":null,"layout":null,"metadata":null,"text":"Some people aren’t even pretending. They’re just in full strawman mode:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_155":{"id":"3fed73795ca4_155","name":"3d60","type":"BQ","href":null,"layout":null,"metadata":null,"text":"@timkeller: Unfair to begrudge a person for leveraging past success, especially when that success is earned. No ‘luck’ involved.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_155.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_155.markups.0":{"type":"A","start":0,"end":12,"href":"https:\u002F\u002Ftwitter.com\u002Ftimkeller","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_156":{"id":"3fed73795ca4_156","name":"87f5","type":"BQ","href":null,"layout":null,"metadata":null,"text":"@s_bielefeld: @timkeller I plainly stated that I don’t hold his doing this against him. Way to twist words.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_156.markups.0","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_156.markups.1","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_156.markups.0":{"type":"A","start":0,"end":14,"href":"https:\u002F\u002Ftwitter.com\u002Fs_bielefeld","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_156.markups.1":{"type":"A","start":14,"end":24,"href":"https:\u002F\u002Ftwitter.com\u002Ftimkeller","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_157":{"id":"3fed73795ca4_157","name":"3720","type":"P","href":null,"layout":null,"metadata":null,"text":"I think she’s earned her anger at this point.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_158":{"id":"3fed73795ca4_158","name":"7341","type":"P","href":null,"layout":null,"metadata":null,"text":"Don’t worry, Marco knows what the real problem is: most devs just suck —","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_159":{"id":"3fed73795ca4_159","name":"babe","type":"IMG","href":null,"layout":"INSET_CENTER","metadata":{"type":"id","generated":false,"id":"ImageMetadata:1*Fpb2Bvdx7Q-688vdm-NdkQ.png","typename":"ImageMetadata"},"text":"","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"ImageMetadata:1*Fpb2Bvdx7Q-688vdm-NdkQ.png":{"id":"1*Fpb2Bvdx7Q-688vdm-NdkQ.png","originalHeight":771,"originalWidth":694,"focusPercentX":null,"focusPercentY":null,"alt":null,"__typename":"ImageMetadata"},"Paragraph:3fed73795ca4_160":{"id":"3fed73795ca4_160","name":"503d","type":"P","href":null,"layout":null,"metadata":null,"text":"I have a saying that applies in this case: don’t place your head so far up your nethers that you go full Klein Bottle. Marco has gone full Klein Bottle. (To be correct, he went FKB some years ago.)","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_161":{"id":"3fed73795ca4_161","name":"b8c0","type":"P","href":null,"layout":null,"metadata":null,"text":"There are some bright spots. My favorite is when Building Twenty points out the real elephant in the room:","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_161.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_161.markups.0":{"type":"EM","start":80,"end":84,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_162":{"id":"3fed73795ca4_162","name":"36f4","type":"BQ","href":null,"layout":null,"metadata":null,"text":"@BuildingTwenty: Both @s_bielefeld & I wrote similar critiques of @marcoarment’s pricing model yet the Internet pilloried only the woman. Who’d have guessed?","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_162.markups.0","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_162.markups.1","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_162.markups.2","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_162.markups.0":{"type":"A","start":0,"end":15,"href":"https:\u002F\u002Ftwitter.com\u002FBuildingTwenty","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_162.markups.1":{"type":"A","start":22,"end":34,"href":"https:\u002F\u002Ftwitter.com\u002Fs_bielefeld","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_162.markups.2":{"type":"A","start":66,"end":78,"href":"https:\u002F\u002Ftwitter.com\u002Fmarcoarment","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_163":{"id":"3fed73795ca4_163","name":"06b9","type":"P","href":null,"layout":null,"metadata":null,"text":"Yup.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_164":{"id":"3fed73795ca4_164","name":"eff9","type":"P","href":null,"layout":null,"metadata":null,"text":"Another bright spot are these comments from Ian Betteridge, who has been doing this even longer than Marco:","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_164.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_164.markups.0":{"type":"EM","start":84,"end":106,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_165":{"id":"3fed73795ca4_165","name":"18f1","type":"BQ","href":null,"layout":null,"metadata":null,"text":"You know, any writer who has never made a single factual error in a piece hasn’t ever written anything worth reading.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_166":{"id":"3fed73795ca4_166","name":"9776","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I learned my job with the support of people who helped me. Had I suffered an Internet pile on for every error I wouldn’t have bothered.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_167":{"id":"3fed73795ca4_167","name":"8d44","type":"P","href":null,"layout":null,"metadata":null,"text":"To which Samantha understandably replies:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_168":{"id":"3fed73795ca4_168","name":"7147","type":"BQ","href":null,"layout":null,"metadata":null,"text":"and it’s honestly something I’m contemplating right now, whether to continue…","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_169":{"id":"3fed73795ca4_169","name":"e0cd","type":"P","href":null,"layout":null,"metadata":null,"text":"Gee, I can’t imagine why. Why with comments like this from Chris Breen that completely misrepresent Samantha’s point, (who until today, I would have absolutely defended as being better than this, something I am genuinely saddened to be wrong about), why wouldn’t she want to continue doing this?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_170":{"id":"3fed73795ca4_170","name":"a379","type":"BQ","href":null,"layout":null,"metadata":null,"text":"If I have this right, some people are outraged that a creator has decided to give away his work.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_171":{"id":"3fed73795ca4_171","name":"f026","type":"P","href":null,"layout":null,"metadata":null,"text":"No Chris, you don’t have this right. But hey, who has time to find out the real issue and read an article. I’m sure your friends told you everything you need to know.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_172":{"id":"3fed73795ca4_172","name":"e1c2","type":"P","href":null,"layout":null,"metadata":null,"text":"Noted Feminist Glenn Fleishman gets a piece of the action too:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_173":{"id":"3fed73795ca4_173","name":"067c","type":"IMG","href":null,"layout":"INSET_CENTER","metadata":{"type":"id","generated":false,"id":"ImageMetadata:1*lvOySry5gHHJfGU_bQXrzA.png","typename":"ImageMetadata"},"text":"","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"ImageMetadata:1*lvOySry5gHHJfGU_bQXrzA.png":{"id":"1*lvOySry5gHHJfGU_bQXrzA.png","originalHeight":269,"originalWidth":308,"focusPercentX":null,"focusPercentY":null,"alt":null,"__typename":"ImageMetadata"},"Paragraph:3fed73795ca4_174":{"id":"3fed73795ca4_174","name":"4df8","type":"P","href":null,"layout":null,"metadata":null,"text":"I’m not actually surprised here. I watched Fleishman berate a friend of mine who has been an engineer for…heck, waaaaay too long on major software products in the most condescending way because she tried to point out that as a very technical woman, “The Magazine” literally had nothing to say to her and maybe he should fix that. “Impertinent” was I believe what he called her, but I may have the specific word wrong. Not the attitude mind you. Great Feminists like Glenn do not like uppity women criticizing Great Feminists who are their Great Allies.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_174.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_174.markups.0":{"type":"EM","start":227,"end":231,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_175":{"id":"3fed73795ca4_175","name":"bf45","type":"P","href":null,"layout":null,"metadata":null,"text":"Great Feminists are often tools.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_176":{"id":"3fed73795ca4_176","name":"45bb","type":"P","href":null,"layout":null,"metadata":null,"text":"Luckily, I hope, the people who get Samantha’s point also started chiming in (and you get 100% of the women commenting here that I’ve seen):","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_177":{"id":"3fed73795ca4_177","name":"c053","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I don’t think he’s wrong for doing it, he just discusses it as if the market’s a level playing field — it isn’t","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_178":{"id":"3fed73795ca4_178","name":"7b5e","type":"BQ","href":null,"layout":null,"metadata":null,"text":"This is a great article with lots of great points about the sustainability of iOS development. Thank you for publishing it.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_179":{"id":"3fed73795ca4_179","name":"a321","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Regardless of the numbers and your view of MA, fair points here about confirmation bias in app marketing feasibility http:\u002F\u002Fsamanthabielefeld.com\u002Fthe-elephant-in-the-room …","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_179.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_179.markups.0":{"type":"A","start":117,"end":172,"href":"http:\u002F\u002Ft.co\u002Fu79ZLsnhdM","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_180":{"id":"3fed73795ca4_180","name":"76fe","type":"BQ","href":null,"layout":null,"metadata":null,"text":"thank you for posting this, it covers a lot of things people don’t like to talk about.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_181":{"id":"3fed73795ca4_181","name":"bf90","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I’m sure you have caught untold amounts of flak over posting this because Marco is blind to his privilege as a developer.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_182":{"id":"3fed73795ca4_182","name":"0f66","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Catching up on the debate, and agreeing with Harry’s remark. (Enjoyed your article, Samantha, and ‘got’ your point.)","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_183":{"id":"3fed73795ca4_183","name":"6134","type":"P","href":null,"layout":null,"metadata":null,"text":"I would like to say I’m surprised at the reaction to Samantha’s article, but I’m not. In spite of his loud declarations of support for The Big Lie, Marco Arment is as bad at any form of criticism that he hasn’t already approved as a very insecure tween. An example from 2011: http:\u002F\u002Fwww.businessinsider.com\u002Fmarco-arment-2011-9","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_183.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_183.markups.0":{"type":"A","start":276,"end":326,"href":"http:\u002F\u002Fwww.businessinsider.com\u002Fmarco-arment-2011-9","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_184":{"id":"3fed73795ca4_184","name":"ba3c","type":"P","href":null,"layout":null,"metadata":null,"text":"Marco is great with criticism as long as it never actually criticizes him. If it does, be prepared a flood of petty, petulant whining that a room full of bored preschoolers on a hot day would be hard-pressed to match.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_185":{"id":"3fed73795ca4_185","name":"a5a0","type":"P","href":null,"layout":null,"metadata":null,"text":"Today has been…well, it sucks. It sucks because someone doing what all the Arments of the world claim to want was naive enough to believe what they were told, and found out the hard way just how big a lie The Big Lie is, and how vicious people are when you’re silly enough to believe anything they say about criticism.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_186":{"id":"3fed73795ca4_186","name":"2a25","type":"P","href":null,"layout":null,"metadata":null,"text":"And note again, every single condescending crack, misrepresentation, and strawman had an exclusively male source. Most of them have, at one point or another, loudly trumpted themselves as Feminist Allies, as a friend to women struggling with the sexism and misogyny in tech. Congratulations y’all on being just as bad as the people you claim to oppose.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_187":{"id":"3fed73795ca4_187","name":"a47a","type":"P","href":null,"layout":null,"metadata":null,"text":"Samantha has handled this better than anyone else could have. My respect for her as a person and a writer is off the charts. If she choses to walk away from blogging in the Apple space, believe me I understand. As bad as today was for her, I’ve seen worse. Much worse.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_187.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_187.markups.0":{"type":"EM","start":186,"end":196,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_188":{"id":"3fed73795ca4_188","name":"aa8e","type":"P","href":null,"layout":null,"metadata":null,"text":"But I hope she doesn’t. I hope she stays, because she is Doing This Right, and in a corner of the internet that has become naught but an endless circle jerk, a cliquish collection, a churlish, childish cohort interested not in writing or the truth, but in making sure The Right People are elevated, and The Others put down, she is someone worth reading and listening to. The number people who owe her apologies goes around the block, and I don’t think she’ll ever see a one. I’m sure as heck not apologizing for them, I’ll not make their lives easier in the least.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_189":{"id":"3fed73795ca4_189","name":"34c5","type":"P","href":null,"layout":null,"metadata":null,"text":"All of you, all. of. you…Marco, Breen, Snell, Vittici, had a chance to live by your words. You were faced with reasoned, polite, respectful criticism and instead of what you should have done, you all dropped trou and sprayed an epic diarrheal discharge all over someone who had done nothing to deserve it. Me, I earned most of my aggro, Samantha did not earn any of the idiocy I’ve seen today. I hope you’re all proud of yourselves. Someone should be, it won’t be me. Ever.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_190":{"id":"3fed73795ca4_190","name":"9710","type":"P","href":null,"layout":null,"metadata":null,"text":"So I hope she stays, but if she goes, I understand. For what it’s worth, I don’t think she’s wrong either way.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"$Post:d146a92473a1.postResponses":{"count":13,"__typename":"PostResponses"},"Post:57ed6bd76960":{"__typename":"Post","id":"57ed6bd76960","title":"The Pinterest Paradox: Cupcakes and Toxicity","mediumUrl":"https:\u002F\u002Fmedium.com\u002F@francoise_93266\u002Fthe-pinterest-paradox-cupcakes-and-toxicity-57ed6bd76960","previewImage":{"type":"id","generated":false,"id":"ImageMetadata:","typename":"ImageMetadata"},"isPublished":true,"firstPublishedAt":1597185784040,"readingTime":16.807547169811322,"statusForCollection":null,"isLocked":true,"isShortform":false,"visibility":"LOCKED","collection":null,"creator":{"type":"id","generated":false,"id":"User:d299e872410","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:57ed6bd76960.previewContent","typename":"PreviewContent"}},"ImageMetadata:":{"id":"","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"User:d299e872410":{"name":"Francoise Brougher","username":"francoise_93266","id":"d299e872410","bio":"Former Pinterest COO and Executive at Square and Google. French American, from Marseille to the Bay Area. Mom of Three","isFollowing":null,"imageId":"1*tPgjXGoTTRKg7xcmn3yMOw.jpeg","mediumMemberAt":0,"__typename":"User"},"$Post:57ed6bd76960.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"Post:c16cc0b092f1":{"__typename":"Post","id":"c16cc0b092f1","title":"Your Life Is Full of Porn. Stop Getting Yourself Off.","mediumUrl":"https:\u002F\u002Fmedium.com\u002Fthe-ascent\u002Fyour-life-is-full-of-porn-stop-getting-yourself-off-c16cc0b092f1","previewImage":{"type":"id","generated":false,"id":"ImageMetadata:1*fkW0uY9JMZ6oUNyVRO6BBQ.jpeg","typename":"ImageMetadata"},"isPublished":true,"firstPublishedAt":1596214861525,"readingTime":4.6716981132075475,"statusForCollection":"APPROVED","isLocked":true,"isShortform":false,"visibility":"LOCKED","collection":{"type":"id","generated":false,"id":"Collection:eb660df75111","typename":"Collection"},"creator":{"type":"id","generated":false,"id":"User:b6d641be1066","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:c16cc0b092f1.previewContent","typename":"PreviewContent"}},"ImageMetadata:1*fkW0uY9JMZ6oUNyVRO6BBQ.jpeg":{"id":"1*fkW0uY9JMZ6oUNyVRO6BBQ.jpeg","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"Collection:eb660df75111":{"name":"The Ascent","id":"eb660df75111","slug":"the-ascent","domain":"theascent.pub","__typename":"Collection"},"User:b6d641be1066":{"name":"Tim Denning","username":"timdenning","id":"b6d641be1066","bio":"Aussie Blogger — Writer for CNBC & Business Insider. Inspiring the world through Personal Development and Entrepreneurship. www.timdenning.com","isFollowing":null,"imageId":"2*D4KAER7h6bCkTU-m7Aw9DA.jpeg","mediumMemberAt":1570431600000,"__typename":"User"},"$Post:c16cc0b092f1.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"Post:238dae9a4372":{"__typename":"Post","id":"238dae9a4372","title":"Mourning my baby brother, Fahim","mediumUrl":"https:\u002F\u002Fmedium.com\u002F@justiceforfahim\u002Fmourning-my-baby-brother-fahim-238dae9a4372","previewImage":{"type":"id","generated":false,"id":"ImageMetadata:1*HizZro5r4AJ8Fj_xjVUzrA.jpeg","typename":"ImageMetadata"},"isPublished":true,"firstPublishedAt":1597311061478,"readingTime":14.243396226415094,"statusForCollection":null,"isLocked":true,"isShortform":false,"visibility":"LOCKED","collection":null,"creator":{"type":"id","generated":false,"id":"User:8ad85cee2b23","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:238dae9a4372.previewContent","typename":"PreviewContent"}},"ImageMetadata:1*HizZro5r4AJ8Fj_xjVUzrA.jpeg":{"id":"1*HizZro5r4AJ8Fj_xjVUzrA.jpeg","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"User:8ad85cee2b23":{"name":"Justiceforfahim","username":"justiceforfahim","id":"8ad85cee2b23","bio":"","isFollowing":null,"imageId":"0*JZ7dfapmV3kCb0CH.jpg","mediumMemberAt":0,"__typename":"User"},"$Post:238dae9a4372.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"Post:9cf4ec1c8e26":{"__typename":"Post","id":"9cf4ec1c8e26","title":"I’m A Sugar Baby-& This Is How Much I Get Paid To Date","mediumUrl":"https:\u002F\u002Fmedium.com\u002Frefinery29\u002Fim-a-sugar-baby-this-is-how-much-i-get-paid-to-date-9cf4ec1c8e26","previewImage":{"type":"id","generated":false,"id":"ImageMetadata:0*vGxs86f0dmFewdXV.jpg","typename":"ImageMetadata"},"isPublished":true,"firstPublishedAt":1596556261424,"readingTime":8.815094339622641,"statusForCollection":"APPROVED","isLocked":true,"isShortform":false,"visibility":"LOCKED","collection":{"type":"id","generated":false,"id":"Collection:aa4155f74368","typename":"Collection"},"creator":{"type":"id","generated":false,"id":"User:47057b17b8e2","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:9cf4ec1c8e26.previewContent","typename":"PreviewContent"}},"ImageMetadata:0*vGxs86f0dmFewdXV.jpg":{"id":"0*vGxs86f0dmFewdXV.jpg","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"Collection:aa4155f74368":{"name":"Refinery29","id":"aa4155f74368","slug":"refinery29","domain":null,"__typename":"Collection"},"User:47057b17b8e2":{"name":"Refinery29 UK","username":"refinery29","id":"47057b17b8e2","bio":"The leading global media company focused on young women. We inspire, entertain, and empower our audience through optimistic and diverse storytelling.","isFollowing":null,"imageId":"0*000ZlntQkYrNiPB-.png","mediumMemberAt":0,"__typename":"User"},"$Post:9cf4ec1c8e26.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"Post:94a10bc60f2b":{"__typename":"Post","id":"94a10bc60f2b","title":"Can Kamala Harris and Joe Biden Defeat Trump?","mediumUrl":"https:\u002F\u002Feand.co\u002Fcan-kamala-harris-and-joe-biden-defeat-trump-94a10bc60f2b","previewImage":{"type":"id","generated":false,"id":"ImageMetadata:1*6prX9w38K3M3PEZG9XkbFg.jpeg","typename":"ImageMetadata"},"isPublished":true,"firstPublishedAt":1597270521604,"readingTime":10.154716981132074,"statusForCollection":"APPROVED","isLocked":true,"isShortform":false,"visibility":"LOCKED","collection":{"type":"id","generated":false,"id":"Collection:9b4cc1c6abbd","typename":"Collection"},"creator":{"type":"id","generated":false,"id":"User:41e01d325219","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:94a10bc60f2b.previewContent","typename":"PreviewContent"}},"ImageMetadata:1*6prX9w38K3M3PEZG9XkbFg.jpeg":{"id":"1*6prX9w38K3M3PEZG9XkbFg.jpeg","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"Collection:9b4cc1c6abbd":{"name":"Eudaimonia and Co","id":"9b4cc1c6abbd","slug":"eudaimonia-co","domain":"eand.co","__typename":"Collection"},"User:41e01d325219":{"name":"umair haque","username":"umairh","id":"41e01d325219","bio":"vampire.","isFollowing":null,"imageId":"0*lI5-avJvcBbQDmA2.jpeg","mediumMemberAt":1529949326000,"__typename":"User"},"$Post:94a10bc60f2b.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"Post:4f221ac3dbe3":{"__typename":"Post","id":"4f221ac3dbe3","title":"The Best Data Science Certification You’ve Never Heard Of","mediumUrl":"https:\u002F\u002Ftowardsdatascience.com\u002Fbest-data-science-certification-4f221ac3dbe3","previewImage":{"type":"id","generated":false,"id":"ImageMetadata:1*t43PDV1g9w-DvjMugoks2A.jpeg","typename":"ImageMetadata"},"isPublished":true,"firstPublishedAt":1597164086108,"readingTime":7.346226415094339,"statusForCollection":"APPROVED","isLocked":true,"isShortform":false,"visibility":"LOCKED","collection":{"type":"id","generated":false,"id":"Collection:7f60cf5620c9","typename":"Collection"},"creator":{"type":"id","generated":false,"id":"User:2caa691701c0","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:4f221ac3dbe3.previewContent","typename":"PreviewContent"}},"ImageMetadata:1*t43PDV1g9w-DvjMugoks2A.jpeg":{"id":"1*t43PDV1g9w-DvjMugoks2A.jpeg","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"Collection:7f60cf5620c9":{"name":"Towards Data Science","id":"7f60cf5620c9","slug":"towards-data-science","domain":"towardsdatascience.com","__typename":"Collection"},"User:2caa691701c0":{"name":"Nicole Janeway Bills","username":"nicolejaneway","id":"2caa691701c0","bio":"Data Scientist at Atlas Research in Washington, DC | Quarantining in a Python virtual environment","isFollowing":null,"imageId":"2*UVCEt3tjr0W9zC3dymCPtQ.jpeg","mediumMemberAt":0,"__typename":"User"},"$Post:4f221ac3dbe3.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"Post:c6087d2df935":{"__typename":"Post","id":"c6087d2df935","title":"TypeScript 4.0 finally delivers what I’ve been waiting for","mediumUrl":"https:\u002F\u002Fmedium.com\u002Fjavascript-in-plain-english\u002Ftypescript-4-0-i-want-a-list-of-generic-params-with-good-labels-c6087d2df935","previewImage":{"type":"id","generated":false,"id":"ImageMetadata:1*G00zmJivkNGN1L6fDo9vnQ.png","typename":"ImageMetadata"},"isPublished":true,"firstPublishedAt":1596838633257,"readingTime":2.6330188679245285,"statusForCollection":"APPROVED","isLocked":true,"isShortform":false,"visibility":"LOCKED","collection":{"type":"id","generated":false,"id":"Collection:4b3a1ed4f11c","typename":"Collection"},"creator":{"type":"id","generated":false,"id":"User:b5ccf606a659","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:c6087d2df935.previewContent","typename":"PreviewContent"}},"ImageMetadata:1*G00zmJivkNGN1L6fDo9vnQ.png":{"id":"1*G00zmJivkNGN1L6fDo9vnQ.png","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"Collection:4b3a1ed4f11c":{"name":"JavaScript In Plain English","id":"4b3a1ed4f11c","slug":"javascript-in-plain-english","domain":null,"__typename":"Collection"},"User:b5ccf606a659":{"name":"Nathaniel Kessler","username":"nathanielkessler","id":"b5ccf606a659","bio":"Coding and front-end | nathanielkessler.com","isFollowing":null,"imageId":"2*CXxf7GK5jOj87CWO7YruLQ.png","mediumMemberAt":1579007136857,"__typename":"User"},"$Post:c6087d2df935.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"Post:25a86ed4a421":{"__typename":"Post","id":"25a86ed4a421","title":"America and the Axis of Idiots","mediumUrl":"https:\u002F\u002Feand.co\u002Famerica-and-the-axis-of-idiots-25a86ed4a421","previewImage":{"type":"id","generated":false,"id":"ImageMetadata:1*yNRBQduBLs8p_tEpShEGzQ.jpeg","typename":"ImageMetadata"},"isPublished":true,"firstPublishedAt":1597184309884,"readingTime":8.535849056603773,"statusForCollection":"APPROVED","isLocked":true,"isShortform":false,"visibility":"LOCKED","collection":{"type":"id","generated":false,"id":"Collection:9b4cc1c6abbd","typename":"Collection"},"creator":{"type":"id","generated":false,"id":"User:41e01d325219","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:25a86ed4a421.previewContent","typename":"PreviewContent"}},"ImageMetadata:1*yNRBQduBLs8p_tEpShEGzQ.jpeg":{"id":"1*yNRBQduBLs8p_tEpShEGzQ.jpeg","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"$Post:25a86ed4a421.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"$Post:d146a92473a1.internalLinks({\"paging\":{\"limit\":8}})":{"items":[{"type":"id","generated":false,"id":"Post:57ed6bd76960","typename":"Post"},{"type":"id","generated":false,"id":"Post:c16cc0b092f1","typename":"Post"},{"type":"id","generated":false,"id":"Post:238dae9a4372","typename":"Post"},{"type":"id","generated":false,"id":"Post:9cf4ec1c8e26","typename":"Post"},{"type":"id","generated":false,"id":"Post:94a10bc60f2b","typename":"Post"},{"type":"id","generated":false,"id":"Post:4f221ac3dbe3","typename":"Post"},{"type":"id","generated":false,"id":"Post:c6087d2df935","typename":"Post"},{"type":"id","generated":false,"id":"Post:25a86ed4a421","typename":"Post"}],"__typename":"InternalLinksConnection"},"$Post:d146a92473a1.previewContent":{"subtitle":"How to get shanked doing what people say they want","__typename":"PreviewContent"}}
+ ]]>
+ </script>
+ <script src="https://cdn-client.medium.com/lite/static/js/manifest.969da7fb.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/vendors~main.343f1489.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/main.03b8d106.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/vendors~instrumentation.aafb014a.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/instrumentation.2fc37711.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/reporting.2a00272f.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/vendors~AMPPost~CollectionHomepage~CollectionHomepagePreview~CollectionNewShortformEditor~Collection~abee666d.21607860.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/vendors~AMPPost~CollectionNewShortformEditor~CollectionPostShortformEditor~DebugCachedPost~Post~Sequ~19f09bd3.5b5af8d1.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/vendors~AMPPost~DebugCachedPost~Post~SequencePost~Series.9932a441.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/AMPPost~CollectionHomepage~CollectionHomepagePreview~CollectionNewShortformEditor~CollectionPostShor~c3445a7d.c5ca06bd.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/Post.d4129f11.chunk.js"></script>
+ <script>
+ <![CDATA[
+ window.main();
+ ]]>
+ </script>
+ </body>
</html>
diff --git a/test/test-pages/mozilla-1/expected.html b/test/test-pages/mozilla-1/expected.html
index de3c9e6..8475a06 100644
--- a/test/test-pages/mozilla-1/expected.html
+++ b/test/test-pages/mozilla-1/expected.html
@@ -1,6 +1,5 @@
<div role="main" id="main-content">
- <section id="intro">
- <div>
+ <div id="intro">
<p>It’s easier than ever to personalize Firefox and make it work the way
@@ -10,9 +9,7 @@
<p><img src="http://mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/animations/flexible-top-fallback.c960365ba781.png" alt></p>
</div>
</div>
- </section>
- <section id="designed" data-ga-label="Designed to be redesigned">
- <div>
+ <div id="designed" data-ga-label="Designed to be redesigned">
<div id="designed-copy">
<h2>Designed to <br>be redesigned</h2>
@@ -26,13 +23,9 @@
<p><img src="http://mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/animations/flexible-bottom-fallback.cafd48a3d0a4.png" alt></p>
</div>
</div>
- </section>
- <section id="customize" data-ga-label="More ways to customize">
-
- </section>
+
<div id="customizers-wrapper">
- <section id="themes" role="tabpanel" aria-labelledby="customize-themes">
- <div>
+ <div id="themes" role="tabpanel" aria-labelledby="customize-themes">
<div>
<h3>Themes</h3>
@@ -45,9 +38,7 @@
</p></div> <p><a href="#add-ons" role="button">Next</a></p><p><img id="theme-demo" src="http://mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/theme-red.61611c5734ab.png" alt="Preview of the currently selected theme">
</p>
</div>
- </section>
- <section id="add-ons" role="tabpanel" aria-labelledby="customize-addons">
- <div>
+ <div id="add-ons" role="tabpanel" aria-labelledby="customize-addons">
<div>
<h3>Add-ons</h3>
<p><a href="#awesome-bar" role="button">Next</a></p><p>Add-ons are like apps that you install to add features to Firefox. They
@@ -66,9 +57,7 @@
<p><img src="http://mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/add-ons.63a4b761f822.png" alt>
</p>
</div>
- </section>
- <section id="awesome-bar" role="tabpanel" aria-labelledby="customize-awesomebar">
- <div>
+ <div id="awesome-bar" role="tabpanel" aria-labelledby="customize-awesomebar">
<div>
<h3>Awesome Bar</h3>
<p><a href="#themes" role="button">Next</a></p><p>The Awesome Bar learns as you browse to make your version of Firefox unique.
@@ -78,10 +67,7 @@
<p><img src="http://mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/awesome-bar.437df162126c.png" alt="Firefox Awesome Bar">
</p>
</div>
- </section>
</div>
- <section id="sync" data-ga-label="Keep your Firefox in Sync">
-
- </section>
+
</div> \ No newline at end of file
diff --git a/test/test-pages/mozilla-2/expected.html b/test/test-pages/mozilla-2/expected.html
index 7541bb0..7cf3fc3 100644
--- a/test/test-pages/mozilla-2/expected.html
+++ b/test/test-pages/mozilla-2/expected.html
@@ -33,8 +33,7 @@
</div>
</section>
- <section>
- <div>
+ <div>
<header>
<h2>Features and tools</h2>
</header>
@@ -95,5 +94,4 @@
</li>
</ul>
</div>
- </section>
</div> \ No newline at end of file
diff --git a/test/test-pages/nytimes-1/expected.html b/test/test-pages/nytimes-1/expected.html
index 7cf46a2..a18a21e 100644
--- a/test/test-pages/nytimes-1/expected.html
+++ b/test/test-pages/nytimes-1/expected.html
@@ -1,5 +1,18 @@
-<div>
- <div>
+<div id="page">
+
+
+ <main id="main" role="main">
+ <article id="story">
+
+
+
+
+
+
+
+
+
+ <div>
<figure id="media-100000004869232" data-media-action="modal" itemprop="associatedMedia" itemscope itemid="https://static01.nyt.com/images/2017/01/14/world/13SUDAN-1/13SUDAN-1-master768.jpg" itemtype="http://schema.org/ImageObject" aria-label="media" role="group">
<span>Photo</span>
<div>
@@ -38,7 +51,36 @@
<p><a href="#whats-next">Continue reading the main story</a>
</p></div>
-
-
-
- </div> \ No newline at end of file
+
+
+
+
+
+
+
+ </article>
+
+
+
+
+
+
+
+ </main>
+
+ <section id="site-index">
+
+
+ <nav id="site-index-navigation" role="navigation">
+
+
+
+
+ </nav>
+
+
+ </section>
+
+
+
+ </div> \ No newline at end of file
diff --git a/test/test-pages/nytimes-2/expected.html b/test/test-pages/nytimes-2/expected.html
index fbff74c..e0e48ff 100644
--- a/test/test-pages/nytimes-2/expected.html
+++ b/test/test-pages/nytimes-2/expected.html
@@ -1,5 +1,20 @@
-<div>
- <div>
+<div id="page" xmlns:xlink="http://www.w3.org/1999/xlink">
+
+
+ <main id="main" role="main">
+ <article id="story">
+
+
+
+
+
+
+
+
+
+
+
+ <div>
<figure id="media-100000004560166" data-media-action="modal" itemprop="associatedMedia" itemscope itemid="https://static01.nyt.com/images/2016/07/30/business/db-dealprof/db-dealprof-master315.jpg" itemtype="http://schema.org/ImageObject" aria-label="media" role="group">
<span>Photo</span>
<div>
@@ -17,11 +32,9 @@
<p data-para-count="529" data-total-count="854">The sale is being done in two steps. The <a href="https://www.sec.gov/Archives/edgar/data/1011006/000119312516656036/d178500dex22.htm">first step</a> will be the transfer of any assets related to Yahoo business to a singular subsidiary. This includes the stock in the business subsidiaries that make up Yahoo that are not already in the single subsidiary, as well as the odd assets like benefit plan rights. This is what is being sold to Verizon. A license of Yahoo’s oldest patents is being held back in the so-called Excalibur portfolio. This will stay with Yahoo, as will Yahoo’s stakes in Alibaba Group and Yahoo Japan.</p>
<p data-para-count="479" data-total-count="1333">It is hard to overestimate how complex an asset sale like this is. Some of the assets are self-contained, but they must be gathered up and transferred. Employees need to be shuffled around and compensation arrangements redone. Many contracts, like the now-infamous one struck with the search engine Mozilla, which <a href="http://www.recode.net/2016/7/7/12116296/marissa-mayer-deal-mozilla-yahoo-payment">may result in a payment of up to a $1 billion</a>, will contain change-of-control provisions that will be set off and have to be addressed. Tax issues always loom large.</p> <p><a href="#story-continues-1">Continue reading the main story</a>
</p></div>
-
-
-
- </div><div>
- <div>
+
+
+ <div>
<p data-para-count="602" data-total-count="1935" id="story-continues-2">In the second step, at the closing, <a href="https://www.sec.gov/Archives/edgar/data/1011006/000119312516656036/d178500dex22.htm">Yahoo will sell the stock</a> in the single subsidiary to Verizon. At that point, Yahoo will change its name to something without “Yahoo” in it. My favorite is simply Remain Co., the name Yahoo executives are using. Remain Co. will become a holding company for the Alibaba and Yahoo Japan stock. Included will also be $10 billion in cash, plus the Excalibur patent portfolio and a number of minority investments including Snapchat. Ahh, if only Yahoo had bought Snapchat instead of Tumblr (indeed, if only Yahoo had bought Google or Facebook when it had the chance).</p>
<p data-para-count="262" data-total-count="2197" id="story-continues-3">Because it is a sale of a subsidiary, the $4.8 billion will be paid to Yahoo. Its shareholders will not receive any money unless Yahoo pays it out in a dividend (after paying taxes). Instead, Yahoo shareholders will be left holding shares in the renamed company.</p>
@@ -41,7 +54,36 @@
<p data-para-count="450" data-total-count="6404">Finally, if another bidder still wants to acquire Yahoo, it has time. The agreement with Verizon allows Yahoo to terminate the deal and accept a superior offer by paying a $144 million breakup fee to Verizon. And if Yahoo shareholders change their minds and want to stick with Yahoo’s chief executive, <a href="http://topics.nytimes.com/top/reference/timestopics/people/m/marissa_mayer/index.html?inline=nyt-per" title="More articles about Marissa Mayer.">Marissa Mayer</a>, and vote down the deal, there is a so-called naked no-vote termination fee of $15 million payable to Verizon to reimburse expenses.</p>
<p data-para-count="426" data-total-count="6830">All in all, this was as hairy a deal as they come. There was the procedural and logistical complications of selling a company when the chief executive wanted to stay. Then there was the fact that this was an asset sale, including all of the challenges that go with it. Throw in all of the tax issues and the fact that this is a public company, and it is likely that the lawyers involved will have nightmares for years to come.</p> <p><a href="#whats-next">Continue reading the main story</a>
</p></div>
-
-
-
- </div> \ No newline at end of file
+
+
+
+
+
+
+
+ </article>
+
+
+
+
+
+
+
+ </main>
+
+ <section id="site-index">
+
+
+ <nav id="site-index-navigation" role="navigation">
+
+
+
+
+ </nav>
+
+
+ </section>
+
+
+
+ </div> \ No newline at end of file
diff --git a/test/test-pages/nytimes-3/expected.html b/test/test-pages/nytimes-3/expected.html
index 1ed75d1..a8a9bc3 100644
--- a/test/test-pages/nytimes-3/expected.html
+++ b/test/test-pages/nytimes-3/expected.html
@@ -7,8 +7,6 @@
New York’s aging below-street infrastructure is tough to maintain, and the corrosive rock salt and “freeze-thaw” cycles of winter make it even worse.
</p>
<div data-testid="photoviewer-wrapper">
-
- <div data-testid="photoviewer-children">
<figure aria-label="media" role="group" itemscope="itemscope" itemprop="associatedMedia" itemid="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
<p><span>Image</span><img alt src="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleLarge.jpg?quality=75&amp;auto=webp&amp;disable=upscale" srcset="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleLarge.jpg?quality=90&amp;auto=webp 600w,https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-jumbo.jpg?quality=90&amp;auto=webp 1024w,https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-superJumbo.jpg?quality=90&amp;auto=webp 2048w" sizes="((min-width: 600px) and (max-width: 1004px)) 84vw, (min-width: 1005px) 80vw, 100vw" itemprop="url" itemid="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleLarge.jpg?quality=75&amp;auto=webp&amp;disable=upscale">
</p>
@@ -17,9 +15,7 @@
</figcaption>
</figure>
</div>
- </div>
<div>
- <div>
<div>
<p><a href="https://www.nytimes.com/by/corey-kilgannon"><img alt="Corey Kilgannon" title="Corey Kilgannon" src="https://static01.nyt.com/images/2018/02/20/multimedia/author-corey-kilgannon/author-corey-kilgannon-thumbLarge.jpg"></a>
</p>
@@ -34,11 +30,9 @@
</li>
</ul>
</div>
- </div>
</header>
<section name="articleBody" itemprop="articleBody">
<div>
- <div>
<p>
<em>[What you need to know to start the day:</em> <a href="https://www.nytimes.com/newsletters/newyorktoday?module=inline" title><em>Get New York Today in your inbox</em></a><em>.]</em>
</p>
@@ -55,10 +49,7 @@
And winter — from the corrosive rock salt used on streets and sidewalks to “freeze-thaw” cycles that weaken pipes — makes infrastructure problems even worse.
</p>
</div>
-
- </div>
<div>
- <div>
<p>
In the late 1800s, many of the city’s overhead utilities were buried to lessen the exposure to winter weather. “People think it’s all protected and safe, but it’s really not,” said Patrick McHugh, vice president of electrical engineering and planning for Con Edison, which maintains about 90,000 miles of underground cable in the city.
</p>
@@ -66,11 +57,7 @@
“You have water, sewage, electricity and gas down there, and people don’t appreciate the effort that goes into keeping all that working,” he added.
</p>
</div>
-
- </div>
<div data-testid="photoviewer-wrapper">
-
- <div data-testid="photoviewer-children">
<figure aria-label="media" role="group" itemprop="associatedMedia" itemscope="itemscope" itemid="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK15/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
<p><span>Image</span><img alt src="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK15/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleLarge.jpg?quality=75&amp;auto=webp&amp;disable=upscale" srcset="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK15/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleLarge.jpg?quality=90&amp;auto=webp 600w,https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK15/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-jumbo.jpg?quality=90&amp;auto=webp 1024w,https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK15/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-superJumbo.jpg?quality=90&amp;auto=webp 2000w" sizes="((min-width: 600px) and (max-width: 1004px)) 84vw, (min-width: 1005px) 80vw, 100vw" itemprop="url" itemid="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK15/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleLarge.jpg?quality=75&amp;auto=webp&amp;disable=upscale">
</p>
@@ -79,9 +66,7 @@
</figcaption>
</figure>
</div>
- </div>
<div>
- <div>
<h2 id="link-32de4094">
Rock salt on icy streets can cause mayhem below them
</h2>
@@ -95,10 +80,7 @@
To alleviate the threat, the officials said, the utility switched most of its manhole covers to vented ones that allow gases to escape, “so they cannot form a combustible amount,” Mr. McHugh said.
</p>
</div>
-
- </div>
<div>
- <div>
<p>
“It also lets smoke escape, which can tip off the public to notify the authorities,” he added.
</p>
@@ -109,25 +91,17 @@
Even this past January, which was unseasonably mild, there were 750 leaks, Con Edison officials said.
</p>
</div>
-
- </div>
<div data-testid="photoviewer-wrapper">
-
- <div data-testid="photoviewer-children">
<figure aria-label="media" role="group" itemprop="associatedMedia" itemscope="itemscope" itemid="https://static01.nyt.com/images/2019/02/15/nyregion/00winterutilitiesOAK11/merlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
<div>
- <p><span>Image</span></p><div>
-
- </div>
+ <p><span>Image</span></p>
</div>
<figcaption itemprop="caption description">
<span>There are typically between 400 and 600 water main breaks each year in New York City, an official said.</span><span itemprop="copyrightHolder"><span>Credit</span><span>Michael Appleton for The New York Times</span></span>
</figcaption>
<img src="https://static01.nyt.com/images/2019/02/15/nyregion/00winterutilitiesOAK11/merlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-articleLarge.jpg?quality=90&amp;auto=webp"></figure>
</div>
- </div>
<div>
- <div>
<h2 id="link-470a509">
‘Freeze-thaws’ linked to climate change can imperil utilities
</h2>
@@ -147,10 +121,7 @@
Along the city’s roughly 6,500 miles of water mains, there are typically between 400 and 600 breaks a year, he added. The majority occur in winter, when the cold can make older cast-iron mains brittle.
</p>
</div>
-
- </div>
<div>
- <div>
<p>
Environmental Protection officials said the department repaired 75 water-main breaks in January, including one in Lower Manhattan that disrupted rush-hour subway service and another on the West Side that snarled traffic and left nearby buildings without water for hours.
</p>
@@ -158,25 +129,17 @@
The city’s 7,500 miles of sewer lines are less affected by cold weather because they are generally buried deeper than other utilities, below the frost line, agency officials said.
</p>
</div>
-
- </div>
<div data-testid="photoviewer-wrapper">
-
- <div data-testid="photoviewer-children">
<figure aria-label="media" role="group" itemprop="associatedMedia" itemscope="itemscope" itemid="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK13/merlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
<div>
- <p><span>Image</span></p><div>
-
- </div>
+ <p><span>Image</span></p>
</div>
<figcaption itemprop="caption description">
<span>In 1978, a water main break caused severe flooding in Bushwick, Brooklyn.</span><span itemprop="copyrightHolder"><span>Credit</span><span>Fred R. Conrad/The New York Times</span></span>
</figcaption>
<img src="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK13/merlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-articleLarge.jpg?quality=90&amp;auto=webp"></figure>
</div>
- </div>
<div>
- <div>
<h2 id="link-4c678ca">
How to replace century-old utilities: slowly, and carefully
</h2>
@@ -193,25 +156,17 @@
Some pipes that are more than a century old hold up because they were built with a thicker grade of cast iron, according to Environmental Protection Department officials. For less healthy ones, the agency has invested more than $1 billion in the past five years — with an additional $1.4 billion budgeted over the next five years — for upgrades and replacements. New pipes will be made of a more durable, graphite-rich cast iron known as ductile iron.
</p>
</div>
-
- </div>
<div data-testid="photoviewer-wrapper">
-
- <div data-testid="photoviewer-children">
<figure aria-label="media" role="group" itemprop="associatedMedia" itemscope="itemscope" itemid="https://static01.nyt.com/images/2017/12/07/nyregion/00winter4/00winter4-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
<div>
- <p><span>Image</span></p><div>
-
- </div>
+ <p><span>Image</span></p>
</div>
<figcaption itemprop="caption description">
<span>Matt Cruz snowboarded through Manhattan’s Lower East Side after a snowstorm in 2016 left the streets coated in slush and rock salt.</span><span itemprop="copyrightHolder"><span>Credit</span><span>Hiroko Masuike/The New York Times</span></span>
</figcaption>
<img src="https://static01.nyt.com/images/2017/12/07/nyregion/00winter4/00winter4-articleLarge.jpg?quality=90&amp;auto=webp"></figure>
</div>
- </div>
<div>
- <div>
<h2 id="link-132c3a6b">
Construction during the winter isn’t always a good idea
</h2>
@@ -222,10 +177,7 @@
Digging by hand is also a challenge in frozen ground, so many excavations that are close to pipes and other utilities are put off, Mr. Michaels said.
</p>
</div>
-
- </div>
<div>
- <div>
<p>
And asphalt is harder to obtain because it must be kept and transported at high temperatures, he added.
</p>
@@ -236,25 +188,17 @@
Even the basic task of locating utilities under the street can be complicated because infrastructure has been added piecemeal over the decades.
</p>
</div>
-
- </div>
<div data-testid="photoviewer-wrapper">
-
- <div data-testid="photoviewer-children">
<figure aria-label="media" role="group" itemprop="associatedMedia" itemscope="itemscope" itemid="https://static01.nyt.com/images/2019/02/15/nyregion/00winterutilitiesOAK12/merlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
<div>
- <p><span>Image</span></p><div>
-
- </div>
+ <p><span>Image</span></p>
</div>
<figcaption itemprop="caption description">
<span>A water main break in Manhattan in 2014. “When you get a freeze and a thaw, the ground around the water mains expands and contracts, and puts external pressure on the pipes,” said Tasos Georgelis of the city's Department of Environmental Protection.</span><span itemprop="copyrightHolder"><span>Credit</span><span>Ãngel Franco/The New York Times</span></span>
</figcaption>
<img src="https://static01.nyt.com/images/2019/02/15/nyregion/00winterutilitiesOAK12/merlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-articleLarge.jpg?quality=90&amp;auto=webp"></figure>
</div>
- </div>
<div>
- <div>
<h2 id="link-7ba21106">
Almost 1.8 million potholes filled since de Blasio took office
</h2>
@@ -271,8 +215,6 @@
Simply put, more freeze-thaw cycles <a href="https://www.nytimes.com/2011/02/07/nyregion/07pothole.html?module=inline" title>result in more potholes</a>, he said. Currently, the department has 25 crews repairing potholes. During peak pothole-repair season in early March, that number can expand to more than 60.
</p>
</div>
-
- </div>
<div>
<p>
Still, the department is continually resurfacing the city’s more than 6,000 miles of streets and 19,000 lane miles. Each year, agency officials said, it uses more than one million tons of asphalt to repave more than 1,300 lane-miles of street.
@@ -280,22 +222,16 @@
</div>
<div data-testid="photoviewer-wrapper">
-
- <div data-testid="photoviewer-children">
<figure aria-label="media" role="group" itemprop="associatedMedia" itemscope="itemscope" itemid="https://static01.nyt.com/images/2019/02/12/nyregion/00winterutilities2/merlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
<div>
- <p><span>Image</span></p><div>
-
- </div>
+ <p><span>Image</span></p>
</div>
<figcaption itemprop="caption description">
<span>Workers learning how to fix water main breaks at a training center in Queens.</span><span itemprop="copyrightHolder"><span>Credit</span><span>Chang W. Lee/The New York Times</span></span>
</figcaption>
<img src="https://static01.nyt.com/images/2019/02/12/nyregion/00winterutilities2/merlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-articleLarge.jpg?quality=90&amp;auto=webp"></figure>
</div>
- </div>
<div>
- <div>
<h2 id="link-13d0a396">
So, where do people learn how to fix some of these issues?
</h2>
@@ -312,20 +248,16 @@
“I’m not,” Mr. Dejesus said as he secured the clamp and stopped the leak. “It’s ‘Showtime at the Apollo.’”
</p>
</div>
-
- </div>
</section>
<div>
<div>
- <div>
<p>
Corey Kilgannon is a Metro reporter covering news and human interest stories. His writes the <a href="https://www.nytimes.com/column/character-study">Character Study</a> column in the Sunday Metropolitan section. He was also part of the team that won the 2009 Pulitzer Prize for Breaking News. <span><a href="https://twitter.com/coreykilgannon" rel="noopener noreferrer" target="_blank"><span>@</span>coreykilgannon</a> <span>•</span> <a href="https://www.facebook.com/corey.kilgannon.9" rel="noopener noreferrer" target="_blank">Facebook</a></span>
</p>
</div>
- </div>
<div><p>
A version of this article appears in print on </p><p>, on Page </p><p>A</p><p>22</p><p> of the New York edition</p><p> with the headline: </p><p>Under the City’s Streets, A Battle Against Winter<span>. <a href="http://www.nytreprints.com/">Order Reprints</a> | <a href="http://www.nytimes.com/pages/todayspaper/index.html">Today’s Paper</a> | <a href="https://www.nytimes.com/subscriptions/Multiproduct/lp8HYKU.html?campaignId=48JQY">Subscribe</a></span>
</p></div>
diff --git a/test/test-pages/table-style-attributes/expected-images.json b/test/test-pages/table-style-attributes/expected-images.json
index c2a1ea9..dc37064 100644
--- a/test/test-pages/table-style-attributes/expected-images.json
+++ b/test/test-pages/table-style-attributes/expected-images.json
@@ -1,3 +1,3 @@
[
- "http:\/\/fakehost\/test\/..\/compass1.gif"
+ "http:\/\/fakehost\/compass1.gif"
] \ No newline at end of file
diff --git a/test/test-pages/table-style-attributes/expected.html b/test/test-pages/table-style-attributes/expected.html
index 31ad09b..7ded97c 100644
--- a/test/test-pages/table-style-attributes/expected.html
+++ b/test/test-pages/table-style-attributes/expected.html
@@ -101,13 +101,13 @@ RPMs</a>, and it sucks about the same as mplayer, and in about the same ways, th
<ul><i>
Have you considered changing distributions?
</i></ul>
- <p> Yes, every single time I try something like this, I very seriously consider <a href="http://fakehost/test/../gruntle/bittybox.html">getting a Mac</a>. </p>
+ <p> Yes, every single time I try something like this, I very seriously consider <a href="http://fakehost/gruntle/bittybox.html">getting a Mac</a>. </p>
<p> Really the only thing that's stopping me is that I fear the <a href="http://www.xemacs.org/">Emacs situation</a>. </p>
<p> (By which I mean, ``Lack of a usable version thereof.'' No, running RMSmacs inside a terminal window doesn't qualify. Nor does running an X server on the Mac: if I were going to switch, why in the world would I continue inflicting the X Windows Disaster on myself? Wouldn't getting away from that be the <i>whole
point?</i>) </p>
<ul>
- <span size="-1"> (I understand there is an almost-functional Aqua version of <a href="http://fakehost/test/../hacks/why-cooperation-with-rms-is-impossible.mp3">
+ <span size="-1"> (I understand there is an almost-functional Aqua version of <a href="http://fakehost/hacks/why-cooperation-with-rms-is-impossible.mp3">
RMSmacs</a> now. I'll probably check it out at some point, but the problem with <i><a href="http://fakehost/test/lemacs.html">me</a></i> switching from XEmacs to RMSmacs is that it would probably result in another <a href="http://slashdot.org/article.pl?sid=03/01/24/1440207">
Slashdork</a> post, meaning I'd wake up to another 150+ poorly spelled flames in my inbox... I'm hoping for a Aquafied XEmacs, but I know that's not likely to happen any time soon.)</span>
</ul>
@@ -118,5 +118,5 @@ RPMs</a>, and it sucks about the same as mplayer, and in about the same ways, th
<hr>
- <p> <a href="http://fakehost/test/../"><img alt="[ up ]" src="http://fakehost/test/../compass1.gif" onmouseover="this.src=&quot;../compass2.gif&quot;" onmouseout="this.src=&quot;../compass1.gif&quot;"></a> </p>
+ <p> <a href="http://fakehost/"><img alt="[ up ]" src="http://fakehost/compass1.gif" onmouseover="this.src=&quot;../compass2.gif&quot;" onmouseout="this.src=&quot;../compass1.gif&quot;"></a> </p>
</div> \ No newline at end of file
diff --git a/test/test-pages/telegraph/expected.html b/test/test-pages/telegraph/expected.html
index 23a2a74..352b47d 100644
--- a/test/test-pages/telegraph/expected.html
+++ b/test/test-pages/telegraph/expected.html
@@ -1,38 +1,20 @@
<div>
- <div>
- <div>
<p><span>Z</span>imbabwe President <a href="http://www.telegraph.co.uk/news/2017/11/17/zimbabwes-ruling-party-drafting-motion-fire-robert-mugabe-sunday/">Robert Mugabe</a>, his wife Grace and two key figures from her G40 political faction are under house arrest at Mugabe's "Blue House" compound in Harare and are insisting the 93 year-old finishes his presidential term, a source said.</p>
<p>The G40 figures are cabinet ministers Jonathan Moyo and Saviour Kasukuwere, who fled to the compound after their homes were attacked by troops in Tuesday night's coup, the source, who said he had spoken to people inside the compound, told Reuters.</p>
<p>Mr Mugabe is resisting mediation by a Catholic priest to allow the former guerrilla a graceful exit after the military takeover.</p>
<p>The priest, Fidelis Mukonori, is acting as a middle-man between Mr Mugabe and the generals, <a href="http://www.telegraph.co.uk/news/2017/11/15/zimbabwe-crisis-have-spent-long-careful-really-change/">who seized power in a targeted operation against "criminals" in his entourage</a>, a senior political source told Reuters.</p>
<p>The source could not provide details of the talks, which appear to be aimed at a smooth and bloodless transition after the departure of Mr Mugabe, who has led Zimbabwe since independence in 1980.</p>
<p>Mr Mugabe, still seen by many Africans as a liberation hero, is reviled in the West as a despot whose disastrous handling of the economy and willingness to resort to violence to maintain power destroyed one of Africa's most promising states.</p>
- </div>
- </div>
- </div><div>
- <div>
+ </div><div>
<p><span>Z</span>imbabwean intelligence reports seen by Reuters suggest that former security chief Emmerson Mnangagwa, who was ousted as vice-president this month, has been mapping out a post-Mugabe vision with the military and opposition for more than a year.</p>
- </div>
- </div><div>
- <div>
- <div>
+ </div><div>
<p><span>F</span>uelling speculation that Mnangagwa's plan might be rolling into action, opposition leader Morgan Tsvangirai, who has been receiving cancer treatment in Britain and South Africa, returned to Harare late on Wednesday, his spokesman said.</p>
<p>South Africa said Mr Mugabe had told President Jacob Zuma by telephone on Wednesday that he was confined to his home but was otherwise fine and the military said it was keeping him and his family, including wife Grace, safe.</p>
- </div>
- </div>
- </div><div>
- <div>
- <div>
+ </div><div>
<p><span>D</span>espite the lingering admiration for Mr Mugabe, there is little public affection for 52-year-old Grace, a former government typist who started having an affair with Mr Mugabe in the early 1990s as his first wife, Sally, was dying of kidney disease.</p>
<p>Dubbed "DisGrace" or "Gucci Grace" on account of her reputed love of shopping, she enjoyed a meteoric rise through the ranks of Mugabe's ruling Zanu-PF in the last two years, culminating in Mnangagwa's removal a week ago - a move seen as clearing the way for her to succeed her husband.</p>
- </div>
- </div>
- </div><div>
- <div>
+ </div><div>
<p><span>I</span>n contrast to the high political drama unfolding behind closed doors, the streets of the capital remained calm, with people going about their daily business, albeit under the watch of soldiers on armoured vehicles at strategic locations.</p>
- </div>
- </div><div>
- <div>
+ </div><div>
<p><span>W</span>hatever the final outcome, the events could signal a once-in-a-generation change for the former British colony, a regional breadbasket reduced to destitution by economic policies Mr Mugabe's critics have long blamed on him.</p>
- </div>
- </div> \ No newline at end of file
+ </div> \ No newline at end of file
diff --git a/test/test-pages/tumblr/expected.html b/test/test-pages/tumblr/expected.html
index 88dd224..92cea21 100644
--- a/test/test-pages/tumblr/expected.html
+++ b/test/test-pages/tumblr/expected.html
@@ -1,11 +1,4 @@
-<div>
- <div id="posts">
-
-
- <div>
+<div id="posts">
<h3><a href="http://mcupdate.tumblr.com/post/96439224994/minecraft-18-the-bountiful-update">Minecraft 1.8 - The Bountiful Update</a></h3>
<div><p>+ Added Granite, Andesite, and Diorite stone blocks, with smooth versions<br>+ Added Slime Block<br>+ Added Iron Trapdoor<br>+ Added Prismarine and Sea Lantern blocks<br>+ Added the Ocean Monument<br>+ Added Red Sandstone<br>+ Added Banners<br>+ Added Armor Stands<br>+ Added Coarse Dirt (dirt where grass won’t grow)<br>+ Added Guardian mobs, with item drops<br>+ Added Endermite mob<br>+ Added Rabbits, with item drops<br>+ Added Mutton and Cooked Mutton<br>+ Villagers will harvest crops and plant new ones<br>+ Mossy Cobblestone and Mossy Stone Bricks are now craftable<br>+ Chiseled Stone Bricks are now craftable<br>+ Doors and fences now come in all wood type variants<br>+ Sponge block has regained its water-absorbing ability and becomes wet<br>+ Added a spectator game mode (game mode 3)<br>+ Added one new achievement<br>+ Added “Customized” world type<br>+ Added hidden “Debug Mode” world type<br>+ Worlds can now have a world barrier<br>+ Added @e target selector for Command Blocks<br>+ Added /blockdata command<br>+ Added /clone command<br>+ Added /execute command<br>+ Added /fill command<br>+ Added /particle command<br>+ Added /testforblocks command<br>+ Added /title command<br>+ Added /trigger command<br>+ Added /worldborder command<br>+ Added /stats command<br>+ Containers can be locked in custom maps by using the “Lock” data tag<br>+ Added logAdminCommands, showDeathMessages, reducedDebugInfo, sendCommandFeedback, and randomTickSpeed game rules<br>+ Added three new statistics<br>+ Player skins can now have double layers across the whole model, and left/right arms/legs can be edited independently<br>+ Added a new player model with smaller arms, and a new player skin called Alex?<br>+ Added options for configuring what pieces of the skin that are visible<br>+ Blocks can now have custom visual variations in the resource packs<br>+ Minecraft Realms now has an activity chart, so you can see who has been online<br>+ Minecraft Realms now lets you upload your maps<br>* Difficulty setting is saved per world, and can be locked if wanted<br>* Enchanting has been redone, now costs lapis lazuli in addition to enchantment levels<br>* Villager trading has been rebalanced<br>* Anvil repairing has been rebalanced<br>* Considerable faster client-side performance<br>* Max render distance has been increased to 32 chunks (512 blocks)<br>* Adventure mode now prevents you from destroying blocks, unless your items have the CanDestroy data tag<br>* Resource packs can now also define the shape of blocks and items, and not just their textures<br>* Scoreboards have been given a lot of new features<br>* Tweaked the F3 debug screen<br>* Block ID numbers (such as 1 for stone), are being replaced by ID names (such as minecraft:stone)<br>* Server list has been improved<br>* A few minor changes to village and temple generation<br>* Mob heads for players now show both skin layers<br>* Buttons can now be placed on the ceiling<br>* Lots and lots of other changes<br>* LOTS AND LOTS of other changes<br>- Removed Herobrine</p></div>
- </div>
-
- </div>
- </div> \ No newline at end of file
+ </div> \ No newline at end of file
diff --git a/test/test-pages/wikipedia-2/expected.html b/test/test-pages/wikipedia-2/expected.html
index f83f42d..6f84c6f 100644
--- a/test/test-pages/wikipedia-2/expected.html
+++ b/test/test-pages/wikipedia-2/expected.html
@@ -1,5 +1,4 @@
-<div id="mw-content-text" lang="en" dir="ltr" xml:lang="en">
- <div>
+<div id="mw-content-text" lang="en" dir="ltr">
@@ -45,11 +44,7 @@
<p><b><a href="http://fakehost/wiki/National_anthems_of_New_Zealand" title="National anthems of New Zealand">Anthems</a>:</b></p><div>
<ul>
<li>"<a href="http://fakehost/wiki/God_Defend_New_Zealand" title="God Defend New Zealand">God Defend New Zealand</a>"<br>
- <div>
- <div>
-
- </div>
- </div>
+
</li>
<li>
<span>"<a href="http://fakehost/wiki/God_Save_the_Queen" title="God Save the Queen">God Save the Queen</a>"<sup id="cite_ref-2"><a href="#cite_note-2">[n 1]</a></sup></span>
@@ -451,12 +446,10 @@
</h2>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius,_showing_Nova_Zeelandia.png"><img alt="Brown square paper with Dutch writing and a thick red, curved line" src="http://upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png/220px-Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png" decoding="async" width="220" height="171" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png/330px-Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png/440px-Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png 2x" data-file-width="684" data-file-height="532"></a></p><div>
<p>Detail from a 1657 map showing the western coastline of "Nova Zeelandia". (In this map, north is at the bottom.)
</p></div>
</div>
- </div>
<p>
<a href="http://fakehost/wiki/Netherlands" title="Netherlands">Dutch</a> explorer Abel Tasman sighted New Zealand in 1642 and named it <i>Staten Land</i> "in honour of the <a href="http://fakehost/wiki/States_General_of_the_Netherlands" title="States General of the Netherlands">States General</a>" (Dutch parliament). He wrote, "it is possible that this land joins to the Staten Land but it is uncertain",<sup id="cite_ref-17"><a href="#cite_note-17">[11]</a></sup> referring to <a href="http://fakehost/wiki/Isla_de_los_Estados" title="Isla de los Estados">a landmass of the same name</a> at the southern tip of South America, discovered by <a href="http://fakehost/wiki/Jacob_Le_Maire" title="Jacob Le Maire">Jacob Le Maire</a> in 1616.<sup id="cite_ref-18"><a href="#cite_note-18">[12]</a></sup><sup id="cite_ref-19"><a href="#cite_note-19">[13]</a></sup> In 1645, Dutch <a href="http://fakehost/wiki/Cartographers" title="Cartographers">cartographers</a> renamed the land <i>Nova Zeelandia</i> after the <a href="http://fakehost/wiki/Seventeen_Provinces" title="Seventeen Provinces">Dutch province</a> of <a href="http://fakehost/wiki/Zeeland" title="Zeeland">Zeeland</a>.<sup id="cite_ref-20"><a href="#cite_note-20">[14]</a></sup><sup id="cite_ref-21"><a href="#cite_note-21">[15]</a></sup> British explorer <a href="http://fakehost/wiki/James_Cook" title="James Cook">James Cook</a> subsequently <a href="http://fakehost/wiki/Anglicisation" title="Anglicisation">anglicised</a> the name to New Zealand.<sup id="cite_ref-NZ_name_22-0"><a href="#cite_note-NZ_name-22">[16]</a></sup>
</p>
@@ -469,38 +462,30 @@
</h2>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Polynesian_Migration.svg"><img alt="One set of arrows point from Taiwan to Melanesia to Fiji/Samoa and then to the Marquesas Islands. The population then spread, some going south to New Zealand and others going north to Hawai'i. A second set start in southern Asia and end in Melanesia." src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Polynesian_Migration.svg/290px-Polynesian_Migration.svg.png" decoding="async" width="290" height="290" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Polynesian_Migration.svg/435px-Polynesian_Migration.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Polynesian_Migration.svg/580px-Polynesian_Migration.svg.png 2x" data-file-width="553" data-file-height="553"></a></p><div>
<p>The <a href="http://fakehost/wiki/M%C4%81ori_people" title="Māori people">Māori people</a> are most likely descended from people who emigrated from <a href="http://fakehost/wiki/Taiwan" title="Taiwan">Taiwan</a> to <a href="http://fakehost/wiki/Melanesia" title="Melanesia">Melanesia</a> and then travelled east through to the <a href="http://fakehost/wiki/Society_Islands" title="Society Islands">Society Islands</a>. After a pause of 70 to 265 years, a new wave of exploration led to the discovery and settlement of New Zealand.<sup id="cite_ref-28"><a href="#cite_note-28">[22]</a></sup>
</p></div>
</div>
- </div>
<p>
New Zealand was one of the last major landmasses settled by humans. <a href="http://fakehost/wiki/Radiocarbon_dating" title="Radiocarbon dating">Radiocarbon dating</a>, evidence of <a href="http://fakehost/wiki/Deforestation" title="Deforestation">deforestation</a><sup id="cite_ref-29"><a href="#cite_note-29">[23]</a></sup> and <a href="http://fakehost/wiki/Mitochondrial_DNA" title="Mitochondrial DNA">mitochondrial DNA</a> variability within <a href="http://fakehost/wiki/M%C4%81ori_people" title="Māori people">Māori</a> populations<sup id="cite_ref-30"><a href="#cite_note-30">[24]</a></sup> suggest New Zealand was first settled by Eastern <a href="http://fakehost/wiki/Polynesians" title="Polynesians">Polynesians</a> between 1250 and 1300,<sup id="cite_ref-FOOTNOTEMein_Smith20056_25-1"><a href="#cite_note-FOOTNOTEMein_Smith20056-25">[19]</a></sup><sup id="cite_ref-31"><a href="#cite_note-31">[25]</a></sup> concluding a long series of voyages through the southern Pacific islands.<sup id="cite_ref-32"><a href="#cite_note-32">[26]</a></sup> Over the centuries that followed, these settlers developed a distinct culture now known as Māori. The population was divided into <i><a href="http://fakehost/wiki/Iwi" title="Iwi">iwi</a></i> (tribes) and <i><a href="http://fakehost/wiki/Hap%C5%AB" title="Hapū">hapū</a></i> (subtribes) who would sometimes cooperate, sometimes compete and sometimes fight against each other.<sup id="cite_ref-33"><a href="#cite_note-33">[27]</a></sup> At some point a group of Māori migrated to <i>Rēkohu</i>, now known as the <a href="http://fakehost/wiki/Chatham_Islands" title="Chatham Islands">Chatham Islands</a>, where they developed their distinct <a href="http://fakehost/wiki/Moriori" title="Moriori">Moriori</a> culture.<sup id="cite_ref-34"><a href="#cite_note-34">[28]</a></sup><sup id="cite_ref-35"><a href="#cite_note-35">[29]</a></sup> The Moriori population was all but wiped out between 1835 and 1862, largely because of <a href="http://fakehost/wiki/Taranaki_(iwi)" title="Taranaki (iwi)">Taranaki</a> Māori invasion and enslavement in the 1830s, although European diseases also contributed. In 1862 only 101 survived, and the last known full-blooded Moriori died in 1933.<sup id="cite_ref-36"><a href="#cite_note-36">[30]</a></sup>
</p>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Cook_chart_of_New_Zealand.jpg"><img alt="An engraving of a sketched coastline on white background" src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/22/Cook_chart_of_New_Zealand.jpg/170px-Cook_chart_of_New_Zealand.jpg" decoding="async" width="170" height="235" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/2/22/Cook_chart_of_New_Zealand.jpg/255px-Cook_chart_of_New_Zealand.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/2/22/Cook_chart_of_New_Zealand.jpg/340px-Cook_chart_of_New_Zealand.jpg 2x" data-file-width="1093" data-file-height="1508"></a></p><div>
<p>Map of the New Zealand coastline as Cook charted it on his <a href="http://fakehost/wiki/First_voyage_of_James_Cook" title="First voyage of James Cook">first visit</a> in 1769–70. The track of the <i><a href="http://fakehost/wiki/HMS_Endeavour" title="HMS Endeavour">Endeavour</a></i> is also shown.
</p></div>
</div>
- </div>
<p>
The first <a href="http://fakehost/wiki/Ethnic_groups_in_Europe" title="Ethnic groups in Europe">Europeans</a> known to have reached New Zealand were Dutch explorer <a href="http://fakehost/wiki/Abel_Tasman" title="Abel Tasman">Abel Tasman</a> and his crew in 1642.<sup id="cite_ref-FOOTNOTEMein_Smith200523_37-0"><a href="#cite_note-FOOTNOTEMein_Smith200523-37">[31]</a></sup> In a hostile encounter, four crew members were killed and at least one Māori was hit by <a href="http://fakehost/wiki/Canister_shot" title="Canister shot">canister shot</a>.<sup id="cite_ref-38"><a href="#cite_note-38">[32]</a></sup> Europeans did not revisit New Zealand until 1769 when British explorer <a href="http://fakehost/wiki/James_Cook" title="James Cook">James Cook</a> mapped almost the entire coastline.<sup id="cite_ref-FOOTNOTEMein_Smith200523_37-1"><a href="#cite_note-FOOTNOTEMein_Smith200523-37">[31]</a></sup> Following Cook, New Zealand was visited by numerous European and North American <a href="http://fakehost/wiki/History_of_whaling" title="History of whaling">whaling</a>, <a href="http://fakehost/wiki/Seal_hunting" title="Seal hunting">sealing</a> and trading ships. They traded European food, metal tools, weapons and other goods for timber, Māori food, artefacts and water.<sup id="cite_ref-FOOTNOTEKing2003122_39-0"><a href="#cite_note-FOOTNOTEKing2003122-39">[33]</a></sup> The introduction of the potato and the <a href="http://fakehost/wiki/Musket" title="Musket">musket</a> transformed Māori agriculture and warfare. Potatoes provided a reliable food surplus, which enabled longer and more sustained military campaigns.<sup id="cite_ref-40"><a href="#cite_note-40">[34]</a></sup> The resulting intertribal <a href="http://fakehost/wiki/Musket_Wars" title="Musket Wars">Musket Wars</a> encompassed over 600 battles between 1801 and 1840, killing 30,000–40,000 Māori.<sup id="cite_ref-41"><a href="#cite_note-41">[35]</a></sup> From the early 19th century, Christian <a href="http://fakehost/wiki/Missionary" title="Missionary">missionaries</a> began to settle New Zealand, eventually <a href="http://fakehost/wiki/Religious_conversion" title="Religious conversion">converting</a> most of the Māori population.<sup id="cite_ref-42"><a href="#cite_note-42">[36]</a></sup> The Māori population declined to around 40% of its pre-contact level during the 19th century; introduced diseases were the major factor.<sup id="cite_ref-43"><a href="#cite_note-43">[37]</a></sup>
</p>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Treatyofwaitangi.jpg"><img alt="A torn sheet of paper" src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/87/Treatyofwaitangi.jpg/170px-Treatyofwaitangi.jpg" decoding="async" width="170" height="318" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/8/87/Treatyofwaitangi.jpg/255px-Treatyofwaitangi.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/8/87/Treatyofwaitangi.jpg/340px-Treatyofwaitangi.jpg 2x" data-file-width="3091" data-file-height="5788"></a></p>
</div>
- </div>
<p>
In 1788 Captain <a href="http://fakehost/wiki/Arthur_Phillip" title="Arthur Phillip">Arthur Phillip</a> assumed the position of <a href="http://fakehost/wiki/Governor_of_New_South_Wales" title="Governor of New South Wales">Governor</a> of the new British colony of <a href="http://fakehost/wiki/Colony_of_New_South_Wales" title="Colony of New South Wales">New South Wales</a> which according to his commission included New Zealand.<sup id="cite_ref-44"><a href="#cite_note-44">[38]</a></sup> The British Government appointed <a href="http://fakehost/wiki/James_Busby" title="James Busby">James Busby</a> as British Resident to New Zealand in 1832 following a petition from northern Māori.<sup id="cite_ref-Busby_45-0"><a href="#cite_note-Busby-45">[39]</a></sup> In 1835, following an announcement of impending French settlement by <a href="http://fakehost/wiki/Charles_de_Thierry" title="Charles de Thierry">Charles de Thierry</a>, the nebulous <a href="http://fakehost/wiki/United_Tribes_of_New_Zealand" title="United Tribes of New Zealand">United Tribes of New Zealand</a> sent a <a href="http://fakehost/wiki/Declaration_of_the_Independence_of_New_Zealand" title="Declaration of the Independence of New Zealand">Declaration of Independence</a> to King <a href="http://fakehost/wiki/William_IV_of_the_United_Kingdom" title="William IV of the United Kingdom">William IV of the United Kingdom</a> asking for protection.<sup id="cite_ref-Busby_45-1"><a href="#cite_note-Busby-45">[39]</a></sup> Ongoing unrest, the proposed settlement of New Zealand by the <a href="http://fakehost/wiki/New_Zealand_Company" title="New Zealand Company">New Zealand Company</a> (which had already sent its first ship of surveyors to buy land from Māori) and the dubious legal standing of the Declaration of Independence prompted the <a href="http://fakehost/wiki/Colonial_Office" title="Colonial Office">Colonial Office</a> to send Captain <a href="http://fakehost/wiki/William_Hobson" title="William Hobson">William Hobson</a> to claim sovereignty for the <a href="http://fakehost/wiki/United_Kingdom" title="United Kingdom">United Kingdom</a> and negotiate a treaty with the Māori.<sup id="cite_ref-46"><a href="#cite_note-46">[40]</a></sup> The <a href="http://fakehost/wiki/Treaty_of_Waitangi" title="Treaty of Waitangi">Treaty of Waitangi</a> was first signed in the <a href="http://fakehost/wiki/Bay_of_Islands" title="Bay of Islands">Bay of Islands</a> on 6 February 1840.<sup id="cite_ref-Wilson2009_47-0"><a href="#cite_note-Wilson2009-47">[41]</a></sup> In response to the New Zealand Company's attempts to establish an independent settlement in <a href="http://fakehost/wiki/Wellington" title="Wellington">Wellington</a><sup id="cite_ref-48"><a href="#cite_note-48">[42]</a></sup> and French settlers purchasing land in <a href="http://fakehost/wiki/Akaroa" title="Akaroa">Akaroa</a>,<sup id="cite_ref-49"><a href="#cite_note-49">[43]</a></sup> Hobson declared British sovereignty over all of New Zealand on 21 May 1840, even though copies of the Treaty were still circulating throughout the country for Māori to sign.<sup id="cite_ref-50"><a href="#cite_note-50">[44]</a></sup> With the signing of the Treaty and declaration of sovereignty the number of immigrants, particularly from the United Kingdom, began to increase.<sup id="cite_ref-51"><a href="#cite_note-51">[45]</a></sup>
</p>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay,_New_Zealand.jpg"><img alt="Black and white engraving depicting a crowd of people" src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg/290px-1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg" decoding="async" width="290" height="208" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg/435px-1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg/580px-1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg 2x" data-file-width="6000" data-file-height="4300"></a></p>
</div>
- </div>
<p>
New Zealand, still part of the colony of New South Wales, became a separate <a href="http://fakehost/wiki/Crown_colony" title="Crown colony">Colony</a> <a href="http://fakehost/wiki/Colony_of_New_Zealand" title="Colony of New Zealand">of New Zealand</a> on 1 July 1841.<sup id="cite_ref-52"><a href="#cite_note-52">[46]</a></sup> Armed conflict began between the Colonial government and Māori in 1843 with the <a href="http://fakehost/wiki/Wairau_Affray" title="Wairau Affray">Wairau Affray</a> over land and disagreements over sovereignty. These conflicts, mainly in the North Island, saw thousands of Imperial troops and the Royal Navy come to New Zealand and became known as the <a href="http://fakehost/wiki/New_Zealand_Wars" title="New Zealand Wars">New Zealand Wars</a>. Following these armed conflicts, large amounts of <a href="http://fakehost/wiki/New_Zealand_land_confiscations" title="New Zealand land confiscations">Māori land was confiscated by the government</a> to meet settler demands.<sup id="cite_ref-53"><a href="#cite_note-53">[47]</a></sup>
</p>
@@ -521,8 +506,6 @@
</h2>
<div>
- <div>
- <div>
<div>
<p><a href="http://fakehost/wiki/Elizabeth_II" title="Elizabeth II"><img alt="The Queen wearing her New Zealand insignia" src="http://upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Queen_Elizabeth_II_of_New_Zealand_2.jpg/152px-Queen_Elizabeth_II_of_New_Zealand_2.jpg" decoding="async" width="152" height="190" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Queen_Elizabeth_II_of_New_Zealand_2.jpg/228px-Queen_Elizabeth_II_of_New_Zealand_2.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Queen_Elizabeth_II_of_New_Zealand_2.jpg/304px-Queen_Elizabeth_II_of_New_Zealand_2.jpg 2x" data-file-width="1182" data-file-height="1478"></a>
</p>
@@ -534,8 +517,6 @@
</div>
</div>
- </div>
- </div>
<p>
New Zealand is a <a href="http://fakehost/wiki/Constitutional_monarchy" title="Constitutional monarchy">constitutional monarchy</a> with a <a href="http://fakehost/wiki/Parliamentary_democracy" title="Parliamentary democracy">parliamentary democracy</a>,<sup id="cite_ref-GG_constitution_71-0"><a href="#cite_note-GG_constitution-71">[65]</a></sup> although <a href="http://fakehost/wiki/Constitution_of_New_Zealand" title="Constitution of New Zealand">its constitution</a> is <a href="http://fakehost/wiki/Uncodified_constitution" title="Uncodified constitution">not codified</a>.<sup id="cite_ref-Economist_factsheet_72-0"><a href="#cite_note-Economist_factsheet-72">[66]</a></sup> <a href="http://fakehost/wiki/Elizabeth_II" title="Elizabeth II">Elizabeth II</a> is the <a href="http://fakehost/wiki/Queen_of_New_Zealand" title="Queen of New Zealand">Queen of New Zealand</a><sup id="cite_ref-73"><a href="#cite_note-73">[67]</a></sup> and thus the <a href="http://fakehost/wiki/Head_of_state" title="Head of state">head of state</a>.<sup id="cite_ref-74"><a href="#cite_note-74">[68]</a></sup> The Queen is represented by the <a href="http://fakehost/wiki/Governor-General_of_New_Zealand" title="Governor-General of New Zealand">governor-general</a>, whom she appoints on the <a href="http://fakehost/wiki/Advice_(constitutional)" title="Advice (constitutional)">advice</a> of the <a href="http://fakehost/wiki/Prime_Minister_of_New_Zealand" title="Prime Minister of New Zealand">prime minister</a>.<sup id="cite_ref-75"><a href="#cite_note-75">[69]</a></sup> The governor-general can exercise the Crown's <a href="http://fakehost/wiki/Prerogative_powers" title="Prerogative powers">prerogative powers</a>, such as reviewing cases of injustice and making appointments of <a href="http://fakehost/wiki/Ministers_of_the_New_Zealand_Government" title="Ministers of the New Zealand Government">ministers</a>, ambassadors and other key public officials,<sup id="cite_ref-76"><a href="#cite_note-76">[70]</a></sup> and in rare situations, the <a href="http://fakehost/wiki/Reserve_power" title="Reserve power">reserve powers</a> (e.g. the power to dissolve parliament or refuse the <a href="http://fakehost/wiki/Royal_assent" title="Royal assent">royal assent</a> of a <a href="http://fakehost/wiki/Bill_(law)" title="Bill (law)">bill</a> into law).<sup id="cite_ref-reserve_Powers_77-0"><a href="#cite_note-reserve_Powers-77">[71]</a></sup> The powers of the monarch and the governor-general are limited by constitutional constraints and they cannot normally be exercised without the advice of ministers.<sup id="cite_ref-reserve_Powers_77-1"><a href="#cite_note-reserve_Powers-77">[71]</a></sup>
</p>
@@ -546,10 +527,8 @@
A <a href="http://fakehost/wiki/Elections_in_New_Zealand" title="Elections in New Zealand">parliamentary general election</a> must be called no later than three years after the previous election.<sup id="cite_ref-82"><a href="#cite_note-82">[76]</a></sup> Almost all general elections between <a href="http://fakehost/wiki/1853_New_Zealand_general_election" title="1853 New Zealand general election">1853</a> and <a href="http://fakehost/wiki/1993_New_Zealand_general_election" title="1993 New Zealand general election">1993</a> were held under the <a href="http://fakehost/wiki/First-past-the-post_voting" title="First-past-the-post voting">first-past-the-post voting</a> system.<sup id="cite_ref-road_83-0"><a href="#cite_note-road-83">[77]</a></sup> Since the <a href="http://fakehost/wiki/1996_New_Zealand_general_election" title="1996 New Zealand general election">1996 election</a>, a form of <a href="http://fakehost/wiki/Proportional_representation" title="Proportional representation">proportional representation</a> called <a href="http://fakehost/wiki/Mixed-member_proportional" title="Mixed-member proportional">mixed-member proportional</a> (MMP) has been used.<sup id="cite_ref-Economist_factsheet_72-1"><a href="#cite_note-Economist_factsheet-72">[66]</a></sup> Under the MMP system, each person has two votes; one is for a candidate standing in the voter's <a href="http://fakehost/wiki/New_Zealand_electorates" title="New Zealand electorates">electorate</a> and the other is for a party. Since the <a href="http://fakehost/wiki/2014_New_Zealand_general_election" title="2014 New Zealand general election">2014 election</a>, there have been 71 electorates (which include seven <a href="http://fakehost/wiki/M%C4%81ori_electorates" title="Māori electorates">Māori electorates</a> in which only Māori can optionally vote),<sup id="cite_ref-84"><a href="#cite_note-84">[78]</a></sup> and the remaining 49 of the 120 seats are assigned so that representation in parliament reflects the party vote, with the threshold that a party must win at least one electorate or 5% of the total party vote before it is eligible for a seat.<sup id="cite_ref-85"><a href="#cite_note-85">[79]</a></sup>
</p>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Seddon_Statue_in_Parliament_Grounds.jpg"><img alt="A block of buildings fronted by a large statue." src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Seddon_Statue_in_Parliament_Grounds.jpg/220px-Seddon_Statue_in_Parliament_Grounds.jpg" decoding="async" width="220" height="171" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Seddon_Statue_in_Parliament_Grounds.jpg/330px-Seddon_Statue_in_Parliament_Grounds.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Seddon_Statue_in_Parliament_Grounds.jpg/440px-Seddon_Statue_in_Parliament_Grounds.jpg 2x" data-file-width="3297" data-file-height="2557"></a></p>
</div>
- </div>
<p>
Elections since the 1930s have been dominated by two political parties, <a href="http://fakehost/wiki/New_Zealand_National_Party" title="New Zealand National Party">National</a> and <a href="http://fakehost/wiki/New_Zealand_Labour_Party" title="New Zealand Labour Party">Labour</a>.<sup id="cite_ref-road_83-1"><a href="#cite_note-road-83">[77]</a></sup> Between March 2005 and August 2006, New Zealand became the first country in the world in which all the highest offices in the land—head of state, governor-general, prime minister, <a href="http://fakehost/wiki/Speaker_of_the_New_Zealand_House_of_Representatives" title="Speaker of the New Zealand House of Representatives">speaker</a> and <a href="http://fakehost/wiki/Chief_Justice_of_New_Zealand" title="Chief Justice of New Zealand">chief justice</a>—were occupied simultaneously by women.<sup id="cite_ref-86"><a href="#cite_note-86">[80]</a></sup> The current prime minister is <a href="http://fakehost/wiki/Jacinda_Ardern" title="Jacinda Ardern">Jacinda Ardern</a>, who has been in office since 26 October 2017.<sup id="cite_ref-87"><a href="#cite_note-87">[81]</a></sup> She is the country's third female prime minister.<sup id="cite_ref-88"><a href="#cite_note-88">[82]</a></sup>
</p>
@@ -565,10 +544,8 @@
</h3>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:E_003261_E_Maoris_in_North_Africa_July_1941.jpg"><img alt="A squad of men kneel in the desert sand while performing a war dance" src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/77/E_003261_E_Maoris_in_North_Africa_July_1941.jpg/220px-E_003261_E_Maoris_in_North_Africa_July_1941.jpg" decoding="async" width="220" height="217" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/7/77/E_003261_E_Maoris_in_North_Africa_July_1941.jpg/330px-E_003261_E_Maoris_in_North_Africa_July_1941.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/7/77/E_003261_E_Maoris_in_North_Africa_July_1941.jpg/440px-E_003261_E_Maoris_in_North_Africa_July_1941.jpg 2x" data-file-width="3040" data-file-height="2999"></a></p>
</div>
- </div>
<p>
Early colonial New Zealand allowed the British Government to determine external trade and be responsible for foreign policy.<sup id="cite_ref-97"><a href="#cite_note-97">[91]</a></sup> The 1923 and 1926 <a href="http://fakehost/wiki/Imperial_Conference" title="Imperial Conference">Imperial Conferences</a> decided that New Zealand should be allowed to negotiate its own political <a href="http://fakehost/wiki/Treaty" title="Treaty">treaties</a> and the first commercial treaty was ratified in 1928 with Japan. On 3 September 1939 New Zealand allied itself with Britain and <a href="http://fakehost/wiki/Declaration_of_war" title="Declaration of war">declared war</a> on Germany with Prime Minister <a href="http://fakehost/wiki/Michael_Joseph_Savage" title="Michael Joseph Savage">Michael Joseph Savage</a> proclaiming, "Where she goes, we go; where she stands, we stand."<sup id="cite_ref-98"><a href="#cite_note-98">[92]</a></sup>
</p>
@@ -576,12 +553,10 @@
In 1951 the United Kingdom became increasingly focused on its European interests,<sup id="cite_ref-99"><a href="#cite_note-99">[93]</a></sup> while New Zealand joined <a href="http://fakehost/wiki/Australia%E2%80%93New_Zealand_relations" title="Australia–New Zealand relations">Australia</a> and the <a href="http://fakehost/wiki/New_Zealand%E2%80%93United_States_relations" title="New Zealand–United States relations">United States</a> in the <a href="http://fakehost/wiki/ANZUS" title="ANZUS">ANZUS</a> security treaty.<sup id="cite_ref-100"><a href="#cite_note-100">[94]</a></sup> The influence of the United States on New Zealand weakened following protests over the <a href="http://fakehost/wiki/New_Zealand_in_the_Vietnam_War" title="New Zealand in the Vietnam War">Vietnam War</a>,<sup id="cite_ref-101"><a href="#cite_note-101">[95]</a></sup> the refusal of the United States to admonish France after the <a href="http://fakehost/wiki/Sinking_of_the_Rainbow_Warrior" title="Sinking of the Rainbow Warrior">sinking of the <i>Rainbow Warrior</i></a>,<sup id="cite_ref-102"><a href="#cite_note-102">[96]</a></sup> disagreements over environmental and agricultural trade issues and <a href="http://fakehost/wiki/New_Zealand_nuclear-free_zone" title="New Zealand nuclear-free zone">New Zealand's nuclear-free policy</a>.<sup id="cite_ref-103"><a href="#cite_note-103">[97]</a></sup><sup id="cite_ref-104"><a href="#cite_note-104">[98]</a></sup> Despite the United States' suspension of ANZUS obligations the treaty remained in effect between New Zealand and Australia, whose foreign policy has followed a similar historical trend.<sup id="cite_ref-105"><a href="#cite_note-105">[99]</a></sup> Close political contact is maintained between the two countries, with <a href="http://fakehost/wiki/Closer_Economic_Relations" title="Closer Economic Relations">free trade agreements</a> and <a href="http://fakehost/wiki/Trans-Tasman_Travel_Arrangement" title="Trans-Tasman Travel Arrangement">travel arrangements</a> that allow citizens to visit, live and work in both countries without restrictions.<sup id="cite_ref-NZ_in_brief_106-0"><a href="#cite_note-NZ_in_brief-106">[100]</a></sup> In 2013 there were about 650,000 New Zealand citizens living in Australia, which is equivalent to 15% of the resident population of New Zealand.<sup id="cite_ref-107"><a href="#cite_note-107">[101]</a></sup>
</p>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_(20).jpg"><img alt="A soldier in a green army uniform faces forwards" src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg/220px-ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg" decoding="async" width="220" height="147" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg/330px-ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg/440px-ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg 2x" data-file-width="3888" data-file-height="2592"></a></p><div>
<p><a href="http://fakehost/wiki/Anzac_Day" title="Anzac Day">Anzac Day</a> service at the National War Memorial
</p></div>
</div>
- </div>
<p>
New Zealand has a strong presence among the <a href="http://fakehost/wiki/Pacific_Island" title="Pacific Island">Pacific Island</a> countries. A large proportion of New Zealand's aid goes to these countries and many Pacific people migrate to New Zealand for employment.<sup id="cite_ref-108"><a href="#cite_note-108">[102]</a></sup> Permanent migration is regulated under the 1970 Samoan Quota Scheme and the 2002 Pacific Access Category, which allow up to 1,100 Samoan nationals and up to 750 other Pacific Islanders respectively to become permanent New Zealand residents each year. A seasonal workers scheme for temporary migration was introduced in 2007 and in 2009 about 8,000 Pacific Islanders were employed under it.<sup id="cite_ref-109"><a href="#cite_note-109">[103]</a></sup> A <a href="http://fakehost/wiki/Regional_power" title="Regional power">regional power</a>,<sup id="cite_ref-110"><a href="#cite_note-110">[104]</a></sup> New Zealand is involved in the <a href="http://fakehost/wiki/Pacific_Islands_Forum" title="Pacific Islands Forum">Pacific Islands Forum</a>, the <a href="http://fakehost/wiki/Pacific_Community" title="Pacific Community">Pacific Community</a>, <a href="http://fakehost/wiki/Asia-Pacific_Economic_Cooperation" title="Asia-Pacific Economic Cooperation">Asia-Pacific Economic Cooperation</a> and the <a href="http://fakehost/wiki/Association_of_Southeast_Asian_Nations" title="Association of Southeast Asian Nations">Association of Southeast Asian Nations</a> Regional Forum (including the <a href="http://fakehost/wiki/East_Asia_Summit" title="East Asia Summit">East Asia Summit</a>).<sup id="cite_ref-NZ_in_brief_106-1"><a href="#cite_note-NZ_in_brief-106">[100]</a></sup> New Zealand is a member of the <a href="http://fakehost/wiki/New_Zealand_and_the_United_Nations" title="New Zealand and the United Nations">United Nations</a>,<sup id="cite_ref-111"><a href="#cite_note-111">[105]</a></sup> the <a href="http://fakehost/wiki/Commonwealth_of_Nations" title="Commonwealth of Nations">Commonwealth of Nations</a><sup id="cite_ref-112"><a href="#cite_note-112">[106]</a></sup> and the <a href="http://fakehost/wiki/Organisation_for_Economic_Co-operation_and_Development" title="Organisation for Economic Co-operation and Development">Organisation for Economic Co-operation and Development</a> (OECD),<sup id="cite_ref-113"><a href="#cite_note-113">[107]</a></sup> and participates in the <a href="http://fakehost/wiki/Five_Power_Defence_Arrangements" title="Five Power Defence Arrangements">Five Power Defence Arrangements</a>.<sup id="cite_ref-114"><a href="#cite_note-114">[108]</a></sup>
</p>
@@ -596,10 +571,8 @@
</h3>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:NZL_orthographic_NaturalEarth_labelled_en.svg"><img alt="Map with the North, South, Stewart/Rakiura, Tokelau, Cook, Niue, Kermadec, Chatham, Bounty, Antipodes, Snare, Auckland and Campbell Islands highlighted. New Zealand's segment of Antarctica (the Ross Dependency) is also highlighted." src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/NZL_orthographic_NaturalEarth_labelled_en.svg/400px-NZL_orthographic_NaturalEarth_labelled_en.svg.png" decoding="async" width="400" height="400" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/NZL_orthographic_NaturalEarth_labelled_en.svg/600px-NZL_orthographic_NaturalEarth_labelled_en.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/NZL_orthographic_NaturalEarth_labelled_en.svg/800px-NZL_orthographic_NaturalEarth_labelled_en.svg.png 2x" data-file-width="553" data-file-height="553"></a></p>
</div>
- </div>
<p>
The early European settlers divided New Zealand into <a href="http://fakehost/wiki/Provinces_of_New_Zealand" title="Provinces of New Zealand">provinces</a>, which had a degree of autonomy.<sup id="cite_ref-nine_provinces_127-0"><a href="#cite_note-nine_provinces-127">[121]</a></sup> Because of financial pressures and the desire to consolidate railways, education, land sales and other policies, government was centralised and the provinces were abolished in 1876.<sup id="cite_ref-128"><a href="#cite_note-128">[122]</a></sup> The provinces are remembered in <a href="http://fakehost/wiki/Public_holidays_in_New_Zealand" title="Public holidays in New Zealand">regional public holidays</a><sup id="cite_ref-129"><a href="#cite_note-129">[123]</a></sup> and sporting rivalries.<sup id="cite_ref-130"><a href="#cite_note-130">[124]</a></sup>
</p>
@@ -730,34 +703,26 @@
<div>
- <div>
<p><a href="http://fakehost/wiki/File:New_Zealand_23_October_2002.jpg"><img alt="Islands of New Zealand as seen from satellite" src="http://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/New_Zealand_23_October_2002.jpg/170px-New_Zealand_23_October_2002.jpg" decoding="async" width="170" height="227" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/New_Zealand_23_October_2002.jpg/255px-New_Zealand_23_October_2002.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/New_Zealand_23_October_2002.jpg/340px-New_Zealand_23_October_2002.jpg 2x" data-file-width="4200" data-file-height="5600"></a></p>
</div>
- </div>
<p>
New Zealand is located near the centre of the <a href="http://fakehost/wiki/Water_hemisphere" title="Water hemisphere">water hemisphere</a> and is made up of two main islands and a number of <a href="http://fakehost/wiki/List_of_islands_of_New_Zealand" title="List of islands of New Zealand">smaller islands</a>. The two main islands (the <a href="http://fakehost/wiki/North_Island" title="North Island">North Island</a>, or <i>Te Ika-a-Māui</i>, and the <a href="http://fakehost/wiki/South_Island" title="South Island">South Island</a>, or <i>Te Waipounamu</i>) are separated by <a href="http://fakehost/wiki/Cook_Strait" title="Cook Strait">Cook Strait</a>, 22 kilometres (14&nbsp;mi) wide at its narrowest point.<sup id="cite_ref-145"><a href="#cite_note-145">[138]</a></sup> Besides the North and South Islands, the five largest inhabited islands are <a href="http://fakehost/wiki/Stewart_Island" title="Stewart Island">Stewart Island</a> (across the <a href="http://fakehost/wiki/Foveaux_Strait" title="Foveaux Strait">Foveaux Strait</a>), <a href="http://fakehost/wiki/Chatham_Island" title="Chatham Island">Chatham Island</a>, <a href="http://fakehost/wiki/Great_Barrier_Island" title="Great Barrier Island">Great Barrier Island</a> (in the <a href="http://fakehost/wiki/Hauraki_Gulf" title="Hauraki Gulf">Hauraki Gulf</a>),<sup id="cite_ref-146"><a href="#cite_note-146">[139]</a></sup> <a href="http://fakehost/wiki/D%27Urville_Island_(New_Zealand)" title="D'Urville Island (New Zealand)">D'Urville Island</a> (in the <a href="http://fakehost/wiki/Marlborough_Sounds" title="Marlborough Sounds">Marlborough Sounds</a>)<sup id="cite_ref-147"><a href="#cite_note-147">[140]</a></sup> and <a href="http://fakehost/wiki/Waiheke_Island" title="Waiheke Island">Waiheke Island</a> (about 22&nbsp;km (14&nbsp;mi) from central Auckland).<sup id="cite_ref-148"><a href="#cite_note-148">[141]</a></sup>
</p>
<div>
- <div>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Mt_Cook,_NZ.jpg"><img alt="A large mountain with a lake in the foreground" src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/44/Mt_Cook%2C_NZ.jpg/220px-Mt_Cook%2C_NZ.jpg" decoding="async" width="220" height="147" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/4/44/Mt_Cook%2C_NZ.jpg/330px-Mt_Cook%2C_NZ.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/4/44/Mt_Cook%2C_NZ.jpg/440px-Mt_Cook%2C_NZ.jpg 2x" data-file-width="4608" data-file-height="3072"></a>
</p>
</div>
- </div>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:New_Zealand_moutain_ranges.jpg"><img alt="Snow-capped mountain range" src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/New_Zealand_moutain_ranges.jpg/220px-New_Zealand_moutain_ranges.jpg" decoding="async" width="220" height="147" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/New_Zealand_moutain_ranges.jpg/330px-New_Zealand_moutain_ranges.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/New_Zealand_moutain_ranges.jpg/440px-New_Zealand_moutain_ranges.jpg 2x" data-file-width="4272" data-file-height="2848"></a>
</p>
<p>
The Southern Alps stretch for 500 kilometres down the South Island
</p>
</div>
- </div>
</div>
- </div>
<p>
New Zealand is long and narrow (over 1,600 kilometres (990&nbsp;mi) along its north-north-east axis with a maximum width of 400 kilometres (250&nbsp;mi)),<sup id="cite_ref-149"><a href="#cite_note-149">[142]</a></sup> with about 15,000&nbsp;km (9,300&nbsp;mi) of coastline<sup id="cite_ref-CIA_150-0"><a href="#cite_note-CIA-150">[143]</a></sup> and a total land area of 268,000 square kilometres (103,500&nbsp;sq&nbsp;mi).<sup id="cite_ref-151"><a href="#cite_note-151">[144]</a></sup> Because of its far-flung outlying islands and long coastline, the country has extensive marine resources. Its <a href="http://fakehost/wiki/Exclusive_economic_zone_of_New_Zealand" title="Exclusive economic zone of New Zealand">exclusive economic zone</a> is one of the largest in the world, covering more than 15 times its land area.<sup id="cite_ref-152"><a href="#cite_note-152">[145]</a></sup>
</p>
@@ -782,21 +747,15 @@
</li>
<li>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Lake_Gunn.jpg"><img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Lake_Gunn.jpg/269px-Lake_Gunn.jpg" decoding="async" width="180" height="120" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Lake_Gunn.jpg/404px-Lake_Gunn.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Lake_Gunn.jpg/538px-Lake_Gunn.jpg 2x" data-file-width="1000" data-file-height="669"></a>
</p>
</div>
-
- </div>
</li>
<li>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Pencarrow_Head,_Wellington,_New_Zealand_from_Santa_Regina,_24_Feb._2007.jpg"><img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg/269px-Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg" decoding="async" width="180" height="120" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg/404px-Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg/538px-Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg 2x" data-file-width="3872" data-file-height="2592"></a>
</p>
</div>
-
- </div>
</li>
</ul>
<h3>
@@ -940,12 +899,10 @@
</h3>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:TeTuatahianui.jpg"><img alt="Kiwi amongst sticks" src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/82/TeTuatahianui.jpg/170px-TeTuatahianui.jpg" decoding="async" width="170" height="227" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/8/82/TeTuatahianui.jpg/255px-TeTuatahianui.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/8/82/TeTuatahianui.jpg/340px-TeTuatahianui.jpg 2x" data-file-width="994" data-file-height="1325"></a></p><div>
<p>The endemic flightless <a href="http://fakehost/wiki/Kiwi" title="Kiwi">kiwi</a> is a national icon.
</p></div>
</div>
- </div>
<p>
New Zealand's <a href="http://fakehost/wiki/Geographic_isolation" title="Geographic isolation">geographic isolation</a> for 80 million years<sup id="cite_ref-172"><a href="#cite_note-172">[165]</a></sup> and island <a href="http://fakehost/wiki/Biogeography" title="Biogeography">biogeography</a> has influenced evolution of the country's species of <a href="http://fakehost/wiki/Fauna" title="Fauna">animals</a>, <a href="http://fakehost/wiki/Fungus" title="Fungus">fungi</a> and <a href="http://fakehost/wiki/Flora" title="Flora">plants</a>. Physical isolation has caused biological isolation, resulting in a dynamic evolutionary ecology with examples of very distinctive plants and animals as well as populations of widespread species.<sup id="cite_ref-173"><a href="#cite_note-173">[166]</a></sup><sup id="cite_ref-174"><a href="#cite_note-174">[167]</a></sup> About 82% of New Zealand's indigenous <a href="http://fakehost/wiki/Vascular_plant" title="Vascular plant">vascular plants</a> are <a href="http://fakehost/wiki/Endemism" title="Endemism">endemic</a>, covering 1,944 species across 65 <a href="http://fakehost/wiki/Genus" title="Genus">genera</a>.<sup id="cite_ref-FAQ_175-0"><a href="#cite_note-FAQ-175">[168]</a></sup><sup id="cite_ref-NZPCN_2006_176-0"><a href="#cite_note-NZPCN_2006-176">[169]</a></sup> The number of fungi recorded from New Zealand, including lichen-forming species, is not known, nor is the proportion of those fungi which are endemic, but one estimate suggests there are about 2,300 species of lichen-forming fungi in New Zealand<sup id="cite_ref-FAQ_175-1"><a href="#cite_note-FAQ-175">[168]</a></sup> and 40% of these are endemic.<sup id="cite_ref-177"><a href="#cite_note-177">[170]</a></sup> The two main types of forest are those dominated by broadleaf trees with emergent <a href="http://fakehost/wiki/Podocarp" title="Podocarp">podocarps</a>, or by <a href="http://fakehost/wiki/Nothofagus" title="Nothofagus">southern beech</a> in cooler climates.<sup id="cite_ref-178"><a href="#cite_note-178">[171]</a></sup> The remaining vegetation types consist of grasslands, the majority of which are <a href="http://fakehost/wiki/Tussock_grasslands_of_New_Zealand" title="Tussock grasslands of New Zealand">tussock</a>.<sup id="cite_ref-179"><a href="#cite_note-179">[172]</a></sup>
</p>
@@ -953,12 +910,10 @@
Before the arrival of humans, an estimated 80% of the land was covered in forest, with only <a href="http://fakehost/wiki/Tree_line" title="Tree line">high alpine</a>, wet, infertile and volcanic areas without trees.<sup id="cite_ref-180"><a href="#cite_note-180">[173]</a></sup> Massive <a href="http://fakehost/wiki/Deforestation_in_New_Zealand" title="Deforestation in New Zealand">deforestation</a> occurred after humans arrived, with around half the forest cover lost to fire after Polynesian settlement.<sup id="cite_ref-181"><a href="#cite_note-181">[174]</a></sup> Much of the remaining forest fell after European settlement, being logged or cleared to make room for pastoral farming, leaving forest occupying only 23% of the land.<sup id="cite_ref-182"><a href="#cite_note-182">[175]</a></sup>
</p>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg"><img alt="An artist's rendition of a Haast's eagle attacking two moa" src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg/220px-Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg" decoding="async" width="220" height="176" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg/330px-Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg/440px-Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg 2x" data-file-width="1375" data-file-height="1101"></a></p><div>
<p>The giant <a href="http://fakehost/wiki/Haast%27s_eagle" title="Haast's eagle">Haast's eagle</a> died out when humans hunted its main prey, the <a href="http://fakehost/wiki/Moa" title="Moa">moa</a>, to extinction.
</p></div>
</div>
- </div>
<p>
The forests were dominated by <a href="http://fakehost/wiki/Birds_of_New_Zealand" title="Birds of New Zealand">birds</a>, and the lack of mammalian predators led to some like the <a href="http://fakehost/wiki/Kiwi" title="Kiwi">kiwi</a>, <a href="http://fakehost/wiki/Kakapo" title="Kakapo">kakapo</a>, <a href="http://fakehost/wiki/Weka" title="Weka">weka</a> and <a href="http://fakehost/wiki/Takah%C4%93" title="Takahē">takahē</a> evolving <a href="http://fakehost/wiki/Flightless_bird" title="Flightless bird">flightlessness</a>.<sup id="cite_ref-183"><a href="#cite_note-183">[176]</a></sup> The arrival of humans, associated changes to habitat, and the introduction of <a href="http://fakehost/wiki/Polynesian_rat" title="Polynesian rat">rats</a>, ferrets and other mammals led to the <a href="http://fakehost/wiki/List_of_New_Zealand_animals_extinct_in_the_Holocene" title="List of New Zealand animals extinct in the Holocene">extinction</a> of many bird species, including <a href="http://fakehost/wiki/Megafauna" title="Megafauna">large birds</a> like the <a href="http://fakehost/wiki/Moa" title="Moa">moa</a> and <a href="http://fakehost/wiki/Haast%27s_eagle" title="Haast's eagle">Haast's eagle</a>.<sup id="cite_ref-Holdaway2009_184-0"><a href="#cite_note-Holdaway2009-184">[177]</a></sup><sup id="cite_ref-185"><a href="#cite_note-185">[178]</a></sup>
</p>
@@ -975,10 +930,8 @@
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Auckland_Waterfrt.jpg"><img alt="Boats docked in blue-green water. Plate glass skyscrapers rising up in the background." src="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Auckland_Waterfrt.jpg/220px-Auckland_Waterfrt.jpg" decoding="async" width="220" height="145" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Auckland_Waterfrt.jpg/330px-Auckland_Waterfrt.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Auckland_Waterfrt.jpg/440px-Auckland_Waterfrt.jpg 2x" data-file-width="4568" data-file-height="3019"></a></p>
</div>
- </div>
<p>
New Zealand has an <a href="http://fakehost/wiki/Advanced_economy" title="Advanced economy">advanced</a> <a href="http://fakehost/wiki/Market_economy" title="Market economy">market economy</a>,<sup id="cite_ref-200"><a href="#cite_note-200">[193]</a></sup> ranked 16th in the 2018 <a href="http://fakehost/wiki/Human_Development_Index" title="Human Development Index">Human Development Index</a><sup id="cite_ref-HDI_12-1"><a href="#cite_note-HDI-12">[8]</a></sup> and third in the 2018 <a href="http://fakehost/wiki/Index_of_Economic_Freedom" title="Index of Economic Freedom">Index of Economic Freedom</a>.<sup id="cite_ref-201"><a href="#cite_note-201">[194]</a></sup> It is a <a href="http://fakehost/wiki/High-income_economy" title="High-income economy">high-income economy</a> with a <a href="http://fakehost/wiki/Nominal_value" title="Nominal value">nominal</a> <a href="http://fakehost/wiki/Gross_domestic_product" title="Gross domestic product">gross domestic product</a> (GDP) per capita of <a href="http://fakehost/wiki/United_States_dollar" title="United States dollar">US$</a>36,254.<sup id="cite_ref-imf2_10-4"><a href="#cite_note-imf2-10">[6]</a></sup> The currency is the <a href="http://fakehost/wiki/New_Zealand_dollar" title="New Zealand dollar">New Zealand dollar</a>, informally known as the "Kiwi dollar"; it also circulates in the Cook Islands (see <a href="http://fakehost/wiki/Cook_Islands_dollar" title="Cook Islands dollar">Cook Islands dollar</a>), Niue, Tokelau, and the <a href="http://fakehost/wiki/Pitcairn_Islands" title="Pitcairn Islands">Pitcairn Islands</a>.<sup id="cite_ref-202"><a href="#cite_note-202">[195]</a></sup>
</p>
@@ -986,10 +939,8 @@
Historically, extractive industries have contributed strongly to New Zealand's economy, focussing at different times on sealing, whaling, <a href="http://fakehost/wiki/Phormium" title="Phormium">flax</a>, gold, <a href="http://fakehost/wiki/Kauri_gum" title="Kauri gum">kauri gum</a>, and native timber.<sup id="cite_ref-RWT_export_evolution_203-0"><a href="#cite_note-RWT_export_evolution-203">[196]</a></sup> The first shipment of refrigerated meat on the <i><a href="http://fakehost/wiki/Dunedin_(ship)" title="Dunedin (ship)">Dunedin</a></i> in 1882 led to the establishment of meat and dairy exports to Britain, a trade which provided the basis for strong economic growth in New Zealand.<sup id="cite_ref-204"><a href="#cite_note-204">[197]</a></sup> High demand for agricultural products from the United Kingdom and the United States helped New Zealanders achieve higher living standards than both Australia and Western Europe in the 1950s and 1960s.<sup id="cite_ref-205"><a href="#cite_note-205">[198]</a></sup> In 1973, New Zealand's export market was reduced when the United Kingdom joined the <a href="http://fakehost/wiki/European_Economic_Community" title="European Economic Community">European Economic Community</a><sup id="cite_ref-206"><a href="#cite_note-206">[199]</a></sup> and other compounding factors, such as the <a href="http://fakehost/wiki/1973_oil_crisis" title="1973 oil crisis">1973 oil</a> and <a href="http://fakehost/wiki/1979_oil_crisis" title="1979 oil crisis">1979 energy</a> crises, led to a severe <a href="http://fakehost/wiki/Depression_(economics)" title="Depression (economics)">economic depression</a>.<sup id="cite_ref-207"><a href="#cite_note-207">[200]</a></sup> Living standards in New Zealand fell behind those of Australia and Western Europe, and by 1982 New Zealand had the lowest per-capita income of all the developed nations surveyed by <a href="http://fakehost/wiki/World_Bank_Group" title="World Bank Group">the World Bank</a>.<sup id="cite_ref-208"><a href="#cite_note-208">[201]</a></sup> In the mid-1980s New Zealand deregulated its <a href="http://fakehost/wiki/Agriculture_in_New_Zealand" title="Agriculture in New Zealand">agricultural sector</a> by phasing out <a href="http://fakehost/wiki/Agricultural_subsidy" title="Agricultural subsidy">subsidies</a> over a three-year period.<sup id="cite_ref-209"><a href="#cite_note-209">[202]</a></sup><sup id="cite_ref-210"><a href="#cite_note-210">[203]</a></sup> Since 1984, successive governments engaged in major <a href="http://fakehost/wiki/Macroeconomic" title="Macroeconomic">macroeconomic</a> restructuring (known first as <a href="http://fakehost/wiki/Rogernomics" title="Rogernomics">Rogernomics</a> and then <a href="http://fakehost/wiki/Ruthanasia" title="Ruthanasia">Ruthanasia</a>), rapidly transforming New Zealand from a <a href="http://fakehost/wiki/Protectionism" title="Protectionism">protected</a> and highly regulated economy to a liberalised <a href="http://fakehost/wiki/Free-trade" title="Free-trade">free-trade</a> economy.<sup id="cite_ref-Liberalisation_211-0"><a href="#cite_note-Liberalisation-211">[204]</a></sup><sup id="cite_ref-212"><a href="#cite_note-212">[205]</a></sup>
</p>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:MilfordSound.jpg"><img alt="Blue water against a backdrop of snow-capped mountains" src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/42/MilfordSound.jpg/220px-MilfordSound.jpg" decoding="async" width="220" height="147" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/4/42/MilfordSound.jpg/330px-MilfordSound.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/4/42/MilfordSound.jpg/440px-MilfordSound.jpg 2x" data-file-width="2048" data-file-height="1364"></a></p>
</div>
- </div>
<p>
Unemployment peaked above 10% in 1991 and 1992,<sup id="cite_ref-unemployment_214-0"><a href="#cite_note-unemployment-214">[207]</a></sup> following the <a href="http://fakehost/wiki/Black_Monday_(1987)" title="Black Monday (1987)">1987 share market crash</a>, but eventually fell to a record low (since 1986) of 3.7% in 2007 (ranking third from twenty-seven comparable OECD nations).<sup id="cite_ref-unemployment_214-1"><a href="#cite_note-unemployment-214">[207]</a></sup> However, the <a href="http://fakehost/wiki/Financial_crisis_of_2007%E2%80%932008" title="Financial crisis of 2007–2008">global financial crisis</a> that followed had a major impact on New Zealand, with the GDP shrinking for five consecutive quarters, the longest recession in over thirty years,<sup id="cite_ref-215"><a href="#cite_note-215">[208]</a></sup><sup id="cite_ref-216"><a href="#cite_note-216">[209]</a></sup> and unemployment rising back to 7% in late 2009.<sup id="cite_ref-217"><a href="#cite_note-217">[210]</a></sup> Unemployment rates for different age groups follow similar trends, but are consistently higher among youth. In the December 2014 quarter, the general unemployment rate was around 5.8%, while the unemployment rate for youth aged 15 to 21 was 15.6%.<sup id="cite_ref-unemployment_214-2"><a href="#cite_note-unemployment-214">[207]</a></sup> New Zealand has experienced a series of "<a href="http://fakehost/wiki/Brain_drain" title="Brain drain">brain drains</a>" since the 1970s<sup id="cite_ref-218"><a href="#cite_note-218">[211]</a></sup> that still continue today.<sup id="cite_ref-219"><a href="#cite_note-219">[212]</a></sup> Nearly one quarter of highly skilled workers live overseas, mostly in Australia and Britain, which is the largest proportion from any developed nation.<sup id="cite_ref-220"><a href="#cite_note-220">[213]</a></sup> In recent decades, however, a "brain gain" has brought in educated professionals from Europe and less developed countries.<sup id="cite_ref-221"><a href="#cite_note-221">[214]</a></sup><sup id="cite_ref-FOOTNOTEBain200644_222-0"><a href="#cite_note-FOOTNOTEBain200644-222">[215]</a></sup> Today New Zealand's economy benefits from a high level of <a href="http://fakehost/wiki/Innovation" title="Innovation">innovation</a>.<sup id="cite_ref-223"><a href="#cite_note-223">[216]</a></sup>
</p>
@@ -1000,12 +951,10 @@
New Zealand is heavily dependent on international trade,<sup id="cite_ref-224"><a href="#cite_note-224">[217]</a></sup> particularly in agricultural products.<sup id="cite_ref-225"><a href="#cite_note-225">[218]</a></sup> Exports account for 24% of its output,<sup id="cite_ref-CIA_150-1"><a href="#cite_note-CIA-150">[143]</a></sup> making New Zealand vulnerable to international commodity prices and global <a href="http://fakehost/wiki/Recession" title="Recession">economic slowdowns</a>. Food products made up 55% of the value of all the country's exports in 2014; wood was the second largest earner (7%).<sup id="cite_ref-226"><a href="#cite_note-226">[219]</a></sup> New Zealand's main trading partners, as at June 2018, are China (<a href="http://fakehost/wiki/NZ$" title="NZ$">NZ$</a>27.8b), Australia ($26.2b), the <a href="http://fakehost/wiki/European_Union" title="European Union">European Union</a> ($22.9b), the United States ($17.6b), and Japan ($8.4b).<sup id="cite_ref-GSTC_StatNZ_227-0"><a href="#cite_note-GSTC_StatNZ-227">[220]</a></sup> On 7 April 2008, New Zealand and China signed the <a href="http://fakehost/wiki/New_Zealand%E2%80%93China_Free_Trade_Agreement" title="New Zealand–China Free Trade Agreement">New Zealand–China Free Trade Agreement</a>, the first such agreement China has signed with a developed country.<sup id="cite_ref-228"><a href="#cite_note-228">[221]</a></sup> The service sector is the largest sector in the economy, followed by manufacturing and construction and then farming and raw material extraction.<sup id="cite_ref-CIA_150-2"><a href="#cite_note-CIA-150">[143]</a></sup> <a href="http://fakehost/wiki/Tourism_in_New_Zealand" title="Tourism in New Zealand">Tourism</a> plays a significant role in the economy, contributing $12.9 billion (or 5.6%) to New Zealand's total GDP and supporting 7.5% of the total workforce in 2016.<sup id="cite_ref-TourismStats_229-0"><a href="#cite_note-TourismStats-229">[222]</a></sup> International visitor arrivals are expected to increase at a rate of 5.4% annually up to 2022.<sup id="cite_ref-TourismStats_229-1"><a href="#cite_note-TourismStats-229">[222]</a></sup>
</p>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Fauna_de_Nueva_Zelanda07.JPG"><img alt="A Romney ewe with her two lambs" src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Fauna_de_Nueva_Zelanda07.JPG/220px-Fauna_de_Nueva_Zelanda07.JPG" decoding="async" width="220" height="147" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Fauna_de_Nueva_Zelanda07.JPG/330px-Fauna_de_Nueva_Zelanda07.JPG 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Fauna_de_Nueva_Zelanda07.JPG/440px-Fauna_de_Nueva_Zelanda07.JPG 2x" data-file-width="3888" data-file-height="2592"></a></p><div>
<p>Wool has historically been one of New Zealand's major exports.
</p></div>
</div>
- </div>
<p>
Wool was New Zealand's major agricultural export during the late 19th century.<sup id="cite_ref-RWT_export_evolution_203-1"><a href="#cite_note-RWT_export_evolution-203">[196]</a></sup> Even as late as the 1960s it made up over a third of all export revenues,<sup id="cite_ref-RWT_export_evolution_203-2"><a href="#cite_note-RWT_export_evolution-203">[196]</a></sup> but since then its price has steadily dropped relative to other commodities<sup id="cite_ref-230"><a href="#cite_note-230">[223]</a></sup> and wool is no longer profitable for many farmers.<sup id="cite_ref-231"><a href="#cite_note-231">[224]</a></sup> In contrast <a href="http://fakehost/wiki/Dairy_farming_in_New_Zealand" title="Dairy farming in New Zealand">dairy farming</a> increased, with the number of dairy cows doubling between 1990 and 2007,<sup id="cite_ref-232"><a href="#cite_note-232">[225]</a></sup> to become New Zealand's largest export earner.<sup id="cite_ref-233"><a href="#cite_note-233">[226]</a></sup> In the year to June 2018, dairy products accounted for 17.7% ($14.1 billion) of total exports,<sup id="cite_ref-GSTC_StatNZ_227-1"><a href="#cite_note-GSTC_StatNZ-227">[220]</a></sup> and the country's largest company, <a href="http://fakehost/wiki/Fonterra" title="Fonterra">Fonterra</a>, controls almost one-third of the international dairy trade.<sup id="cite_ref-234"><a href="#cite_note-234">[227]</a></sup> Other exports in 2017-18 were meat (8.8%), wood and wood products (6.2%), fruit (3.6%), machinery (2.2%) and wine (2.1%).<sup id="cite_ref-GSTC_StatNZ_227-2"><a href="#cite_note-GSTC_StatNZ-227">[220]</a></sup> <a href="http://fakehost/wiki/New_Zealand_wine" title="New Zealand wine">New Zealand's wine</a> industry has followed a similar trend to dairy, the number of vineyards doubling over the same period,<sup id="cite_ref-235"><a href="#cite_note-235">[228]</a></sup> overtaking wool exports for the first time in 2007.<sup id="cite_ref-236"><a href="#cite_note-236">[229]</a></sup><sup id="cite_ref-237"><a href="#cite_note-237">[230]</a></sup>
</p>
@@ -1013,10 +962,8 @@
<span id="Infrastructure">Infrastructure</span>
</h3>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Air_New_Zealand,_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_(27091961041).jpg"><img alt="A mid-size jet airliner in flight. The plane livery is all-black and features a New Zealand silver fern mark." src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg/220px-Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg" decoding="async" width="220" height="147" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg/330px-Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg/440px-Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg 2x" data-file-width="5625" data-file-height="3750"></a></p>
</div>
- </div>
<p>
In 2015, <a href="http://fakehost/wiki/Renewable_energy_in_New_Zealand" title="Renewable energy in New Zealand">renewable energy</a>, primarily <a href="http://fakehost/wiki/Geothermal_power_in_New_Zealand" title="Geothermal power in New Zealand">geothermal</a> and <a href="http://fakehost/wiki/Hydroelectric_power_in_New_Zealand" title="Hydroelectric power in New Zealand">hydroelectric power</a>, generated 40.1% of <a href="http://fakehost/wiki/Energy_in_New_Zealand" title="Energy in New Zealand">New Zealand's gross energy</a> supply.<sup id="cite_ref-Energy2015_238-0"><a href="#cite_note-Energy2015-238">[231]</a></sup> Geothermal power alone accounted for 22% of New Zealand's energy in 2015.<sup id="cite_ref-Energy2015_238-1"><a href="#cite_note-Energy2015-238">[231]</a></sup>
</p>
@@ -1034,10 +981,8 @@
</h2>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:New_Zealandpop.svg"><img alt="Stationary population pyramid broken down into 21 age ranges." src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/27/New_Zealandpop.svg/280px-New_Zealandpop.svg.png" decoding="async" width="280" height="210" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/2/27/New_Zealandpop.svg/420px-New_Zealandpop.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/2/27/New_Zealandpop.svg/560px-New_Zealandpop.svg.png 2x" data-file-width="800" data-file-height="600"></a></p>
</div>
- </div>
<p>
The <a href="http://fakehost/wiki/2013_New_Zealand_census" title="2013 New Zealand census">2013 New Zealand census</a> enumerated a resident population of 4,242,048, an increase of 5.3% over the 2006 figure.<sup id="cite_ref-252"><a href="#cite_note-252">[245]</a></sup><sup id="cite_ref-254"><a href="#cite_note-254">[n 8]</a></sup> As of September 2019, the total population has risen to an estimated 4,933,210.<sup id="cite_ref-populationestimate_9-1"><a href="#cite_note-populationestimate-9">[5]</a></sup>
</p>
@@ -1380,12 +1325,10 @@
</h3>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Queen_Street_Midtown_Auckland.jpg"><img alt="Pedestrians crossing a wide street which is flanked by storefronts" src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Queen_Street_Midtown_Auckland.jpg/220px-Queen_Street_Midtown_Auckland.jpg" decoding="async" width="220" height="158" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Queen_Street_Midtown_Auckland.jpg/330px-Queen_Street_Midtown_Auckland.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Queen_Street_Midtown_Auckland.jpg/440px-Queen_Street_Midtown_Auckland.jpg 2x" data-file-width="841" data-file-height="604"></a></p><div>
<p>Pedestrians on <a href="http://fakehost/wiki/Queen_Street,_Auckland" title="Queen Street, Auckland">Queen Street</a> in Auckland, an ethnically diverse city
</p></div>
</div>
- </div>
<p>
In the 2013 census, 74.0% of New Zealand residents identified ethnically as European, and 14.9% as Māori. Other major ethnic groups include <a href="http://fakehost/wiki/Asian_New_Zealanders" title="Asian New Zealanders">Asian</a> (11.8%) and Pacific peoples (7.4%), two-thirds of whom live in the <a href="http://fakehost/wiki/Auckland_Region" title="Auckland Region">Auckland Region</a>.<sup id="cite_ref-QuickStats_ethnicity_263-0"><a href="#cite_note-QuickStats_ethnicity-263">[255]</a></sup><sup id="cite_ref-ethnicity_6-1"><a href="#cite_note-ethnicity-6">[n 3]</a></sup> The population has become more diverse in recent decades: in 1961, the census reported that the population of New Zealand was 92% European and 7% Māori, with Asian and Pacific minorities sharing the remaining 1%.<sup id="cite_ref-264"><a href="#cite_note-264">[256]</a></sup>
</p>
@@ -1400,7 +1343,6 @@
</h3>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:TeReoMaori2013.png"><img alt="Map of New Zealand showing the percentage of people in each census area unit who speak Māori. Areas of the North Island exhibit the highest Māori proficiency." src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/16/TeReoMaori2013.png/220px-TeReoMaori2013.png" decoding="async" width="220" height="165" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/1/16/TeReoMaori2013.png/330px-TeReoMaori2013.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/1/16/TeReoMaori2013.png/440px-TeReoMaori2013.png 2x" data-file-width="5000" data-file-height="3759"></a></p><div>
<p>Speakers of Māori according to the 2013 census<sup id="cite_ref-278"><a href="#cite_note-278">[270]</a></sup></p><p><span>&nbsp;</span>&nbsp;Less than 5%
</p>
@@ -1418,7 +1360,6 @@
</p>
</div>
</div>
- </div>
<p>
English is the predominant language in New Zealand, spoken by 96.1% of the population.<sup id="cite_ref-SpokenLanguage_279-0"><a href="#cite_note-SpokenLanguage-279">[271]</a></sup> <a href="http://fakehost/wiki/New_Zealand_English" title="New Zealand English">New Zealand English</a> is similar to <a href="http://fakehost/wiki/Australian_English" title="Australian English">Australian English</a> and many speakers from the Northern Hemisphere are unable to tell the <a href="http://fakehost/wiki/Accent_(sociolinguistics)" title="Accent (sociolinguistics)">accents</a> apart.<sup id="cite_ref-FOOTNOTEHayMaclaganGordon200814_280-0"><a href="#cite_note-FOOTNOTEHayMaclaganGordon200814-280">[272]</a></sup> The most prominent differences between the New Zealand English dialect and other English dialects are the shifts in the short front vowels: the short-"i" sound (as in "kit") has centralised towards the <a href="http://fakehost/wiki/Schwa" title="Schwa">schwa</a> sound (the "a" in "comma" and "about"); the short-"e" sound (as in "dress") has moved towards the short-"i" sound; and the short-"a" sound (as in "trap") has moved to the short-"e" sound.<sup id="cite_ref-281"><a href="#cite_note-281">[273]</a></sup>
</p>
@@ -1434,12 +1375,10 @@
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Ratana_Church_Raetihi.jpg"><img alt="Simple white building with two red domed towers" src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/70/Ratana_Church_Raetihi.jpg/170px-Ratana_Church_Raetihi.jpg" decoding="async" width="170" height="227" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/7/70/Ratana_Church_Raetihi.jpg/255px-Ratana_Church_Raetihi.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/7/70/Ratana_Church_Raetihi.jpg/340px-Ratana_Church_Raetihi.jpg 2x" data-file-width="1624" data-file-height="2164"></a></p><div>
<p>A <a href="http://fakehost/wiki/R%C4%81tana" title="Rātana">Rātana</a> church on a hill near <a href="http://fakehost/wiki/Raetihi" title="Raetihi">Raetihi</a>. The two-tower construction is characteristic of Rātana buildings.
</p></div>
</div>
- </div>
<p>
<a href="http://fakehost/wiki/Christianity_in_New_Zealand" title="Christianity in New Zealand">Christianity</a> is the predominant religion in New Zealand, although its society is among the most <a href="http://fakehost/wiki/Secular" title="Secular">secular</a> in the world.<sup id="cite_ref-291"><a href="#cite_note-291">[281]</a></sup><sup id="cite_ref-292"><a href="#cite_note-292">[282]</a></sup> In the 2018 census, 51.4% of the population identified with one or more religions, including 38.6% identifying as Christians. Another 48.6% indicated that they had no religion.<sup id="cite_ref-293"><a href="#cite_note-293">[n 11]</a></sup> The main Christian denominations are, by number of adherents, <a href="http://fakehost/wiki/Catholic_Church_in_New_Zealand" title="Catholic Church in New Zealand">Roman Catholicism</a> (10.1%), <a href="http://fakehost/wiki/Anglican_Church_in_Aotearoa,_New_Zealand_and_Polynesia" title="Anglican Church in Aotearoa, New Zealand and Polynesia">Anglicanism</a> (6.8%), <a href="http://fakehost/wiki/Presbyterian_Church_of_Aotearoa_New_Zealand" title="Presbyterian Church of Aotearoa New Zealand">Presbyterianism</a> (5.5%) and "Christian not further defined" (i.e. people identifying as Christian but not stating the denomination, 6.6%). The Māori-based <a href="http://fakehost/wiki/Ringat%C5%AB" title="Ringatū">Ringatū</a> and <a href="http://fakehost/wiki/R%C4%81tana" title="Rātana">Rātana</a> religions (1.3%) are also Christian in origin.<sup id="cite_ref-2013statstables_295-0"><a href="#cite_note-2013statstables-295">[284]</a></sup><sup id="cite_ref-296"><a href="#cite_note-296">[285]</a></sup> Immigration and demographic change in recent decades has contributed to the growth of minority religions,<sup id="cite_ref-297"><a href="#cite_note-297">[286]</a></sup> such as <a href="http://fakehost/wiki/Hinduism_in_New_Zealand" title="Hinduism in New Zealand">Hinduism</a> (2.6%), <a href="http://fakehost/wiki/Buddhism_in_New_Zealand" title="Buddhism in New Zealand">Buddhism</a> (1.1%), <a href="http://fakehost/wiki/Islam_in_New_Zealand" title="Islam in New Zealand">Islam</a> (1.3%) and <a href="http://fakehost/wiki/Sikhism_in_New_Zealand" title="Sikhism in New Zealand">Sikhism</a> (0.5%).<sup id="cite_ref-2013statstables_295-1"><a href="#cite_note-2013statstables-295">[284]</a></sup> The Auckland Region exhibited the greatest religious diversity.<sup id="cite_ref-2013statstables_295-2"><a href="#cite_note-2013statstables-295">[284]</a></sup>
</p>
@@ -1456,14 +1395,12 @@
</h2>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:KupeWheke.jpg" title="Use the scrollbar to see the full image."><img alt="Tall wooden carving showing Kupe above two tentacled sea creatures" src="http://upload.wikimedia.org/wikipedia/commons/thumb/5/53/KupeWheke.jpg/150px-KupeWheke.jpg" decoding="async" width="150" height="605" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/5/53/KupeWheke.jpg/225px-KupeWheke.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/5/53/KupeWheke.jpg/300px-KupeWheke.jpg 2x" data-file-width="389" data-file-height="1570"></a>
</p>
<div>
<p>Late 20th-century house-post depicting the navigator <a href="http://fakehost/wiki/Kupe" title="Kupe">Kupe</a> fighting two sea creatures
</p></div>
</div>
- </div>
<p>
Early Māori adapted the tropically based east <a href="http://fakehost/wiki/Polynesian_culture" title="Polynesian culture">Polynesian culture</a> in line with the challenges associated with a larger and more diverse environment, eventually developing their own distinctive culture. Social organisation was largely communal with families (<i><a href="http://fakehost/wiki/Wh%C4%81nau" title="Whānau">whānau</a></i>), subtribes (<i>hapū</i>) and tribes (<i>iwi</i>) ruled by a chief (<i><a href="http://fakehost/wiki/Rangatira" title="Rangatira">rangatira</a></i>), whose position was subject to the community's approval.<sup id="cite_ref-FOOTNOTEKennedy2007398_304-0"><a href="#cite_note-FOOTNOTEKennedy2007398-304">[293]</a></sup> The British and Irish immigrants brought aspects of their own culture to New Zealand and also influenced Māori culture,<sup id="cite_ref-305"><a href="#cite_note-305">[294]</a></sup><sup id="cite_ref-306"><a href="#cite_note-306">[295]</a></sup> particularly with the introduction of Christianity.<sup id="cite_ref-307"><a href="#cite_note-307">[296]</a></sup> However, Māori still regard their allegiance to tribal groups as a vital part of <a href="http://fakehost/wiki/Cultural_identity" title="Cultural identity">their identity</a>, and Māori kinship roles resemble <a href="http://fakehost/wiki/Hawaiian_kinship" title="Hawaiian kinship">those of other Polynesian peoples</a>.<sup id="cite_ref-308"><a href="#cite_note-308">[297]</a></sup> More recently <a href="http://fakehost/wiki/Culture_of_the_United_States" title="Culture of the United States">American</a>, <a href="http://fakehost/wiki/Culture_of_Australia" title="Culture of Australia">Australian</a>, <a href="http://fakehost/wiki/Culture_of_Asia" title="Culture of Asia">Asian</a> and other <a href="http://fakehost/wiki/Culture_of_Europe" title="Culture of Europe">European cultures</a> have exerted influence on New Zealand. Non-Māori Polynesian cultures are also apparent, with <a href="http://fakehost/wiki/Pasifika_Festival" title="Pasifika Festival">Pasifika</a>, the world's largest Polynesian festival, now an annual event in Auckland.<sup id="cite_ref-309"><a href="#cite_note-309">[298]</a></sup>
</p>
@@ -1484,10 +1421,8 @@
Māori decorated the white wood of buildings, canoes and cenotaphs using red (a mixture of red <a href="http://fakehost/wiki/Ochre" title="Ochre">ochre</a> and shark fat) and black (made from soot) paint and painted pictures of birds, reptiles and other designs on cave walls.<sup id="cite_ref-321"><a href="#cite_note-321">[310]</a></sup> Māori tattoos (<i><a href="http://fakehost/wiki/T%C4%81_moko" title="Tā moko">moko</a></i>) consisting of coloured soot mixed with gum were cut into the flesh with a bone chisel.<sup id="cite_ref-322"><a href="#cite_note-322">[311]</a></sup> Since European arrival paintings and photographs have been dominated by landscapes, originally not as works of art but as factual portrayals of New Zealand.<sup id="cite_ref-beginnings_323-0"><a href="#cite_note-beginnings-323">[312]</a></sup> Portraits of Māori were also common, with early painters often portraying them as "<a href="http://fakehost/wiki/Noble_savage" title="Noble savage">noble savages</a>", exotic beauties or friendly natives.<sup id="cite_ref-beginnings_323-1"><a href="#cite_note-beginnings-323">[312]</a></sup> The country's isolation delayed the influence of European artistic trends allowing local artists to develop their own distinctive style of <a href="http://fakehost/wiki/Regionalism_(art)" title="Regionalism (art)">regionalism</a>.<sup id="cite_ref-324"><a href="#cite_note-324">[313]</a></sup> During the 1960s and 1970s many artists combined traditional Māori and Western techniques, creating unique art forms.<sup id="cite_ref-325"><a href="#cite_note-325">[314]</a></sup> New Zealand art and craft has gradually achieved an international audience, with exhibitions in the <a href="http://fakehost/wiki/Venice_Biennale" title="Venice Biennale">Venice Biennale</a> in 2001 and the "Paradise Now" exhibition in New York in 2004.<sup id="cite_ref-Creative_317-1"><a href="#cite_note-Creative-317">[306]</a></sup><sup id="cite_ref-326"><a href="#cite_note-326">[315]</a></sup>
</p>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Hinepare.jpg"><img alt="Refer to caption" src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Hinepare.jpg/170px-Hinepare.jpg" decoding="async" width="170" height="218" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Hinepare.jpg/255px-Hinepare.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Hinepare.jpg/340px-Hinepare.jpg 2x" data-file-width="545" data-file-height="700"></a></p>
</div>
- </div>
<p>
Māori cloaks are made of fine flax fibre and patterned with black, red and white triangles, diamonds and other geometric shapes.<sup id="cite_ref-327"><a href="#cite_note-327">[316]</a></sup> <a href="http://fakehost/wiki/Pounamu" title="Pounamu">Greenstone</a> was fashioned into earrings and necklaces, with the most well-known design being the <a href="http://fakehost/wiki/Hei-tiki" title="Hei-tiki">hei-tiki</a>, a distorted human figure sitting cross-legged with its head tilted to the side.<sup id="cite_ref-328"><a href="#cite_note-328">[317]</a></sup> Europeans brought English fashion etiquette to New Zealand, and until the 1950s most people dressed up for social occasions.<sup id="cite_ref-329"><a href="#cite_note-329">[318]</a></sup> Standards have since relaxed and New Zealand fashion has received a reputation for being casual, practical and lacklustre.<sup id="cite_ref-330"><a href="#cite_note-330">[319]</a></sup><sup id="cite_ref-The_Economist_print_edition_331-0"><a href="#cite_note-The_Economist_print_edition-331">[320]</a></sup> However, the local fashion industry has grown significantly since 2000, doubling exports and increasing from a handful to about 50 established labels, with some labels gaining international recognition.<sup id="cite_ref-The_Economist_print_edition_331-1"><a href="#cite_note-The_Economist_print_edition-331">[320]</a></sup>
</p>
@@ -1506,10 +1441,8 @@
New Zealand music has been influenced by <a href="http://fakehost/wiki/Blues" title="Blues">blues</a>, <a href="http://fakehost/wiki/Jazz" title="Jazz">jazz</a>, <a href="http://fakehost/wiki/Country_music" title="Country music">country</a>, <a href="http://fakehost/wiki/Rock_and_roll" title="Rock and roll">rock and roll</a> and <a href="http://fakehost/wiki/Hip_hop_music" title="Hip hop music">hip hop</a>, with many of these genres given a unique New Zealand interpretation.<sup id="cite_ref-music_337-0"><a href="#cite_note-music-337">[326]</a></sup> Māori developed traditional chants and songs from their ancient Southeast Asian origins, and after centuries of isolation created a unique "monotonous" and "<a href="https://en.wiktionary.org/wiki/doleful" title="wikt:doleful">doleful</a>" sound.<sup id="cite_ref-338"><a href="#cite_note-338">[327]</a></sup> Flutes and trumpets were used as musical instruments<sup id="cite_ref-339"><a href="#cite_note-339">[328]</a></sup> or as signalling devices during war or special occasions.<sup id="cite_ref-340"><a href="#cite_note-340">[329]</a></sup> Early settlers brought over their ethnic music, with <a href="http://fakehost/wiki/Brass_band" title="Brass band">brass bands</a> and <a href="http://fakehost/wiki/Choir" title="Choir">choral music</a> being popular, and musicians began touring New Zealand in the 1860s.<sup id="cite_ref-341"><a href="#cite_note-341">[330]</a></sup><sup id="cite_ref-342"><a href="#cite_note-342">[331]</a></sup> <a href="http://fakehost/wiki/Pipe_band" title="Pipe band">Pipe bands</a> became widespread during the early 20th century.<sup id="cite_ref-343"><a href="#cite_note-343">[332]</a></sup> The New Zealand recording industry began to develop from 1940 onwards and many New Zealand musicians have obtained success in Britain and the United States.<sup id="cite_ref-music_337-1"><a href="#cite_note-music-337">[326]</a></sup> Some artists release Māori language songs and the Māori tradition-based art of <i><a href="http://fakehost/wiki/Kapa_haka" title="Kapa haka">kapa haka</a></i> (song and dance) has made a resurgence.<sup id="cite_ref-344"><a href="#cite_note-344">[333]</a></sup> The <a href="http://fakehost/wiki/New_Zealand_Music_Awards" title="New Zealand Music Awards">New Zealand Music Awards</a> are held annually by <a href="http://fakehost/wiki/Recorded_Music_NZ" title="Recorded Music NZ">Recorded Music NZ</a>; the awards were first held in 1965 by <a href="http://fakehost/wiki/Reckitt_%26_Colman" title="Reckitt &amp; Colman">Reckitt &amp; Colman</a> as the <a href="http://fakehost/wiki/Loxene_Golden_Disc" title="Loxene Golden Disc">Loxene Golden Disc</a> awards.<sup id="cite_ref-345"><a href="#cite_note-345">[334]</a></sup> Recorded Music NZ also publishes the country's <a href="http://fakehost/wiki/Official_New_Zealand_Music_Chart" title="Official New Zealand Music Chart">official weekly record charts</a>.<sup id="cite_ref-346"><a href="#cite_note-346">[335]</a></sup>
</p>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Hobbit_holes_reflected_in_water.jpg"><img alt="Hills with inset, round doors. Reflected in water." src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Hobbit_holes_reflected_in_water.jpg/220px-Hobbit_holes_reflected_in_water.jpg" decoding="async" width="220" height="147" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Hobbit_holes_reflected_in_water.jpg/330px-Hobbit_holes_reflected_in_water.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Hobbit_holes_reflected_in_water.jpg/440px-Hobbit_holes_reflected_in_water.jpg 2x" data-file-width="5184" data-file-height="3456"></a></p>
</div>
- </div>
<p>
Public <a href="http://fakehost/wiki/Radio_in_New_Zealand" title="Radio in New Zealand">radio</a> was introduced in New Zealand in 1922.<sup id="cite_ref-348"><a href="#cite_note-348">[337]</a></sup> A state-owned <a href="http://fakehost/wiki/Television_in_New_Zealand" title="Television in New Zealand">television service</a> began in 1960.<sup id="cite_ref-349"><a href="#cite_note-349">[338]</a></sup> Deregulation in the 1980s saw a sudden increase in the numbers of radio and television stations.<sup id="cite_ref-NZ_TV_350-0"><a href="#cite_note-NZ_TV-350">[339]</a></sup> New Zealand television primarily broadcasts American and British programming, along with a large number of Australian and local shows.<sup id="cite_ref-351"><a href="#cite_note-351">[340]</a></sup> The number of <a href="http://fakehost/wiki/List_of_New_Zealand_films" title="List of New Zealand films">New Zealand films</a> significantly increased during the 1970s. In 1978 the <a href="http://fakehost/wiki/New_Zealand_Film_Commission" title="New Zealand Film Commission">New Zealand Film Commission</a> started assisting local film-makers and many films attained a world audience, some receiving international acknowledgement.<sup id="cite_ref-NZ_TV_350-1"><a href="#cite_note-NZ_TV-350">[339]</a></sup> The highest-grossing New Zealand films are <i><a href="http://fakehost/wiki/Hunt_for_the_Wilderpeople" title="Hunt for the Wilderpeople">Hunt for the Wilderpeople</a></i>, <i><a href="http://fakehost/wiki/Boy_(2010_film)" title="Boy (2010 film)">Boy</a></i>, <i><a href="http://fakehost/wiki/The_World%27s_Fastest_Indian" title="The World's Fastest Indian">The World's Fastest Indian</a></i>, <i><a href="http://fakehost/wiki/Once_Were_Warriors_(film)" title="Once Were Warriors (film)">Once Were Warriors</a></i> and <i><a href="http://fakehost/wiki/Whale_Rider" title="Whale Rider">Whale Rider</a></i>.<sup id="cite_ref-352"><a href="#cite_note-352">[341]</a></sup> The country's diverse scenery and compact size, plus government incentives,<sup id="cite_ref-353"><a href="#cite_note-353">[342]</a></sup> have encouraged some <a href="http://fakehost/wiki/Film_producer" title="Film producer">producers</a> to shoot big-budget productions in New Zealand, including <i><a href="http://fakehost/wiki/Avatar_(2009_film)" title="Avatar (2009 film)">Avatar</a></i>, <i><a href="http://fakehost/wiki/The_Lord_of_the_Rings_(film_series)" title="The Lord of the Rings (film series)">The Lord of the Rings</a></i>, <i><a href="http://fakehost/wiki/The_Hobbit_(film_series)" title="The Hobbit (film series)">The Hobbit</a></i>, <i><a href="http://fakehost/wiki/The_Chronicles_of_Narnia_(film_series)" title="The Chronicles of Narnia (film series)">The Chronicles of Narnia</a></i>, <i><a href="http://fakehost/wiki/King_Kong_(2005_film)" title="King Kong (2005 film)">King Kong</a></i> and <i><a href="http://fakehost/wiki/The_Last_Samurai" title="The Last Samurai">The Last Samurai</a></i>.<sup id="cite_ref-354"><a href="#cite_note-354">[343]</a></sup> The New Zealand media industry is dominated by a small number of companies, most of which are foreign-owned, although the <a href="http://fakehost/wiki/Crown_entity" title="Crown entity">state retains ownership</a> of some television and radio stations.<sup id="cite_ref-355"><a href="#cite_note-355">[344]</a></sup> Since 1994, <a href="http://fakehost/wiki/Freedom_House" title="Freedom House">Freedom House</a> has consistently ranked New Zealand's press freedom in the top twenty, with the 19th freest media in 2015.<sup id="cite_ref-356"><a href="#cite_note-356">[345]</a></sup>
</p>
@@ -1519,10 +1452,8 @@
</h3>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Haka_2006.jpg"><img alt="Rugby team wearing all black, facing the camera, knees bent, and facing toward a team wearing white" src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Haka_2006.jpg/220px-Haka_2006.jpg" decoding="async" width="220" height="146" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Haka_2006.jpg/330px-Haka_2006.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Haka_2006.jpg/440px-Haka_2006.jpg 2x" data-file-width="3008" data-file-height="2000"></a></p>
</div>
- </div>
<p>
Most of the major sporting codes played in New Zealand have British origins.<sup id="cite_ref-357"><a href="#cite_note-357">[346]</a></sup> <a href="http://fakehost/wiki/Rugby_union" title="Rugby union">Rugby union</a> is considered the <a href="http://fakehost/wiki/National_sport" title="National sport">national sport</a><sup id="cite_ref-358"><a href="#cite_note-358">[347]</a></sup> and attracts the most spectators.<sup id="cite_ref-Organised_Sport_359-0"><a href="#cite_note-Organised_Sport-359">[348]</a></sup> <a href="http://fakehost/wiki/Golf" title="Golf">Golf</a>, <a href="http://fakehost/wiki/Netball" title="Netball">netball</a>, <a href="http://fakehost/wiki/Tennis" title="Tennis">tennis</a> and <a href="http://fakehost/wiki/Cricket" title="Cricket">cricket</a> have the highest rates of adult participation, while netball, rugby union and <a href="http://fakehost/wiki/Association_football" title="Association football">football (soccer)</a> are particularly popular among young people.<sup id="cite_ref-Organised_Sport_359-1"><a href="#cite_note-Organised_Sport-359">[348]</a></sup><sup id="cite_ref-nzsssc_360-0"><a href="#cite_note-nzsssc-360">[349]</a></sup> Around 54% of New Zealand adolescents participate in sports for their school.<sup id="cite_ref-nzsssc_360-1"><a href="#cite_note-nzsssc-360">[349]</a></sup> Victorious rugby tours to Australia and the United Kingdom in the <a href="http://fakehost/wiki/1888%E2%80%9389_New_Zealand_Native_football_team" title="1888–89 New Zealand Native football team">late 1880s</a> and the <a href="http://fakehost/wiki/The_Original_All_Blacks" title="The Original All Blacks">early 1900s</a> played an early role in instilling a national identity.<sup id="cite_ref-361"><a href="#cite_note-361">[350]</a></sup> <a href="http://fakehost/wiki/Horseracing_in_New_Zealand" title="Horseracing in New Zealand">Horseracing</a> was also a popular <a href="http://fakehost/wiki/Spectator_sport" title="Spectator sport">spectator sport</a> and became part of the "Rugby, Racing and Beer" culture during the 1960s.<sup id="cite_ref-362"><a href="#cite_note-362">[351]</a></sup> Māori participation in European sports was particularly evident in rugby and the country's team performs a <a href="http://fakehost/wiki/Haka_(sports)" title="Haka (sports)">haka</a>, a traditional Māori challenge, before international matches.<sup id="cite_ref-363"><a href="#cite_note-363">[352]</a></sup> New Zealand is known for its <a href="http://fakehost/wiki/Extreme_sport" title="Extreme sport">extreme sports</a>, <a href="http://fakehost/wiki/Adventure_travel" title="Adventure travel">adventure tourism</a><sup id="cite_ref-FOOTNOTEBain200669_364-0"><a href="#cite_note-FOOTNOTEBain200669-364">[353]</a></sup> and strong <a href="http://fakehost/wiki/Mountaineering" title="Mountaineering">mountaineering</a> tradition, as seen in the success of notable New Zealander <a href="http://fakehost/wiki/Edmund_Hillary" title="Edmund Hillary">Sir Edmund Hillary</a>.<sup id="cite_ref-365"><a href="#cite_note-365">[354]</a></sup><sup id="cite_ref-366"><a href="#cite_note-366">[355]</a></sup> Other outdoor pursuits such as <a href="http://fakehost/wiki/Cycling_in_New_Zealand" title="Cycling in New Zealand">cycling</a>, fishing, swimming, running, <a href="http://fakehost/wiki/Tramping_in_New_Zealand" title="Tramping in New Zealand">tramping</a>, canoeing, hunting, snowsports, surfing and sailing are also popular.<sup id="cite_ref-SportsParticipation_367-0"><a href="#cite_note-SportsParticipation-367">[356]</a></sup> The Polynesian sport of <a href="http://fakehost/wiki/Waka_ama" title="Waka ama">waka ama</a> racing has experienced a resurgence of interest in New Zealand since the 1980s.<sup id="cite_ref-368"><a href="#cite_note-368">[357]</a></sup>
</p>
@@ -1534,12 +1465,10 @@
</h3>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Hangi_ingredients.jpg"><img alt="Raw meat and vegetables" src="http://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Hangi_ingredients.jpg/220px-Hangi_ingredients.jpg" decoding="async" width="220" height="123" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Hangi_ingredients.jpg/330px-Hangi_ingredients.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Hangi_ingredients.jpg/440px-Hangi_ingredients.jpg 2x" data-file-width="3264" data-file-height="1832"></a></p><div>
<p>Ingredients to be prepared for a <a href="http://fakehost/wiki/H%C4%81ngi" title="Hāngi">hāngi</a>
</p></div>
</div>
- </div>
<p>
The national cuisine has been described as <a href="http://fakehost/wiki/Pacific_Rim" title="Pacific Rim">Pacific Rim</a>, incorporating the native <a href="http://fakehost/wiki/M%C4%81ori_cuisine" title="Māori cuisine">Māori cuisine</a> and diverse culinary traditions introduced by settlers and immigrants from Europe, Polynesia and Asia.<sup id="cite_ref-cuisine_374-0"><a href="#cite_note-cuisine-374">[363]</a></sup> New Zealand yields produce from land and sea—most crops and livestock, such as maize, potatoes and pigs, were gradually introduced by the early European settlers.<sup id="cite_ref-375"><a href="#cite_note-375">[364]</a></sup> Distinctive ingredients or dishes include <a href="http://fakehost/wiki/Lamb_and_mutton" title="Lamb and mutton">lamb</a>, salmon, <a href="http://fakehost/wiki/K%C5%8Dura" title="Kōura">kōura</a> (crayfish),<sup id="cite_ref-376"><a href="#cite_note-376">[365]</a></sup> <a href="http://fakehost/wiki/Dredge_oyster" title="Dredge oyster">dredge oysters</a>, <a href="http://fakehost/wiki/Whitebait" title="Whitebait">whitebait</a>, <a href="http://fakehost/wiki/P%C4%81ua" title="Pāua">pāua</a> (abalone), mussels, scallops, <a href="http://fakehost/wiki/Paphies_australis" title="Paphies australis">pipis</a> and <a href="http://fakehost/wiki/Tuatua" title="Tuatua">tuatua</a> (both are types of New Zealand shellfish),<sup id="cite_ref-377"><a href="#cite_note-377">[366]</a></sup> <a href="http://fakehost/wiki/K%C5%ABmara" title="Kūmara">kūmara</a> (sweet potato), <a href="http://fakehost/wiki/Kiwifruit" title="Kiwifruit">kiwifruit</a>, <a href="http://fakehost/wiki/Tamarillo" title="Tamarillo">tamarillo</a> and <a href="http://fakehost/wiki/Pavlova_(food)" title="Pavlova (food)">pavlova</a> (considered a national dish).<sup id="cite_ref-378"><a href="#cite_note-378">[367]</a></sup><sup id="cite_ref-cuisine_374-1"><a href="#cite_note-cuisine-374">[363]</a></sup> A <a href="http://fakehost/wiki/H%C4%81ngi" title="Hāngi">hāngi</a> is a traditional Māori method of cooking food using heated rocks buried in a pit oven. After European colonisation, Māori began cooking with pots and ovens and the hāngi was used less frequently, although it is still used for formal occasions such as <a href="http://fakehost/wiki/Tangihanga" title="Tangihanga">tangihanga</a>.<sup id="cite_ref-379"><a href="#cite_note-379">[368]</a></sup>
</p>
@@ -3173,5 +3102,4 @@
- </div>
- </div> \ No newline at end of file
+ </div> \ No newline at end of file
diff --git a/test/test-pages/wikipedia-3/expected.html b/test/test-pages/wikipedia-3/expected.html
index 159b7e6..ff7c62c 100644
--- a/test/test-pages/wikipedia-3/expected.html
+++ b/test/test-pages/wikipedia-3/expected.html
@@ -1,5 +1,4 @@
-<div id="mw-content-text" lang="en" dir="ltr" xml:lang="en">
- <div>
+<div id="mw-content-text" lang="en" dir="ltr">
<p>
@@ -352,5 +351,4 @@
</ul>
- </div>
- </div> \ No newline at end of file
+ </div> \ No newline at end of file
diff --git a/test/test-pages/wikipedia/expected.html b/test/test-pages/wikipedia/expected.html
index 45f5257..0764fb8 100644
--- a/test/test-pages/wikipedia/expected.html
+++ b/test/test-pages/wikipedia/expected.html
@@ -79,10 +79,8 @@
<h2><span id="Software">Software</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=5" title="Edit section: Software">edit</a><span>]</span></span>
</h2>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Mozilla_Firefox_logo_2013.svg"><img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/76/Mozilla_Firefox_logo_2013.svg/220px-Mozilla_Firefox_logo_2013.svg.png" width="220" height="233" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/7/76/Mozilla_Firefox_logo_2013.svg/330px-Mozilla_Firefox_logo_2013.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/7/76/Mozilla_Firefox_logo_2013.svg/440px-Mozilla_Firefox_logo_2013.svg.png 2x" data-file-width="352" data-file-height="373"></a></p>
</div>
- </div>
<h3><span id="Firefox">Firefox</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=6" title="Edit section: Firefox">edit</a><span>]</span></span>
</h3>
@@ -109,10 +107,8 @@
</h3>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:SeaMonkey.png"><img alt src="http://upload.wikimedia.org/wikipedia/commons/0/0d/SeaMonkey.png" width="128" height="128" data-file-width="128" data-file-height="128"></a></p>
</div>
- </div>
<p><a href="http://fakehost/wiki/SeaMonkey" title="SeaMonkey">SeaMonkey</a> (formerly the Mozilla Application Suite) is a free and open source cross platform suite of Internet software components including a web browser component, a client for sending and receiving email and <a href="http://fakehost/wiki/USENET" title="USENET">USENET</a> newsgroup messages, an HTML editor (<a href="http://fakehost/wiki/Mozilla_Composer" title="Mozilla Composer">Mozilla Composer</a>) and the <a href="http://fakehost/wiki/ChatZilla" title="ChatZilla">ChatZilla</a> IRC client.</p>
<p>On March 10, 2005, <a href="http://fakehost/wiki/The_Mozilla_Foundation" title="The Mozilla Foundation">the Mozilla Foundation</a> announced that it would not release any official versions of Mozilla Application Suite beyond 1.7.x, since it had now focused on the standalone applications <a href="http://fakehost/wiki/Mozilla_Firefox" title="Mozilla Firefox">Firefox</a> and <a href="http://fakehost/wiki/Mozilla_Thunderbird" title="Mozilla Thunderbird">Thunderbird</a>.<sup id="cite_ref-57"><a href="#cite_note-57">[57]</a></sup> SeaMonkey is now maintained by the SeaMonkey Council, which has <a href="http://fakehost/wiki/Trademark" title="Trademark">trademarked</a> the SeaMonkey name with help from the Mozilla Foundation.<sup id="cite_ref-58"><a href="#cite_note-58">[58]</a></sup> The Mozilla Foundation provides project hosting for the SeaMonkey developers.</p>
@@ -120,10 +116,8 @@
</h3>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Buggie.svg"><img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Buggie.svg/220px-Buggie.svg.png" width="220" height="289" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Buggie.svg/330px-Buggie.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Buggie.svg/440px-Buggie.svg.png 2x" data-file-width="95" data-file-height="125"></a></p>
</div>
- </div>
<p><a href="http://fakehost/wiki/Bugzilla" title="Bugzilla">Bugzilla</a> is a <a href="http://fakehost/wiki/World_Wide_Web" title="World Wide Web">web</a>-based general-purpose <a href="http://fakehost/wiki/Bug_tracking_system" title="Bug tracking system">bug tracking system</a>, which was released as <a href="http://fakehost/wiki/Open_source_software" title="Open source software">open source software</a> by <a href="http://fakehost/wiki/Netscape_Communications" title="Netscape Communications">Netscape Communications</a> in 1998 along with the rest of the Mozilla codebase, and is currently stewarded by Mozilla. It has been adopted by a variety of organizations for use as a <a href="http://fakehost/wiki/Bug_tracking_system" title="Bug tracking system">bug tracking system</a> for both <a href="http://fakehost/wiki/Free_and_open_source_software" title="Free and open source software">free and open source software</a> and <a href="http://fakehost/wiki/Proprietary_software" title="Proprietary software">proprietary</a> projects and products, including the <a href="http://fakehost/wiki/The_Mozilla_Foundation" title="The Mozilla Foundation">Mozilla Foundation</a>, the <a href="http://fakehost/wiki/Linux_kernel" title="Linux kernel">Linux kernel</a>, <a href="http://fakehost/wiki/GNOME" title="GNOME">GNOME</a>, <a href="http://fakehost/wiki/KDE" title="KDE">KDE</a>, <a href="http://fakehost/wiki/Red_Hat" title="Red Hat">Red Hat</a>, <a href="http://fakehost/wiki/Novell" title="Novell">Novell</a>, <a href="http://fakehost/wiki/Eclipse_(software)" title="Eclipse (software)">Eclipse</a> and <a href="http://fakehost/wiki/LibreOffice" title="LibreOffice">LibreOffice</a>.<sup id="cite_ref-59"><a href="#cite_note-59">[59]</a></sup></p>
<h3><span id="Components">Components</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=12" title="Edit section: Components">edit</a><span>]</span></span>
</h3>
@@ -189,18 +183,14 @@
<h3><span id="Local_communities">Local communities</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=28" title="Edit section: Local communities">edit</a><span>]</span></span>
</h3>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:London_Mozilla_Workspace.jpg"><img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2a/London_Mozilla_Workspace.jpg/220px-London_Mozilla_Workspace.jpg" width="220" height="146" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2a/London_Mozilla_Workspace.jpg/330px-London_Mozilla_Workspace.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/2/2a/London_Mozilla_Workspace.jpg/440px-London_Mozilla_Workspace.jpg 2x" data-file-width="2500" data-file-height="1656"></a></p>
</div>
- </div>
<p>There are a number of sub-communities that exist based on their geographical locations, where contributors near each other work together on particular activities, such as localization, marketing, PR and user support.</p>
<h3><span id="Mozilla_Reps">Mozilla Reps</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=29" title="Edit section: Mozilla Reps">edit</a><span>]</span></span>
</h3>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Mozilla_Reps.png"><img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Mozilla_Reps.png/220px-Mozilla_Reps.png" width="220" height="101" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Mozilla_Reps.png/330px-Mozilla_Reps.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/0/0b/Mozilla_Reps.png 2x" data-file-width="400" data-file-height="183"></a></p>
</div>
- </div>
<p>The Mozilla Reps program aims to empower and support volunteer Mozillians who want to become official representatives of Mozilla in their region/locale.</p>
<p>The program provides a simple framework and a specific set of tools to help Mozillians to organize and/or attend events, recruit and mentor new contributors, document and share activities, and support their local communities better.</p>
<p>When joining the program, a Mozilla Rep agrees to take on the following responsibilities:</p>
@@ -217,12 +207,10 @@
<h4><span id="Mozilla_Festival">Mozilla Festival</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=31" title="Edit section: Mozilla Festival">edit</a><span>]</span></span>
</h4>
<div>
- <div>
<p><a href="http://fakehost/wiki/File:Fireside_Chat,_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg"><img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg/220px-Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg" width="220" height="147" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg/330px-Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg/440px-Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg 2x" data-file-width="1280" data-file-height="854"></a></p><div>
<p>
Speakers from the <a href="http://fakehost/wiki/Knight_Foundation" title="Knight Foundation">Knight Foundation</a> discuss the future of news at the 2011 Mozilla Festival in London.</p></div>
</div>
- </div>
<p>The Mozilla Festival is an annual event where hundreds of passionate people explore the Web, learn together and make things that can change the world. With the emphasis on <i>making</i>—the mantra of the Festival is "less yack, more hack." Journalists, coders, filmmakers, designers, educators, gamers, makers, youth and anyone else, from all over the world, are encouraged to attend, with attendees from more than 40 countries, working together at the intersection between freedom, the Web, and that years theme.</p>
<p>The event revolves around design challenges which address key issues based on the chosen theme for that years festival. In previous years the Mozilla Festival has focused on Learning, and Media, with the 2012 festival being based around making. The titles of the festival revolve around the main theme, freedom (as in freedom of speech not free beer), and the Web.</p>
<h4><span id="MozCamps">MozCamps</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=32" title="Edit section: MozCamps">edit</a><span>]</span></span>
diff --git a/test/test-pages/wordpress/expected-metadata.json b/test/test-pages/wordpress/expected-metadata.json
index 9154ef0..7a5a65f 100644
--- a/test/test-pages/wordpress/expected-metadata.json
+++ b/test/test-pages/wordpress/expected-metadata.json
@@ -1,8 +1,8 @@
{
"Author": null,
- "Direction": null,
- "Excerpt": "Stack Overflow published its analysis of 2017 hiring trends based on the targeting options employers selected when posting to Stack Overflow Jobs. The report, which compares data from 200 companies…",
+ "Direction": "ltr",
+ "Excerpt": "Stack Overflow published its analysis of 2017 hiring trends based on the targeting options employers selected when posting to Stack Overflow Jobs. The report, which compares data from 200 companies\u2026",
"Image": "https:\/\/i0.wp.com\/wptavern.com\/wp-content\/uploads\/2016\/07\/stack-overflow.png?fit=1200%2C470&ssl=1",
"Title": "Stack Overflow Jobs Data Shows ReactJS Skills in High Demand, WordPress Market Oversaturated with Developers",
"SiteName": "WordPress Tavern"
-}
+} \ No newline at end of file
diff --git a/test/test-pages/wordpress/expected.html b/test/test-pages/wordpress/expected.html
index 801cdc4..344eb7d 100644
--- a/test/test-pages/wordpress/expected.html
+++ b/test/test-pages/wordpress/expected.html
@@ -1,4 +1,15 @@
-<article id="post-67202" itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
+<div id="container">
+
+
+
+
+ <main id="content" role="main" tabindex="-1">
+
+
+
+
+
+ <article id="post-67202" itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
@@ -36,4 +47,25 @@
- </article> \ No newline at end of file
+ </article>
+
+
+
+
+
+
+
+
+
+
+
+
+ </main>
+
+
+
+
+
+
+
+ </div> \ No newline at end of file
diff --git a/test/test-pages/yahoo-1/expected.html b/test/test-pages/yahoo-1/expected.html
index 3b945b0..6456393 100644
--- a/test/test-pages/yahoo-1/expected.html
+++ b/test/test-pages/yahoo-1/expected.html
@@ -1,5 +1,4 @@
<div id="Col1-0-ContentCanvas-Proxy" data-reactid="406">
- <div id="Col1-0-ContentCanvas" data-reactid="407">
<article data-uuid="80b35014-fba3-377e-adc5-47fb44f61fa7" data-type="story" data-reactid="408">
<figure data-type="image" data-reactid="409">
<p><img alt="The PlayStation VR" src="http://l1.yimg.com/ny/api/res/1.2/589noY9BZNdmsUUQf6L1AQ--/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9NzQ0O2g9NjY5/http://media.zenfs.com/en/homerun/feed_manager_auto_publish_494/4406ef57dcb40376c513903b03bef048"></p>
@@ -47,5 +46,4 @@
<a href="https://twitter.com/ben_silverman" target="_blank" rel="nofollow noopener noreferrer"> <i>ben_silverman</i></a><i>.</i></p>
</div>
- </article></div>
- </div> \ No newline at end of file
+ </article></div> \ No newline at end of file
diff --git a/test/test-pages/yahoo-2/expected.html b/test/test-pages/yahoo-2/expected.html
index ef3e99d..64bca3d 100644
--- a/test/test-pages/yahoo-2/expected.html
+++ b/test/test-pages/yahoo-2/expected.html
@@ -1,20 +1,11 @@
<div id="tgt1-Col1-2-ContentCanvas-Proxy">
- <div id="tgt1-Col1-2-ContentCanvas">
<article data-uuid="8dd27580-6b4e-3cfb-a389-5b1ab90bd0eb" data-type="story">
<div>
-
- <div>
- <div>
<p><span>1 / 5</span></p>
<div>
- <div>
<p>In this photo dated Tuesday, Nov, 29, 2016 the Soyuz-FG rocket booster with the Progress MS-04 cargo ship is installed on a launch pad in Baikonur, Kazakhstan. The unmanned Russian cargo space ship Progress MS-04 broke up in the atmosphere over Siberia on Thursday Dec. 1, 2016, just minutes after the launch en route to the International Space Station due to an unspecified malfunction, the Russian space agency said.(Oleg Urusov/ Roscosmos Space Agency Press Service photo via AP)</p>
- </div>
-
- </div></div>
- </div>
- </div>
+ </div></div>
<div>
<p data-type="text">MOSCOW (AP) — An unmanned Russian cargo spaceship heading to the International Space Station broke up in the atmosphere over Siberia on Thursday due to an unspecified malfunction, the Russian space agency said.</p>
<p data-type="text">The Progress MS-04 cargo craft broke up at an altitude of 190 kilometers (118 miles) over the remote Russian Tuva region in Siberia that borders Mongolia, Roscosmos said in a statement. It said most of spaceship's debris burnt up as it entered the atmosphere but some fell to Earth over what it called an uninhabited area.</p>
@@ -31,5 +22,4 @@
<p data-type="text">Aerospace Writer Marcia Dunn in Cape Canaveral, Florida, and Vladimir Isachenkov in Moscow contributed to this report.</p>
</div>
- </article></div>
- </div> \ No newline at end of file
+ </article></div> \ No newline at end of file
diff --git a/test/test-pages/yahoo-3/expected.html b/test/test-pages/yahoo-3/expected.html
index d5fb222..21bb560 100644
--- a/test/test-pages/yahoo-3/expected.html
+++ b/test/test-pages/yahoo-3/expected.html
@@ -1,19 +1,10 @@
-<div>
- <div id="Main" tabindex="0" role="main">
+<div id="Main" tabindex="0" role="main">
<section id="mediacontentbreakingnews" data-ylk="mid:mediacontentbreakingnews;mpos:1;t1:a3;t2:mod-bkn;sec:mod-bkn;">
<p><span>'GMA' Cookie Search:</span> </p>
</section>
- <section id="mediacontentstory" data-uuid="4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c" data-type="story" data-ylk="t1:a3;t2:ct-mod;sec:ct-mod;itc:0;rspns:nav;">
- <div>
-
-
-
-
-
-
- <div itemscope itemtype="https://schema.org/Article">
+ <div itemscope itemtype="https://schema.org/Article" id="mediacontentstory" data-uuid="4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c" data-type="story" data-ylk="t1:a3;t2:ct-mod;sec:ct-mod;itc:0;rspns:nav;">
<meta itemprop="datePublished" content="2015-03-11T19:46:14Z">
<meta itemprop="headline" content="Veteran Wraps Baby in American Flag, Photo Sparks Controversy">
@@ -46,13 +37,9 @@
</div>
- </div>
-
- </section>
- </div>
</div> \ No newline at end of file
diff --git a/test/test-pages/yahoo-4/expected.html b/test/test-pages/yahoo-4/expected.html
index db7694a..04be3c9 100644
--- a/test/test-pages/yahoo-4/expected.html
+++ b/test/test-pages/yahoo-4/expected.html
@@ -1,9 +1,7 @@
-<div>
- <div><p>
+<div><p>
トレンドマイクロは3月9日、Wi-Fi利用時の通信を暗号化し保護するスマホ・タブレット向けのセキュリティアプリ「フリーWi-Fiプロテクション」(iOS/Android)の発売を開始すると発表した。1年版ライセンスは2900円(税込)で、2年版ライセンスは5000円(税込)。</p><p>  フリーWi-Fiプロテクションは、App Storeおよび、Google Playにて販売され、既に提供しているスマホ・タブレット向け総合セキュリティ対策アプリ「ウイルスバスター モバイル」と併用することで、不正アプリや危険なウェブサイトからの保護に加え、通信の盗み見を防ぐことができる。</p><p>  2020年の東京オリンピック・パラリンピックの開催などを見据え、フリーWi-Fi(公衆無線LAN)の設置が促進され、フリーWi-Fiの利用者も増加している。
</p><p>  一方で、脆弱な設定のフリーWi-Fiや攻撃者が設置した偽のフリーWi-Fiへの接続などによる情報漏えい、通信の盗み見などのセキュリティリスクが危惧されているという。
</p><p>  正規事業者が提供する安全性の高いフリーWi-Fiのほかにも、通信を暗号化していない安全性の低いフリーWi-Fi、さらにはサイバー犯罪者が設置したフリーWi-Fiなどさまざまなものが混在している。また、利用者は、接続する前にひとつひとつ安全性を確認するのは難しい状況だとしている。
</p><p>  トレンドマイクロがスマートフォン保持者でフリーWi-Fiの利用経験がある人に実施した調査では、回答者の約85%が安全なフリーWi-Fiと危険なフリーWi-Fiは「見分けられない」と回答。さらに、約65%がフリーWi-Fiの利用に不安を感じていると回答している。
</p><p>  こうした環境の変化やユーザの状況を鑑み、フリーWi-Fiプロテクションの提供を開始する。同アプリをインストールすることで利用者は、万が一安全性の低いフリーWi-Fiのアクセスポイントに接続してしまった場合でも、その通信を暗号化でき、通信の盗み見やそれによる情報漏えいのリスクを低減できるようになる。
- </p><p>  具体的には、フリーWi-Fi利用時に、スマートフォンがフリーWi-Fiプロテクションインフラに接続することにより、フリーWi-Fiのアクセスポイントを介した通信がVPN(Virtual Private Network)で暗号化される。これにより利用者は、第三者から通信を傍受されることやデータの情報漏えいを防ぐことが可能。さらに、かんたん自動接続の機能により、通信を暗号化していない安全性が低いフリーWi-Fi接続時や利用者が指定したWi-Fiへ接続する際に、自動的に通信を暗号化し、利用者の通信を保護する。</p><p>  また、フリーWi-Fiプロテクションインフラと、莫大なセキュリティ情報のビッグデータを保有するクラウド型セキュリティ技術基盤「Trend Micro Smart Protection Network」(SPN)が連携することで、フリーWi-Fiプロテクションインフラを経由してインターネットを利用する際に、利用者がフィッシング詐欺サイトや偽サイトなどへの不正サイトへアクセスすることをブロックできるという。</p></div>
- </div> \ No newline at end of file
+ </p><p>  具体的には、フリーWi-Fi利用時に、スマートフォンがフリーWi-Fiプロテクションインフラに接続することにより、フリーWi-Fiのアクセスポイントを介した通信がVPN(Virtual Private Network)で暗号化される。これにより利用者は、第三者から通信を傍受されることやデータの情報漏えいを防ぐことが可能。さらに、かんたん自動接続の機能により、通信を暗号化していない安全性が低いフリーWi-Fi接続時や利用者が指定したWi-Fiへ接続する際に、自動的に通信を暗号化し、利用者の通信を保護する。</p><p>  また、フリーWi-Fiプロテクションインフラと、莫大なセキュリティ情報のビッグデータを保有するクラウド型セキュリティ技術基盤「Trend Micro Smart Protection Network」(SPN)が連携することで、フリーWi-Fiプロテクションインフラを経由してインターネットを利用する際に、利用者がフィッシング詐欺サイトや偽サイトなどへの不正サイトへアクセスすることをブロックできるという。</p></div> \ No newline at end of file
diff --git a/test/test-pages/youth/expected.html b/test/test-pages/youth/expected.html
index 30ffb0b..dba688f 100644
--- a/test/test-pages/youth/expected.html
+++ b/test/test-pages/youth/expected.html
@@ -1,7 +1,4 @@
-<div>
- <div id="content">
- <div id="container">
- <div>
+<div id="content">
<p><img title="海外留学生看两会:出国前后关注点大不同" alt="海外留学生看两会:出国前后关注点大不同" src="http://fakehost/test/W020170310313653868929.jpg" oldsrc="W020170310313653868929.jpg" height="269" width="400"></p>
<p>图为马素湘在澳大利亚悉尼游玩时的近影。</p>
<p>  <strong>出国前后关注点大不同</strong></p>
@@ -30,7 +27,4 @@
<p>   在两会上,全国政协委员张近东提出“当前中国经济的发展正在从数量型向质量型转变,消费升级将成为企业新一轮创新发展的动力。”对此,李博灏认为这也是他关注的问题。他认为:“在消费市场持续扩大的大环境下,如何能够通过促进创新设计产业的发展以及消费品品质的提升,推动国内消费增长并促进其在可持续经济增长中的作用,是一个迫切需要解决的问题。在当前供给侧改革的大环境下,消费升级的重要性越发突显。”</p>
<p>   作为两会的资深粉,卢宇聊起两会话题充满了期待。“今年是国家‘十三五’规划的关键时期,‘一带一路’建设也在如火如荼地进行中。作为一名中国留学生,我一直都关注着能在哪些领域为国家、为中外合作共赢做出贡献。‘大众创业、万众创新’提出有几年了。全国各省市在吸引留学人才归国创业就业方面纷纷提出了各种优惠政策,但目前大都集中在沿海发达省份,而且主要惠及理工科博士,政策覆盖面还不够广。期待从国家层面设立工作组加强留学人才的统筹协调,完善顶层设计。人文社科类留学人才是未来国家智库的重要后备力量,也应该适当加强对他们的政策鼓励,更好地服务于‘一带一路’国家战略。”</p>
<p>   卢宇还认为两会应该增设学子代表,列席旁听两会,拓展留学生参政议政渠道。“我相信优秀留学生的国际化视野必将为家乡建设带来新的思路,增添新的活力。”卢宇恳切地说。</p>
- </div>
- </div>
- </div>
- </div> \ No newline at end of file
+ </div> \ No newline at end of file