ubilling.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670
  1. /*
  2. dirty magic class ;)
  3. */
  4. .somemagic {
  5. display: none;
  6. }
  7. .row1 {
  8. background-color: #dadada;
  9. padding: 1px 1px 1px 1px;
  10. }
  11. .row2 {
  12. background-color: #e1e1e1;
  13. padding: 1px 1px 1px 1px;
  14. }
  15. .row3 {
  16. background-color: #ECECEC;
  17. padding: 1px 1px 1px 1px;
  18. }
  19. .row4 td {
  20. height: 25px;
  21. }
  22. .row4 {
  23. background-color: #ECECEC;
  24. padding: 1px;
  25. font-size: 13px;
  26. }
  27. .row5 {
  28. background-color: #ECECEC;
  29. padding: 1px 1px 1px 1px;
  30. }
  31. .row5:hover {
  32. background-color: #e1e1e1;
  33. }
  34. .ChosenOne {
  35. background-color: #CDB38B;
  36. }
  37. .loginform label {
  38. font-size: 20px;
  39. color: #666;
  40. padding-left: 4px;
  41. }
  42. .loginform {
  43. border: 1px solid #ddd;
  44. padding: 6px 6px 6px 12px;
  45. background: #fff;
  46. -webkit-border-radius: 10px;
  47. -moz-border-radius: 10px;
  48. border-radius: 10px;
  49. background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFFFFF));
  50. background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE);
  51. -webkit-box-shadow:0px 0 50px #ccc;
  52. -moz-box-shadow:0px 0 50px #ccc;
  53. box-shadow:0px 0 50px #ccc;
  54. background-image: url('login.gif');
  55. background-repeat: no-repeat;
  56. background-position: right;
  57. }
  58. .loginform fieldset { border: none; }
  59. .loginform input, textarea {
  60. padding: 4px;
  61. margin: 4px 0 20px 0;
  62. background: #fff;
  63. color: #555;
  64. border: 1px #ddd solid;
  65. -webkit-box-shadow: 0px 0px 4px #aaa;
  66. -moz-box-shadow: 0px 0px 4px #aaa;
  67. box-shadow: 0px 0px 4px #aaa;
  68. -webkit-transition: background 0.3s linear;
  69. }
  70. .loginform textarea {
  71. }
  72. .loginform input:hover, textarea:hover {
  73. background: #eee;
  74. }
  75. .loginform legend
  76. {
  77. float: left;
  78. color: #000000;
  79. border: 1px solid #C4C4C4;
  80. padding: 8px;
  81. margin: 8px;
  82. width: 60%;
  83. }
  84. .mgcontainer {
  85. height:350px;
  86. width:256px;
  87. border:1px #aaa solid;
  88. float:left;
  89. margin:5px;
  90. background-color: #fbf6f6;
  91. }
  92. .mgheader {
  93. height:32px;
  94. width:100%;
  95. text-align: center;
  96. font-weight: bold;
  97. float: left;
  98. background-color: #fff298;
  99. }
  100. .mgheaderprimary {
  101. height:32px;
  102. width:100%;
  103. text-align: center;
  104. font-weight: bold;
  105. float: left;
  106. background-color: #adc8ff;
  107. }
  108. .mgsubcontrol {
  109. background: #3498db;
  110. background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  111. background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  112. background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  113. background-image: -o-linear-gradient(top, #3498db, #2980b9);
  114. background-image: linear-gradient(to bottom, #3498db, #2980b9);
  115. -webkit-border-radius: 28;
  116. -moz-border-radius: 28;
  117. border-radius: 28px;
  118. font-family: Arial;
  119. color: #ffffff;
  120. padding: 10px 20px 10px 20px;
  121. text-decoration: none;
  122. margin: 20%;
  123. }
  124. .mgsubcontrol:hover {
  125. background: #3cb0fd;
  126. background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  127. background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  128. background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  129. background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  130. background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  131. text-decoration: none;
  132. }
  133. .mgunsubcontrol {
  134. background: #d40000;
  135. background-image: -webkit-linear-gradient(top, #d40000, #f76e4f);
  136. background-image: -moz-linear-gradient(top, #d40000, #f76e4f);
  137. background-image: -ms-linear-gradient(top, #d40000, #f76e4f);
  138. background-image: -o-linear-gradient(top, #d40000, #f76e4f);
  139. background-image: linear-gradient(to bottom, #d40000, #f76e4f);
  140. -webkit-border-radius: 28;
  141. -moz-border-radius: 28;
  142. border-radius: 28px;
  143. font-family: Arial;
  144. color: #ffffff;
  145. padding: 10px 20px 10px 20px;
  146. text-decoration: none;
  147. margin: 20%;
  148. }
  149. .mgunsubcontrol:hover {
  150. background: #3cb0fd;
  151. background-image: -webkit-linear-gradient(top, #d40000, #f76e4f);
  152. background-image: -moz-linear-gradient(top, #d40000, #f76e4f);
  153. background-image: -ms-linear-gradient(top, #d40000, #f76e4f);
  154. background-image: -o-linear-gradient(top, #d40000, #f76e4f);
  155. background-image: linear-gradient(to bottom, #d40000, #f76e4f);
  156. text-decoration: none;
  157. }
  158. .mgviewcontrol{
  159. background: #44d934;
  160. background-image: -webkit-linear-gradient(top, #44d934, #00943e);
  161. background-image: -moz-linear-gradient(top, #44d934, #00943e);
  162. background-image: -ms-linear-gradient(top, #44d934, #00943e);
  163. background-image: -o-linear-gradient(top, #44d934, #00943e);
  164. background-image: linear-gradient(to bottom, #44d934, #00943e);
  165. -webkit-border-radius: 28;
  166. -moz-border-radius: 28;
  167. border-radius: 28px;
  168. font-family: Arial;
  169. color: #ffffff;
  170. padding: 10px 20px 10px 20px;
  171. text-decoration: none;
  172. margin-left: 30%;
  173. }
  174. .mgviewcontrol:hover {
  175. background: #009116;
  176. background-image: -webkit-linear-gradient(top, #009116, #0ccf57);
  177. background-image: -moz-linear-gradient(top, #009116, #0ccf57);
  178. background-image: -ms-linear-gradient(top, #009116, #0ccf57);
  179. background-image: -o-linear-gradient(top, #009116, #0ccf57);
  180. background-image: linear-gradient(to bottom, #009116, #0ccf57);
  181. text-decoration: none;
  182. }
  183. .mgguidecontrol {
  184. -moz-box-shadow: 0px 1px 0px 0px #fff6af;
  185. -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
  186. box-shadow: 0px 1px 0px 0px #fff6af;
  187. background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
  188. background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  189. background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  190. background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  191. background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  192. background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  193. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
  194. background-color:#ffec64;
  195. -moz-border-radius:6px;
  196. -webkit-border-radius:6px;
  197. border-radius:6px;
  198. border:1px solid #ffaa22;
  199. display:inline-block;
  200. cursor:pointer;
  201. color:#333333;
  202. font-family:Arial;
  203. font-weight:bold;
  204. padding:6px 24px;
  205. text-decoration:none;
  206. text-shadow:0px 1px 0px #ffee66;
  207. }
  208. .mgguidecontrol:hover {
  209. background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
  210. background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  211. background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  212. background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  213. background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  214. background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  215. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
  216. background-color:#ffab23;
  217. }
  218. .mgguidecontrol:active {
  219. position:relative;
  220. top:1px;
  221. }
  222. .trinity-col {
  223. position: relative;
  224. min-height: 1px;
  225. padding-left: 15px;
  226. padding-right: 15px;
  227. }
  228. @media (min-width: 992px){
  229. .trinity-col {
  230. width: 44.33333333%;
  231. }
  232. }
  233. @media (min-width: 992px){
  234. .trinity-col {
  235. float: left;
  236. }
  237. }
  238. .trinity-list {
  239. padding: 10px;
  240. font-size: 10pt;
  241. }
  242. .trinity-bl1 {
  243. margin-bottom: 15px;
  244. display: block;
  245. height: 340px;
  246. text-align: center;
  247. border-radius: 10px;
  248. box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
  249. }
  250. .trinity-bl1 p {
  251. padding: 5px;
  252. border-radius: 5px;
  253. color: white;
  254. background: #6cb121;
  255. margin: 0 auto;
  256. left: 0;
  257. bottom: 35px;
  258. text-transform: uppercase;
  259. right: 0;
  260. width: 75%;
  261. }
  262. .trinity-button {
  263. text-decoration: none !important;
  264. border-radius: 5px;
  265. display: block;
  266. float: left;
  267. color: white;
  268. background: #6cb121;
  269. margin: 10px auto;
  270. margin-left: 10px;
  271. left: 0;
  272. bottom: 35px;
  273. right: 0;
  274. padding: 10px 10px 10px 10px;
  275. }
  276. .trinity-button-s {
  277. text-decoration: none !important;
  278. display: block;
  279. border-radius: 5px;
  280. color: white;
  281. background: #6cb121;
  282. margin: 0 auto;
  283. left: 0;
  284. bottom: 35px;
  285. text-transform: uppercase;
  286. right: 0;
  287. width: 65%;
  288. padding: 10px 10px 10px 10px;
  289. }
  290. .trinity-button-u {
  291. text-decoration: none !important;
  292. display: block;
  293. border-radius: 5px;
  294. color: white;
  295. background: #a1a79c;
  296. margin: 0 auto;
  297. left: 0;
  298. bottom: 35px;
  299. text-transform: uppercase;
  300. right: 0;
  301. width: 65%;
  302. padding: 10px 10px 10px 10px;
  303. }
  304. .trinity-price {
  305. font-size: 35pt;
  306. padding-top: 20px;
  307. /* font-family: 'Myriad Pro Bold';*/
  308. }
  309. .trinity-green {
  310. margin-top: 10px;
  311. height: 40px;
  312. background: #6cb121;
  313. color: white;
  314. font-size: 12pt;
  315. font-weight: bold;
  316. text-transform: uppercase;
  317. line-height: 40px;
  318. }
  319. .trinity-tariff-b s{
  320. background: rgba(85, 148, 27, 0.59);
  321. }
  322. .trinity-price sup {
  323. text-transform: uppercase;
  324. font-size: 15pt;
  325. /*font-family: 'Myriad Pro Regular';*/
  326. }
  327. sup {
  328. top: -0.5em;
  329. }
  330. sub, sup {
  331. font-size: 75%;
  332. line-height: 0;
  333. position: relative;
  334. vertical-align: baseline;
  335. }
  336. .announcementstable {
  337. }
  338. .announcementslink {
  339. font-size: x-large;
  340. }
  341. .anreadbutton {
  342. -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
  343. -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
  344. box-shadow:inset 0px 1px 0px 0px #a4e271;
  345. background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
  346. background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
  347. background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
  348. background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
  349. background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
  350. background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
  351. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
  352. background-color:#89c403;
  353. -moz-border-radius:6px;
  354. -webkit-border-radius:6px;
  355. border-radius:6px;
  356. border:1px solid #74b807;
  357. display:inline-block;
  358. cursor:pointer;
  359. color:#ffffff !important;
  360. font-family:Arial;
  361. font-size:15px;
  362. font-weight:bold;
  363. padding:6px 24px;
  364. text-decoration:none;
  365. text-shadow:0px 1px 0px #528009;
  366. }
  367. .anreadbutton:hover {
  368. background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
  369. background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
  370. background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
  371. background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
  372. background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
  373. background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
  374. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
  375. text-decoration: none !important;
  376. color: #ffffff !important;
  377. background-color:#77a809;
  378. }
  379. .anreadbutton:active {
  380. position:relative;
  381. top:1px;
  382. }
  383. .anunreadbutton {
  384. -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
  385. -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
  386. box-shadow:inset 0px 1px 0px 0px #f5978e;
  387. background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
  388. background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  389. background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  390. background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  391. background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  392. background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
  393. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
  394. background-color:#f24537;
  395. -moz-border-radius:6px;
  396. -webkit-border-radius:6px;
  397. border-radius:6px;
  398. border:1px solid #d02718;
  399. display:inline-block;
  400. cursor:pointer;
  401. color:#ffffff !important;
  402. font-family:Arial;
  403. font-size:15px;
  404. font-weight:bold;
  405. padding:6px 24px;
  406. text-decoration:none;
  407. text-shadow:0px 1px 0px #810e05;
  408. }
  409. .anunreadbutton:hover {
  410. background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
  411. background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  412. background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  413. background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  414. background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  415. background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
  416. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
  417. text-decoration: none !important;
  418. color: #ffffff !important;
  419. background-color:#c62d1f;
  420. }
  421. .anunreadbutton:active {
  422. position:relative;
  423. top:1px;
  424. }
  425. .resp-table {
  426. word-break:break-all;
  427. }
  428. /* Alerts */
  429. .alert_info {
  430. display: block;
  431. width: 95%;
  432. margin: 20px 3% 0 3%;
  433. margin-top: 20px;
  434. -webkit-border-radius: 5px;
  435. -moz-border-radius: 5px;
  436. border-radius: 5px;
  437. background: #B5E5EF url(../../icn_alert_info.png) no-repeat;
  438. background-position: 10px 10px;
  439. border: 1px solid #77BACE;
  440. color: #082B33;
  441. padding: 10px 0;
  442. text-indent: 40px;
  443. font-size: 14px;}
  444. .alert_warning {
  445. display: block;
  446. width: 95%;
  447. margin: 20px 3% 0 3%;
  448. margin-top: 20px;
  449. -webkit-border-radius: 5px;
  450. -moz-border-radius: 5px;
  451. border-radius: 5px;
  452. background: #F5F3BA url(../../icn_alert_warning.png) no-repeat;
  453. background-position: 10px 10px;
  454. border: 1px solid #C7A20D;
  455. color: #796616;
  456. padding: 10px 0;
  457. text-indent: 40px;
  458. font-size: 14px;}
  459. .alert_error {
  460. display: block;
  461. width: 95%;
  462. margin: 20px 3% 0 3%;
  463. margin-top: 20px;
  464. -webkit-border-radius: 5px;
  465. -moz-border-radius: 5px;
  466. border-radius: 5px;
  467. background: #F3D9D9 url(../../icn_alert_error.png) no-repeat;
  468. background-position: 10px 10px;
  469. border: 1px solid #D20009;
  470. color: #7B040F;
  471. padding: 10px 0;
  472. text-indent: 40px;
  473. font-size: 14px;}
  474. .alert_success {
  475. display: block;
  476. width: 95%;
  477. margin: 20px 3% 0 3%;
  478. margin-top: 20px;
  479. -webkit-border-radius: 5px;
  480. -moz-border-radius: 5px;
  481. border-radius: 5px;
  482. background: #E2F6C5 url(../../icn_alert_success.png) no-repeat;
  483. background-position: 10px 10px;
  484. border: 1px solid #79C20D;
  485. color: #32510F;
  486. padding: 10px 0;
  487. text-indent: 40px;
  488. font-size: 14px;}
  489. .ubButton {
  490. -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  491. -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  492. box-shadow:inset 0px 1px 0px 0px #ffffff;
  493. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  494. background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
  495. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  496. background-color:#ededed;
  497. -moz-border-radius:6px;
  498. -webkit-border-radius:6px;
  499. border-radius:6px;
  500. border:1px solid #dcdcdc;
  501. display:inline-block;
  502. font-family:arial;
  503. font-size:15px;
  504. font-weight:bold;
  505. padding:6px 24px;
  506. text-decoration:none;
  507. text-shadow:1px 1px 0px #ffffff;
  508. color:#777777;
  509. }
  510. .ubButton:hover {
  511. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  512. background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  513. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  514. background-color:#dfdfdf;
  515. text-decoration: none;
  516. color: #777777;
  517. }
  518. .ubButton:active {
  519. /* commented due android FF issues */
  520. /* position:relative;
  521. top:1px; */
  522. box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  523. }
  524. .ubButton:visited {
  525. color: #777777;
  526. }
  527. .ubButton:link {
  528. color: #777777;
  529. }
  530. /* glamour forms =) */
  531. .glamour label {
  532. /* font-size: 20px; */
  533. color: #666;
  534. padding-left: 4px;
  535. }
  536. .glamour {
  537. float: left;
  538. border: 1px solid #ddd;
  539. padding: 6px 6px 6px 12px;
  540. background: #fff;
  541. -webkit-border-radius: 10px;
  542. -moz-border-radius: 10px;
  543. border-radius: 10px;
  544. background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFFFFF));
  545. /* following line commented due the FF 50.0 gradient issue */
  546. /* background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE); */
  547. -webkit-box-shadow:0px 0 50px #ccc;
  548. -moz-box-shadow:0px 0 50px #ccc;
  549. box-shadow:0px 0 50px #ccc;
  550. }
  551. .glamour fieldset { border: none; }
  552. .glamour textarea {
  553. }
  554. .glamour input:hover, textarea:hover {
  555. /** background: #eee; **/
  556. }
  557. .glamour legend
  558. {
  559. float: left;
  560. color: #000000;
  561. /* background: #E0E0E0; */
  562. border: 1px solid #C4C4C4;
  563. padding: 8px;
  564. margin: 8px;
  565. width: 60%;
  566. }
  567. .fileeditorarea {
  568. background-color: #000000;
  569. color: #DEE3E7;
  570. font-size: larger;
  571. max-width: 95%;
  572. -webkit-box-sizing: border-box;
  573. -moz-box-sizing: border-box;
  574. box-sizing: border-box;
  575. width: 100%;
  576. }
  577. .fileeditorarea:hover {
  578. background-color: #000000;
  579. color: #DEE3E7;
  580. font-size: larger;
  581. }