Skip to content

Instantly share code, notes, and snippets.

@betul
Created January 31, 2014 10:17
Show Gist options
  • Select an option

  • Save betul/8729591 to your computer and use it in GitHub Desktop.

Select an option

Save betul/8729591 to your computer and use it in GitHub Desktop.
A Pen by Rodrigo Muniz.
<section id="SECTION_1">
<div class="page-header" id="DIV_2">
<h1 id="H1_3">
Bootstrap variables <small id="SMALL_4">LESS variables, their values, and usage guidelines</small>
</h1>
</div>
<div class="row" id="DIV_5">
<div class="span6" id="DIV_6">
<h3 id="H3_7">
Hyperlinks
</h3>
<table class="table table-bordered table-striped" id="TABLE_8">
<tbody id="TBODY_9">
<tr id="TR_10">
<td class="span2" id="TD_11">
<code id="CODE_12">@linkColor
</code>
</td>
<td id="TD_13">
#08c
</td>
<td id="TD_14">
Default link text color
</td>
<td class="swatch-col" id="TD_15">
<span class="swatch" id="SPAN_16"></span>
</td>
</tr>
<tr id="TR_17">
<td id="TD_18">
<code id="CODE_19">@linkColorHover
</code>
</td>
<td id="TD_20">
<code id="CODE_21">darken(@linkColor, 15%)
</code>
</td>
<td id="TD_22">
Default link text hover color
</td>
<td id="TD_23">
<span class="swatch" id="SPAN_24"></span>
</td>
</tr>
</tbody>
</table>
<h3 id="H3_25">
Grid system
</h3>
<table class="table table-bordered table-striped" id="TABLE_26">
<tbody id="TBODY_27">
<tr id="TR_28">
<td class="span2" id="TD_29">
<code id="CODE_30">@gridColumns
</code>
</td>
<td id="TD_31">
12
</td>
</tr>
<tr id="TR_32">
<td id="TD_33">
<code id="CODE_34">@gridColumnWidth
</code>
</td>
<td id="TD_35">
60px
</td>
</tr>
<tr id="TR_36">
<td id="TD_37">
<code id="CODE_38">@gridGutterWidth
</code>
</td>
<td id="TD_39">
20px
</td>
</tr>
<tr id="TR_40">
<td id="TD_41">
<code id="CODE_42">@fluidGridColumnWidth
</code>
</td>
<td id="TD_43">
6.382978723%
</td>
</tr>
<tr id="TR_44">
<td id="TD_45">
<code id="CODE_46">@fluidGridGutterWidth
</code>
</td>
<td id="TD_47">
2.127659574%
</td>
</tr>
</tbody>
</table>
<h3 id="H3_48">
Typography
</h3>
<table class="table table-bordered table-striped" id="TABLE_49">
<tbody id="TBODY_50">
<tr id="TR_51">
<td class="span2" id="TD_52">
<code id="CODE_53">@baseFontSize
</code>
</td>
<td id="TD_54">
13px
</td>
</tr>
<tr id="TR_55">
<td id="TD_56">
<code id="CODE_57">@baseFontFamily
</code>
</td>
<td id="TD_58">
<code id="CODE_59">"Helvetica Neue", Helvetica, Arial, sans-serif
</code>
</td>
</tr>
<tr id="TR_60">
<td id="TD_61">
<code id="CODE_62">@baseLineHeight
</code>
</td>
<td id="TD_63">
18px
</td>
</tr>
</tbody>
</table>
</div>
<div class="span6" id="DIV_64">
<h3 id="H3_65">
Grayscale colors
</h3>
<table class="table table-bordered table-striped" id="TABLE_66">
<tbody id="TBODY_67">
<tr id="TR_68">
<td class="span2" id="TD_69">
<code id="CODE_70">@black
</code>
</td>
<td id="TD_71">
#000
</td>
<td class="swatch-col" id="TD_72">
<span class="swatch" id="SPAN_73"></span>
</td>
</tr>
<tr id="TR_74">
<td id="TD_75">
<code id="CODE_76">@grayDarker
</code>
</td>
<td id="TD_77">
#222
</td>
<td id="TD_78">
<span class="swatch" id="SPAN_79"></span>
</td>
</tr>
<tr id="TR_80">
<td id="TD_81">
<code id="CODE_82">@grayDark
</code>
</td>
<td id="TD_83">
#333
</td>
<td id="TD_84">
<span class="swatch" id="SPAN_85"></span>
</td>
</tr>
<tr id="TR_86">
<td id="TD_87">
<code id="CODE_88">@gray
</code>
</td>
<td id="TD_89">
#555
</td>
<td id="TD_90">
<span class="swatch" id="SPAN_91"></span>
</td>
</tr>
<tr id="TR_92">
<td id="TD_93">
<code id="CODE_94">@grayLight
</code>
</td>
<td id="TD_95">
#999
</td>
<td id="TD_96">
<span class="swatch" id="SPAN_97"></span>
</td>
</tr>
<tr id="TR_98">
<td id="TD_99">
<code id="CODE_100">@grayLighter
</code>
</td>
<td id="TD_101">
#eee
</td>
<td id="TD_102">
<span class="swatch" id="SPAN_103"></span>
</td>
</tr>
<tr id="TR_104">
<td id="TD_105">
<code id="CODE_106">@white
</code>
</td>
<td id="TD_107">
#fff
</td>
<td id="TD_108">
<span class="swatch swatch-bordered" id="SPAN_109"></span>
</td>
</tr>
</tbody>
</table>
<h3 id="H3_110">
Accent colors
</h3>
<table class="table table-bordered table-striped" id="TABLE_111">
<tbody id="TBODY_112">
<tr id="TR_113">
<td class="span2" id="TD_114">
<code id="CODE_115">@blue
</code>
</td>
<td id="TD_116">
#049cdb
</td>
<td class="swatch-col" id="TD_117">
<span class="swatch" id="SPAN_118"></span>
</td>
</tr>
<tr id="TR_119">
<td id="TD_120">
<code id="CODE_121">@green
</code>
</td>
<td id="TD_122">
#46a546
</td>
<td id="TD_123">
<span class="swatch" id="SPAN_124"></span>
</td>
</tr>
<tr id="TR_125">
<td id="TD_126">
<code id="CODE_127">@red
</code>
</td>
<td id="TD_128">
#9d261d
</td>
<td id="TD_129">
<span class="swatch" id="SPAN_130"></span>
</td>
</tr>
<tr id="TR_131">
<td id="TD_132">
<code id="CODE_133">@yellow
</code>
</td>
<td id="TD_134">
#ffc40d
</td>
<td id="TD_135">
<span class="swatch" id="SPAN_136"></span>
</td>
</tr>
<tr id="TR_137">
<td id="TD_138">
<code id="CODE_139">@orange
</code>
</td>
<td id="TD_140">
#f89406
</td>
<td id="TD_141">
<span class="swatch" id="SPAN_142"></span>
</td>
</tr>
<tr id="TR_143">
<td id="TD_144">
<code id="CODE_145">@pink
</code>
</td>
<td id="TD_146">
#c3325f
</td>
<td id="TD_147">
<span class="swatch" id="SPAN_148"></span>
</td>
</tr>
<tr id="TR_149">
<td id="TD_150">
<code id="CODE_151">@purple
</code>
</td>
<td id="TD_152">
#7a43b6
</td>
<td id="TD_153">
<span class="swatch" id="SPAN_154"></span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /row -->
<h3 id="H3_155">
Components
</h3>
<div class="row" id="DIV_156">
<div class="span6" id="DIV_157">
<h4 id="H4_158">
Buttons
</h4>
<table class="table table-bordered table-striped" id="TABLE_159">
<tbody id="TBODY_160">
<tr id="TR_161">
<td class="span3" id="TD_162">
<code id="CODE_163">@primaryButtonBackground
</code>
</td>
<td id="TD_164">
<code id="CODE_165">@linkColor
</code>
</td>
<td class="swatch-col" id="TD_166">
<span class="swatch" id="SPAN_167"></span>
</td>
</tr>
</tbody>
</table>
<h4 id="H4_168">
Forms
</h4>
<table class="table table-bordered table-striped" id="TABLE_169">
<tbody id="TBODY_170">
<tr id="TR_171">
<td class="span3" id="TD_172">
<code id="CODE_173">@placeholderText
</code>
</td>
<td id="TD_174">
<code id="CODE_175">@grayLight
</code>
</td>
<td class="swatch-col" id="TD_176">
<span class="swatch" id="SPAN_177"></span>
</td>
</tr>
</tbody>
</table>
<h4 id="H4_178">
Navbar
</h4>
<table class="table table-bordered table-striped" id="TABLE_179">
<tbody id="TBODY_180">
<tr id="TR_181">
<td class="span3" id="TD_182">
<code id="CODE_183">@navbarHeight
</code>
</td>
<td id="TD_184">
40px
</td>
<td class="swatch-col" id="TD_185">
</td>
</tr>
<tr id="TR_186">
<td id="TD_187">
<code id="CODE_188">@navbarBackground
</code>
</td>
<td id="TD_189">
<code id="CODE_190">@grayDarker
</code>
</td>
<td id="TD_191">
<span class="swatch" id="SPAN_192"></span>
</td>
</tr>
<tr id="TR_193">
<td id="TD_194">
<code id="CODE_195">@navbarBackgroundHighlight
</code>
</td>
<td id="TD_196">
<code id="CODE_197">@grayDark
</code>
</td>
<td id="TD_198">
<span class="swatch" id="SPAN_199"></span>
</td>
</tr>
<tr id="TR_200">
<td id="TD_201">
<code id="CODE_202">@navbarText
</code>
</td>
<td id="TD_203">
<code id="CODE_204">@grayLight
</code>
</td>
<td id="TD_205">
<span class="swatch" id="SPAN_206"></span>
</td>
</tr>
<tr id="TR_207">
<td id="TD_208">
<code id="CODE_209">@navbarLinkColor
</code>
</td>
<td id="TD_210">
<code id="CODE_211">@grayLight
</code>
</td>
<td id="TD_212">
<span class="swatch" id="SPAN_213"></span>
</td>
</tr>
<tr id="TR_214">
<td id="TD_215">
<code id="CODE_216">@navbarLinkColorHover
</code>
</td>
<td id="TD_217">
<code id="CODE_218">@white
</code>
</td>
<td id="TD_219">
<span class="swatch swatch-bordered" id="SPAN_220"></span>
</td>
</tr>
</tbody>
</table>
</div>
<div class="span6" id="DIV_221">
<h4 id="H4_222">
Form states and alerts
</h4>
<table class="table table-bordered table-striped" id="TABLE_223">
<tbody id="TBODY_224">
<tr id="TR_225">
<td class="span3" id="TD_226">
<code id="CODE_227">@warningText
</code>
</td>
<td id="TD_228">
#c09853
</td>
<td id="TD_229">
<span class="swatch" id="SPAN_230"></span>
</td>
</tr>
<tr id="TR_231">
<td id="TD_232">
<code id="CODE_233">@warningBackground
</code>
</td>
<td id="TD_234">
#f3edd2
</td>
<td class="swatch-col" id="TD_235">
<span class="swatch" id="SPAN_236"></span>
</td>
</tr>
<tr id="TR_237">
<td id="TD_238">
<code id="CODE_239">@errorText
</code>
</td>
<td id="TD_240">
#b94a48
</td>
<td id="TD_241">
<span class="swatch" id="SPAN_242"></span>
</td>
</tr>
<tr id="TR_243">
<td id="TD_244">
<code id="CODE_245">@errorBackground
</code>
</td>
<td id="TD_246">
#f2dede
</td>
<td id="TD_247">
<span class="swatch" id="SPAN_248"></span>
</td>
</tr>
<tr id="TR_249">
<td id="TD_250">
<code id="CODE_251">@successText
</code>
</td>
<td id="TD_252">
#468847
</td>
<td id="TD_253">
<span class="swatch" id="SPAN_254"></span>
</td>
</tr>
<tr id="TR_255">
<td id="TD_256">
<code id="CODE_257">@successBackground
</code>
</td>
<td id="TD_258">
#dff0d8
</td>
<td id="TD_259">
<span class="swatch" id="SPAN_260"></span>
</td>
</tr>
<tr id="TR_261">
<td id="TD_262">
<code id="CODE_263">@infoText
</code>
</td>
<td id="TD_264">
#3a87ad
</td>
<td id="TD_265">
<span class="swatch" id="SPAN_266"></span>
</td>
</tr>
<tr id="TR_267">
<td id="TD_268">
<code id="CODE_269">@infoBackground
</code>
</td>
<td id="TD_270">
#d9edf7
</td>
<td id="TD_271">
<span class="swatch" id="SPAN_272"></span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /row -->
</section>
#SECTION_1 {
color: rgb(51, 51, 51);
height: 1182px;
text-decoration: none solid rgb(51, 51, 51);
width: 724px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 362px 621px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 362px 621px;
border: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 60px 0px 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SECTION_1*/
#DIV_2 {
color: rgb(51, 51, 51);
height: 30px;
text-decoration: none solid rgb(51, 51, 51);
width: 724px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 362px 24px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 362px 24px;
border-top: 0px none rgb(51, 51, 51);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 1px solid rgb(238, 238, 238);
border-left: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 18px 0px;
outline: rgb(51, 51, 51) none 0px;
padding: 0px 0px 17px;
-webkit-border-after: 1px solid rgb(238, 238, 238);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#DIV_2*/
#H1_3 {
color: rgb(51, 51, 51);
height: 30px;
text-decoration: none solid rgb(51, 51, 51);
text-rendering: optimizelegibility;
width: 724px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 362px 15px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 362px 15px;
border: 0px none rgb(51, 51, 51);
font: normal normal bold 30px/30px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#H1_3*/
#SMALL_4 {
color: rgb(153, 153, 153);
text-decoration: none solid rgb(153, 153, 153);
text-rendering: optimizelegibility;
-webkit-column-rule-color: rgb(153, 153, 153);
-webkit-locale: en;
-webkit-text-emphasis-color: rgb(153, 153, 153);
-webkit-text-fill-color: rgb(153, 153, 153);
-webkit-text-stroke-color: rgb(153, 153, 153);
border: 0px none rgb(153, 153, 153);
font: normal normal normal 18px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(153, 153, 153) none 0px;
-webkit-border-after: 0px none rgb(153, 153, 153);
-webkit-border-before: 0px none rgb(153, 153, 153);
-webkit-border-end: 0px none rgb(153, 153, 153);
-webkit-border-start: 0px none rgb(153, 153, 153);
}/*#SMALL_4*/
#DIV_5 {
color: rgb(51, 51, 51);
height: 665px;
text-decoration: none solid rgb(51, 51, 51);
width: 744px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 372px 332.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 372px 332.5px;
border: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 0px 0px 0px -20px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#DIV_5*/
#DIV_5:after {
clear: both;
color: rgb(51, 51, 51);
display: table;
text-decoration: none solid rgb(51, 51, 51);
width: 1px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 0.5px 0px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 0.5px 0px;
content: '';
border: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#DIV_5:after*/
#DIV_5:before {
color: rgb(51, 51, 51);
display: table;
text-decoration: none solid rgb(51, 51, 51);
width: 1px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 0.5px 0px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 0.5px 0px;
content: '';
border: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#DIV_5:before*/
#DIV_6 {
color: rgb(51, 51, 51);
float: left;
height: 665px;
text-decoration: none solid rgb(51, 51, 51);
width: 352px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 176px 332.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 176px 332.5px;
border: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 0px 0px 0px 20px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#DIV_6*/
#H3_7, #H3_25, #H3_48, #H3_65, #H3_110 {
color: rgb(51, 51, 51);
height: 27px;
text-decoration: none solid rgb(51, 51, 51);
text-rendering: optimizelegibility;
width: 352px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 176px 13.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 176px 13.5px;
border: 0px none rgb(51, 51, 51);
font: normal normal bold 18px/27px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#H3_7, #H3_25, #H3_48, #H3_65, #H3_110*/
#TABLE_8 {
color: rgb(51, 51, 51);
height: 195px;
max-width: 100%;
text-decoration: none solid rgb(51, 51, 51);
width: 384px;
-webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 193px 98.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 193px 98.5px;
border: 1px solid rgb(221, 221, 221);
border-radius: 4px 4px 4px 4px;
border-spacing: 0px 0px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 5px 0px 18px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 1px solid rgb(221, 221, 221);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 1px solid rgb(221, 221, 221);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TABLE_8*/
#TBODY_9 {
color: rgb(51, 51, 51);
height: 195px;
text-decoration: none solid rgb(51, 51, 51);
width: 384px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 192px 97.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 192px 97.5px;
border: 0px none rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(221, 221, 221);
-webkit-border-before: 0px none rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(221, 221, 221);
-webkit-border-start: 0px none rgb(221, 221, 221);
}/*#TBODY_9*/
#TR_10 {
color: rgb(51, 51, 51);
height: 88px;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: middle;
width: 384px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 192px 44px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 192px 44px;
border: 0px none rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(221, 221, 221);
-webkit-border-before: 0px none rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(221, 221, 221);
-webkit-border-start: 0px none rgb(221, 221, 221);
}/*#TR_10*/
#TD_11 {
color: rgb(51, 51, 51);
height: 72px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 115px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 65.5px 44px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 65.5px 44px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 4px 0 0 0;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_11*/
#CODE_12, #CODE_19, #CODE_21, #CODE_30, #CODE_34, #CODE_38, #CODE_42, #CODE_46, #CODE_53, #CODE_57, #CODE_59, #CODE_62, #CODE_70, #CODE_76, #CODE_82, #CODE_88, #CODE_94, #CODE_100, #CODE_106, #CODE_115, #CODE_121, #CODE_127, #CODE_133, #CODE_139, #CODE_145, #CODE_151, #CODE_163, #CODE_165, #CODE_173, #CODE_175, #CODE_183, #CODE_188, #CODE_190, #CODE_195, #CODE_197, #CODE_202, #CODE_204, #CODE_209, #CODE_211, #CODE_216, #CODE_218, #CODE_227, #CODE_233, #CODE_239, #CODE_245, #CODE_251, #CODE_257, #CODE_263, #CODE_269 {
color: rgb(221, 17, 68);
text-align: left;
text-decoration: none solid rgb(221, 17, 68);
-webkit-column-rule-color: rgb(221, 17, 68);
-webkit-locale: en;
-webkit-text-emphasis-color: rgb(221, 17, 68);
-webkit-text-fill-color: rgb(221, 17, 68);
-webkit-text-stroke-color: rgb(221, 17, 68);
background: rgb(247, 247, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border: 1px solid rgb(225, 225, 232);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 12px/18px Menlo, Monaco, 'Courier New', monospace;
outline: rgb(221, 17, 68) none 0px;
padding: 3px 4px;
-webkit-border-after: 1px solid rgb(225, 225, 232);
-webkit-border-before: 1px solid rgb(225, 225, 232);
-webkit-border-end: 1px solid rgb(225, 225, 232);
-webkit-border-start: 1px solid rgb(225, 225, 232);
}/*#CODE_12, #CODE_19, #CODE_21, #CODE_30, #CODE_34, #CODE_38, #CODE_42, #CODE_46, #CODE_53, #CODE_57, #CODE_59, #CODE_62, #CODE_70, #CODE_76, #CODE_82, #CODE_88, #CODE_94, #CODE_100, #CODE_106, #CODE_115, #CODE_121, #CODE_127, #CODE_133, #CODE_139, #CODE_145, #CODE_151, #CODE_163, #CODE_165, #CODE_173, #CODE_175, #CODE_183, #CODE_188, #CODE_190, #CODE_195, #CODE_197, #CODE_202, #CODE_204, #CODE_209, #CODE_211, #CODE_216, #CODE_218, #CODE_227, #CODE_233, #CODE_239, #CODE_245, #CODE_251, #CODE_257, #CODE_263, #CODE_269*/
#TD_13 {
color: rgb(51, 51, 51);
height: 72px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 131px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 74px 44px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 74px 44px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 0px none rgb(51, 51, 51);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_13*/
#TD_14 {
color: rgb(51, 51, 51);
height: 72px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 41px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 29px 44px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 29px 44px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 0px none rgb(51, 51, 51);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_14*/
#TD_15 {
color: rgb(51, 51, 51);
height: 72px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 23.5px 44px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 23.5px 44px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 0px none rgb(51, 51, 51);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
border-radius: 0 4px 0 0;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_15*/
#SPAN_16, #SPAN_167 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(0, 136, 204) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_16, #SPAN_167*/
#TR_17 {
color: rgb(51, 51, 51);
height: 107px;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: middle;
width: 384px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 192px 53.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 192px 53.5px;
border: 0px none rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(221, 221, 221);
-webkit-border-before: 0px none rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(221, 221, 221);
-webkit-border-start: 0px none rgb(221, 221, 221);
}/*#TR_17*/
#TD_18 {
color: rgb(51, 51, 51);
height: 90px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 115px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 65.5px 53.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 65.5px 53.5px;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 0px none rgb(51, 51, 51);
border-radius: 0 0 0 4px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_18*/
#TD_20 {
color: rgb(51, 51, 51);
height: 90px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 131px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 74px 53.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 74px 53.5px;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_20*/
#TD_22 {
color: rgb(51, 51, 51);
height: 90px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 41px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 29px 53.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 29px 53.5px;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_22*/
#TD_23 {
color: rgb(51, 51, 51);
height: 90px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 23.5px 53.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 23.5px 53.5px;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
border-radius: 0 0 4px 0;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_23*/
#SPAN_24 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(0, 85, 128) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_24*/
#TABLE_26 {
color: rgb(51, 51, 51);
height: 174px;
max-width: 100%;
text-decoration: none solid rgb(51, 51, 51);
width: 350px;
-webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 176px 88px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 176px 88px;
border: 1px solid rgb(221, 221, 221);
border-radius: 4px 4px 4px 4px;
border-spacing: 0px 0px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 5px 0px 18px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 1px solid rgb(221, 221, 221);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 1px solid rgb(221, 221, 221);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TABLE_26*/
#TBODY_27 {
color: rgb(51, 51, 51);
height: 174px;
text-decoration: none solid rgb(51, 51, 51);
width: 350px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 175px 87px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 175px 87px;
border: 0px none rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(221, 221, 221);
-webkit-border-before: 0px none rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(221, 221, 221);
-webkit-border-start: 0px none rgb(221, 221, 221);
}/*#TBODY_27*/
#TR_28, #TR_51, #TR_68, #TR_113, #TR_161, #TR_171, #TR_225 {
color: rgb(51, 51, 51);
height: 34px;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: middle;
width: 350px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 175px 17px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 175px 17px;
border: 0px none rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(221, 221, 221);
-webkit-border-before: 0px none rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(221, 221, 221);
-webkit-border-start: 0px none rgb(221, 221, 221);
}/*#TR_28, #TR_51, #TR_68, #TR_113, #TR_161, #TR_171, #TR_225*/
#TD_29 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 157px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 86.5px 17px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 86.5px 17px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 4px 0 0 0;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_29*/
#TD_31 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 160px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 88.5px 17px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 88.5px 17px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 0px none rgb(51, 51, 51);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
border-radius: 0 4px 0 0;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_31*/
#TR_32, #TR_36, #TR_40, #TR_44, #TR_60, #TR_74, #TR_80, #TR_86, #TR_92, #TR_98, #TR_104, #TR_119, #TR_125, #TR_131, #TR_137, #TR_143, #TR_149, #TR_231, #TR_237, #TR_243, #TR_249, #TR_255, #TR_261, #TR_267 {
color: rgb(51, 51, 51);
height: 35px;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: middle;
width: 350px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 175px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 175px 17.5px;
border: 0px none rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(221, 221, 221);
-webkit-border-before: 0px none rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(221, 221, 221);
-webkit-border-start: 0px none rgb(221, 221, 221);
}/*#TR_32, #TR_36, #TR_40, #TR_44, #TR_60, #TR_74, #TR_80, #TR_86, #TR_92, #TR_98, #TR_104, #TR_119, #TR_125, #TR_131, #TR_137, #TR_143, #TR_149, #TR_231, #TR_237, #TR_243, #TR_249, #TR_255, #TR_261, #TR_267*/
#TD_33, #TD_41 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 157px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 86.5px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 86.5px 17.5px;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_33, #TD_41*/
#TD_35, #TD_43 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 160px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 88.5px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 88.5px 17.5px;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_35, #TD_43*/
#TD_37 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 157px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 86.5px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 86.5px 17.5px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_37*/
#TD_39 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 160px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 88.5px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 88.5px 17.5px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_39*/
#TD_45 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 157px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 86.5px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 86.5px 17.5px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 0px none rgb(51, 51, 51);
border-radius: 0 0 0 4px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_45*/
#TD_47 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 160px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 88.5px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 88.5px 17.5px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
border-radius: 0 0 4px 0;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_47*/
#TABLE_49 {
color: rgb(51, 51, 51);
height: 140px;
max-width: 100%;
text-decoration: none solid rgb(51, 51, 51);
width: 350px;
-webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 176px 71px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 176px 71px;
border: 1px solid rgb(221, 221, 221);
border-radius: 4px 4px 4px 4px;
border-spacing: 0px 0px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 5px 0px 18px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 1px solid rgb(221, 221, 221);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 1px solid rgb(221, 221, 221);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TABLE_49*/
#TBODY_50 {
color: rgb(51, 51, 51);
height: 140px;
text-decoration: none solid rgb(51, 51, 51);
width: 350px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 175px 70px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 175px 70px;
border: 0px none rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(221, 221, 221);
-webkit-border-before: 0px none rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(221, 221, 221);
-webkit-border-start: 0px none rgb(221, 221, 221);
}/*#TBODY_50*/
#TD_52, #TD_69, #TD_114 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 124px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 70px 17px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 70px 17px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 4px 0 0 0;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_52, #TD_69, #TD_114*/
#TD_54 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 193px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 105px 17px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 105px 17px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 0px none rgb(51, 51, 51);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
border-radius: 0 4px 0 0;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_54*/
#TR_55 {
color: rgb(51, 51, 51);
height: 71px;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: middle;
width: 350px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 175px 35.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 175px 35.5px;
border: 0px none rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(221, 221, 221);
-webkit-border-before: 0px none rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(221, 221, 221);
-webkit-border-start: 0px none rgb(221, 221, 221);
}/*#TR_55*/
#TD_56 {
color: rgb(51, 51, 51);
height: 54px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 124px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 70px 35.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 70px 35.5px;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_56*/
#TD_58 {
color: rgb(51, 51, 51);
height: 54px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 193px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 105px 35.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 105px 35.5px;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_58*/
#TD_61, #TD_105, #TD_150 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 124px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 70px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 70px 17.5px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 0px none rgb(51, 51, 51);
border-radius: 0 0 0 4px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_61, #TD_105, #TD_150*/
#TD_63 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 193px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 105px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 105px 17.5px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
border-radius: 0 0 4px 0;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_63*/
#DIV_64 {
color: rgb(51, 51, 51);
float: left;
height: 592px;
text-decoration: none solid rgb(51, 51, 51);
width: 352px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 176px 296px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 176px 296px;
border: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 0px 0px 0px 20px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#DIV_64*/
#TABLE_66, #TABLE_111 {
color: rgb(51, 51, 51);
height: 244px;
max-width: 100%;
text-decoration: none solid rgb(51, 51, 51);
width: 350px;
-webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 176px 123px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 176px 123px;
border: 1px solid rgb(221, 221, 221);
border-radius: 4px 4px 4px 4px;
border-spacing: 0px 0px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 5px 0px 18px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 1px solid rgb(221, 221, 221);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 1px solid rgb(221, 221, 221);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TABLE_66, #TABLE_111*/
#TBODY_67, #TBODY_112 {
color: rgb(51, 51, 51);
height: 244px;
text-decoration: none solid rgb(51, 51, 51);
width: 350px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 175px 122px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 175px 122px;
border: 0px none rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(221, 221, 221);
-webkit-border-before: 0px none rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(221, 221, 221);
-webkit-border-start: 0px none rgb(221, 221, 221);
}/*#TBODY_67, #TBODY_112*/
#TD_71, #TD_116 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 146px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 81.5px 17px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 81.5px 17px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 0px none rgb(51, 51, 51);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_71, #TD_116*/
#TD_72, #TD_117, #TD_185, #TD_229 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 23.5px 17px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 23.5px 17px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 0px none rgb(51, 51, 51);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
border-radius: 0 4px 0 0;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_72, #TD_117, #TD_185, #TD_229*/
#SPAN_73 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_73*/
#TD_75, #TD_87, #TD_99, #TD_120, #TD_132, #TD_144 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 124px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 70px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 70px 17.5px;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_75, #TD_87, #TD_99, #TD_120, #TD_132, #TD_144*/
#TD_77, #TD_89, #TD_101, #TD_122, #TD_134, #TD_146 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 146px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 81.5px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 81.5px 17.5px;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_77, #TD_89, #TD_101, #TD_122, #TD_134, #TD_146*/
#TD_78, #TD_90, #TD_102, #TD_123, #TD_135, #TD_147, #TD_191, #TD_205, #TD_235, #TD_247, #TD_259 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 23.5px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 23.5px 17.5px;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_78, #TD_90, #TD_102, #TD_123, #TD_135, #TD_147, #TD_191, #TD_205, #TD_235, #TD_247, #TD_259*/
#SPAN_79, #SPAN_192 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(34, 34, 34) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_79, #SPAN_192*/
#TD_81, #TD_93, #TD_126, #TD_138 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 124px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 70px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 70px 17.5px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_81, #TD_93, #TD_126, #TD_138*/
#TD_83, #TD_95, #TD_107, #TD_128, #TD_140, #TD_152 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 146px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 81.5px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 81.5px 17.5px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_83, #TD_95, #TD_107, #TD_128, #TD_140, #TD_152*/
#TD_84, #TD_96, #TD_129, #TD_141, #TD_198, #TD_212, #TD_241, #TD_253, #TD_265 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 23.5px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 23.5px 17.5px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_84, #TD_96, #TD_129, #TD_141, #TD_198, #TD_212, #TD_241, #TD_253, #TD_265*/
#SPAN_85, #SPAN_199 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(51, 51, 51) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_85, #SPAN_199*/
#SPAN_91 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(85, 85, 85) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_91*/
#SPAN_97, #SPAN_177, #SPAN_206, #SPAN_213 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(153, 153, 153) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_97, #SPAN_177, #SPAN_206, #SPAN_213*/
#SPAN_103 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(238, 238, 238) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_103*/
#TD_108, #TD_153 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 23.5px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 23.5px 17.5px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
border-radius: 0 0 4px 0;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_108, #TD_153*/
#SPAN_109, #SPAN_220 {
color: rgb(51, 51, 51);
display: inline-block;
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 28px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
border: 1px solid rgb(238, 238, 238);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 1px solid rgb(238, 238, 238);
-webkit-border-before: 1px solid rgb(238, 238, 238);
-webkit-border-end: 1px solid rgb(238, 238, 238);
-webkit-border-start: 1px solid rgb(238, 238, 238);
}/*#SPAN_109, #SPAN_220*/
#SPAN_118 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(4, 156, 219) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_118*/
#SPAN_124 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(70, 165, 70) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_124*/
#SPAN_130 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(157, 38, 29) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_130*/
#SPAN_136 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(255, 196, 13) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_136*/
#SPAN_142 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(248, 148, 6) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_142*/
#SPAN_148 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(195, 50, 95) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_148*/
#SPAN_154 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(122, 67, 182) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_154*/
#H3_155 {
color: rgb(51, 51, 51);
height: 27px;
text-decoration: none solid rgb(51, 51, 51);
text-rendering: optimizelegibility;
width: 724px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 362px 13.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 362px 13.5px;
border: 0px none rgb(51, 51, 51);
font: normal normal bold 18px/27px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#H3_155*/
#DIV_156 {
color: rgb(51, 51, 51);
height: 406px;
text-decoration: none solid rgb(51, 51, 51);
width: 744px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 372px 203px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 372px 203px;
border: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 0px 0px 0px -20px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#DIV_156*/
#DIV_156:after {
clear: both;
color: rgb(51, 51, 51);
display: table;
text-decoration: none solid rgb(51, 51, 51);
width: 1px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 0.5px 0px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 0.5px 0px;
content: '';
border: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#DIV_156:after*/
#DIV_156:before {
color: rgb(51, 51, 51);
display: table;
text-decoration: none solid rgb(51, 51, 51);
width: 1px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 0.5px 0px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 0.5px 0px;
content: '';
border: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#DIV_156:before*/
#DIV_157 {
color: rgb(51, 51, 51);
float: left;
height: 406px;
text-decoration: none solid rgb(51, 51, 51);
width: 352px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 176px 203px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 176px 203px;
border: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 0px 0px 0px 20px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#DIV_157*/
#H4_158, #H4_168, #H4_178, #H4_222 {
color: rgb(51, 51, 51);
height: 18px;
text-decoration: none solid rgb(51, 51, 51);
text-rendering: optimizelegibility;
width: 352px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 176px 9px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 176px 9px;
border: 0px none rgb(51, 51, 51);
font: normal normal bold 14px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#H4_158, #H4_168, #H4_178, #H4_222*/
#TABLE_159, #TABLE_169 {
color: rgb(51, 51, 51);
height: 34px;
max-width: 100%;
text-decoration: none solid rgb(51, 51, 51);
width: 350px;
-webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 176px 18px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 176px 18px;
border: 1px solid rgb(221, 221, 221);
border-radius: 4px 4px 4px 4px;
border-spacing: 0px 0px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 5px 0px 18px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 1px solid rgb(221, 221, 221);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 1px solid rgb(221, 221, 221);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TABLE_159, #TABLE_169*/
#TBODY_160, #TBODY_170 {
color: rgb(51, 51, 51);
height: 34px;
text-decoration: none solid rgb(51, 51, 51);
width: 350px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 175px 17px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 175px 17px;
border: 0px none rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(221, 221, 221);
-webkit-border-before: 0px none rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(221, 221, 221);
-webkit-border-start: 0px none rgb(221, 221, 221);
}/*#TBODY_160, #TBODY_170*/
#TD_162, #TD_172 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 190px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 103px 17px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 103px 17px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 0 0 0 4px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_162, #TD_172*/
#TD_164, #TD_174 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 80px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 48.5px 17px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 48.5px 17px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 0px none rgb(51, 51, 51);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_164, #TD_174*/
#TD_166, #TD_176 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 23.5px 17px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 23.5px 17px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 0px none rgb(51, 51, 51);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
border-radius: 0 0 4px 0;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_166, #TD_176*/
#TABLE_179 {
color: rgb(51, 51, 51);
height: 209px;
max-width: 100%;
text-decoration: none solid rgb(51, 51, 51);
width: 359px;
-webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 180.5px 105.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 180.5px 105.5px;
border: 1px solid rgb(221, 221, 221);
border-radius: 4px 4px 4px 4px;
border-spacing: 0px 0px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 5px 0px 18px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 1px solid rgb(221, 221, 221);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 1px solid rgb(221, 221, 221);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TABLE_179*/
#TBODY_180 {
color: rgb(51, 51, 51);
height: 209px;
text-decoration: none solid rgb(51, 51, 51);
width: 359px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 179.5px 104.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 179.5px 104.5px;
border: 0px none rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(221, 221, 221);
-webkit-border-before: 0px none rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(221, 221, 221);
-webkit-border-start: 0px none rgb(221, 221, 221);
}/*#TBODY_180*/
#TR_181 {
color: rgb(51, 51, 51);
height: 34px;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: middle;
width: 359px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 179.5px 17px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 179.5px 17px;
border: 0px none rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(221, 221, 221);
-webkit-border-before: 0px none rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(221, 221, 221);
-webkit-border-start: 0px none rgb(221, 221, 221);
}/*#TR_181*/
#TD_182 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 192px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 104px 17px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 104px 17px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 4px 0 0 0;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_182*/
#TD_184 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 87px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 52px 17px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 52px 17px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 0px none rgb(51, 51, 51);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_184*/
#TR_186, #TR_193, #TR_200, #TR_207, #TR_214 {
color: rgb(51, 51, 51);
height: 35px;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: middle;
width: 359px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 179.5px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 179.5px 17.5px;
border: 0px none rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(221, 221, 221);
-webkit-border-before: 0px none rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(221, 221, 221);
-webkit-border-start: 0px none rgb(221, 221, 221);
}/*#TR_186, #TR_193, #TR_200, #TR_207, #TR_214*/
#TD_187, #TD_201 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 192px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 104px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 104px 17.5px;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_187, #TD_201*/
#TD_189, #TD_203, #TD_217 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 87px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 52px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 52px 17.5px;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_189, #TD_203, #TD_217*/
#TD_194, #TD_208 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 192px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 104px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 104px 17.5px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_194, #TD_208*/
#TD_196, #TD_210 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 87px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 52px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 52px 17.5px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_196, #TD_210*/
#TD_215 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 192px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 104px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 104px 17.5px;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 0px none rgb(51, 51, 51);
border-radius: 0 0 0 4px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_215*/
#TD_219, #TD_271 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 23.5px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 23.5px 17.5px;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
border-radius: 0 0 4px 0;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_219, #TD_271*/
#DIV_221 {
color: rgb(51, 51, 51);
float: left;
height: 322px;
text-decoration: none solid rgb(51, 51, 51);
width: 352px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 176px 161px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 176px 161px;
border: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 0px 0px 0px 20px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#DIV_221*/
#TABLE_223 {
color: rgb(51, 51, 51);
height: 279px;
max-width: 100%;
text-decoration: none solid rgb(51, 51, 51);
width: 350px;
-webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 176px 140.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 176px 140.5px;
border: 1px solid rgb(221, 221, 221);
border-radius: 4px 4px 4px 4px;
border-spacing: 0px 0px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 5px 0px 18px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 1px solid rgb(221, 221, 221);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 1px solid rgb(221, 221, 221);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TABLE_223*/
#TBODY_224 {
color: rgb(51, 51, 51);
height: 279px;
text-decoration: none solid rgb(51, 51, 51);
width: 350px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 175px 139.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 175px 139.5px;
border: 0px none rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(221, 221, 221);
-webkit-border-before: 0px none rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(221, 221, 221);
-webkit-border-start: 0px none rgb(221, 221, 221);
}/*#TBODY_224*/
#TD_226 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 204px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 110px 17px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 110px 17px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 4px 0 0 0;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_226*/
#TD_228 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 66px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 41.5px 17px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 41.5px 17px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 0px none rgb(51, 51, 51);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_228*/
#SPAN_230 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(192, 152, 83) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_230*/
#TD_232, #TD_244, #TD_256 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 204px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 110px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 110px 17.5px;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_232, #TD_244, #TD_256*/
#TD_234, #TD_246, #TD_258, #TD_270 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 66px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 41.5px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 41.5px 17.5px;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_234, #TD_246, #TD_258, #TD_270*/
#SPAN_236 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(243, 237, 210) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_236*/
#TD_238, #TD_250, #TD_262 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 204px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 110px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 110px 17.5px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 0px none rgb(51, 51, 51);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_238, #TD_250, #TD_262*/
#TD_240, #TD_252, #TD_264 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 66px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 41.5px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 41.5px 17.5px;
background: rgb(249, 249, 249) none repeat scroll 0% 0% / auto padding-box border-box;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 1px solid rgb(221, 221, 221);
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 1px solid rgb(221, 221, 221);
}/*#TD_240, #TD_252, #TD_264*/
#SPAN_242 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(185, 74, 72) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_242*/
#SPAN_248 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(242, 222, 222) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_248*/
#SPAN_254 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(70, 136, 71) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_254*/
#SPAN_260 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(223, 240, 216) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_260*/
#SPAN_266 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(58, 135, 173) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_266*/
#TD_268 {
color: rgb(51, 51, 51);
height: 18px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
vertical-align: top;
width: 204px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 110px 17.5px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 110px 17.5px;
border-top: 1px solid rgb(221, 221, 221);
border-right: 0px none rgb(51, 51, 51);
border-bottom: 0px none rgb(51, 51, 51);
border-left: 0px none rgb(51, 51, 51);
border-radius: 0 0 0 4px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
outline: rgb(51, 51, 51) none 0px;
padding: 8px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 1px solid rgb(221, 221, 221);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#TD_268*/
#SPAN_272 {
color: rgb(51, 51, 51);
display: inline-block;
height: 20px;
text-align: left;
text-decoration: none solid rgb(51, 51, 51);
width: 30px;
-webkit-column-rule-color: rgb(51, 51, 51);
-webkit-locale: en;
-webkit-perspective-origin: 15px 10px;
-webkit-text-emphasis-color: rgb(51, 51, 51);
-webkit-text-fill-color: rgb(51, 51, 51);
-webkit-text-stroke-color: rgb(51, 51, 51);
-webkit-transform-origin: 15px 10px;
background: rgb(217, 237, 247) none repeat scroll 0% 0% / auto padding-box border-box;
border: 0px none rgb(51, 51, 51);
border-radius: 3px 3px 3px 3px;
font: normal normal normal 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -6px 0px;
outline: rgb(51, 51, 51) none 0px;
-webkit-border-after: 0px none rgb(51, 51, 51);
-webkit-border-before: 0px none rgb(51, 51, 51);
-webkit-border-end: 0px none rgb(51, 51, 51);
-webkit-border-start: 0px none rgb(51, 51, 51);
}/*#SPAN_272*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment