handy-css-rails 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,1817 +1,996 @@
1
- /* normalize.css v1.1.1 | MIT License | git.io/normalize */
2
- /* ==========================================================================
3
- HTML5 display definitions
4
- ========================================================================== */
5
- /**
6
- * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
7
- */
8
- article,
9
- aside,
10
- details,
11
- figcaption,
12
- figure,
13
- footer,
14
- header,
15
- hgroup,
16
- main,
17
- nav,
18
- section,
19
- summary {
20
- display: block; }
21
-
22
- /**
23
- * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
24
- */
25
- audio,
26
- canvas,
27
- video {
28
- display: inline-block;
29
- *display: inline;
30
- *zoom: 1; }
31
-
32
- /**
33
- * Prevent modern browsers from displaying `audio` without controls.
34
- * Remove excess height in iOS 5 devices.
35
- */
36
- audio:not([controls]) {
37
- display: none;
38
- height: 0; }
39
-
40
- /**
41
- * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
42
- * Known issue: no IE 6 support.
43
- */
44
- [hidden] {
45
- display: none; }
46
-
47
- /* ==========================================================================
48
- Base
49
- ========================================================================== */
50
- /**
51
- * 1. Prevent system color scheme's background color being used in Firefox, IE,
52
- * and Opera.
53
- * 2. Prevent system color scheme's text color being used in Firefox, IE, and
54
- * Opera.
55
- * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
56
- * `em` units.
57
- * 4. Prevent iOS text size adjust after orientation change, without disabling
58
- * user zoom.
59
- */
60
- html {
61
- background: #fff;
62
- /* 1 */
63
- color: #000;
64
- /* 2 */
65
- font-size: 100%;
66
- /* 3 */
67
- -webkit-text-size-adjust: 100%;
68
- /* 4 */
69
- -ms-text-size-adjust: 100%;
70
- /* 4 */ }
71
-
72
- /**
73
- * Address `font-family` inconsistency between `textarea` and other form
74
- * elements.
75
- */
76
- html,
77
- button,
78
- input,
79
- select,
80
- textarea {
81
- font-family: sans-serif; }
82
-
83
- /**
84
- * Address margins handled incorrectly in IE 6/7.
85
- */
86
- body {
87
- margin: 0; }
88
-
89
- /* ==========================================================================
90
- Links
91
- ========================================================================== */
92
- /**
93
- * Address `outline` inconsistency between Chrome and other browsers.
94
- */
95
- a:focus {
96
- outline: thin dotted; }
97
-
98
- /**
99
- * Improve readability when focused and also mouse hovered in all browsers.
100
- */
101
- a:active,
102
- a:hover {
103
- outline: 0; }
104
-
105
- /* ==========================================================================
106
- Typography
107
- ========================================================================== */
108
- /**
109
- * Address font sizes and margins set differently in IE 6/7.
110
- * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
111
- * and Chrome.
112
- */
113
- h1 {
114
- font-size: 2em;
115
- margin: 0.67em 0; }
116
-
117
- h2 {
118
- font-size: 1.5em;
119
- margin: 0.83em 0; }
120
-
121
- h3 {
122
- font-size: 1.17em;
123
- margin: 1em 0; }
124
-
125
- h4 {
126
- font-size: 1em;
127
- margin: 1.33em 0; }
128
-
129
- h5 {
130
- font-size: 0.83em;
131
- margin: 1.67em 0; }
132
-
133
- h6 {
134
- font-size: 0.67em;
135
- margin: 2.33em 0; }
136
-
137
- /**
138
- * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
139
- */
140
- abbr[title] {
141
- border-bottom: 1px dotted; }
142
-
143
- /**
144
- * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
145
- */
146
- b,
147
- strong {
148
- font-weight: bold; }
149
-
150
- blockquote {
151
- margin: 1em 40px; }
152
-
153
- /**
154
- * Address styling not present in Safari 5 and Chrome.
155
- */
156
- dfn {
157
- font-style: italic; }
158
-
159
- /**
160
- * Address differences between Firefox and other browsers.
161
- * Known issue: no IE 6/7 normalization.
162
- */
163
- hr {
164
- -moz-box-sizing: content-box;
165
- box-sizing: content-box;
166
- height: 0; }
167
-
168
- /**
169
- * Address styling not present in IE 6/7/8/9.
170
- */
171
- mark {
172
- background: #ff0;
173
- color: #000; }
174
-
175
- /**
176
- * Address margins set differently in IE 6/7.
177
- */
178
- p,
179
- pre {
180
- margin: 1em 0; }
181
-
182
- /**
183
- * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
184
- */
185
- code,
186
- kbd,
187
- pre,
188
- samp {
189
- font-family: monospace, serif;
190
- _font-family: 'courier new', monospace;
191
- font-size: 1em; }
192
-
193
- /**
194
- * Improve readability of pre-formatted text in all browsers.
195
- */
196
- pre {
197
- white-space: pre;
198
- white-space: pre-wrap;
199
- word-wrap: break-word; }
200
-
201
- /**
202
- * Address CSS quotes not supported in IE 6/7.
203
- */
204
- q {
205
- quotes: none; }
206
-
207
- /**
208
- * Address `quotes` property not supported in Safari 4.
209
- */
210
- q:before,
211
- q:after {
212
- content: '';
213
- content: none; }
214
-
215
- /**
216
- * Address inconsistent and variable font size in all browsers.
217
- */
218
- small {
219
- font-size: 80%; }
220
-
221
- /**
222
- * Prevent `sub` and `sup` affecting `line-height` in all browsers.
223
- */
224
- sub,
225
- sup {
226
- font-size: 75%;
227
- line-height: 0;
228
- position: relative;
229
- vertical-align: baseline; }
230
-
231
- sup {
232
- top: -0.5em; }
233
-
234
- sub {
235
- bottom: -0.25em; }
236
-
237
- /* ==========================================================================
238
- Lists
239
- ========================================================================== */
240
- /**
241
- * Address margins set differently in IE 6/7.
242
- */
243
- dl,
244
- menu,
245
- ol,
246
- ul {
247
- margin: 1em 0; }
248
-
249
- dd {
250
- margin: 0 0 0 40px; }
251
-
252
- /**
253
- * Address paddings set differently in IE 6/7.
254
- */
255
- menu,
256
- ol,
257
- ul {
258
- padding: 0 0 0 40px; }
259
-
260
- /**
261
- * Correct list images handled incorrectly in IE 7.
262
- */
263
- nav ul,
264
- nav ol {
265
- list-style: none;
266
- list-style-image: none; }
267
-
268
- /* ==========================================================================
269
- Embedded content
270
- ========================================================================== */
271
- /**
272
- * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
273
- * 2. Improve image quality when scaled in IE 7.
274
- */
275
- img {
276
- border: 0;
277
- /* 1 */
278
- -ms-interpolation-mode: bicubic;
279
- /* 2 */ }
280
-
281
- /**
282
- * Correct overflow displayed oddly in IE 9.
283
- */
284
- svg:not(:root) {
285
- overflow: hidden; }
286
-
287
- /* ==========================================================================
288
- Figures
289
- ========================================================================== */
290
- /**
291
- * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
292
- */
293
- figure {
294
- margin: 0; }
295
-
296
- /* ==========================================================================
297
- Forms
298
- ========================================================================== */
299
- /**
300
- * Correct margin displayed oddly in IE 6/7.
301
- */
302
- form {
303
- margin: 0; }
304
-
305
- /**
306
- * Define consistent border, margin, and padding.
307
- */
308
- fieldset {
309
- border: 1px solid #c0c0c0;
310
- margin: 0 2px;
311
- padding: 0.35em 0.625em 0.75em; }
312
-
313
- /**
314
- * 1. Correct color not being inherited in IE 6/7/8/9.
315
- * 2. Correct text not wrapping in Firefox 3.
316
- * 3. Correct alignment displayed oddly in IE 6/7.
317
- */
318
- legend {
319
- border: 0;
320
- /* 1 */
321
- padding: 0;
322
- white-space: normal;
323
- /* 2 */
324
- *margin-left: -7px;
325
- /* 3 */ }
326
-
327
- /**
328
- * 1. Correct font size not being inherited in all browsers.
329
- * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
330
- * and Chrome.
331
- * 3. Improve appearance and consistency in all browsers.
332
- */
333
- button,
334
- input,
335
- select,
336
- textarea {
337
- font-size: 100%;
338
- /* 1 */
339
- margin: 0;
340
- /* 2 */
341
- vertical-align: baseline;
342
- /* 3 */
343
- *vertical-align: middle;
344
- /* 3 */ }
345
-
346
- /**
347
- * Address Firefox 3+ setting `line-height` on `input` using `!important` in
348
- * the UA stylesheet.
349
- */
350
- button,
351
- input {
352
- line-height: normal; }
353
-
354
- /**
355
- * Address inconsistent `text-transform` inheritance for `button` and `select`.
356
- * All other form control elements do not inherit `text-transform` values.
357
- * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
358
- * Correct `select` style inheritance in Firefox 4+ and Opera.
359
- */
360
- button,
361
- select {
362
- text-transform: none; }
363
-
364
- /**
365
- * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
366
- * and `video` controls.
367
- * 2. Correct inability to style clickable `input` types in iOS.
368
- * 3. Improve usability and consistency of cursor style between image-type
369
- * `input` and others.
370
- * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
371
- * Known issue: inner spacing remains in IE 6.
372
- */
373
- button,
374
- html input[type="button"],
375
- input[type="reset"],
376
- input[type="submit"] {
377
- -webkit-appearance: button;
378
- /* 2 */
379
- cursor: pointer;
380
- /* 3 */
381
- *overflow: visible;
382
- /* 4 */ }
383
-
384
- /**
385
- * Re-set default cursor for disabled elements.
386
- */
387
- button[disabled],
388
- html input[disabled] {
389
- cursor: default; }
390
-
391
- /**
392
- * 1. Address box sizing set to content-box in IE 8/9.
393
- * 2. Remove excess padding in IE 8/9.
394
- * 3. Remove excess padding in IE 7.
395
- * Known issue: excess padding remains in IE 6.
396
- */
397
- input[type="checkbox"],
398
- input[type="radio"] {
399
- box-sizing: border-box;
400
- /* 1 */
401
- padding: 0;
402
- /* 2 */
403
- *height: 13px;
404
- /* 3 */
405
- *width: 13px;
406
- /* 3 */ }
407
-
408
- /**
409
- * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
410
- * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
411
- * (include `-moz` to future-proof).
412
- */
413
- input[type="search"] {
414
- -webkit-appearance: textfield;
415
- /* 1 */
416
- -moz-box-sizing: content-box;
417
- -webkit-box-sizing: content-box;
418
- /* 2 */
419
- box-sizing: content-box; }
420
-
421
- /**
422
- * Remove inner padding and search cancel button in Safari 5 and Chrome
423
- * on OS X.
424
- */
425
- input[type="search"]::-webkit-search-cancel-button,
426
- input[type="search"]::-webkit-search-decoration {
427
- -webkit-appearance: none; }
428
-
429
- /**
430
- * Remove inner padding and border in Firefox 3+.
431
- */
432
- button::-moz-focus-inner,
433
- input::-moz-focus-inner {
434
- border: 0;
435
- padding: 0; }
436
-
437
- /**
438
- * 1. Remove default vertical scrollbar in IE 6/7/8/9.
439
- * 2. Improve readability and alignment in all browsers.
440
- */
441
- textarea {
442
- overflow: auto;
443
- /* 1 */
444
- vertical-align: top;
445
- /* 2 */ }
446
-
447
- /* ==========================================================================
448
- Tables
449
- ========================================================================== */
450
- /**
451
- * Remove most spacing between table cells.
452
- */
453
- table {
454
- border-collapse: collapse;
455
- border-spacing: 0; }
456
-
457
- /*
458
- * HTML5 Boilerplate
1
+ /* ========================================================
2
+ * handycss.backdrops.css v0.0.1
3
+ * https://github.com/kpvarma/handyCSS
4
+ * ========================================================
5
+ * Copyright 2013 VarmaLabs
459
6
  *
460
- * What follows is the result of much research on cross-browser styling.
461
- * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
462
- * Kroc Camen, and the H5BP dev community and team.
463
- */
464
- /* ==========================================================================
465
- Base styles: opinionated defaults
466
- ========================================================================== */
467
- html,
468
- button,
469
- input,
470
- select,
471
- textarea {
472
- color: #222; }
473
-
474
- body {
475
- font-size: 1em;
476
- line-height: 1.4; }
477
-
478
- /*
479
- * Remove text-shadow in selection highlight: h5bp.com/i
480
- * These selection rule sets have to be separate.
481
- * Customize the background color to match your design.
482
- */
483
- ::-moz-selection {
484
- background: #b3d4fc;
485
- text-shadow: none; }
486
-
487
- ::selection {
488
- background: #b3d4fc;
489
- text-shadow: none; }
490
-
491
- /*
492
- * A better looking default horizontal rule
493
- */
494
- hr {
495
- display: block;
496
- height: 1px;
497
- border: 0;
498
- border-top: 1px solid #ccc;
499
- margin: 1em 0;
500
- padding: 0; }
501
-
502
- /*
503
- * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
504
- */
505
- img {
506
- vertical-align: middle; }
507
-
508
- /*
509
- * Remove default fieldset styles.
510
- */
511
- fieldset {
512
- border: 0;
513
- margin: 0;
514
- padding: 0; }
515
-
516
- /*
517
- * Allow only vertical resizing of textareas.
518
- */
519
- textarea {
520
- resize: vertical; }
521
-
522
- /* ==========================================================================
523
- Chrome Frame prompt
524
- ========================================================================== */
525
- .chromeframe {
526
- margin: 0.2em 0;
527
- background: #ccc;
528
- color: #000;
529
- padding: 0.2em 0; }
530
-
531
- /* ==========================================================================
532
- Author's custom styles
533
- ========================================================================== */
534
- /* ==========================================================================
535
- Helper classes
536
- ========================================================================== */
537
- /*
538
- * Image replacement
539
- */
540
- .ir {
541
- background-color: transparent;
542
- border: 0;
543
- overflow: hidden;
544
- /* IE 6/7 fallback */
545
- *text-indent: -9999px; }
546
-
547
- .ir:before {
548
- content: "";
549
- display: block;
550
- width: 0;
551
- height: 150%; }
552
-
553
- /*
554
- * Hide from both screenreaders and browsers: h5bp.com/u
555
- */
556
- .hidden {
557
- display: none !important;
558
- visibility: hidden; }
559
-
560
- /*
561
- * Hide only visually, but have it available for screenreaders: h5bp.com/v
562
- */
563
- .visuallyhidden {
564
- border: 0;
565
- clip: rect(0 0 0 0);
566
- height: 1px;
567
- margin: -1px;
568
- overflow: hidden;
569
- padding: 0;
570
- position: absolute;
571
- width: 1px; }
572
-
573
- /*
574
- * Extends the .visuallyhidden class to allow the element to be focusable
575
- * when navigated to via the keyboard: h5bp.com/p
576
- */
577
- .visuallyhidden.focusable:active,
578
- .visuallyhidden.focusable:focus {
579
- clip: auto;
580
- height: auto;
581
- margin: 0;
582
- overflow: visible;
583
- position: static;
584
- width: auto; }
585
-
586
- /*
587
- * Hide visually and from screenreaders, but maintain layout
588
- */
589
- .invisible {
590
- visibility: hidden; }
591
-
592
- /*
593
- * Clearfix: contain floats
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
594
12
  *
595
- * For modern browsers
596
- * 1. The space content is one way to avoid an Opera bug when the
597
- * `contenteditable` attribute is included anywhere else in the document.
598
- * Otherwise it causes space to appear at the top and bottom of elements
599
- * that receive the `clearfix` class.
600
- * 2. The use of `table` rather than `block` is only necessary if using
601
- * `:before` to contain the top-margins of child elements.
602
- */
603
- .clearfix:before,
604
- .clearfix:after {
605
- content: " ";
606
- /* 1 */
607
- display: table;
608
- /* 2 */ }
609
-
610
- .clearfix:after {
611
- clear: both; }
612
-
613
- /*
614
- * For IE 6/7 only
615
- * Include this rule to trigger hasLayout and contain floats.
616
- */
617
- .clearfix {
618
- *zoom: 1; }
619
-
620
- /* ==========================================================================
621
- EXAMPLE Media Queries for Responsive Design.
622
- These examples override the primary ('mobile first') styles.
623
- Modify as content requires.
624
- ========================================================================== */
625
- @media only screen and (min-width: 35em) {
626
- /* Style adjustments for viewports that meet the condition */ }
627
- @media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
628
- /* Style adjustments for high resolution devices */ }
629
- /* ==========================================================================
630
- Print styles.
631
- Inlined to avoid required HTTP connection: h5bp.com/r
632
- ========================================================================== */
633
- @media print {
634
- * {
635
- background: transparent !important;
636
- color: #000 !important;
637
- /* Black prints faster: h5bp.com/s */
638
- box-shadow: none !important;
639
- text-shadow: none !important; }
640
-
641
- a,
642
- a:visited {
643
- text-decoration: underline; }
644
-
645
- a[href]:after {
646
- content: " (" attr(href) ")"; }
647
-
648
- abbr[title]:after {
649
- content: " (" attr(title) ")"; }
650
-
651
- /*
652
- * Don't show links for images, or javascript/internal links
653
- */
654
- .ir a:after,
655
- a[href^="javascript:"]:after,
656
- a[href^="#"]:after {
657
- content: ""; }
658
-
659
- pre,
660
- blockquote {
661
- border: 1px solid #999;
662
- page-break-inside: avoid; }
663
-
664
- thead {
665
- display: table-header-group;
666
- /* h5bp.com/t */ }
667
-
668
- tr,
669
- img {
670
- page-break-inside: avoid; }
671
-
672
- img {
673
- max-width: 100% !important; }
674
-
675
- @page {
676
- margin: 0.5cm; }
677
-
678
- p,
679
- h2,
680
- h3 {
681
- orphans: 3;
682
- widows: 3; }
683
-
684
- h2,
685
- h3 {
686
- page-break-after: avoid; } }
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ * ======================================================== */
19
+ /* pull classes */
20
+ .float-left, .pull-left {
21
+ float: left;
22
+ }
23
+
24
+ .float-right, .pull-right {
25
+ float: right;
26
+ }
27
+
687
28
  /* Clear Both Classes */
688
29
  .cl {
689
30
  clear: both;
690
- display: block; }
31
+ display: block;
32
+ }
691
33
 
692
34
  .cl-2 {
693
35
  clear: both;
694
36
  display: block;
695
- height: 2px; }
37
+ height: 2px;
38
+ }
696
39
 
697
40
  .cl-3 {
698
41
  clear: both;
699
42
  display: block;
700
- height: 3px; }
43
+ height: 3px;
44
+ }
701
45
 
702
46
  .cl-4 {
703
47
  clear: both;
704
48
  display: block;
705
- height: 4px; }
49
+ height: 4px;
50
+ }
706
51
 
707
52
  .cl-5 {
708
53
  clear: both;
709
54
  display: block;
710
- height: 5px; }
55
+ height: 5px;
56
+ }
711
57
 
712
58
  .cl-10 {
713
59
  clear: both;
714
60
  display: block;
715
- height: 10px; }
61
+ height: 10px;
62
+ }
716
63
 
717
64
  .cl-15 {
718
65
  clear: both;
719
66
  display: block;
720
- height: 15px; }
67
+ height: 15px;
68
+ }
721
69
 
722
70
  .cl-20 {
723
71
  clear: both;
724
72
  display: block;
725
- height: 20px; }
73
+ height: 20px;
74
+ }
726
75
 
727
76
  .cl-25 {
728
77
  clear: both;
729
78
  display: block;
730
- height: 25px; }
79
+ height: 25px;
80
+ }
731
81
 
732
82
  .cl-30 {
733
83
  clear: both;
734
84
  display: block;
735
- height: 30px; }
85
+ height: 30px;
86
+ }
736
87
 
737
88
  .cl-40 {
738
89
  clear: both;
739
90
  display: block;
740
- height: 40px; }
91
+ height: 40px;
92
+ }
741
93
 
742
94
  .cl-50 {
743
95
  clear: both;
744
96
  display: block;
745
- height: 50px; }
97
+ height: 50px;
98
+ }
746
99
 
747
100
  .cl-60 {
748
101
  clear: both;
749
102
  display: block;
750
- height: 60px; }
103
+ height: 60px;
104
+ }
751
105
 
752
106
  .cl-70 {
753
107
  clear: both;
754
108
  display: block;
755
- height: 70px; }
109
+ height: 70px;
110
+ }
756
111
 
757
112
  .cl-80 {
758
113
  clear: both;
759
114
  display: block;
760
- height: 80px; }
115
+ height: 80px;
116
+ }
761
117
 
762
118
  .cl-90 {
763
119
  clear: both;
764
120
  display: block;
765
- height: 90px; }
121
+ height: 90px;
122
+ }
766
123
 
767
124
  .cl-100 {
768
125
  clear: both;
769
126
  display: block;
770
- height: 100px; }
127
+ height: 100px;
128
+ }
771
129
 
772
130
  .cl-200 {
773
131
  clear: both;
774
132
  display: block;
775
- height: 200px; }
776
-
777
- /* ---------------------- */
778
- /* Margin/Padding Classes */
779
- /* ---------------------- */
780
- .margin-auto {
781
- margin: 0px auto !important; }
782
-
783
- /* e.g: margin-10, padding-10 */
784
- .margin-2 {
785
- margin: 2px !important; }
786
-
787
- .margin-3 {
788
- margin: 3px !important; }
789
-
790
- .margin-4 {
791
- margin: 4px !important; }
792
-
793
- .margin-5 {
794
- margin: 5px !important; }
795
-
796
- .margin-10 {
797
- margin: 10px !important; }
798
-
799
- .margin-15 {
800
- margin: 15px !important; }
801
-
802
- .margin-20 {
803
- margin: 20px !important; }
804
-
805
- .margin-25 {
806
- margin: 25px !important; }
807
-
808
- .margin-30 {
809
- margin: 30px !important; }
810
-
811
- .margin-40 {
812
- margin: 40px !important; }
813
-
814
- .margin-50 {
815
- margin: 50px !important; }
816
-
817
- .margin-60 {
818
- margin: 60px !important; }
819
-
820
- .margin-70 {
821
- margin: 70px !important; }
822
-
823
- .margin-80 {
824
- margin: 80px !important; }
825
-
826
- .margin-90 {
827
- margin: 90px !important; }
828
-
829
- .margin-100 {
830
- margin: 100px !important; }
831
-
832
- .margin-200 {
833
- margin: 200px !important; }
834
-
835
- /* e.g: margin-top-10, padding-top-10 */
836
- .margin-top-2 {
837
- margin-top: 2px !important; }
838
-
839
- .margin-top-3 {
840
- margin-top: 3px !important; }
841
-
842
- .margin-top-4 {
843
- margin-top: 4px !important; }
844
-
845
- .margin-top-5 {
846
- margin-top: 5px !important; }
847
-
848
- .margin-top-10 {
849
- margin-top: 10px !important; }
850
-
851
- .margin-top-15 {
852
- margin-top: 15px !important; }
853
-
854
- .margin-top-20 {
855
- margin-top: 20px !important; }
856
-
857
- .margin-top-25 {
858
- margin-top: 25px !important; }
859
-
860
- .margin-top-30 {
861
- margin-top: 30px !important; }
862
-
863
- .margin-top-40 {
864
- margin-top: 40px !important; }
865
-
866
- .margin-top-50 {
867
- margin-top: 50px !important; }
868
-
869
- .margin-top-60 {
870
- margin-top: 60px !important; }
871
-
872
- .margin-top-70 {
873
- margin-top: 70px !important; }
874
-
875
- .margin-top-80 {
876
- margin-top: 80px !important; }
877
-
878
- .margin-top-90 {
879
- margin-top: 90px !important; }
880
-
881
- .margin-top-100 {
882
- margin-top: 100px !important; }
883
-
884
- .margin-top-200 {
885
- margin-top: 200px !important; }
886
-
887
- /* e.g: margin-bottom-10, padding-bottom-10 */
888
- .margin-bottom-2 {
889
- margin-bottom: 2px !important; }
890
-
891
- .margin-bottom-3 {
892
- margin-bottom: 3px !important; }
893
-
894
- .margin-bottom-4 {
895
- margin-bottom: 4px !important; }
896
-
897
- .margin-bottom-5 {
898
- margin-bottom: 5px !important; }
899
-
900
- .margin-bottom-10 {
901
- margin-bottom: 10px !important; }
902
-
903
- .margin-bottom-15 {
904
- margin-bottom: 15px !important; }
905
-
906
- .margin-bottom-20 {
907
- margin-bottom: 20px !important; }
908
-
909
- .margin-bottom-25 {
910
- margin-bottom: 25px !important; }
911
-
912
- .margin-bottom-30 {
913
- margin-bottom: 30px !important; }
914
-
915
- .margin-bottom-40 {
916
- margin-bottom: 40px !important; }
917
-
918
- .margin-bottom-50 {
919
- margin-bottom: 50px !important; }
920
-
921
- .margin-bottom-60 {
922
- margin-bottom: 60px !important; }
923
-
924
- .margin-bottom-70 {
925
- margin-bottom: 70px !important; }
926
-
927
- .margin-bottom-80 {
928
- margin-bottom: 80px !important; }
929
-
930
- .margin-bottom-90 {
931
- margin-bottom: 90px !important; }
932
-
933
- .margin-bottom-100 {
934
- margin-bottom: 100px !important; }
935
-
936
- .margin-bottom-200 {
937
- margin-bottom: 200px !important; }
938
-
939
- /* e.g: margin-left-10, padding-left-10 */
940
- .margin-left-2 {
941
- margin-left: 2px !important; }
942
-
943
- .margin-left-3 {
944
- margin-left: 3px !important; }
945
-
946
- .margin-left-4 {
947
- margin-left: 4px !important; }
948
-
949
- .margin-left-5 {
950
- margin-left: 5px !important; }
951
-
952
- .margin-left-10 {
953
- margin-left: 10px !important; }
954
-
955
- .margin-left-15 {
956
- margin-left: 15px !important; }
957
-
958
- .margin-left-20 {
959
- margin-left: 20px !important; }
960
-
961
- .margin-left-25 {
962
- margin-left: 25px !important; }
963
-
964
- .margin-left-30 {
965
- margin-left: 30px !important; }
966
-
967
- .margin-left-40 {
968
- margin-left: 40px !important; }
969
-
970
- .margin-left-50 {
971
- margin-left: 50px !important; }
972
-
973
- .margin-left-60 {
974
- margin-left: 60px !important; }
975
-
976
- .margin-left-70 {
977
- margin-left: 70px !important; }
978
-
979
- .margin-left-80 {
980
- margin-left: 80px !important; }
981
-
982
- .margin-left-90 {
983
- margin-left: 90px !important; }
984
-
985
- .margin-left-100 {
986
- margin-left: 100px !important; }
987
-
988
- .margin-left-200 {
989
- margin-left: 200px !important; }
990
-
991
- /* e.g: margin-right-10, padding-right-10 */
992
- .margin-right-2 {
993
- margin-right: 2px !important; }
994
-
995
- .margin-right-3 {
996
- margin-right: 3px !important; }
997
-
998
- .margin-right-4 {
999
- margin-right: 4px !important; }
1000
-
1001
- .margin-right-5 {
1002
- margin-right: 5px !important; }
1003
-
1004
- .margin-right-10 {
1005
- margin-right: 10px !important; }
1006
-
1007
- .margin-right-15 {
1008
- margin-right: 15px !important; }
1009
-
1010
- .margin-right-20 {
1011
- margin-right: 20px !important; }
1012
-
1013
- .margin-right-25 {
1014
- margin-right: 25px !important; }
1015
-
1016
- .margin-right-30 {
1017
- margin-right: 30px !important; }
1018
-
1019
- .margin-right-40 {
1020
- margin-right: 40px !important; }
1021
-
1022
- .margin-right-50 {
1023
- margin-right: 50px !important; }
1024
-
1025
- .margin-right-60 {
1026
- margin-right: 60px !important; }
1027
-
1028
- .margin-right-70 {
1029
- margin-right: 70px !important; }
1030
-
1031
- .margin-right-80 {
1032
- margin-right: 80px !important; }
1033
-
1034
- .margin-right-90 {
1035
- margin-right: 90px !important; }
1036
-
1037
- .margin-right-100 {
1038
- margin-right: 100px !important; }
1039
-
1040
- .margin-right-200 {
1041
- margin-right: 200px !important; }
1042
-
1043
- /* ------------------------- */
1044
- /* Negative margins/paddings */
1045
- /* ------------------------- */
1046
- /* e.g: margin-top-minus-10, padding-top-minus-10 */
1047
- .margin-top-minus-2 {
1048
- margin-top: -2px !important; }
1049
-
1050
- .margin-top-minus-3 {
1051
- margin-top: -3px !important; }
1052
-
1053
- .margin-top-minus-4 {
1054
- margin-top: -4px !important; }
1055
-
1056
- .margin-top-minus-5 {
1057
- margin-top: -5px !important; }
1058
-
1059
- .margin-top-minus-10 {
1060
- margin-top: -10px !important; }
1061
-
1062
- .margin-top-minus-15 {
1063
- margin-top: -15px !important; }
1064
-
1065
- .margin-top-minus-20 {
1066
- margin-top: -20px !important; }
1067
-
1068
- .margin-top-minus-25 {
1069
- margin-top: -25px !important; }
1070
-
1071
- .margin-top-minus-30 {
1072
- margin-top: -30px !important; }
1073
-
1074
- .margin-top-minus-40 {
1075
- margin-top: -40px !important; }
1076
-
1077
- .margin-top-minus-50 {
1078
- margin-top: -50px !important; }
1079
-
1080
- .margin-top-minus-60 {
1081
- margin-top: -60px !important; }
1082
-
1083
- .margin-top-minus-70 {
1084
- margin-top: -70px !important; }
1085
-
1086
- .margin-top-minus-80 {
1087
- margin-top: -80px !important; }
1088
-
1089
- .margin-top-minus-90 {
1090
- margin-top: -90px !important; }
1091
-
1092
- .margin-top-minus-100 {
1093
- margin-top: -100px !important; }
1094
-
1095
- .margin-top-minus-200 {
1096
- margin-top: -200px !important; }
1097
-
1098
- /* e.g: margin-bottom-minus-10, padding-bottom-minus-10 */
1099
- .margin-bottom-minus-2 {
1100
- margin-bottom: -2px !important; }
1101
-
1102
- .margin-bottom-minus-3 {
1103
- margin-bottom: -3px !important; }
1104
-
1105
- .margin-bottom-minus-4 {
1106
- margin-bottom: -4px !important; }
1107
-
1108
- .margin-bottom-minus-5 {
1109
- margin-bottom: -5px !important; }
1110
-
1111
- .margin-bottom-minus-10 {
1112
- margin-bottom: -10px !important; }
1113
-
1114
- .margin-bottom-minus-15 {
1115
- margin-bottom: -15px !important; }
1116
-
1117
- .margin-bottom-minus-20 {
1118
- margin-bottom: -20px !important; }
1119
-
1120
- .margin-bottom-minus-25 {
1121
- margin-bottom: -25px !important; }
1122
-
1123
- .margin-bottom-minus-30 {
1124
- margin-bottom: -30px !important; }
1125
-
1126
- .margin-bottom-minus-40 {
1127
- margin-bottom: -40px !important; }
1128
-
1129
- .margin-bottom-minus-50 {
1130
- margin-bottom: -50px !important; }
1131
-
1132
- .margin-bottom-minus-60 {
1133
- margin-bottom: -60px !important; }
1134
-
1135
- .margin-bottom-minus-70 {
1136
- margin-bottom: -70px !important; }
1137
-
1138
- .margin-bottom-minus-80 {
1139
- margin-bottom: -80px !important; }
1140
-
1141
- .margin-bottom-minus-90 {
1142
- margin-bottom: -90px !important; }
1143
-
1144
- .margin-bottom-minus-100 {
1145
- margin-bottom: -100px !important; }
1146
-
1147
- .margin-bottom-minus-200 {
1148
- margin-bottom: -200px !important; }
1149
-
1150
- /* e.g: margin-left-minus-10, padding-left-minus-10 */
1151
- .margin-left-minus-2 {
1152
- margin-left: -2px !important; }
1153
-
1154
- .margin-left-minus-3 {
1155
- margin-left: -3px !important; }
1156
-
1157
- .margin-left-minus-4 {
1158
- margin-left: -4px !important; }
1159
-
1160
- .margin-left-minus-5 {
1161
- margin-left: -5px !important; }
1162
-
1163
- .margin-left-minus-10 {
1164
- margin-left: -10px !important; }
1165
-
1166
- .margin-left-minus-15 {
1167
- margin-left: -15px !important; }
1168
-
1169
- .margin-left-minus-20 {
1170
- margin-left: -20px !important; }
1171
-
1172
- .margin-left-minus-25 {
1173
- margin-left: -25px !important; }
1174
-
1175
- .margin-left-minus-30 {
1176
- margin-left: -30px !important; }
1177
-
1178
- .margin-left-minus-40 {
1179
- margin-left: -40px !important; }
1180
-
1181
- .margin-left-minus-50 {
1182
- margin-left: -50px !important; }
1183
-
1184
- .margin-left-minus-60 {
1185
- margin-left: -60px !important; }
1186
-
1187
- .margin-left-minus-70 {
1188
- margin-left: -70px !important; }
1189
-
1190
- .margin-left-minus-80 {
1191
- margin-left: -80px !important; }
1192
-
1193
- .margin-left-minus-90 {
1194
- margin-left: -90px !important; }
1195
-
1196
- .margin-left-minus-100 {
1197
- margin-left: -100px !important; }
1198
-
1199
- .margin-left-minus-200 {
1200
- margin-left: -200px !important; }
1201
-
1202
- /* e.g: margin-right-minus-10, padding-right-minus-10 */
1203
- .margin-right-minus-2 {
1204
- margin-right: -2px !important; }
1205
-
1206
- .margin-right-minus-3 {
1207
- margin-right: -3px !important; }
1208
-
1209
- .margin-right-minus-4 {
1210
- margin-right: -4px !important; }
1211
-
1212
- .margin-right-minus-5 {
1213
- margin-right: -5px !important; }
1214
-
1215
- .margin-right-minus-10 {
1216
- margin-right: -10px !important; }
1217
-
1218
- .margin-right-minus-15 {
1219
- margin-right: -15px !important; }
1220
-
1221
- .margin-right-minus-20 {
1222
- margin-right: -20px !important; }
1223
-
1224
- .margin-right-minus-25 {
1225
- margin-right: -25px !important; }
1226
-
1227
- .margin-right-minus-30 {
1228
- margin-right: -30px !important; }
133
+ height: 200px;
134
+ }
135
+
136
+ /* Margin and Padding Class */
137
+ /* ------------------------ */
138
+ /* e.g: ma */
139
+ .ma {
140
+ margin: 0px auto !important;
141
+ }
142
+
143
+ /* margin - e.g: m-10 */
144
+ .m-2 {
145
+ margin: 2px !important;
146
+ }
147
+
148
+ .m-3 {
149
+ margin: 3px !important;
150
+ }
151
+
152
+ .m-4 {
153
+ margin: 4px !important;
154
+ }
155
+
156
+ .m-5 {
157
+ margin: 5px !important;
158
+ }
159
+
160
+ .m-10 {
161
+ margin: 10px !important;
162
+ }
163
+
164
+ .m-15 {
165
+ margin: 15px !important;
166
+ }
167
+
168
+ .m-20 {
169
+ margin: 20px !important;
170
+ }
171
+
172
+ .m-25 {
173
+ margin: 25px !important;
174
+ }
175
+
176
+ .m-30 {
177
+ margin: 30px !important;
178
+ }
179
+
180
+ .m-40 {
181
+ margin: 40px !important;
182
+ }
183
+
184
+ .m-50 {
185
+ margin: 50px !important;
186
+ }
187
+
188
+ .m-60 {
189
+ margin: 60px !important;
190
+ }
191
+
192
+ .m-70 {
193
+ margin: 70px !important;
194
+ }
195
+
196
+ .m-80 {
197
+ margin: 80px !important;
198
+ }
199
+
200
+ .m-90 {
201
+ margin: 90px !important;
202
+ }
203
+
204
+ .m-100 {
205
+ margin: 100px !important;
206
+ }
207
+
208
+ .m-200 {
209
+ margin: 200px !important;
210
+ }
211
+
212
+ /* margin-top - e.g: mt-10 */
213
+ .mt-2 {
214
+ margin-top: 2px !important;
215
+ }
216
+
217
+ .mt-3 {
218
+ margin-top: 3px !important;
219
+ }
220
+
221
+ .mt-4 {
222
+ margin-top: 4px !important;
223
+ }
224
+
225
+ .mt-5 {
226
+ margin-top: 5px !important;
227
+ }
228
+
229
+ .mt-10 {
230
+ margin-top: 10px !important;
231
+ }
232
+
233
+ .mt-15 {
234
+ margin-top: 15px !important;
235
+ }
236
+
237
+ .mt-20 {
238
+ margin-top: 20px !important;
239
+ }
240
+
241
+ .mt-25 {
242
+ margin-top: 25px !important;
243
+ }
244
+
245
+ .mt-30 {
246
+ margin-top: 30px !important;
247
+ }
248
+
249
+ .mt-40 {
250
+ margin-top: 40px !important;
251
+ }
252
+
253
+ .mt-50 {
254
+ margin-top: 50px !important;
255
+ }
256
+
257
+ .mt-60 {
258
+ margin-top: 60px !important;
259
+ }
260
+
261
+ .mt-70 {
262
+ margin-top: 70px !important;
263
+ }
264
+
265
+ .mt-80 {
266
+ margin-top: 80px !important;
267
+ }
268
+
269
+ .mt-90 {
270
+ margin-top: 90px !important;
271
+ }
272
+
273
+ .mt-100 {
274
+ margin-top: 100px !important;
275
+ }
276
+
277
+ .mt-200 {
278
+ margin-top: 200px !important;
279
+ }
280
+
281
+ /* margin-right - e.g: mr-10 */
282
+ .mr-2 {
283
+ margin-right: 2px !important;
284
+ }
285
+
286
+ .mr-3 {
287
+ margin-right: 3px !important;
288
+ }
289
+
290
+ .mr-4 {
291
+ margin-right: 4px !important;
292
+ }
293
+
294
+ .mr-5 {
295
+ margin-right: 5px !important;
296
+ }
297
+
298
+ .mr-10 {
299
+ margin-right: 10px !important;
300
+ }
301
+
302
+ .mr-15 {
303
+ margin-right: 15px !important;
304
+ }
305
+
306
+ .mr-20 {
307
+ margin-right: 20px !important;
308
+ }
309
+
310
+ .mr-25 {
311
+ margin-right: 25px !important;
312
+ }
313
+
314
+ .mr-30 {
315
+ margin-right: 30px !important;
316
+ }
317
+
318
+ .mr-40 {
319
+ margin-right: 40px !important;
320
+ }
321
+
322
+ .mr-50 {
323
+ margin-right: 50px !important;
324
+ }
325
+
326
+ .mr-60 {
327
+ margin-right: 60px !important;
328
+ }
329
+
330
+ .mr-70 {
331
+ margin-right: 70px !important;
332
+ }
333
+
334
+ .mr-80 {
335
+ margin-right: 80px !important;
336
+ }
337
+
338
+ .mr-90 {
339
+ margin-right: 90px !important;
340
+ }
341
+
342
+ .mr-100 {
343
+ margin-right: 100px !important;
344
+ }
345
+
346
+ .mr-200 {
347
+ margin-right: 200px !important;
348
+ }
349
+
350
+ /* margin-bottom - e.g: mb-10 */
351
+ .mb-2 {
352
+ margin-bottom: 2px !important;
353
+ }
354
+
355
+ .mb-3 {
356
+ margin-bottom: 3px !important;
357
+ }
358
+
359
+ .mb-4 {
360
+ margin-bottom: 4px !important;
361
+ }
362
+
363
+ .mb-5 {
364
+ margin-bottom: 5px !important;
365
+ }
366
+
367
+ .mb-10 {
368
+ margin-bottom: 10px !important;
369
+ }
370
+
371
+ .mb-15 {
372
+ margin-bottom: 15px !important;
373
+ }
374
+
375
+ .mb-20 {
376
+ margin-bottom: 20px !important;
377
+ }
378
+
379
+ .mb-25 {
380
+ margin-bottom: 25px !important;
381
+ }
382
+
383
+ .mb-30 {
384
+ margin-bottom: 30px !important;
385
+ }
386
+
387
+ .mb-40 {
388
+ margin-bottom: 40px !important;
389
+ }
390
+
391
+ .mb-50 {
392
+ margin-bottom: 50px !important;
393
+ }
394
+
395
+ .mb-60 {
396
+ margin-bottom: 60px !important;
397
+ }
398
+
399
+ .mb-70 {
400
+ margin-bottom: 70px !important;
401
+ }
402
+
403
+ .mb-80 {
404
+ margin-bottom: 80px !important;
405
+ }
406
+
407
+ .mb-90 {
408
+ margin-bottom: 90px !important;
409
+ }
410
+
411
+ .mb-100 {
412
+ margin-bottom: 100px !important;
413
+ }
414
+
415
+ .mb-200 {
416
+ margin-bottom: 200px !important;
417
+ }
418
+
419
+ /* magin-left - e.g: ml-10 */
420
+ .ml-2 {
421
+ margin-left: 2px !important;
422
+ }
423
+
424
+ .ml-3 {
425
+ margin-left: 3px !important;
426
+ }
427
+
428
+ .ml-4 {
429
+ margin-left: 4px !important;
430
+ }
431
+
432
+ .ml-5 {
433
+ margin-left: 5px !important;
434
+ }
435
+
436
+ .ml-10 {
437
+ margin-left: 10px !important;
438
+ }
439
+
440
+ .ml-15 {
441
+ margin-left: 15px !important;
442
+ }
443
+
444
+ .ml-20 {
445
+ margin-left: 20px !important;
446
+ }
447
+
448
+ .ml-25 {
449
+ margin-left: 25px !important;
450
+ }
451
+
452
+ .ml-30 {
453
+ margin-left: 30px !important;
454
+ }
455
+
456
+ .ml-40 {
457
+ margin-left: 40px !important;
458
+ }
459
+
460
+ .ml-50 {
461
+ margin-left: 50px !important;
462
+ }
463
+
464
+ .ml-60 {
465
+ margin-left: 60px !important;
466
+ }
467
+
468
+ .ml-70 {
469
+ margin-left: 70px !important;
470
+ }
471
+
472
+ .ml-80 {
473
+ margin-left: 80px !important;
474
+ }
475
+
476
+ .ml-90 {
477
+ margin-left: 90px !important;
478
+ }
479
+
480
+ .ml-100 {
481
+ margin-left: 100px !important;
482
+ }
483
+
484
+ .ml-200 {
485
+ margin-left: 200px !important;
486
+ }
487
+
488
+ /* padding - e.g: p-10 */
489
+ .p-2 {
490
+ padding: 2px !important;
491
+ }
492
+
493
+ .p-3 {
494
+ padding: 3px !important;
495
+ }
496
+
497
+ .p-4 {
498
+ padding: 4px !important;
499
+ }
500
+
501
+ .p-5 {
502
+ padding: 5px !important;
503
+ }
504
+
505
+ .p-10 {
506
+ padding: 10px !important;
507
+ }
508
+
509
+ .p-15 {
510
+ padding: 15px !important;
511
+ }
512
+
513
+ .p-20 {
514
+ padding: 20px !important;
515
+ }
516
+
517
+ .p-25 {
518
+ padding: 25px !important;
519
+ }
520
+
521
+ .p-30 {
522
+ padding: 30px !important;
523
+ }
524
+
525
+ .p-40 {
526
+ padding: 40px !important;
527
+ }
528
+
529
+ .p-50 {
530
+ padding: 50px !important;
531
+ }
532
+
533
+ .p-60 {
534
+ padding: 60px !important;
535
+ }
536
+
537
+ .p-70 {
538
+ padding: 70px !important;
539
+ }
540
+
541
+ .p-80 {
542
+ padding: 80px !important;
543
+ }
544
+
545
+ .p-90 {
546
+ padding: 90px !important;
547
+ }
548
+
549
+ .p-100 {
550
+ padding: 100px !important;
551
+ }
552
+
553
+ .p-200 {
554
+ padding: 200px !important;
555
+ }
556
+
557
+ /* padding-top - e.g: pt-10 */
558
+ .pt-2 {
559
+ padding-top: 2px !important;
560
+ }
561
+
562
+ .pt-3 {
563
+ padding-top: 3px !important;
564
+ }
565
+
566
+ .pt-4 {
567
+ padding-top: 4px !important;
568
+ }
569
+
570
+ .pt-5 {
571
+ padding-top: 5px !important;
572
+ }
573
+
574
+ .pt-10 {
575
+ padding-top: 10px !important;
576
+ }
577
+
578
+ .pt-15 {
579
+ padding-top: 15px !important;
580
+ }
581
+
582
+ .pt-20 {
583
+ padding-top: 20px !important;
584
+ }
585
+
586
+ .pt-25 {
587
+ padding-top: 25px !important;
588
+ }
589
+
590
+ .pt-30 {
591
+ padding-top: 30px !important;
592
+ }
593
+
594
+ .pt-40 {
595
+ padding-top: 40px !important;
596
+ }
597
+
598
+ .pt-50 {
599
+ padding-top: 50px !important;
600
+ }
601
+
602
+ .pt-60 {
603
+ padding-top: 60px !important;
604
+ }
605
+
606
+ .pt-70 {
607
+ padding-top: 70px !important;
608
+ }
609
+
610
+ .pt-80 {
611
+ padding-top: 80px !important;
612
+ }
613
+
614
+ .pt-90 {
615
+ padding-top: 90px !important;
616
+ }
617
+
618
+ .pt-100 {
619
+ padding-top: 100px !important;
620
+ }
621
+
622
+ .pt-200 {
623
+ padding-top: 200px !important;
624
+ }
625
+
626
+ /* padding-right - e.g: pr-10 */
627
+ .pr-2 {
628
+ padding-right: 2px !important;
629
+ }
630
+
631
+ .pr-3 {
632
+ padding-right: 3px !important;
633
+ }
634
+
635
+ .pr-4 {
636
+ padding-right: 4px !important;
637
+ }
638
+
639
+ .pr-5 {
640
+ padding-right: 5px !important;
641
+ }
642
+
643
+ .pr-10 {
644
+ padding-right: 10px !important;
645
+ }
646
+
647
+ .pr-15 {
648
+ padding-right: 15px !important;
649
+ }
650
+
651
+ .pr-20 {
652
+ padding-right: 20px !important;
653
+ }
654
+
655
+ .pr-25 {
656
+ padding-right: 25px !important;
657
+ }
658
+
659
+ .pr-30 {
660
+ padding-right: 30px !important;
661
+ }
662
+
663
+ .pr-40 {
664
+ padding-right: 40px !important;
665
+ }
666
+
667
+ .pr-50 {
668
+ padding-right: 50px !important;
669
+ }
670
+
671
+ .pr-60 {
672
+ padding-right: 60px !important;
673
+ }
674
+
675
+ .pr-70 {
676
+ padding-right: 70px !important;
677
+ }
678
+
679
+ .pr-80 {
680
+ padding-right: 80px !important;
681
+ }
682
+
683
+ .pr-90 {
684
+ padding-right: 90px !important;
685
+ }
686
+
687
+ .pr-100 {
688
+ padding-right: 100px !important;
689
+ }
690
+
691
+ .pr-200 {
692
+ padding-right: 200px !important;
693
+ }
694
+
695
+ /* padding-bottom - e.g: pb-10 */
696
+ .pb-2 {
697
+ padding-bottom: 2px !important;
698
+ }
699
+
700
+ .pb-3 {
701
+ padding-bottom: 3px !important;
702
+ }
703
+
704
+ .pb-4 {
705
+ padding-bottom: 4px !important;
706
+ }
707
+
708
+ .pb-5 {
709
+ padding-bottom: 5px !important;
710
+ }
711
+
712
+ .pb-10 {
713
+ padding-bottom: 10px !important;
714
+ }
715
+
716
+ .pb-15 {
717
+ padding-bottom: 15px !important;
718
+ }
719
+
720
+ .pb-20 {
721
+ padding-bottom: 20px !important;
722
+ }
723
+
724
+ .pb-25 {
725
+ padding-bottom: 25px !important;
726
+ }
727
+
728
+ .pb-30 {
729
+ padding-bottom: 30px !important;
730
+ }
731
+
732
+ .pb-40 {
733
+ padding-bottom: 40px !important;
734
+ }
1229
735
 
1230
- .margin-right-minus-40 {
1231
- margin-right: -40px !important; }
736
+ .pb-50 {
737
+ padding-bottom: 50px !important;
738
+ }
1232
739
 
1233
- .margin-right-minus-50 {
1234
- margin-right: -50px !important; }
740
+ .pb-60 {
741
+ padding-bottom: 60px !important;
742
+ }
1235
743
 
1236
- .margin-right-minus-60 {
1237
- margin-right: -60px !important; }
744
+ .pb-70 {
745
+ padding-bottom: 70px !important;
746
+ }
1238
747
 
1239
- .margin-right-minus-70 {
1240
- margin-right: -70px !important; }
748
+ .pb-80 {
749
+ padding-bottom: 80px !important;
750
+ }
1241
751
 
1242
- .margin-right-minus-80 {
1243
- margin-right: -80px !important; }
752
+ .pb-90 {
753
+ padding-bottom: 90px !important;
754
+ }
1244
755
 
1245
- .margin-right-minus-90 {
1246
- margin-right: -90px !important; }
756
+ .pb-100 {
757
+ padding-bottom: 100px !important;
758
+ }
1247
759
 
1248
- .margin-right-minus-100 {
1249
- margin-right: -100px !important; }
760
+ .pb-200 {
761
+ padding-bottom: 200px !important;
762
+ }
1250
763
 
1251
- .margin-right-minus-200 {
1252
- margin-right: -200px !important; }
764
+ /* padding-left - e.g: pl-10 */
765
+ .pl-2 {
766
+ padding-left: 2px !important;
767
+ }
1253
768
 
1254
- /* pull classes */
1255
- .float-left, .pull-left {
1256
- float: left; }
1257
-
1258
- .float-right, .pull-right {
1259
- float: right; }
1260
-
1261
- /* e.g: margin-10, padding-10 */
1262
- .padding-2 {
1263
- padding: 2px !important; }
1264
-
1265
- .padding-3 {
1266
- padding: 3px !important; }
1267
-
1268
- .padding-4 {
1269
- padding: 4px !important; }
1270
-
1271
- .padding-5 {
1272
- padding: 5px !important; }
1273
-
1274
- .padding-10 {
1275
- padding: 10px !important; }
1276
-
1277
- .padding-15 {
1278
- padding: 15px !important; }
1279
-
1280
- .padding-20 {
1281
- padding: 20px !important; }
1282
-
1283
- .padding-25 {
1284
- padding: 25px !important; }
1285
-
1286
- .padding-30 {
1287
- padding: 30px !important; }
1288
-
1289
- .padding-40 {
1290
- padding: 40px !important; }
1291
-
1292
- .padding-50 {
1293
- padding: 50px !important; }
1294
-
1295
- .padding-60 {
1296
- padding: 60px !important; }
1297
-
1298
- .padding-70 {
1299
- padding: 70px !important; }
1300
-
1301
- .padding-80 {
1302
- padding: 80px !important; }
1303
-
1304
- .padding-90 {
1305
- padding: 90px !important; }
1306
-
1307
- .padding-100 {
1308
- padding: 100px !important; }
1309
-
1310
- .padding-200 {
1311
- padding: 200px !important; }
1312
-
1313
- /* e.g: margin-top-10, padding-top-10 */
1314
- .padding-top-2 {
1315
- padding-top: 2px !important; }
1316
-
1317
- .padding-top-3 {
1318
- padding-top: 3px !important; }
1319
-
1320
- .padding-top-4 {
1321
- padding-top: 4px !important; }
1322
-
1323
- .padding-top-5 {
1324
- padding-top: 5px !important; }
1325
-
1326
- .padding-top-10 {
1327
- padding-top: 10px !important; }
1328
-
1329
- .padding-top-15 {
1330
- padding-top: 15px !important; }
1331
-
1332
- .padding-top-20 {
1333
- padding-top: 20px !important; }
1334
-
1335
- .padding-top-25 {
1336
- padding-top: 25px !important; }
1337
-
1338
- .padding-top-30 {
1339
- padding-top: 30px !important; }
1340
-
1341
- .padding-top-40 {
1342
- padding-top: 40px !important; }
1343
-
1344
- .padding-top-50 {
1345
- padding-top: 50px !important; }
1346
-
1347
- .padding-top-60 {
1348
- padding-top: 60px !important; }
1349
-
1350
- .padding-top-70 {
1351
- padding-top: 70px !important; }
1352
-
1353
- .padding-top-80 {
1354
- padding-top: 80px !important; }
1355
-
1356
- .padding-top-90 {
1357
- padding-top: 90px !important; }
1358
-
1359
- .padding-top-100 {
1360
- padding-top: 100px !important; }
1361
-
1362
- .padding-top-200 {
1363
- padding-top: 200px !important; }
1364
-
1365
- /* e.g: margin-bottom-10, padding-bottom-10 */
1366
- .padding-bottom-2 {
1367
- padding-bottom: 2px !important; }
1368
-
1369
- .padding-bottom-3 {
1370
- padding-bottom: 3px !important; }
1371
-
1372
- .padding-bottom-4 {
1373
- padding-bottom: 4px !important; }
1374
-
1375
- .padding-bottom-5 {
1376
- padding-bottom: 5px !important; }
1377
-
1378
- .padding-bottom-10 {
1379
- padding-bottom: 10px !important; }
1380
-
1381
- .padding-bottom-15 {
1382
- padding-bottom: 15px !important; }
1383
-
1384
- .padding-bottom-20 {
1385
- padding-bottom: 20px !important; }
1386
-
1387
- .padding-bottom-25 {
1388
- padding-bottom: 25px !important; }
1389
-
1390
- .padding-bottom-30 {
1391
- padding-bottom: 30px !important; }
1392
-
1393
- .padding-bottom-40 {
1394
- padding-bottom: 40px !important; }
1395
-
1396
- .padding-bottom-50 {
1397
- padding-bottom: 50px !important; }
1398
-
1399
- .padding-bottom-60 {
1400
- padding-bottom: 60px !important; }
1401
-
1402
- .padding-bottom-70 {
1403
- padding-bottom: 70px !important; }
1404
-
1405
- .padding-bottom-80 {
1406
- padding-bottom: 80px !important; }
1407
-
1408
- .padding-bottom-90 {
1409
- padding-bottom: 90px !important; }
1410
-
1411
- .padding-bottom-100 {
1412
- padding-bottom: 100px !important; }
1413
-
1414
- .padding-bottom-200 {
1415
- padding-bottom: 200px !important; }
1416
-
1417
- /* e.g: margin-left-10, padding-left-10 */
1418
- .padding-left-2 {
1419
- padding-left: 2px !important; }
1420
-
1421
- .padding-left-3 {
1422
- padding-left: 3px !important; }
1423
-
1424
- .padding-left-4 {
1425
- padding-left: 4px !important; }
1426
-
1427
- .padding-left-5 {
1428
- padding-left: 5px !important; }
1429
-
1430
- .padding-left-10 {
1431
- padding-left: 10px !important; }
1432
-
1433
- .padding-left-15 {
1434
- padding-left: 15px !important; }
1435
-
1436
- .padding-left-20 {
1437
- padding-left: 20px !important; }
1438
-
1439
- .padding-left-25 {
1440
- padding-left: 25px !important; }
1441
-
1442
- .padding-left-30 {
1443
- padding-left: 30px !important; }
1444
-
1445
- .padding-left-40 {
1446
- padding-left: 40px !important; }
1447
-
1448
- .padding-left-50 {
1449
- padding-left: 50px !important; }
1450
-
1451
- .padding-left-60 {
1452
- padding-left: 60px !important; }
1453
-
1454
- .padding-left-70 {
1455
- padding-left: 70px !important; }
1456
-
1457
- .padding-left-80 {
1458
- padding-left: 80px !important; }
1459
-
1460
- .padding-left-90 {
1461
- padding-left: 90px !important; }
1462
-
1463
- .padding-left-100 {
1464
- padding-left: 100px !important; }
1465
-
1466
- .padding-left-200 {
1467
- padding-left: 200px !important; }
1468
-
1469
- /* e.g: margin-right-10, padding-right-10 */
1470
- .padding-right-2 {
1471
- padding-right: 2px !important; }
1472
-
1473
- .padding-right-3 {
1474
- padding-right: 3px !important; }
1475
-
1476
- .padding-right-4 {
1477
- padding-right: 4px !important; }
1478
-
1479
- .padding-right-5 {
1480
- padding-right: 5px !important; }
1481
-
1482
- .padding-right-10 {
1483
- padding-right: 10px !important; }
1484
-
1485
- .padding-right-15 {
1486
- padding-right: 15px !important; }
1487
-
1488
- .padding-right-20 {
1489
- padding-right: 20px !important; }
1490
-
1491
- .padding-right-25 {
1492
- padding-right: 25px !important; }
1493
-
1494
- .padding-right-30 {
1495
- padding-right: 30px !important; }
1496
-
1497
- .padding-right-40 {
1498
- padding-right: 40px !important; }
769
+ .pl-3 {
770
+ padding-left: 3px !important;
771
+ }
1499
772
 
1500
- .padding-right-50 {
1501
- padding-right: 50px !important; }
773
+ .pl-4 {
774
+ padding-left: 4px !important;
775
+ }
1502
776
 
1503
- .padding-right-60 {
1504
- padding-right: 60px !important; }
777
+ .pl-5 {
778
+ padding-left: 5px !important;
779
+ }
1505
780
 
1506
- .padding-right-70 {
1507
- padding-right: 70px !important; }
781
+ .pl-10 {
782
+ padding-left: 10px !important;
783
+ }
1508
784
 
1509
- .padding-right-80 {
1510
- padding-right: 80px !important; }
785
+ .pl-15 {
786
+ padding-left: 15px !important;
787
+ }
1511
788
 
1512
- .padding-right-90 {
1513
- padding-right: 90px !important; }
789
+ .pl-20 {
790
+ padding-left: 20px !important;
791
+ }
1514
792
 
1515
- .padding-right-100 {
1516
- padding-right: 100px !important; }
793
+ .pl-25 {
794
+ padding-left: 25px !important;
795
+ }
1517
796
 
1518
- .padding-right-200 {
1519
- padding-right: 200px !important; }
797
+ .pl-30 {
798
+ padding-left: 30px !important;
799
+ }
1520
800
 
1521
- /* ------------------------- */
1522
- /* Negative margins/paddings */
1523
- /* ------------------------- */
1524
- /* e.g: margin-top-minus-10, padding-top-minus-10 */
1525
- .padding-top-minus-2 {
1526
- padding-top: -2px !important; }
801
+ .pl-40 {
802
+ padding-left: 40px !important;
803
+ }
1527
804
 
1528
- .padding-top-minus-3 {
1529
- padding-top: -3px !important; }
805
+ .pl-50 {
806
+ padding-left: 50px !important;
807
+ }
1530
808
 
1531
- .padding-top-minus-4 {
1532
- padding-top: -4px !important; }
809
+ .pl-60 {
810
+ padding-left: 60px !important;
811
+ }
1533
812
 
1534
- .padding-top-minus-5 {
1535
- padding-top: -5px !important; }
813
+ .pl-70 {
814
+ padding-left: 70px !important;
815
+ }
1536
816
 
1537
- .padding-top-minus-10 {
1538
- padding-top: -10px !important; }
817
+ .pl-80 {
818
+ padding-left: 80px !important;
819
+ }
1539
820
 
1540
- .padding-top-minus-15 {
1541
- padding-top: -15px !important; }
821
+ .pl-90 {
822
+ padding-left: 90px !important;
823
+ }
1542
824
 
1543
- .padding-top-minus-20 {
1544
- padding-top: -20px !important; }
825
+ .pl-100 {
826
+ padding-left: 100px !important;
827
+ }
1545
828
 
1546
- .padding-top-minus-25 {
1547
- padding-top: -25px !important; }
829
+ .pl-200 {
830
+ padding-left: 200px !important;
831
+ }
1548
832
 
1549
- .padding-top-minus-30 {
1550
- padding-top: -30px !important; }
1551
-
1552
- .padding-top-minus-40 {
1553
- padding-top: -40px !important; }
1554
-
1555
- .padding-top-minus-50 {
1556
- padding-top: -50px !important; }
1557
-
1558
- .padding-top-minus-60 {
1559
- padding-top: -60px !important; }
1560
-
1561
- .padding-top-minus-70 {
1562
- padding-top: -70px !important; }
1563
-
1564
- .padding-top-minus-80 {
1565
- padding-top: -80px !important; }
1566
-
1567
- .padding-top-minus-90 {
1568
- padding-top: -90px !important; }
1569
-
1570
- .padding-top-minus-100 {
1571
- padding-top: -100px !important; }
1572
-
1573
- .padding-top-minus-200 {
1574
- padding-top: -200px !important; }
1575
-
1576
- /* e.g: margin-bottom-minus-10, padding-bottom-minus-10 */
1577
- .padding-bottom-minus-2 {
1578
- padding-bottom: -2px !important; }
1579
-
1580
- .padding-bottom-minus-3 {
1581
- padding-bottom: -3px !important; }
1582
-
1583
- .padding-bottom-minus-4 {
1584
- padding-bottom: -4px !important; }
1585
-
1586
- .padding-bottom-minus-5 {
1587
- padding-bottom: -5px !important; }
1588
-
1589
- .padding-bottom-minus-10 {
1590
- padding-bottom: -10px !important; }
1591
-
1592
- .padding-bottom-minus-15 {
1593
- padding-bottom: -15px !important; }
1594
-
1595
- .padding-bottom-minus-20 {
1596
- padding-bottom: -20px !important; }
1597
-
1598
- .padding-bottom-minus-25 {
1599
- padding-bottom: -25px !important; }
1600
-
1601
- .padding-bottom-minus-30 {
1602
- padding-bottom: -30px !important; }
1603
-
1604
- .padding-bottom-minus-40 {
1605
- padding-bottom: -40px !important; }
1606
-
1607
- .padding-bottom-minus-50 {
1608
- padding-bottom: -50px !important; }
1609
-
1610
- .padding-bottom-minus-60 {
1611
- padding-bottom: -60px !important; }
1612
-
1613
- .padding-bottom-minus-70 {
1614
- padding-bottom: -70px !important; }
1615
-
1616
- .padding-bottom-minus-80 {
1617
- padding-bottom: -80px !important; }
1618
-
1619
- .padding-bottom-minus-90 {
1620
- padding-bottom: -90px !important; }
1621
-
1622
- .padding-bottom-minus-100 {
1623
- padding-bottom: -100px !important; }
1624
-
1625
- .padding-bottom-minus-200 {
1626
- padding-bottom: -200px !important; }
1627
-
1628
- /* e.g: margin-left-minus-10, padding-left-minus-10 */
1629
- .padding-left-minus-2 {
1630
- padding-left: -2px !important; }
1631
-
1632
- .padding-left-minus-3 {
1633
- padding-left: -3px !important; }
1634
-
1635
- .padding-left-minus-4 {
1636
- padding-left: -4px !important; }
1637
-
1638
- .padding-left-minus-5 {
1639
- padding-left: -5px !important; }
1640
-
1641
- .padding-left-minus-10 {
1642
- padding-left: -10px !important; }
1643
-
1644
- .padding-left-minus-15 {
1645
- padding-left: -15px !important; }
1646
-
1647
- .padding-left-minus-20 {
1648
- padding-left: -20px !important; }
1649
-
1650
- .padding-left-minus-25 {
1651
- padding-left: -25px !important; }
1652
-
1653
- .padding-left-minus-30 {
1654
- padding-left: -30px !important; }
1655
-
1656
- .padding-left-minus-40 {
1657
- padding-left: -40px !important; }
1658
-
1659
- .padding-left-minus-50 {
1660
- padding-left: -50px !important; }
1661
-
1662
- .padding-left-minus-60 {
1663
- padding-left: -60px !important; }
1664
-
1665
- .padding-left-minus-70 {
1666
- padding-left: -70px !important; }
1667
-
1668
- .padding-left-minus-80 {
1669
- padding-left: -80px !important; }
1670
-
1671
- .padding-left-minus-90 {
1672
- padding-left: -90px !important; }
1673
-
1674
- .padding-left-minus-100 {
1675
- padding-left: -100px !important; }
1676
-
1677
- .padding-left-minus-200 {
1678
- padding-left: -200px !important; }
1679
-
1680
- /* e.g: margin-right-minus-10, padding-right-minus-10 */
1681
- .padding-right-minus-2 {
1682
- padding-right: -2px !important; }
1683
-
1684
- .padding-right-minus-3 {
1685
- padding-right: -3px !important; }
1686
-
1687
- .padding-right-minus-4 {
1688
- padding-right: -4px !important; }
1689
-
1690
- .padding-right-minus-5 {
1691
- padding-right: -5px !important; }
1692
-
1693
- .padding-right-minus-10 {
1694
- padding-right: -10px !important; }
1695
-
1696
- .padding-right-minus-15 {
1697
- padding-right: -15px !important; }
833
+ /* To align text to Right / Left */
834
+ .text-align-center {
835
+ text-align: center !important;
836
+ }
1698
837
 
1699
- .padding-right-minus-20 {
1700
- padding-right: -20px !important; }
838
+ .text-align-left {
839
+ text-align: left !important;
840
+ }
1701
841
 
1702
- .padding-right-minus-25 {
1703
- padding-right: -25px !important; }
842
+ .text-align-right {
843
+ text-align: right !important;
844
+ }
1704
845
 
1705
- .padding-right-minus-30 {
1706
- padding-right: -30px !important; }
846
+ /* text styles */
847
+ .text-color-red {
848
+ color: darkred;
849
+ }
1707
850
 
1708
- .padding-right-minus-40 {
1709
- padding-right: -40px !important; }
851
+ .text-color-blue {
852
+ color: #24a9e1;
853
+ }
1710
854
 
1711
- .padding-right-minus-50 {
1712
- padding-right: -50px !important; }
855
+ .text-color-dark-grey {
856
+ color: #4b4b4b;
857
+ }
1713
858
 
1714
- .padding-right-minus-60 {
1715
- padding-right: -60px !important; }
859
+ .text-color-gray {
860
+ color: #898989;
861
+ }
1716
862
 
1717
- .padding-right-minus-70 {
1718
- padding-right: -70px !important; }
863
+ .text-color-dark-gray {
864
+ color: #4b4b4b;
865
+ }
1719
866
 
1720
- .padding-right-minus-80 {
1721
- padding-right: -80px !important; }
867
+ .text-color-light-grey {
868
+ color: #999999;
869
+ }
1722
870
 
1723
- .padding-right-minus-90 {
1724
- padding-right: -90px !important; }
871
+ .text-color-white {
872
+ color: #FFF;
873
+ }
1725
874
 
1726
- .padding-right-minus-100 {
1727
- padding-right: -100px !important; }
875
+ .text-color-green {
876
+ color: green;
877
+ }
1728
878
 
1729
- .padding-right-minus-200 {
1730
- padding-right: -200px !important; }
879
+ .fs-10 {
880
+ font-size: 10px !important;
881
+ }
1731
882
 
1732
- /* pull classes */
1733
- .float-left, .pull-left {
1734
- float: left; }
883
+ .fs-11 {
884
+ font-size: 11px !important;
885
+ }
1735
886
 
1736
- .float-right, .pull-right {
1737
- float: right; }
887
+ .fs-12 {
888
+ font-size: 12px !important;
889
+ }
1738
890
 
1739
- /* To align text to Right / Left */
1740
- .text-align-center {
1741
- text-align: center !important; }
891
+ .fs-13 {
892
+ font-size: 13px !important;
893
+ }
1742
894
 
1743
- .text-align-left {
1744
- text-align: left !important; }
895
+ .fs-14 {
896
+ font-size: 14px !important;
897
+ }
1745
898
 
1746
- .text-align-right {
1747
- text-align: right !important; }
899
+ .fs-15 {
900
+ font-size: 15px !important;
901
+ }
1748
902
 
1749
- /* text styles */
1750
- .text-color-red {
1751
- color: darkred; }
903
+ .fs-16 {
904
+ font-size: 16px !important;
905
+ }
1752
906
 
1753
- .text-color-blue {
1754
- color: #24a9e1; }
907
+ .fs-18 {
908
+ font-size: 18px !important;
909
+ }
1755
910
 
1756
- .text-color-dark-grey {
1757
- color: #4b4b4b; }
911
+ .fs-20 {
912
+ font-size: 20px !important;
913
+ }
1758
914
 
1759
- .text-color-gray {
1760
- color: #898989; }
915
+ .fs-22 {
916
+ font-size: 22px !important;
917
+ }
1761
918
 
1762
- .text-color-dark-gray {
1763
- color: #4b4b4b; }
919
+ .fs-24 {
920
+ font-size: 24px !important;
921
+ }
1764
922
 
1765
- .text-color-light-grey {
1766
- color: #999999; }
923
+ .fs-28 {
924
+ font-size: 28px !important;
925
+ }
1767
926
 
1768
- .text-color-white {
1769
- color: #FFF; }
927
+ .fs-30 {
928
+ font-size: 30px !important;
929
+ }
1770
930
 
1771
- .text-color-green {
1772
- color: green; }
931
+ .fs-32 {
932
+ font-size: 32px !important;
933
+ }
1773
934
 
1774
- .font-size-10 {
1775
- font-size: 10px !important; }
935
+ .fs-34 {
936
+ font-size: 34px !important;
937
+ }
1776
938
 
1777
- .font-size-11 {
1778
- font-size: 11px !important; }
939
+ .fs-36 {
940
+ font-size: 36px !important;
941
+ }
1779
942
 
1780
- .font-size-12 {
1781
- font-size: 12px !important; }
943
+ .fs-40 {
944
+ font-size: 40px !important;
945
+ }
1782
946
 
1783
- .font-size-13 {
1784
- font-size: 13px !important; }
947
+ .fs-48 {
948
+ font-size: 48px !important;
949
+ }
1785
950
 
1786
- .font-size-14 {
1787
- font-size: 14px !important; }
951
+ .fs-56 {
952
+ font-size: 56px !important;
953
+ }
1788
954
 
1789
- .font-size-15 {
1790
- font-size: 15px !important; }
955
+ .lh-10 {
956
+ line-height: 10px !important;
957
+ }
1791
958
 
1792
- .font-size-16 {
1793
- font-size: 16px !important; }
959
+ .lh-20 {
960
+ line-height: 20px !important;
961
+ }
1794
962
 
1795
- .font-size-18 {
1796
- font-size: 18px !important; }
963
+ .lh-30 {
964
+ line-height: 30px !important;
965
+ }
1797
966
 
1798
- .font-size-20 {
1799
- font-size: 20px !important; }
967
+ .lh-40 {
968
+ line-height: 40px !important;
969
+ }
1800
970
 
1801
- .font-size-22 {
1802
- font-size: 22px !important; }
971
+ h1.heading {
972
+ font-size: 2em;
973
+ }
1803
974
 
1804
- .font-size-24 {
1805
- font-size: 24px !important; }
975
+ h2.heading {
976
+ font-size: 1.5em;
977
+ color: #4b4b4b;
978
+ }
1806
979
 
1807
- .line-height-10 {
1808
- line-height: 10px !important; }
980
+ h3.heading {
981
+ font-size: 1.17em;
982
+ }
1809
983
 
1810
- .line-height-20 {
1811
- line-height: 20px !important; }
984
+ h4.heading {
985
+ font-size: 1em;
986
+ color: #4b4b4b;
987
+ }
1812
988
 
1813
- .line-height-30 {
1814
- line-height: 30px !important; }
989
+ h5.heading {
990
+ font-size: .90em;
991
+ }
1815
992
 
1816
- .line-height-40 {
1817
- line-height: 40px !important; }
993
+ h6.heading {
994
+ font-size: .85em;
995
+ color: #4b4b4b;
996
+ }