handy-css-rails 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1803 @@
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
459
+ *
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
594
+ *
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; } }
687
+ /* Clear Both Classes */
688
+ .cl {
689
+ clear: both;
690
+ display: block; }
691
+
692
+ .cl-2 {
693
+ clear: both;
694
+ display: block;
695
+ height: 2px; }
696
+
697
+ .cl-3 {
698
+ clear: both;
699
+ display: block;
700
+ height: 3px; }
701
+
702
+ .cl-4 {
703
+ clear: both;
704
+ display: block;
705
+ height: 4px; }
706
+
707
+ .cl-5 {
708
+ clear: both;
709
+ display: block;
710
+ height: 5px; }
711
+
712
+ .cl-10 {
713
+ clear: both;
714
+ display: block;
715
+ height: 10px; }
716
+
717
+ .cl-15 {
718
+ clear: both;
719
+ display: block;
720
+ height: 15px; }
721
+
722
+ .cl-20 {
723
+ clear: both;
724
+ display: block;
725
+ height: 20px; }
726
+
727
+ .cl-25 {
728
+ clear: both;
729
+ display: block;
730
+ height: 25px; }
731
+
732
+ .cl-30 {
733
+ clear: both;
734
+ display: block;
735
+ height: 30px; }
736
+
737
+ .cl-40 {
738
+ clear: both;
739
+ display: block;
740
+ height: 40px; }
741
+
742
+ .cl-50 {
743
+ clear: both;
744
+ display: block;
745
+ height: 50px; }
746
+
747
+ .cl-60 {
748
+ clear: both;
749
+ display: block;
750
+ height: 60px; }
751
+
752
+ .cl-70 {
753
+ clear: both;
754
+ display: block;
755
+ height: 70px; }
756
+
757
+ .cl-80 {
758
+ clear: both;
759
+ display: block;
760
+ height: 80px; }
761
+
762
+ .cl-90 {
763
+ clear: both;
764
+ display: block;
765
+ height: 90px; }
766
+
767
+ .cl-100 {
768
+ clear: both;
769
+ display: block;
770
+ height: 100px; }
771
+
772
+ .cl-200 {
773
+ clear: both;
774
+ 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; }
1229
+
1230
+ .margin-right-minus-40 {
1231
+ margin-right: -40px !important; }
1232
+
1233
+ .margin-right-minus-50 {
1234
+ margin-right: -50px !important; }
1235
+
1236
+ .margin-right-minus-60 {
1237
+ margin-right: -60px !important; }
1238
+
1239
+ .margin-right-minus-70 {
1240
+ margin-right: -70px !important; }
1241
+
1242
+ .margin-right-minus-80 {
1243
+ margin-right: -80px !important; }
1244
+
1245
+ .margin-right-minus-90 {
1246
+ margin-right: -90px !important; }
1247
+
1248
+ .margin-right-minus-100 {
1249
+ margin-right: -100px !important; }
1250
+
1251
+ .margin-right-minus-200 {
1252
+ margin-right: -200px !important; }
1253
+
1254
+ /* e.g: margin-10, padding-10 */
1255
+ .padding-2 {
1256
+ padding: 2px !important; }
1257
+
1258
+ .padding-3 {
1259
+ padding: 3px !important; }
1260
+
1261
+ .padding-4 {
1262
+ padding: 4px !important; }
1263
+
1264
+ .padding-5 {
1265
+ padding: 5px !important; }
1266
+
1267
+ .padding-10 {
1268
+ padding: 10px !important; }
1269
+
1270
+ .padding-15 {
1271
+ padding: 15px !important; }
1272
+
1273
+ .padding-20 {
1274
+ padding: 20px !important; }
1275
+
1276
+ .padding-25 {
1277
+ padding: 25px !important; }
1278
+
1279
+ .padding-30 {
1280
+ padding: 30px !important; }
1281
+
1282
+ .padding-40 {
1283
+ padding: 40px !important; }
1284
+
1285
+ .padding-50 {
1286
+ padding: 50px !important; }
1287
+
1288
+ .padding-60 {
1289
+ padding: 60px !important; }
1290
+
1291
+ .padding-70 {
1292
+ padding: 70px !important; }
1293
+
1294
+ .padding-80 {
1295
+ padding: 80px !important; }
1296
+
1297
+ .padding-90 {
1298
+ padding: 90px !important; }
1299
+
1300
+ .padding-100 {
1301
+ padding: 100px !important; }
1302
+
1303
+ .padding-200 {
1304
+ padding: 200px !important; }
1305
+
1306
+ /* e.g: margin-top-10, padding-top-10 */
1307
+ .padding-top-2 {
1308
+ padding-top: 2px !important; }
1309
+
1310
+ .padding-top-3 {
1311
+ padding-top: 3px !important; }
1312
+
1313
+ .padding-top-4 {
1314
+ padding-top: 4px !important; }
1315
+
1316
+ .padding-top-5 {
1317
+ padding-top: 5px !important; }
1318
+
1319
+ .padding-top-10 {
1320
+ padding-top: 10px !important; }
1321
+
1322
+ .padding-top-15 {
1323
+ padding-top: 15px !important; }
1324
+
1325
+ .padding-top-20 {
1326
+ padding-top: 20px !important; }
1327
+
1328
+ .padding-top-25 {
1329
+ padding-top: 25px !important; }
1330
+
1331
+ .padding-top-30 {
1332
+ padding-top: 30px !important; }
1333
+
1334
+ .padding-top-40 {
1335
+ padding-top: 40px !important; }
1336
+
1337
+ .padding-top-50 {
1338
+ padding-top: 50px !important; }
1339
+
1340
+ .padding-top-60 {
1341
+ padding-top: 60px !important; }
1342
+
1343
+ .padding-top-70 {
1344
+ padding-top: 70px !important; }
1345
+
1346
+ .padding-top-80 {
1347
+ padding-top: 80px !important; }
1348
+
1349
+ .padding-top-90 {
1350
+ padding-top: 90px !important; }
1351
+
1352
+ .padding-top-100 {
1353
+ padding-top: 100px !important; }
1354
+
1355
+ .padding-top-200 {
1356
+ padding-top: 200px !important; }
1357
+
1358
+ /* e.g: margin-bottom-10, padding-bottom-10 */
1359
+ .padding-bottom-2 {
1360
+ padding-bottom: 2px !important; }
1361
+
1362
+ .padding-bottom-3 {
1363
+ padding-bottom: 3px !important; }
1364
+
1365
+ .padding-bottom-4 {
1366
+ padding-bottom: 4px !important; }
1367
+
1368
+ .padding-bottom-5 {
1369
+ padding-bottom: 5px !important; }
1370
+
1371
+ .padding-bottom-10 {
1372
+ padding-bottom: 10px !important; }
1373
+
1374
+ .padding-bottom-15 {
1375
+ padding-bottom: 15px !important; }
1376
+
1377
+ .padding-bottom-20 {
1378
+ padding-bottom: 20px !important; }
1379
+
1380
+ .padding-bottom-25 {
1381
+ padding-bottom: 25px !important; }
1382
+
1383
+ .padding-bottom-30 {
1384
+ padding-bottom: 30px !important; }
1385
+
1386
+ .padding-bottom-40 {
1387
+ padding-bottom: 40px !important; }
1388
+
1389
+ .padding-bottom-50 {
1390
+ padding-bottom: 50px !important; }
1391
+
1392
+ .padding-bottom-60 {
1393
+ padding-bottom: 60px !important; }
1394
+
1395
+ .padding-bottom-70 {
1396
+ padding-bottom: 70px !important; }
1397
+
1398
+ .padding-bottom-80 {
1399
+ padding-bottom: 80px !important; }
1400
+
1401
+ .padding-bottom-90 {
1402
+ padding-bottom: 90px !important; }
1403
+
1404
+ .padding-bottom-100 {
1405
+ padding-bottom: 100px !important; }
1406
+
1407
+ .padding-bottom-200 {
1408
+ padding-bottom: 200px !important; }
1409
+
1410
+ /* e.g: margin-left-10, padding-left-10 */
1411
+ .padding-left-2 {
1412
+ padding-left: 2px !important; }
1413
+
1414
+ .padding-left-3 {
1415
+ padding-left: 3px !important; }
1416
+
1417
+ .padding-left-4 {
1418
+ padding-left: 4px !important; }
1419
+
1420
+ .padding-left-5 {
1421
+ padding-left: 5px !important; }
1422
+
1423
+ .padding-left-10 {
1424
+ padding-left: 10px !important; }
1425
+
1426
+ .padding-left-15 {
1427
+ padding-left: 15px !important; }
1428
+
1429
+ .padding-left-20 {
1430
+ padding-left: 20px !important; }
1431
+
1432
+ .padding-left-25 {
1433
+ padding-left: 25px !important; }
1434
+
1435
+ .padding-left-30 {
1436
+ padding-left: 30px !important; }
1437
+
1438
+ .padding-left-40 {
1439
+ padding-left: 40px !important; }
1440
+
1441
+ .padding-left-50 {
1442
+ padding-left: 50px !important; }
1443
+
1444
+ .padding-left-60 {
1445
+ padding-left: 60px !important; }
1446
+
1447
+ .padding-left-70 {
1448
+ padding-left: 70px !important; }
1449
+
1450
+ .padding-left-80 {
1451
+ padding-left: 80px !important; }
1452
+
1453
+ .padding-left-90 {
1454
+ padding-left: 90px !important; }
1455
+
1456
+ .padding-left-100 {
1457
+ padding-left: 100px !important; }
1458
+
1459
+ .padding-left-200 {
1460
+ padding-left: 200px !important; }
1461
+
1462
+ /* e.g: margin-right-10, padding-right-10 */
1463
+ .padding-right-2 {
1464
+ padding-right: 2px !important; }
1465
+
1466
+ .padding-right-3 {
1467
+ padding-right: 3px !important; }
1468
+
1469
+ .padding-right-4 {
1470
+ padding-right: 4px !important; }
1471
+
1472
+ .padding-right-5 {
1473
+ padding-right: 5px !important; }
1474
+
1475
+ .padding-right-10 {
1476
+ padding-right: 10px !important; }
1477
+
1478
+ .padding-right-15 {
1479
+ padding-right: 15px !important; }
1480
+
1481
+ .padding-right-20 {
1482
+ padding-right: 20px !important; }
1483
+
1484
+ .padding-right-25 {
1485
+ padding-right: 25px !important; }
1486
+
1487
+ .padding-right-30 {
1488
+ padding-right: 30px !important; }
1489
+
1490
+ .padding-right-40 {
1491
+ padding-right: 40px !important; }
1492
+
1493
+ .padding-right-50 {
1494
+ padding-right: 50px !important; }
1495
+
1496
+ .padding-right-60 {
1497
+ padding-right: 60px !important; }
1498
+
1499
+ .padding-right-70 {
1500
+ padding-right: 70px !important; }
1501
+
1502
+ .padding-right-80 {
1503
+ padding-right: 80px !important; }
1504
+
1505
+ .padding-right-90 {
1506
+ padding-right: 90px !important; }
1507
+
1508
+ .padding-right-100 {
1509
+ padding-right: 100px !important; }
1510
+
1511
+ .padding-right-200 {
1512
+ padding-right: 200px !important; }
1513
+
1514
+ /* ------------------------- */
1515
+ /* Negative margins/paddings */
1516
+ /* ------------------------- */
1517
+ /* e.g: margin-top-minus-10, padding-top-minus-10 */
1518
+ .padding-top-minus-2 {
1519
+ padding-top: -2px !important; }
1520
+
1521
+ .padding-top-minus-3 {
1522
+ padding-top: -3px !important; }
1523
+
1524
+ .padding-top-minus-4 {
1525
+ padding-top: -4px !important; }
1526
+
1527
+ .padding-top-minus-5 {
1528
+ padding-top: -5px !important; }
1529
+
1530
+ .padding-top-minus-10 {
1531
+ padding-top: -10px !important; }
1532
+
1533
+ .padding-top-minus-15 {
1534
+ padding-top: -15px !important; }
1535
+
1536
+ .padding-top-minus-20 {
1537
+ padding-top: -20px !important; }
1538
+
1539
+ .padding-top-minus-25 {
1540
+ padding-top: -25px !important; }
1541
+
1542
+ .padding-top-minus-30 {
1543
+ padding-top: -30px !important; }
1544
+
1545
+ .padding-top-minus-40 {
1546
+ padding-top: -40px !important; }
1547
+
1548
+ .padding-top-minus-50 {
1549
+ padding-top: -50px !important; }
1550
+
1551
+ .padding-top-minus-60 {
1552
+ padding-top: -60px !important; }
1553
+
1554
+ .padding-top-minus-70 {
1555
+ padding-top: -70px !important; }
1556
+
1557
+ .padding-top-minus-80 {
1558
+ padding-top: -80px !important; }
1559
+
1560
+ .padding-top-minus-90 {
1561
+ padding-top: -90px !important; }
1562
+
1563
+ .padding-top-minus-100 {
1564
+ padding-top: -100px !important; }
1565
+
1566
+ .padding-top-minus-200 {
1567
+ padding-top: -200px !important; }
1568
+
1569
+ /* e.g: margin-bottom-minus-10, padding-bottom-minus-10 */
1570
+ .padding-bottom-minus-2 {
1571
+ padding-bottom: -2px !important; }
1572
+
1573
+ .padding-bottom-minus-3 {
1574
+ padding-bottom: -3px !important; }
1575
+
1576
+ .padding-bottom-minus-4 {
1577
+ padding-bottom: -4px !important; }
1578
+
1579
+ .padding-bottom-minus-5 {
1580
+ padding-bottom: -5px !important; }
1581
+
1582
+ .padding-bottom-minus-10 {
1583
+ padding-bottom: -10px !important; }
1584
+
1585
+ .padding-bottom-minus-15 {
1586
+ padding-bottom: -15px !important; }
1587
+
1588
+ .padding-bottom-minus-20 {
1589
+ padding-bottom: -20px !important; }
1590
+
1591
+ .padding-bottom-minus-25 {
1592
+ padding-bottom: -25px !important; }
1593
+
1594
+ .padding-bottom-minus-30 {
1595
+ padding-bottom: -30px !important; }
1596
+
1597
+ .padding-bottom-minus-40 {
1598
+ padding-bottom: -40px !important; }
1599
+
1600
+ .padding-bottom-minus-50 {
1601
+ padding-bottom: -50px !important; }
1602
+
1603
+ .padding-bottom-minus-60 {
1604
+ padding-bottom: -60px !important; }
1605
+
1606
+ .padding-bottom-minus-70 {
1607
+ padding-bottom: -70px !important; }
1608
+
1609
+ .padding-bottom-minus-80 {
1610
+ padding-bottom: -80px !important; }
1611
+
1612
+ .padding-bottom-minus-90 {
1613
+ padding-bottom: -90px !important; }
1614
+
1615
+ .padding-bottom-minus-100 {
1616
+ padding-bottom: -100px !important; }
1617
+
1618
+ .padding-bottom-minus-200 {
1619
+ padding-bottom: -200px !important; }
1620
+
1621
+ /* e.g: margin-left-minus-10, padding-left-minus-10 */
1622
+ .padding-left-minus-2 {
1623
+ padding-left: -2px !important; }
1624
+
1625
+ .padding-left-minus-3 {
1626
+ padding-left: -3px !important; }
1627
+
1628
+ .padding-left-minus-4 {
1629
+ padding-left: -4px !important; }
1630
+
1631
+ .padding-left-minus-5 {
1632
+ padding-left: -5px !important; }
1633
+
1634
+ .padding-left-minus-10 {
1635
+ padding-left: -10px !important; }
1636
+
1637
+ .padding-left-minus-15 {
1638
+ padding-left: -15px !important; }
1639
+
1640
+ .padding-left-minus-20 {
1641
+ padding-left: -20px !important; }
1642
+
1643
+ .padding-left-minus-25 {
1644
+ padding-left: -25px !important; }
1645
+
1646
+ .padding-left-minus-30 {
1647
+ padding-left: -30px !important; }
1648
+
1649
+ .padding-left-minus-40 {
1650
+ padding-left: -40px !important; }
1651
+
1652
+ .padding-left-minus-50 {
1653
+ padding-left: -50px !important; }
1654
+
1655
+ .padding-left-minus-60 {
1656
+ padding-left: -60px !important; }
1657
+
1658
+ .padding-left-minus-70 {
1659
+ padding-left: -70px !important; }
1660
+
1661
+ .padding-left-minus-80 {
1662
+ padding-left: -80px !important; }
1663
+
1664
+ .padding-left-minus-90 {
1665
+ padding-left: -90px !important; }
1666
+
1667
+ .padding-left-minus-100 {
1668
+ padding-left: -100px !important; }
1669
+
1670
+ .padding-left-minus-200 {
1671
+ padding-left: -200px !important; }
1672
+
1673
+ /* e.g: margin-right-minus-10, padding-right-minus-10 */
1674
+ .padding-right-minus-2 {
1675
+ padding-right: -2px !important; }
1676
+
1677
+ .padding-right-minus-3 {
1678
+ padding-right: -3px !important; }
1679
+
1680
+ .padding-right-minus-4 {
1681
+ padding-right: -4px !important; }
1682
+
1683
+ .padding-right-minus-5 {
1684
+ padding-right: -5px !important; }
1685
+
1686
+ .padding-right-minus-10 {
1687
+ padding-right: -10px !important; }
1688
+
1689
+ .padding-right-minus-15 {
1690
+ padding-right: -15px !important; }
1691
+
1692
+ .padding-right-minus-20 {
1693
+ padding-right: -20px !important; }
1694
+
1695
+ .padding-right-minus-25 {
1696
+ padding-right: -25px !important; }
1697
+
1698
+ .padding-right-minus-30 {
1699
+ padding-right: -30px !important; }
1700
+
1701
+ .padding-right-minus-40 {
1702
+ padding-right: -40px !important; }
1703
+
1704
+ .padding-right-minus-50 {
1705
+ padding-right: -50px !important; }
1706
+
1707
+ .padding-right-minus-60 {
1708
+ padding-right: -60px !important; }
1709
+
1710
+ .padding-right-minus-70 {
1711
+ padding-right: -70px !important; }
1712
+
1713
+ .padding-right-minus-80 {
1714
+ padding-right: -80px !important; }
1715
+
1716
+ .padding-right-minus-90 {
1717
+ padding-right: -90px !important; }
1718
+
1719
+ .padding-right-minus-100 {
1720
+ padding-right: -100px !important; }
1721
+
1722
+ .padding-right-minus-200 {
1723
+ padding-right: -200px !important; }
1724
+
1725
+ /* To align text to Right / Left */
1726
+ .text-align-center {
1727
+ text-align: center !important; }
1728
+
1729
+ .text-align-left {
1730
+ text-align: left !important; }
1731
+
1732
+ .text-align-right {
1733
+ text-align: right !important; }
1734
+
1735
+ /* text styles */
1736
+ .text-color-red {
1737
+ color: darkred; }
1738
+
1739
+ .text-color-blue {
1740
+ color: #24a9e1; }
1741
+
1742
+ .text-color-dark-grey {
1743
+ color: #4b4b4b; }
1744
+
1745
+ .text-color-gray {
1746
+ color: #898989; }
1747
+
1748
+ .text-color-dark-gray {
1749
+ color: #4b4b4b; }
1750
+
1751
+ .text-color-light-grey {
1752
+ color: #999999; }
1753
+
1754
+ .text-color-white {
1755
+ color: #FFF; }
1756
+
1757
+ .text-color-green {
1758
+ color: green; }
1759
+
1760
+ .font-size-10 {
1761
+ font-size: 10px !important; }
1762
+
1763
+ .font-size-11 {
1764
+ font-size: 11px !important; }
1765
+
1766
+ .font-size-12 {
1767
+ font-size: 12px !important; }
1768
+
1769
+ .font-size-13 {
1770
+ font-size: 13px !important; }
1771
+
1772
+ .font-size-14 {
1773
+ font-size: 14px !important; }
1774
+
1775
+ .font-size-15 {
1776
+ font-size: 15px !important; }
1777
+
1778
+ .font-size-16 {
1779
+ font-size: 16px !important; }
1780
+
1781
+ .font-size-18 {
1782
+ font-size: 18px !important; }
1783
+
1784
+ .font-size-20 {
1785
+ font-size: 20px !important; }
1786
+
1787
+ .font-size-22 {
1788
+ font-size: 22px !important; }
1789
+
1790
+ .font-size-24 {
1791
+ font-size: 24px !important; }
1792
+
1793
+ .line-height-10 {
1794
+ line-height: 10px !important; }
1795
+
1796
+ .line-height-20 {
1797
+ line-height: 20px !important; }
1798
+
1799
+ .line-height-30 {
1800
+ line-height: 30px !important; }
1801
+
1802
+ .line-height-40 {
1803
+ line-height: 40px !important; }