styles.css 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:static;
  5. left:auto;
  6. width:1574px;
  7. margin-left:0;
  8. margin-right:0;
  9. text-align:left;
  10. }
  11. .form_sketch {
  12. border-color:transparent;
  13. background-color:transparent;
  14. }
  15. #base {
  16. position:absolute;
  17. z-index:0;
  18. }
  19. #u382_img {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:1155px;
  25. height:583px;
  26. }
  27. #u382 {
  28. border-width:0px;
  29. position:absolute;
  30. left:7px;
  31. top:879px;
  32. width:1155px;
  33. height:583px;
  34. display:flex;
  35. }
  36. #u382 .text {
  37. position:absolute;
  38. align-self:center;
  39. padding:2px 2px 2px 2px;
  40. box-sizing:border-box;
  41. width:100%;
  42. }
  43. #u382_text {
  44. border-width:0px;
  45. word-wrap:break-word;
  46. text-transform:none;
  47. visibility:hidden;
  48. }
  49. #u383_img {
  50. border-width:0px;
  51. position:absolute;
  52. left:0px;
  53. top:0px;
  54. width:1155px;
  55. height:583px;
  56. }
  57. #u383 {
  58. border-width:0px;
  59. position:absolute;
  60. left:7px;
  61. top:233px;
  62. width:1155px;
  63. height:583px;
  64. display:flex;
  65. }
  66. #u383 .text {
  67. position:absolute;
  68. align-self:center;
  69. padding:2px 2px 2px 2px;
  70. box-sizing:border-box;
  71. width:100%;
  72. }
  73. #u383_text {
  74. border-width:0px;
  75. word-wrap:break-word;
  76. text-transform:none;
  77. visibility:hidden;
  78. }
  79. #u384 {
  80. border-width:0px;
  81. position:absolute;
  82. left:0px;
  83. top:0px;
  84. width:0px;
  85. height:0px;
  86. }
  87. #u385_img {
  88. border-width:0px;
  89. position:absolute;
  90. left:0px;
  91. top:0px;
  92. width:8px;
  93. height:28px;
  94. }
  95. #u385 {
  96. border-width:0px;
  97. position:absolute;
  98. left:7px;
  99. top:21px;
  100. width:8px;
  101. height:28px;
  102. display:flex;
  103. }
  104. #u385 .text {
  105. position:absolute;
  106. align-self:center;
  107. padding:2px 2px 2px 2px;
  108. box-sizing:border-box;
  109. width:100%;
  110. }
  111. #u385_text {
  112. border-width:0px;
  113. word-wrap:break-word;
  114. text-transform:none;
  115. visibility:hidden;
  116. }
  117. #u386_div {
  118. border-width:0px;
  119. position:absolute;
  120. left:0px;
  121. top:0px;
  122. width:120px;
  123. height:28px;
  124. background:inherit;
  125. background-color:rgba(255, 255, 255, 0);
  126. border:none;
  127. border-radius:0px;
  128. -moz-box-shadow:none;
  129. -webkit-box-shadow:none;
  130. box-shadow:none;
  131. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  132. font-weight:700;
  133. font-style:normal;
  134. }
  135. #u386 {
  136. border-width:0px;
  137. position:absolute;
  138. left:21px;
  139. top:21px;
  140. width:120px;
  141. height:28px;
  142. display:flex;
  143. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  144. font-weight:700;
  145. font-style:normal;
  146. }
  147. #u386 .text {
  148. position:absolute;
  149. align-self:flex-start;
  150. padding:0px 0px 0px 0px;
  151. box-sizing:border-box;
  152. width:100%;
  153. }
  154. #u386_text {
  155. border-width:0px;
  156. white-space:nowrap;
  157. text-transform:none;
  158. }
  159. #u387_div {
  160. border-width:0px;
  161. position:absolute;
  162. left:0px;
  163. top:0px;
  164. width:214px;
  165. height:21px;
  166. background:inherit;
  167. background-color:rgba(255, 255, 255, 0);
  168. border:none;
  169. border-radius:0px;
  170. -moz-box-shadow:none;
  171. -webkit-box-shadow:none;
  172. box-shadow:none;
  173. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  174. font-weight:700;
  175. font-style:normal;
  176. font-size:18px;
  177. }
  178. #u387 {
  179. border-width:0px;
  180. position:absolute;
  181. left:7px;
  182. top:189px;
  183. width:214px;
  184. height:21px;
  185. display:flex;
  186. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  187. font-weight:700;
  188. font-style:normal;
  189. font-size:18px;
  190. }
  191. #u387 .text {
  192. position:absolute;
  193. align-self:flex-start;
  194. padding:0px 0px 0px 0px;
  195. box-sizing:border-box;
  196. width:100%;
  197. }
  198. #u387_text {
  199. border-width:0px;
  200. white-space:nowrap;
  201. text-transform:none;
  202. }
  203. #u388 {
  204. border-width:0px;
  205. position:absolute;
  206. left:0px;
  207. top:0px;
  208. width:0px;
  209. height:0px;
  210. }
  211. #u389_img {
  212. border-width:0px;
  213. position:absolute;
  214. left:-4px;
  215. top:-4px;
  216. width:40px;
  217. height:40px;
  218. }
  219. #u389 {
  220. border-width:0px;
  221. position:absolute;
  222. left:1182px;
  223. top:243px;
  224. width:30px;
  225. height:30px;
  226. display:flex;
  227. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  228. font-weight:700;
  229. font-style:normal;
  230. font-size:18px;
  231. color:#1E1E1E;
  232. }
  233. #u389 .text {
  234. position:absolute;
  235. align-self:center;
  236. padding:2px 2px 2px 2px;
  237. box-sizing:border-box;
  238. width:100%;
  239. }
  240. #u389_text {
  241. border-width:0px;
  242. word-wrap:break-word;
  243. text-transform:none;
  244. }
  245. #u390_div {
  246. border-width:0px;
  247. position:absolute;
  248. left:0px;
  249. top:0px;
  250. width:131px;
  251. height:18px;
  252. background:inherit;
  253. background-color:rgba(255, 255, 255, 0);
  254. border:none;
  255. border-radius:0px;
  256. -moz-box-shadow:none;
  257. -webkit-box-shadow:none;
  258. box-shadow:none;
  259. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  260. font-weight:700;
  261. font-style:normal;
  262. font-size:16px;
  263. color:#FF0000;
  264. }
  265. #u390 {
  266. border-width:0px;
  267. position:absolute;
  268. left:1222px;
  269. top:250px;
  270. width:131px;
  271. height:18px;
  272. display:flex;
  273. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  274. font-weight:700;
  275. font-style:normal;
  276. font-size:16px;
  277. color:#FF0000;
  278. }
  279. #u390 .text {
  280. position:absolute;
  281. align-self:flex-start;
  282. padding:0px 0px 0px 0px;
  283. box-sizing:border-box;
  284. width:100%;
  285. }
  286. #u390_text {
  287. border-width:0px;
  288. word-wrap:break-word;
  289. text-transform:none;
  290. }
  291. #u391_div {
  292. border-width:0px;
  293. position:absolute;
  294. left:0px;
  295. top:0px;
  296. width:352px;
  297. height:44px;
  298. background:inherit;
  299. background-color:rgba(255, 255, 255, 0);
  300. border:none;
  301. border-radius:0px;
  302. -moz-box-shadow:none;
  303. -webkit-box-shadow:none;
  304. box-shadow:none;
  305. line-height:22px;
  306. }
  307. #u391 {
  308. border-width:0px;
  309. position:absolute;
  310. left:1222px;
  311. top:288px;
  312. width:352px;
  313. height:44px;
  314. display:flex;
  315. line-height:22px;
  316. }
  317. #u391 .text {
  318. position:absolute;
  319. align-self:flex-start;
  320. padding:0px 0px 0px 0px;
  321. box-sizing:border-box;
  322. width:100%;
  323. }
  324. #u391_text {
  325. border-width:0px;
  326. word-wrap:break-word;
  327. text-transform:none;
  328. }
  329. #u392_img {
  330. border-width:0px;
  331. position:absolute;
  332. left:-4px;
  333. top:-4px;
  334. width:30px;
  335. height:30px;
  336. }
  337. #u392 {
  338. border-width:0px;
  339. position:absolute;
  340. left:154px;
  341. top:375px;
  342. width:20px;
  343. height:20px;
  344. display:flex;
  345. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  346. font-weight:700;
  347. font-style:normal;
  348. font-size:14px;
  349. color:#1E1E1E;
  350. }
  351. #u392 .text {
  352. position:absolute;
  353. align-self:center;
  354. padding:2px 2px 2px 2px;
  355. box-sizing:border-box;
  356. width:100%;
  357. }
  358. #u392_text {
  359. border-width:0px;
  360. word-wrap:break-word;
  361. text-transform:none;
  362. }
  363. #u393_img {
  364. border-width:0px;
  365. position:absolute;
  366. left:-4px;
  367. top:-4px;
  368. width:30px;
  369. height:30px;
  370. }
  371. #u393 {
  372. border-width:0px;
  373. position:absolute;
  374. left:231px;
  375. top:375px;
  376. width:20px;
  377. height:20px;
  378. display:flex;
  379. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  380. font-weight:700;
  381. font-style:normal;
  382. font-size:14px;
  383. color:#1E1E1E;
  384. }
  385. #u393 .text {
  386. position:absolute;
  387. align-self:center;
  388. padding:2px 2px 2px 2px;
  389. box-sizing:border-box;
  390. width:100%;
  391. }
  392. #u393_text {
  393. border-width:0px;
  394. word-wrap:break-word;
  395. text-transform:none;
  396. }
  397. #u394_img {
  398. border-width:0px;
  399. position:absolute;
  400. left:-4px;
  401. top:-4px;
  402. width:30px;
  403. height:30px;
  404. }
  405. #u394 {
  406. border-width:0px;
  407. position:absolute;
  408. left:483px;
  409. top:375px;
  410. width:20px;
  411. height:20px;
  412. display:flex;
  413. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  414. font-weight:700;
  415. font-style:normal;
  416. font-size:14px;
  417. color:#1E1E1E;
  418. }
  419. #u394 .text {
  420. position:absolute;
  421. align-self:center;
  422. padding:2px 2px 2px 2px;
  423. box-sizing:border-box;
  424. width:100%;
  425. }
  426. #u394_text {
  427. border-width:0px;
  428. word-wrap:break-word;
  429. text-transform:none;
  430. }
  431. #u395_img {
  432. border-width:0px;
  433. position:absolute;
  434. left:-4px;
  435. top:-4px;
  436. width:30px;
  437. height:30px;
  438. }
  439. #u395 {
  440. border-width:0px;
  441. position:absolute;
  442. left:1055px;
  443. top:482px;
  444. width:20px;
  445. height:20px;
  446. display:flex;
  447. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  448. font-weight:700;
  449. font-style:normal;
  450. font-size:14px;
  451. color:#1E1E1E;
  452. }
  453. #u395 .text {
  454. position:absolute;
  455. align-self:center;
  456. padding:2px 2px 2px 2px;
  457. box-sizing:border-box;
  458. width:100%;
  459. }
  460. #u395_text {
  461. border-width:0px;
  462. word-wrap:break-word;
  463. text-transform:none;
  464. }
  465. #u396 {
  466. border-width:0px;
  467. position:absolute;
  468. left:0px;
  469. top:0px;
  470. width:0px;
  471. height:0px;
  472. }
  473. #u397_img {
  474. border-width:0px;
  475. position:absolute;
  476. left:-4px;
  477. top:-4px;
  478. width:40px;
  479. height:40px;
  480. }
  481. #u397 {
  482. border-width:0px;
  483. position:absolute;
  484. left:1182px;
  485. top:352px;
  486. width:30px;
  487. height:30px;
  488. display:flex;
  489. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  490. font-weight:700;
  491. font-style:normal;
  492. font-size:18px;
  493. color:#1E1E1E;
  494. }
  495. #u397 .text {
  496. position:absolute;
  497. align-self:center;
  498. padding:2px 2px 2px 2px;
  499. box-sizing:border-box;
  500. width:100%;
  501. }
  502. #u397_text {
  503. border-width:0px;
  504. word-wrap:break-word;
  505. text-transform:none;
  506. }
  507. #u398_div {
  508. border-width:0px;
  509. position:absolute;
  510. left:0px;
  511. top:0px;
  512. width:131px;
  513. height:18px;
  514. background:inherit;
  515. background-color:rgba(255, 255, 255, 0);
  516. border:none;
  517. border-radius:0px;
  518. -moz-box-shadow:none;
  519. -webkit-box-shadow:none;
  520. box-shadow:none;
  521. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  522. font-weight:700;
  523. font-style:normal;
  524. font-size:16px;
  525. color:#FF0000;
  526. }
  527. #u398 {
  528. border-width:0px;
  529. position:absolute;
  530. left:1222px;
  531. top:359px;
  532. width:131px;
  533. height:18px;
  534. display:flex;
  535. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  536. font-weight:700;
  537. font-style:normal;
  538. font-size:16px;
  539. color:#FF0000;
  540. }
  541. #u398 .text {
  542. position:absolute;
  543. align-self:flex-start;
  544. padding:0px 0px 0px 0px;
  545. box-sizing:border-box;
  546. width:100%;
  547. }
  548. #u398_text {
  549. border-width:0px;
  550. word-wrap:break-word;
  551. text-transform:none;
  552. }
  553. #u399_div {
  554. border-width:0px;
  555. position:absolute;
  556. left:0px;
  557. top:0px;
  558. width:352px;
  559. height:44px;
  560. background:inherit;
  561. background-color:rgba(255, 255, 255, 0);
  562. border:none;
  563. border-radius:0px;
  564. -moz-box-shadow:none;
  565. -webkit-box-shadow:none;
  566. box-shadow:none;
  567. line-height:22px;
  568. }
  569. #u399 {
  570. border-width:0px;
  571. position:absolute;
  572. left:1222px;
  573. top:397px;
  574. width:352px;
  575. height:44px;
  576. display:flex;
  577. line-height:22px;
  578. }
  579. #u399 .text {
  580. position:absolute;
  581. align-self:flex-start;
  582. padding:0px 0px 0px 0px;
  583. box-sizing:border-box;
  584. width:100%;
  585. }
  586. #u399_text {
  587. border-width:0px;
  588. word-wrap:break-word;
  589. text-transform:none;
  590. }
  591. #u400 {
  592. border-width:0px;
  593. position:absolute;
  594. left:1222px;
  595. top:242px;
  596. width:111px;
  597. height:31px;
  598. overflow:hidden;
  599. background-image:url('../../resources/images/transparent.gif');
  600. }
  601. #u401_div {
  602. border-width:0px;
  603. position:absolute;
  604. left:0px;
  605. top:0px;
  606. width:303px;
  607. height:113px;
  608. background:inherit;
  609. background-color:rgba(255, 255, 0, 1);
  610. box-sizing:border-box;
  611. border-width:1px;
  612. border-style:solid;
  613. border-color:rgba(0, 0, 0, 1);
  614. border-radius:10px;
  615. -moz-box-shadow:none;
  616. -webkit-box-shadow:none;
  617. box-shadow:none;
  618. text-align:left;
  619. line-height:18px;
  620. }
  621. #u401 {
  622. border-width:0px;
  623. position:absolute;
  624. left:1222px;
  625. top:120px;
  626. width:303px;
  627. height:113px;
  628. display:flex;
  629. text-align:left;
  630. line-height:18px;
  631. }
  632. #u401 .text {
  633. position:absolute;
  634. align-self:center;
  635. padding:2px 2px 2px 2px;
  636. box-sizing:border-box;
  637. width:100%;
  638. }
  639. #u401_text {
  640. border-width:0px;
  641. word-wrap:break-word;
  642. text-transform:none;
  643. }
  644. #u402 {
  645. border-width:0px;
  646. position:absolute;
  647. left:1228px;
  648. top:352px;
  649. width:105px;
  650. height:30px;
  651. overflow:hidden;
  652. background-image:url('../../resources/images/transparent.gif');
  653. }
  654. #u403_div {
  655. border-width:0px;
  656. position:absolute;
  657. left:0px;
  658. top:0px;
  659. width:303px;
  660. height:107px;
  661. background:inherit;
  662. background-color:rgba(255, 255, 0, 1);
  663. box-sizing:border-box;
  664. border-width:1px;
  665. border-style:solid;
  666. border-color:rgba(0, 0, 0, 1);
  667. border-radius:10px;
  668. -moz-box-shadow:none;
  669. -webkit-box-shadow:none;
  670. box-shadow:none;
  671. text-align:left;
  672. line-height:18px;
  673. }
  674. #u403 {
  675. border-width:0px;
  676. position:absolute;
  677. left:1222px;
  678. top:243px;
  679. width:303px;
  680. height:107px;
  681. display:flex;
  682. text-align:left;
  683. line-height:18px;
  684. }
  685. #u403 .text {
  686. position:absolute;
  687. align-self:center;
  688. padding:2px 2px 2px 2px;
  689. box-sizing:border-box;
  690. width:100%;
  691. }
  692. #u403_text {
  693. border-width:0px;
  694. word-wrap:break-word;
  695. text-transform:none;
  696. }
  697. #u404 {
  698. border-width:0px;
  699. position:absolute;
  700. left:0px;
  701. top:0px;
  702. width:0px;
  703. height:0px;
  704. }
  705. #u405_img {
  706. border-width:0px;
  707. position:absolute;
  708. left:-4px;
  709. top:-4px;
  710. width:40px;
  711. height:40px;
  712. }
  713. #u405 {
  714. border-width:0px;
  715. position:absolute;
  716. left:1182px;
  717. top:451px;
  718. width:30px;
  719. height:30px;
  720. display:flex;
  721. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  722. font-weight:700;
  723. font-style:normal;
  724. font-size:18px;
  725. color:#1E1E1E;
  726. }
  727. #u405 .text {
  728. position:absolute;
  729. align-self:center;
  730. padding:2px 2px 2px 2px;
  731. box-sizing:border-box;
  732. width:100%;
  733. }
  734. #u405_text {
  735. border-width:0px;
  736. word-wrap:break-word;
  737. text-transform:none;
  738. }
  739. #u406_div {
  740. border-width:0px;
  741. position:absolute;
  742. left:0px;
  743. top:0px;
  744. width:131px;
  745. height:18px;
  746. background:inherit;
  747. background-color:rgba(255, 255, 255, 0);
  748. border:none;
  749. border-radius:0px;
  750. -moz-box-shadow:none;
  751. -webkit-box-shadow:none;
  752. box-shadow:none;
  753. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  754. font-weight:700;
  755. font-style:normal;
  756. font-size:16px;
  757. }
  758. #u406 {
  759. border-width:0px;
  760. position:absolute;
  761. left:1222px;
  762. top:458px;
  763. width:131px;
  764. height:18px;
  765. display:flex;
  766. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  767. font-weight:700;
  768. font-style:normal;
  769. font-size:16px;
  770. }
  771. #u406 .text {
  772. position:absolute;
  773. align-self:flex-start;
  774. padding:0px 0px 0px 0px;
  775. box-sizing:border-box;
  776. width:100%;
  777. }
  778. #u406_text {
  779. border-width:0px;
  780. word-wrap:break-word;
  781. text-transform:none;
  782. }
  783. #u407_div {
  784. border-width:0px;
  785. position:absolute;
  786. left:0px;
  787. top:0px;
  788. width:352px;
  789. height:22px;
  790. background:inherit;
  791. background-color:rgba(255, 255, 255, 0);
  792. border:none;
  793. border-radius:0px;
  794. -moz-box-shadow:none;
  795. -webkit-box-shadow:none;
  796. box-shadow:none;
  797. line-height:22px;
  798. }
  799. #u407 {
  800. border-width:0px;
  801. position:absolute;
  802. left:1222px;
  803. top:496px;
  804. width:352px;
  805. height:22px;
  806. display:flex;
  807. line-height:22px;
  808. }
  809. #u407 .text {
  810. position:absolute;
  811. align-self:flex-start;
  812. padding:0px 0px 0px 0px;
  813. box-sizing:border-box;
  814. width:100%;
  815. }
  816. #u407_text {
  817. border-width:0px;
  818. word-wrap:break-word;
  819. text-transform:none;
  820. }
  821. #u408 {
  822. border-width:0px;
  823. position:absolute;
  824. left:0px;
  825. top:0px;
  826. width:0px;
  827. height:0px;
  828. }
  829. #u409_img {
  830. border-width:0px;
  831. position:absolute;
  832. left:-4px;
  833. top:-4px;
  834. width:40px;
  835. height:40px;
  836. }
  837. #u409 {
  838. border-width:0px;
  839. position:absolute;
  840. left:1182px;
  841. top:544px;
  842. width:30px;
  843. height:30px;
  844. display:flex;
  845. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  846. font-weight:700;
  847. font-style:normal;
  848. font-size:18px;
  849. color:#1E1E1E;
  850. }
  851. #u409 .text {
  852. position:absolute;
  853. align-self:center;
  854. padding:2px 2px 2px 2px;
  855. box-sizing:border-box;
  856. width:100%;
  857. }
  858. #u409_text {
  859. border-width:0px;
  860. word-wrap:break-word;
  861. text-transform:none;
  862. }
  863. #u410_div {
  864. border-width:0px;
  865. position:absolute;
  866. left:0px;
  867. top:0px;
  868. width:131px;
  869. height:18px;
  870. background:inherit;
  871. background-color:rgba(255, 255, 255, 0);
  872. border:none;
  873. border-radius:0px;
  874. -moz-box-shadow:none;
  875. -webkit-box-shadow:none;
  876. box-shadow:none;
  877. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  878. font-weight:700;
  879. font-style:normal;
  880. font-size:16px;
  881. }
  882. #u410 {
  883. border-width:0px;
  884. position:absolute;
  885. left:1222px;
  886. top:551px;
  887. width:131px;
  888. height:18px;
  889. display:flex;
  890. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  891. font-weight:700;
  892. font-style:normal;
  893. font-size:16px;
  894. }
  895. #u410 .text {
  896. position:absolute;
  897. align-self:flex-start;
  898. padding:0px 0px 0px 0px;
  899. box-sizing:border-box;
  900. width:100%;
  901. }
  902. #u410_text {
  903. border-width:0px;
  904. word-wrap:break-word;
  905. text-transform:none;
  906. }
  907. #u411_div {
  908. border-width:0px;
  909. position:absolute;
  910. left:0px;
  911. top:0px;
  912. width:352px;
  913. height:110px;
  914. background:inherit;
  915. background-color:rgba(255, 255, 255, 0);
  916. border:none;
  917. border-radius:0px;
  918. -moz-box-shadow:none;
  919. -webkit-box-shadow:none;
  920. box-shadow:none;
  921. line-height:22px;
  922. }
  923. #u411 {
  924. border-width:0px;
  925. position:absolute;
  926. left:1222px;
  927. top:589px;
  928. width:352px;
  929. height:110px;
  930. display:flex;
  931. line-height:22px;
  932. }
  933. #u411 .text {
  934. position:absolute;
  935. align-self:flex-start;
  936. padding:0px 0px 0px 0px;
  937. box-sizing:border-box;
  938. width:100%;
  939. }
  940. #u411_text {
  941. border-width:0px;
  942. word-wrap:break-word;
  943. text-transform:none;
  944. }
  945. #u412 {
  946. border-width:0px;
  947. position:absolute;
  948. left:0px;
  949. top:0px;
  950. width:0px;
  951. height:0px;
  952. }
  953. #u413_img {
  954. border-width:0px;
  955. position:absolute;
  956. left:-4px;
  957. top:-4px;
  958. width:39px;
  959. height:40px;
  960. }
  961. #u413 {
  962. border-width:0px;
  963. position:absolute;
  964. left:1182px;
  965. top:893px;
  966. width:29px;
  967. height:30px;
  968. display:flex;
  969. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  970. font-weight:700;
  971. font-style:normal;
  972. font-size:18px;
  973. color:#1E1E1E;
  974. }
  975. #u413 .text {
  976. position:absolute;
  977. align-self:center;
  978. padding:2px 2px 2px 2px;
  979. box-sizing:border-box;
  980. width:100%;
  981. }
  982. #u413_text {
  983. border-width:0px;
  984. word-wrap:break-word;
  985. text-transform:none;
  986. }
  987. #u414_div {
  988. border-width:0px;
  989. position:absolute;
  990. left:0px;
  991. top:0px;
  992. width:131px;
  993. height:18px;
  994. background:inherit;
  995. background-color:rgba(255, 255, 255, 0);
  996. border:none;
  997. border-radius:0px;
  998. -moz-box-shadow:none;
  999. -webkit-box-shadow:none;
  1000. box-shadow:none;
  1001. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1002. font-weight:700;
  1003. font-style:normal;
  1004. font-size:16px;
  1005. }
  1006. #u414 {
  1007. border-width:0px;
  1008. position:absolute;
  1009. left:1222px;
  1010. top:900px;
  1011. width:131px;
  1012. height:18px;
  1013. display:flex;
  1014. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1015. font-weight:700;
  1016. font-style:normal;
  1017. font-size:16px;
  1018. }
  1019. #u414 .text {
  1020. position:absolute;
  1021. align-self:flex-start;
  1022. padding:0px 0px 0px 0px;
  1023. box-sizing:border-box;
  1024. width:100%;
  1025. }
  1026. #u414_text {
  1027. border-width:0px;
  1028. word-wrap:break-word;
  1029. text-transform:none;
  1030. }
  1031. #u415_div {
  1032. border-width:0px;
  1033. position:absolute;
  1034. left:0px;
  1035. top:0px;
  1036. width:352px;
  1037. height:44px;
  1038. background:inherit;
  1039. background-color:rgba(255, 255, 255, 0);
  1040. border:none;
  1041. border-radius:0px;
  1042. -moz-box-shadow:none;
  1043. -webkit-box-shadow:none;
  1044. box-shadow:none;
  1045. line-height:22px;
  1046. }
  1047. #u415 {
  1048. border-width:0px;
  1049. position:absolute;
  1050. left:1222px;
  1051. top:938px;
  1052. width:352px;
  1053. height:44px;
  1054. display:flex;
  1055. line-height:22px;
  1056. }
  1057. #u415 .text {
  1058. position:absolute;
  1059. align-self:flex-start;
  1060. padding:0px 0px 0px 0px;
  1061. box-sizing:border-box;
  1062. width:100%;
  1063. }
  1064. #u415_text {
  1065. border-width:0px;
  1066. word-wrap:break-word;
  1067. text-transform:none;
  1068. }
  1069. #u416_img {
  1070. border-width:0px;
  1071. position:absolute;
  1072. left:-4px;
  1073. top:-4px;
  1074. width:30px;
  1075. height:30px;
  1076. }
  1077. #u416 {
  1078. border-width:0px;
  1079. position:absolute;
  1080. left:996px;
  1081. top:312px;
  1082. width:20px;
  1083. height:20px;
  1084. display:flex;
  1085. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1086. font-weight:700;
  1087. font-style:normal;
  1088. font-size:14px;
  1089. color:#1E1E1E;
  1090. }
  1091. #u416 .text {
  1092. position:absolute;
  1093. align-self:center;
  1094. padding:2px 2px 2px 2px;
  1095. box-sizing:border-box;
  1096. width:100%;
  1097. }
  1098. #u416_text {
  1099. border-width:0px;
  1100. word-wrap:break-word;
  1101. text-transform:none;
  1102. }
  1103. #u417_div {
  1104. border-width:0px;
  1105. position:absolute;
  1106. left:0px;
  1107. top:0px;
  1108. width:108px;
  1109. height:21px;
  1110. background:inherit;
  1111. background-color:rgba(255, 255, 255, 0);
  1112. border:none;
  1113. border-radius:0px;
  1114. -moz-box-shadow:none;
  1115. -webkit-box-shadow:none;
  1116. box-shadow:none;
  1117. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1118. font-weight:700;
  1119. font-style:normal;
  1120. font-size:18px;
  1121. }
  1122. #u417 {
  1123. border-width:0px;
  1124. position:absolute;
  1125. left:7px;
  1126. top:68px;
  1127. width:108px;
  1128. height:21px;
  1129. display:flex;
  1130. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1131. font-weight:700;
  1132. font-style:normal;
  1133. font-size:18px;
  1134. }
  1135. #u417 .text {
  1136. position:absolute;
  1137. align-self:flex-start;
  1138. padding:0px 0px 0px 0px;
  1139. box-sizing:border-box;
  1140. width:100%;
  1141. }
  1142. #u417_text {
  1143. border-width:0px;
  1144. white-space:nowrap;
  1145. text-transform:none;
  1146. }
  1147. #u418_div {
  1148. border-width:0px;
  1149. position:absolute;
  1150. left:0px;
  1151. top:0px;
  1152. width:329px;
  1153. height:48px;
  1154. background:inherit;
  1155. background-color:rgba(255, 255, 255, 0);
  1156. border:none;
  1157. border-radius:0px;
  1158. -moz-box-shadow:none;
  1159. -webkit-box-shadow:none;
  1160. box-shadow:none;
  1161. font-size:16px;
  1162. line-height:24px;
  1163. }
  1164. #u418 {
  1165. border-width:0px;
  1166. position:absolute;
  1167. left:40px;
  1168. top:120px;
  1169. width:329px;
  1170. height:48px;
  1171. display:flex;
  1172. font-size:16px;
  1173. line-height:24px;
  1174. }
  1175. #u418 .text {
  1176. position:absolute;
  1177. align-self:flex-start;
  1178. padding:0px 0px 0px 0px;
  1179. box-sizing:border-box;
  1180. width:100%;
  1181. }
  1182. #u418_text {
  1183. border-width:0px;
  1184. word-wrap:break-word;
  1185. text-transform:none;
  1186. }
  1187. #u419 {
  1188. border-width:0px;
  1189. position:absolute;
  1190. left:0px;
  1191. top:0px;
  1192. width:0px;
  1193. height:0px;
  1194. }
  1195. #u420_img {
  1196. border-width:0px;
  1197. position:absolute;
  1198. left:-4px;
  1199. top:-4px;
  1200. width:44px;
  1201. height:44px;
  1202. }
  1203. #u420 {
  1204. border-width:0px;
  1205. position:absolute;
  1206. left:1182px;
  1207. top:704px;
  1208. width:34px;
  1209. height:34px;
  1210. display:flex;
  1211. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1212. font-weight:700;
  1213. font-style:normal;
  1214. font-size:26px;
  1215. }
  1216. #u420 .text {
  1217. position:absolute;
  1218. align-self:center;
  1219. padding:2px 2px 2px 2px;
  1220. box-sizing:border-box;
  1221. width:100%;
  1222. }
  1223. #u420_text {
  1224. border-width:0px;
  1225. word-wrap:break-word;
  1226. text-transform:none;
  1227. }
  1228. #u421_div {
  1229. border-width:0px;
  1230. position:absolute;
  1231. left:0px;
  1232. top:0px;
  1233. width:131px;
  1234. height:18px;
  1235. background:inherit;
  1236. background-color:rgba(255, 255, 255, 0);
  1237. border:none;
  1238. border-radius:0px;
  1239. -moz-box-shadow:none;
  1240. -webkit-box-shadow:none;
  1241. box-shadow:none;
  1242. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1243. font-weight:700;
  1244. font-style:normal;
  1245. font-size:16px;
  1246. text-decoration:underline ;
  1247. color:#FF0000;
  1248. }
  1249. #u421 {
  1250. border-width:0px;
  1251. position:absolute;
  1252. left:1222px;
  1253. top:711px;
  1254. width:131px;
  1255. height:18px;
  1256. display:flex;
  1257. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1258. font-weight:700;
  1259. font-style:normal;
  1260. font-size:16px;
  1261. text-decoration:underline ;
  1262. color:#FF0000;
  1263. }
  1264. #u421 .text {
  1265. position:absolute;
  1266. align-self:flex-start;
  1267. padding:0px 0px 0px 0px;
  1268. box-sizing:border-box;
  1269. width:100%;
  1270. }
  1271. #u421_text {
  1272. border-width:0px;
  1273. word-wrap:break-word;
  1274. text-transform:none;
  1275. }
  1276. #u422_div {
  1277. border-width:0px;
  1278. position:absolute;
  1279. left:0px;
  1280. top:0px;
  1281. width:352px;
  1282. height:44px;
  1283. background:inherit;
  1284. background-color:rgba(255, 255, 255, 0);
  1285. border:none;
  1286. border-radius:0px;
  1287. -moz-box-shadow:none;
  1288. -webkit-box-shadow:none;
  1289. box-shadow:none;
  1290. line-height:22px;
  1291. }
  1292. #u422 {
  1293. border-width:0px;
  1294. position:absolute;
  1295. left:1222px;
  1296. top:749px;
  1297. width:352px;
  1298. height:44px;
  1299. display:flex;
  1300. line-height:22px;
  1301. }
  1302. #u422 .text {
  1303. position:absolute;
  1304. align-self:flex-start;
  1305. padding:0px 0px 0px 0px;
  1306. box-sizing:border-box;
  1307. width:100%;
  1308. }
  1309. #u422_text {
  1310. border-width:0px;
  1311. word-wrap:break-word;
  1312. text-transform:none;
  1313. }
  1314. #u423 {
  1315. border-width:0px;
  1316. position:absolute;
  1317. left:1226px;
  1318. top:704px;
  1319. width:93px;
  1320. height:30px;
  1321. overflow:hidden;
  1322. background-image:url('../../resources/images/transparent.gif');
  1323. }
  1324. #u424_div {
  1325. border-width:0px;
  1326. position:absolute;
  1327. left:0px;
  1328. top:0px;
  1329. width:314px;
  1330. height:74px;
  1331. background:inherit;
  1332. background-color:rgba(255, 255, 0, 1);
  1333. box-sizing:border-box;
  1334. border-width:1px;
  1335. border-style:solid;
  1336. border-color:rgba(0, 0, 0, 1);
  1337. border-radius:10px;
  1338. -moz-box-shadow:none;
  1339. -webkit-box-shadow:none;
  1340. box-shadow:none;
  1341. text-align:left;
  1342. line-height:18px;
  1343. }
  1344. #u424 {
  1345. border-width:0px;
  1346. position:absolute;
  1347. left:1232px;
  1348. top:637px;
  1349. width:314px;
  1350. height:74px;
  1351. display:flex;
  1352. text-align:left;
  1353. line-height:18px;
  1354. }
  1355. #u424 .text {
  1356. position:absolute;
  1357. align-self:center;
  1358. padding:2px 2px 2px 2px;
  1359. box-sizing:border-box;
  1360. width:100%;
  1361. }
  1362. #u424_text {
  1363. border-width:0px;
  1364. word-wrap:break-word;
  1365. text-transform:none;
  1366. }
  1367. #u425 {
  1368. border-width:0px;
  1369. position:absolute;
  1370. left:0px;
  1371. top:0px;
  1372. width:0px;
  1373. height:0px;
  1374. }
  1375. #u426_img {
  1376. border-width:0px;
  1377. position:absolute;
  1378. left:-4px;
  1379. top:-4px;
  1380. width:44px;
  1381. height:44px;
  1382. }
  1383. #u426 {
  1384. border-width:0px;
  1385. position:absolute;
  1386. left:1182px;
  1387. top:794px;
  1388. width:34px;
  1389. height:34px;
  1390. display:flex;
  1391. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1392. font-weight:700;
  1393. font-style:normal;
  1394. font-size:26px;
  1395. }
  1396. #u426 .text {
  1397. position:absolute;
  1398. align-self:center;
  1399. padding:2px 2px 2px 2px;
  1400. box-sizing:border-box;
  1401. width:100%;
  1402. }
  1403. #u426_text {
  1404. border-width:0px;
  1405. word-wrap:break-word;
  1406. text-transform:none;
  1407. }
  1408. #u427_div {
  1409. border-width:0px;
  1410. position:absolute;
  1411. left:0px;
  1412. top:0px;
  1413. width:131px;
  1414. height:18px;
  1415. background:inherit;
  1416. background-color:rgba(255, 255, 255, 0);
  1417. border:none;
  1418. border-radius:0px;
  1419. -moz-box-shadow:none;
  1420. -webkit-box-shadow:none;
  1421. box-shadow:none;
  1422. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1423. font-weight:700;
  1424. font-style:normal;
  1425. font-size:16px;
  1426. text-decoration:underline ;
  1427. color:#FF0000;
  1428. }
  1429. #u427 {
  1430. border-width:0px;
  1431. position:absolute;
  1432. left:1222px;
  1433. top:801px;
  1434. width:131px;
  1435. height:18px;
  1436. display:flex;
  1437. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1438. font-weight:700;
  1439. font-style:normal;
  1440. font-size:16px;
  1441. text-decoration:underline ;
  1442. color:#FF0000;
  1443. }
  1444. #u427 .text {
  1445. position:absolute;
  1446. align-self:flex-start;
  1447. padding:0px 0px 0px 0px;
  1448. box-sizing:border-box;
  1449. width:100%;
  1450. }
  1451. #u427_text {
  1452. border-width:0px;
  1453. word-wrap:break-word;
  1454. text-transform:none;
  1455. }
  1456. #u428_div {
  1457. border-width:0px;
  1458. position:absolute;
  1459. left:0px;
  1460. top:0px;
  1461. width:352px;
  1462. height:44px;
  1463. background:inherit;
  1464. background-color:rgba(255, 255, 255, 0);
  1465. border:none;
  1466. border-radius:0px;
  1467. -moz-box-shadow:none;
  1468. -webkit-box-shadow:none;
  1469. box-shadow:none;
  1470. line-height:22px;
  1471. }
  1472. #u428 {
  1473. border-width:0px;
  1474. position:absolute;
  1475. left:1222px;
  1476. top:839px;
  1477. width:352px;
  1478. height:44px;
  1479. display:flex;
  1480. line-height:22px;
  1481. }
  1482. #u428 .text {
  1483. position:absolute;
  1484. align-self:flex-start;
  1485. padding:0px 0px 0px 0px;
  1486. box-sizing:border-box;
  1487. width:100%;
  1488. }
  1489. #u428_text {
  1490. border-width:0px;
  1491. word-wrap:break-word;
  1492. text-transform:none;
  1493. }
  1494. #u429_div {
  1495. border-width:0px;
  1496. position:absolute;
  1497. left:0px;
  1498. top:0px;
  1499. width:314px;
  1500. height:74px;
  1501. background:inherit;
  1502. background-color:rgba(255, 255, 0, 1);
  1503. box-sizing:border-box;
  1504. border-width:1px;
  1505. border-style:solid;
  1506. border-color:rgba(0, 0, 0, 1);
  1507. border-radius:10px;
  1508. -moz-box-shadow:none;
  1509. -webkit-box-shadow:none;
  1510. box-shadow:none;
  1511. text-align:left;
  1512. line-height:18px;
  1513. }
  1514. #u429 {
  1515. border-width:0px;
  1516. position:absolute;
  1517. left:1232px;
  1518. top:717px;
  1519. width:314px;
  1520. height:74px;
  1521. display:flex;
  1522. text-align:left;
  1523. line-height:18px;
  1524. }
  1525. #u429 .text {
  1526. position:absolute;
  1527. align-self:center;
  1528. padding:2px 2px 2px 2px;
  1529. box-sizing:border-box;
  1530. width:100%;
  1531. }
  1532. #u429_text {
  1533. border-width:0px;
  1534. word-wrap:break-word;
  1535. text-transform:none;
  1536. }
  1537. #u430 {
  1538. border-width:0px;
  1539. position:absolute;
  1540. left:1222px;
  1541. top:796px;
  1542. width:131px;
  1543. height:30px;
  1544. overflow:hidden;
  1545. background-image:url('../../resources/images/transparent.gif');
  1546. }
  1547. #u431_img {
  1548. border-width:0px;
  1549. position:absolute;
  1550. left:-4px;
  1551. top:-4px;
  1552. width:30px;
  1553. height:30px;
  1554. }
  1555. #u431 {
  1556. border-width:0px;
  1557. position:absolute;
  1558. left:355px;
  1559. top:375px;
  1560. width:20px;
  1561. height:20px;
  1562. display:flex;
  1563. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1564. font-weight:700;
  1565. font-style:normal;
  1566. font-size:14px;
  1567. color:#1E1E1E;
  1568. }
  1569. #u431 .text {
  1570. position:absolute;
  1571. align-self:center;
  1572. padding:2px 2px 2px 2px;
  1573. box-sizing:border-box;
  1574. width:100%;
  1575. }
  1576. #u431_text {
  1577. border-width:0px;
  1578. word-wrap:break-word;
  1579. text-transform:none;
  1580. }
  1581. #u432_img {
  1582. border-width:0px;
  1583. position:absolute;
  1584. left:-4px;
  1585. top:-4px;
  1586. width:30px;
  1587. height:30px;
  1588. }
  1589. #u432 {
  1590. border-width:0px;
  1591. position:absolute;
  1592. left:295px;
  1593. top:375px;
  1594. width:20px;
  1595. height:20px;
  1596. display:flex;
  1597. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1598. font-weight:700;
  1599. font-style:normal;
  1600. font-size:14px;
  1601. color:#1E1E1E;
  1602. }
  1603. #u432 .text {
  1604. position:absolute;
  1605. align-self:center;
  1606. padding:2px 2px 2px 2px;
  1607. box-sizing:border-box;
  1608. width:100%;
  1609. }
  1610. #u432_text {
  1611. border-width:0px;
  1612. word-wrap:break-word;
  1613. text-transform:none;
  1614. }
  1615. #u433 {
  1616. position:fixed;
  1617. left:1382px;
  1618. top:70px;
  1619. }
  1620. #u433_state0 {
  1621. position:relative;
  1622. left:0px;
  1623. top:0px;
  1624. width:140px;
  1625. height:40px;
  1626. background-image:none;
  1627. border:none;
  1628. border-radius:0px;
  1629. -moz-box-shadow:none;
  1630. -webkit-box-shadow:none;
  1631. box-shadow:none;
  1632. }
  1633. #u433_state0_content {
  1634. border-width:0px;
  1635. position:absolute;
  1636. left:0px;
  1637. top:0px;
  1638. width:1px;
  1639. height:1px;
  1640. }
  1641. #u434_div {
  1642. border-width:0px;
  1643. position:absolute;
  1644. left:0px;
  1645. top:0px;
  1646. width:140px;
  1647. height:40px;
  1648. background:inherit;
  1649. background-color:rgba(20, 146, 138, 1);
  1650. border:none;
  1651. border-radius:5px;
  1652. -moz-box-shadow:none;
  1653. -webkit-box-shadow:none;
  1654. box-shadow:none;
  1655. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1656. font-weight:700;
  1657. font-style:normal;
  1658. }
  1659. #u434 {
  1660. border-width:0px;
  1661. position:absolute;
  1662. left:0px;
  1663. top:0px;
  1664. width:140px;
  1665. height:40px;
  1666. display:flex;
  1667. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1668. font-weight:700;
  1669. font-style:normal;
  1670. }
  1671. #u434 .text {
  1672. position:absolute;
  1673. align-self:center;
  1674. padding:2px 2px 2px 2px;
  1675. box-sizing:border-box;
  1676. width:100%;
  1677. }
  1678. #u434_text {
  1679. border-width:0px;
  1680. word-wrap:break-word;
  1681. text-transform:none;
  1682. }