charisma-app.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727
  1. @import url(https://fonts.googleapis.com/css?family=Shojumaru);
  2. select {
  3. background-color: #fff;
  4. }
  5. .ch-container {
  6. padding: 0 15px;
  7. }
  8. .top-block {
  9. border-radius: 20px;
  10. font-size: 14px;
  11. text-align: center;
  12. padding: 5px;
  13. margin-bottom: 10px;
  14. font-weight: bold;
  15. position: relative;
  16. display: block;
  17. line-height: 22px;
  18. text-shadow: 0 0 1px #DDD;
  19. text-decoration: none;
  20. -webkit-box-shadow: inset 0 0 0 1px #FAFAFA;
  21. -moz-box-shadow: inset 0 0 0 1px #FAFAFA;
  22. box-shadow: inset 0 0 0 1px #FAFAFA;
  23. background: -moz-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
  24. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 0.2)), color-stop(100%, rgba(125, 185, 232, 0)));
  25. background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
  26. background: -o-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
  27. background: -ms-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
  28. background: linear-gradient(to bottom, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
  29. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#331e5799', endColorstr='#007db9e8', GradientType=0);
  30. }
  31. .top-block span {
  32. clear: both;
  33. }
  34. .top-block i {
  35. font-size: 25px;
  36. }
  37. .top-block:hover {
  38. text-decoration: none;
  39. }
  40. .notification {
  41. display: block;
  42. position: absolute;
  43. top: -10px;
  44. right: -5px;
  45. line-height: 16px;
  46. height: 16px;
  47. padding: 0 5px;
  48. font-family: Arial, sans-serif;
  49. color: white !important;
  50. text-shadow: 0 1px hsla(0, 0%, 0%, 0.25);
  51. border-width: 1px;
  52. border-style: solid;
  53. border-radius: 10px;
  54. -webkit-border-radius: 10px;
  55. -moz-border-radius: 10px;
  56. -webkit-box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
  57. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
  58. box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
  59. }
  60. .notification {
  61. border-color: #2FABE9;
  62. background-color: #67C2EF;
  63. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(200, 80%, 82%)), color-stop(100%, hsl(200, 81%, 67%)));
  64. background-image: -webkit-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
  65. background-image: -moz-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
  66. background-image: -ms-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
  67. background-image: -o-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
  68. background-image: linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
  69. }
  70. .notification.green {
  71. border-color: #5AAD34;
  72. background-color: #78CD51;
  73. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(101, 54%, 71%)), color-stop(100%, hsl(101, 55%, 56%)));
  74. background-image: -webkit-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
  75. background-image: -moz-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
  76. background-image: -ms-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
  77. background-image: -o-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
  78. background-image: linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
  79. }
  80. .notification.yellow {
  81. border-color: #F4A506;
  82. background-color: #FABB3D;
  83. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(40, 95%, 76%)), color-stop(100%, hsl(40, 95%, 61%)));
  84. background-image: -webkit-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
  85. background-image: -moz-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
  86. background-image: -ms-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
  87. background-image: -o-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
  88. background-image: linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
  89. }
  90. .notification.red {
  91. border-color: #FA5833;
  92. background-color: #FA603D;
  93. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(11, 95%, 76%)), color-stop(100%, hsl(11, 95%, 61%)));
  94. background-image: -webkit-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
  95. background-image: -moz-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
  96. background-image: -ms-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
  97. background-image: -o-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
  98. background-image: linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
  99. }
  100. .box {
  101. margin-top: 10px;
  102. margin-bottom: 10px;
  103. }
  104. .box-inner {
  105. border: 1px solid #DEDEDE;
  106. border-radius: 3px;
  107. -webkit-border-radius: 3px;
  108. -moz-border-radius: 3px;
  109. box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
  110. -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
  111. -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
  112. }
  113. .box-header {
  114. border: none;
  115. padding-top: 5px;
  116. border-bottom: 1px solid #DEDEDE;
  117. border-radius: 3px 3px 0 0;
  118. -webkit-border-radius: 3px 3px 0 0;
  119. -moz-border-radius: 3px 3px 0 0;
  120. height: 35px;
  121. min-height: 35px !important;
  122. margin-bottom: 0;
  123. font-weight: bold;
  124. font-size: 16px;
  125. background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  126. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  127. background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  128. background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  129. background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  130. background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  131. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#1a000000', GradientType=0);
  132. }
  133. .box-header h2 {
  134. font-size: 15px;
  135. width: auto;
  136. clear: none;
  137. float: left;
  138. line-height: 25px;
  139. white-space: nowrap;
  140. font-weight: bold;
  141. margin-top: 0;
  142. margin-bottom: 0;
  143. }
  144. .box-header h3 {
  145. font-size: 13px;
  146. width: auto;
  147. clear: none;
  148. float: left;
  149. line-height: 25px;
  150. white-space: nowrap;
  151. }
  152. .box-header h2 > i {
  153. margin-top: 1px;
  154. }
  155. .box-icon {
  156. float: right;
  157. }
  158. .box-icon a {
  159. clear: none;
  160. float: left;
  161. margin: 0 2px;
  162. height: 20px;
  163. width: 5px;
  164. margin-top: 1px;
  165. }
  166. .box-icon a i {
  167. margin-left: -6px;
  168. top: -1px;
  169. }
  170. .box-content {
  171. padding: 10px;
  172. }
  173. .btn-round {
  174. border-radius: 40px;
  175. -webkit-border-radius: 40px;
  176. -moz-border-radius: 40px;
  177. font-size: 12px;
  178. padding-top: 4px;
  179. }
  180. ul.dashboard-list li {
  181. padding: 7px 0;
  182. list-style: none;
  183. border-bottom: 1px solid #EBEBEB;
  184. border-top: 1px solid white;
  185. }
  186. ul.dashboard-list a:hover {
  187. text-decoration: none;
  188. }
  189. ul.dashboard-list {
  190. margin: 0;
  191. }
  192. ul.dashboard-list li a span {
  193. display: inline-block;
  194. font-size: 18px;
  195. font-weight: bold;
  196. margin-right: 10px;
  197. text-align: right;
  198. width: 70px;
  199. zoom: 1;
  200. }
  201. .dashboard-avatar {
  202. height: 50px;
  203. width: 50px;
  204. padding: 1px;
  205. float: left;
  206. margin-left: 15px;
  207. margin-right: 15px;
  208. border: 1px solid #EBEBEB;
  209. border-radius: 50%;
  210. }
  211. .thumbnail {
  212. background-color: white;
  213. z-index: 2;
  214. position: relative;
  215. margin-bottom: 40px !important;
  216. }
  217. .thumbnails > li {
  218. display: inline-block;
  219. margin-left: 15px;
  220. }
  221. .thumbnail img, .thumbnail > a {
  222. z-index: 2;
  223. height: 100px;
  224. width: 100px;
  225. position: relative;
  226. display: block;
  227. }
  228. img.grayscale {
  229. -webkit-filter: grayscale(1);
  230. -webkit-filter: grayscale(100%);
  231. -moz-filter: grayscale(100%);
  232. -ms-filter: grayscale(100%);
  233. -o-filter: grayscale(100%);
  234. }
  235. .thumbnail .gallery-controls {
  236. position: absolute;
  237. z-index: 1;
  238. margin-top: -30px;
  239. height: 30px;
  240. min-height: 30px;
  241. padding: 0 6.5px;
  242. }
  243. .thumbnail .gallery-controls p {
  244. display: block;
  245. margin: auto;
  246. width: 100%;
  247. }
  248. div.uploader {
  249. border-radius: 14px;
  250. -webkit-border-radius: 14px;
  251. -moz-border-radius: 14px;
  252. }
  253. footer {
  254. clear: both;
  255. }
  256. div.center, p.center, img.center {
  257. margin-left: auto !important;
  258. margin-right: auto !important;
  259. float: none !important;
  260. display: block;
  261. text-align: center;
  262. }
  263. .stackControls {
  264. padding: 5px;
  265. }
  266. .sidebar-nav {
  267. min-height: 0;
  268. box-shadow: 0 0 10px #BDBDBD;
  269. border-radius: 5px;
  270. margin-bottom: 0;
  271. padding-bottom: 0;
  272. max-height: none;
  273. }
  274. .sidebar-nav > ul > li:not(.nav-header) {
  275. margin-right: -2px;
  276. margin-left: -2px;
  277. }
  278. .navbar-brand {
  279. font-family: 'Shojumaru', cursive, Arial, serif;
  280. letter-spacing: 2px;
  281. text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  282. width: 183px;
  283. font-size: 17px;
  284. }
  285. .navbar-brand img {
  286. float: left;
  287. height: 20px;
  288. width: 20px;
  289. margin-right: 5px;
  290. }
  291. .navbar-brand span {
  292. float: left;
  293. }
  294. .theme-container {
  295. z-index: 5;
  296. }
  297. .navbar-search {
  298. margin-left: 10px;
  299. margin-top: 7px;
  300. }
  301. .navbar-inner {
  302. padding-top: 5px;
  303. padding-bottom: 5px;
  304. line-height: 30px;
  305. height: 60px;
  306. }
  307. .navbar-inner .btn-group {
  308. margin: 7px 5px 0 5px;
  309. }
  310. ul.ajax-loaders li {
  311. display: inline-block;
  312. list-style: none;
  313. padding: 10px;
  314. }
  315. ul.ajax-loaders {
  316. min-height: 80px;
  317. }
  318. .bs-icons li {
  319. list-style: none;
  320. }
  321. #for-is-ajax {
  322. padding-left: 12px;
  323. cursor: pointer;
  324. }
  325. #loading {
  326. margin-top: 20px;
  327. width: 128px;
  328. font-weight: bold;
  329. }
  330. #loading div.center {
  331. margin-top: 10px;
  332. height: 15px;
  333. width: 128px;
  334. background: url(../img/ajax-loaders/ajax-loader-6.gif);
  335. }
  336. .box-content .nav-tabs {
  337. margin-right: -10px;
  338. margin-left: -10px;
  339. }
  340. .login-header {
  341. padding-top: 30px;
  342. height: 120px;
  343. }
  344. .pull-left {
  345. float: left !important;
  346. }
  347. .pull-right {
  348. float: right !important;
  349. }
  350. .remember {
  351. margin-top: 3px;
  352. }
  353. .green {
  354. color: #458746;
  355. }
  356. .red {
  357. color: #B94846;
  358. }
  359. .blue {
  360. color: #3986AC;
  361. }
  362. .yellow {
  363. color: #F99406;
  364. }
  365. .login-box .input-prepend {
  366. margin-bottom: 10px;
  367. }
  368. .login-box .btn {
  369. margin-top: 15px;
  370. width: 100%
  371. }
  372. .box-content.buttons {
  373. min-height: 297px;
  374. }
  375. .main-menu > li > a {
  376. border: 1px solid rgba(221, 221, 221, 0.46);
  377. }
  378. .main-menu > li {
  379. margin-top: 0 !important;
  380. }
  381. .sidebar-nav .nav-header {
  382. display: block;
  383. padding: 3px 15px;
  384. font-size: 11px;
  385. font-weight: bold;
  386. line-height: 18px;
  387. color: #999999;
  388. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  389. text-transform: uppercase;
  390. }
  391. .navbar {
  392. border-radius: 0;
  393. }
  394. ul.main-menu li:hover {
  395. margin-left: 8px;
  396. }
  397. ul.main-menu li.active {
  398. margin-left: 8px;
  399. }
  400. ul.main-menu li.nav-header:hover {
  401. margin-left: 0;
  402. }
  403. ul.main-menu li:not(.nav-header) {
  404. -webkit-transition: .3s;
  405. -moz-transition: .3s;
  406. -ms-transition: .3s;
  407. -o-transition: .3s;
  408. transition: .3s;
  409. }
  410. .accordion > ul {
  411. display: none;
  412. margin-left: 10px;
  413. }
  414. .nav-sm {
  415. display: none;
  416. }
  417. .preview-on-phone {
  418. height: 380px;
  419. }
  420. .powered-by {
  421. text-align: right;
  422. }
  423. .whitespace:before {
  424. content: "\2122";
  425. color: transparent !important;
  426. }
  427. .center-block {
  428. float: none !important;
  429. text-align: center;
  430. }
  431. ul.github-buttons li {
  432. display: inline;
  433. }
  434. .homepage-box {
  435. height: 380px;
  436. }
  437. .download-buttons a {
  438. margin: 5px;
  439. }
  440. .center-text {
  441. text-align: center;
  442. }
  443. /* Mobile */
  444. @media only screen and (max-width: 767px) {
  445. .navbar-brand {
  446. font-family: 'Shojumaru', cursive, Arial, serif;
  447. letter-spacing: 2px;
  448. text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  449. width: 40%;
  450. font-size: 14px;
  451. }
  452. .nav-sm {
  453. display: block;
  454. margin-bottom: 10px;
  455. border-bottom: solid white 1px;
  456. padding-bottom: 10px;
  457. }
  458. .sidebar-nav .nav-canvas {
  459. top: -20px;
  460. left: -90%;
  461. position: absolute;
  462. width: 80%;
  463. z-index: 2;
  464. background: rgba(0, 0, 0, 0.8);
  465. margin: 0 !important;
  466. border-radius: 0 0 20px 0;
  467. padding-bottom: 10px;
  468. will-change: left;
  469. }
  470. .sidebar-nav.active .nav-canvas {
  471. left: -20px;
  472. border-right: solid 1px white;
  473. border-bottom: solid 1px white;
  474. }
  475. .sidebar-nav {
  476. position: relative;
  477. z-index: 3;
  478. margin: 0 !important;
  479. padding: 0;
  480. }
  481. .nav-canvas {
  482. -webkit-transition: .2s;
  483. -moz-transition: .2s;
  484. -ms-transition: .2s;
  485. -o-transition: .2s;
  486. transition: .2s;
  487. }
  488. .sidebar-nav a {
  489. border: none !important;
  490. color: white;
  491. }
  492. #for-is-ajax {
  493. color: white;
  494. margin-top: 15px;
  495. }
  496. .main-menu .nav-header {
  497. color: white;
  498. }
  499. ul.main-menu li:hover {
  500. margin-left: inherit;
  501. }
  502. ul.main-menu li.active {
  503. margin-left: inherit;
  504. }
  505. ul.main-menu a:hover, .nav-sm a:hover {
  506. background: none !important;
  507. color: grey;
  508. }
  509. .navbar-default .navbar-toggle:focus {
  510. background-color: inherit;
  511. }
  512. .navbar-default .navbar-toggle.active {
  513. box-shadow: 0 0 7px rgb(0, 255, 40);
  514. border: solid 1px white;
  515. }
  516. .navbar-toggle {
  517. margin-left: 5px;
  518. margin-right: 0;
  519. }
  520. .powered-by {
  521. text-align: center;
  522. }
  523. .copyright {
  524. text-align: center;
  525. }
  526. .table-wrapper .pinned {
  527. box-shadow: 0 0 20px black;
  528. }
  529. }
  530. /* Tablet */
  531. @media only screen and (min-width: 768px) and (max-width: 979px) {
  532. .box-icon {
  533. display: none;
  534. }
  535. .box-header h2 {
  536. font-size: 13px !important;
  537. }
  538. .box-header h3 {
  539. font-size: 11px !important;
  540. }
  541. .main-menu-span {
  542. width: 6.2% !important;
  543. margin-right: 4%;
  544. }
  545. .top-menu > li i {
  546. display: none;
  547. }
  548. .sidebar-nav li span {
  549. display: block !important;
  550. }
  551. .sidebar-nav li a, .sidebar-nav .nav-header {
  552. text-align: center
  553. }
  554. .sidebar-nav {
  555. padding: 0;
  556. margin-bottom: 0;
  557. }
  558. }
  559. /* Computer */
  560. @media only screen and (min-width: 980px) {
  561. a, button, input[type=submit], input[type=button], .product-img {
  562. -webkit-transition: .5s;
  563. -moz-transition: .5s;
  564. -ms-transition: .5s;
  565. -o-transition: .5s;
  566. transition: .5s;
  567. }
  568. .ch-container {
  569. padding: 0 20px;
  570. }
  571. }
  572. /* MailChimp Form Embed Code - Slim - 08/17/2011 */
  573. .email-subscription-footer a {
  574. font-weight: bold;
  575. font-size: 16px;
  576. letter-spacing: 1px;
  577. }
  578. .email-subscription-footer {
  579. float: right;
  580. padding: 20px 0 0 20px;
  581. text-align: center;
  582. }
  583. .mc_embed_signup {
  584. font: 14px Helvetica,Arial,sans-serif;
  585. }
  586. .power_field{position: absolute; left: -5000px;display: none;}
  587. .mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
  588. .mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
  589. .mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
  590. .mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
  591. .mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
  592. .mc_embed_signup input:focus {border-color:#333;}
  593. .mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
  594. .mc_embed_signup .button:hover {background-color:#777;}
  595. .mc_embed_signup .small-meta {font-size: 11px;}
  596. .mc_embed_signup .nowrap {white-space:nowrap;}
  597. .mc_embed_signup .clear {clear:none; display:inline;}
  598. .mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
  599. .mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:58%; min-width:130px;}
  600. .mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}
  601. .mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
  602. .mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
  603. .mc_embed_signup #mce-error-response {display:none;}
  604. .mc_embed_signup #mce-success-response {color:#529214; display:none;}
  605. .mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}