bootstrap.css 113 KB
Newer Older
1
/*!
Mark Otto's avatar
Mark Otto committed
2
 * Bootstrap v3.3.0 (http://getbootstrap.com)
3
4
5
6
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

Mark Otto's avatar
Mark Otto committed
7
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
8
9
10
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
Mark Otto's avatar
Mark Otto committed
11
      -ms-text-size-adjust: 100%;
12
13
14
15
16
17
18
19
20
21
22
23
24
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
Mark Otto's avatar
Mark Otto committed
25
menu,
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
Mark Otto's avatar
Mark Otto committed
47
  background-color: transparent;
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
Mark Otto's avatar
Mark Otto committed
64
  margin: .67em 0;
65
66
67
  font-size: 2em;
}
mark {
68
  color: #000;
Mark Otto's avatar
Mark Otto committed
69
  background: #ff0;
70
71
72
73
74
75
}
small {
  font-size: 80%;
}
sub,
sup {
Mark Otto's avatar
Mark Otto committed
76
  position: relative;
77
78
79
80
81
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
Mark Otto's avatar
Mark Otto committed
82
  top: -.5em;
83
84
}
sub {
Mark Otto's avatar
Mark Otto committed
85
  bottom: -.25em;
86
87
88
89
90
91
92
93
94
95
96
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
Mark Otto's avatar
Mark Otto committed
97
  height: 0;
Bas Bosman's avatar
Bas Bosman committed
98
  -webkit-box-sizing: content-box;
Mark Otto's avatar
Mark Otto committed
99
     -moz-box-sizing: content-box;
Bas Bosman's avatar
Bas Bosman committed
100
          box-sizing: content-box;
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
117
  margin: 0;
Mark Otto's avatar
Mark Otto committed
118
119
  font: inherit;
  color: inherit;
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
141
  padding: 0;
Mark Otto's avatar
Mark Otto committed
142
  border: 0;
143
144
145
146
147
148
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
Bas Bosman's avatar
Bas Bosman committed
149
150
151
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
152
153
154
155
156
157
158
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
159
  -webkit-box-sizing: content-box;
Mark Otto's avatar
Mark Otto committed
160
161
162
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
163
164
165
166
167
168
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
Mark Otto's avatar
Mark Otto committed
169
  padding: .35em .625em .75em;
170
  margin: 0 2px;
Mark Otto's avatar
Mark Otto committed
171
  border: 1px solid #c0c0c0;
172
173
}
legend {
174
  padding: 0;
Mark Otto's avatar
Mark Otto committed
175
  border: 0;
176
177
178
179
180
181
182
183
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
184
  border-spacing: 0;
Mark Otto's avatar
Mark Otto committed
185
  border-collapse: collapse;
186
187
188
189
190
}
td,
th {
  padding: 0;
}
Mark Otto's avatar
Mark Otto committed
191
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
192
@media print {
Mark Otto's avatar
Mark Otto committed
193
194
195
  *,
  *:before,
  *:after {
196
    color: #000 !important;
Mark Otto's avatar
Mark Otto committed
197
    text-shadow: none !important;
198
    background: transparent !important;
Bas Bosman's avatar
Bas Bosman committed
199
200
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
201
202
203
204
205
206
207
208
209
210
211
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
Mark Otto's avatar
grunt    
Mark Otto committed
212
213
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
214
215
216
217
218
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
Mark Otto's avatar
Mark Otto committed
219

220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
Mark Otto's avatar
grunt    
Mark Otto committed
258
259
260
261
  .table td,
  .table th {
    background-color: #fff !important;
  }
262
263
264
265
266
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
267
*,
268
269
270
271
272
273
274
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
Mark Otto's avatar
Mark Otto committed
275
  font-size: 16px;
Mark Otto's avatar
Mark Otto committed
276

277
278
279
280
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
Mark Otto's avatar
Mark Otto committed
281
282
  font-size: 1rem;
  line-height: 1.5;
283
  color: #373a3c;
Mark Otto's avatar
Mark Otto committed
284
  background-color: #fff;
285
286
287
288
289
290
291
292
293
294
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
295
  color: #0275d8;
296
297
298
299
  text-decoration: none;
}
a:hover,
a:focus {
300
  color: #014c8c;
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
Mark Otto's avatar
Mark Otto committed
322
  border-radius: .3rem;
323
324
325
326
327
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
Mark Otto's avatar
Mark Otto committed
328
329
330
331
332
333
334
335
336
337
  padding: .25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
338
339
340
341
342
}
.img-circle {
  border-radius: 50%;
}
hr {
Mark Otto's avatar
Mark Otto committed
343
344
  margin-top: 24px;
  margin-bottom: 24px;
345
  border: 0;
346
  border-top: 1px solid #eceeef;
347
348
349
350
351
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
352
  padding: 0;
Mark Otto's avatar
Mark Otto committed
353
  margin: -1px;
354
355
356
357
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
358
359
360
361
362
363
364
365
366
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
367
368
369
370
371
372
373
374
375
376
377
378
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
Mark Otto's avatar
Mark Otto committed
379
  margin-top: 0;
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
411
  color: #818a91;
412
413
414
415
416
417
418
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
Mark Otto's avatar
Mark Otto committed
419
  margin-bottom: 12px;
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
Mark Otto's avatar
Mark Otto committed
441
  margin-bottom: 12px;
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
Mark Otto's avatar
Mark Otto committed
459
  font-size: 3rem;
460
461
462
}
h2,
.h2 {
Mark Otto's avatar
Mark Otto committed
463
  font-size: 2.5rem;
464
}
465
466
h3,
.h3 {
Mark Otto's avatar
Mark Otto committed
467
  font-size: 2rem;
468
469
470
}
h4,
.h4 {
Mark Otto's avatar
Mark Otto committed
471
  font-size: 1.5rem;
472
473
474
}
h5,
.h5 {
Mark Otto's avatar
Mark Otto committed
475
  font-size: 1.25rem;
476
477
478
}
h6,
.h6 {
Mark Otto's avatar
Mark Otto committed
479
  font-size: 1rem;
480
481
}
p {
Mark Otto's avatar
Mark Otto committed
482
483
  margin-top: 0;
  margin-bottom: 1rem;
484
485
}
.lead {
486
487
  font-size: 1.25rem;
  font-weight: 300;
488
489
490
491
492
}
small,
.small {
  font-size: 85%;
}
mrmrs's avatar
mrmrs committed
493
494
mark,
.mark {
495
  padding: .2em;
Mark Otto's avatar
Mark Otto committed
496
  background-color: #fcf8e3;
mrmrs's avatar
mrmrs committed
497
}
498
499
500
ul,
ol {
  margin-top: 0;
Mark Otto's avatar
Mark Otto committed
501
  margin-bottom: 12px;
502
503
504
505
506
507
508
509
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
XhmikosR's avatar
XhmikosR committed
510
  padding-left: 0;
511
512
513
  list-style: none;
}
.list-inline {
XhmikosR's avatar
XhmikosR committed
514
  padding-left: 0;
515
  margin-left: -5px;
Mark Otto's avatar
Mark Otto committed
516
  list-style: none;
517
518
519
}
.list-inline > li {
  display: inline-block;
520
  padding-right: 5px;
Mark Otto's avatar
Mark Otto committed
521
  padding-left: 5px;
522
523
524
}
dl {
  margin-top: 0;
Mark Otto's avatar
Mark Otto committed
525
  margin-bottom: 24px;
526
527
528
}
dt,
dd {
Mark Otto's avatar
Mark Otto committed
529
  line-height: 1.5;
530
531
532
533
534
}
dt {
  font-weight: bold;
}
dd {
XhmikosR's avatar
XhmikosR committed
535
  margin-left: 0;
536
}
537
@media (min-width: 48em) {
538
  .dl-horizontal dt {
XhmikosR's avatar
XhmikosR committed
539
    float: left;
540
    width: 160px;
Mark Otto's avatar
Mark Otto committed
541
    overflow: hidden;
XhmikosR's avatar
XhmikosR committed
542
543
    clear: left;
    text-align: right;
544
545
    text-overflow: ellipsis;
    white-space: nowrap;
546
  }
547
  .dl-horizontal dd {
XhmikosR's avatar
XhmikosR committed
548
    margin-left: 180px;
549
  }
550
551
552
553
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
554
  border-bottom: 1px dotted #818a91;
555
556
557
558
559
560
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
Mark Otto's avatar
Mark Otto committed
561
562
563
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 1.25rem;
564
  border-left: 5px solid #eceeef;
565
566
567
568
569
570
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
571
blockquote footer {
572
573
  display: block;
  font-size: 80%;
Mark Otto's avatar
Mark Otto committed
574
  line-height: 1.5;
575
  color: #818a91;
576
}
577
blockquote footer:before {
578
  content: '\2014 \00A0';
579
}
580
.blockquote-reverse {
XhmikosR's avatar
XhmikosR committed
581
582
  padding-right: 15px;
  padding-left: 0;
Mark Otto's avatar
Mark Otto committed
583
  text-align: right;
584
  border-right: 5px solid #eceeef;
XhmikosR's avatar
XhmikosR committed
585
  border-left: 0;
586
}
587
.blockquote-reverse footer:before {
588
  content: '';
589
}
590
.blockquote-reverse footer:after {
591
592
593
  content: '\00A0 \2014';
}
address {
Mark Otto's avatar
Mark Otto committed
594
  margin-bottom: 24px;
595
  font-style: normal;
Mark Otto's avatar
Mark Otto committed
596
  line-height: 1.5;
597
}
598
599
600
601
602
603
604
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
Mark Otto's avatar
Mark Otto committed
605
  padding: .2rem .4rem;
606
  font-size: 90%;
607
608
  color: #d44950;
  background-color: #f7f7f9;
Mark Otto's avatar
Mark Otto committed
609
  border-radius: .25rem;
610
611
}
kbd {
Mark Otto's avatar
Mark Otto committed
612
  padding: .2rem .4rem;
613
  font-size: 90%;
Mark Otto's avatar
Mark Otto committed
614
615
616
617
618
  color: #fff;
  background-color: #333;
  border-radius: .2rem;
  -webkit-box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25);
619
}
XhmikosR's avatar
XhmikosR committed
620
621
622
kbd kbd {
  padding: 0;
  font-size: 100%;
623
  font-weight: bold;
XhmikosR's avatar
XhmikosR committed
624
625
626
  -webkit-box-shadow: none;
          box-shadow: none;
}
627
628
pre {
  display: block;
Mark Otto's avatar
Mark Otto committed
629
630
631
  padding: 1.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
Mark Otto's avatar
Mark Otto committed
632
633
  font-size: 90%;
  line-height: 1.5;
634
  color: #373a3c;
Mark Otto's avatar
Mark Otto committed
635
  background-color: #f7f7f9;
Mark Otto's avatar
Mark Otto committed
636
  border-radius: .25rem;
637
}
638
639
640
641
642
643
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
644
}
645
646
647
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
648
}
649
.container {
Mark Otto's avatar
Mark Otto committed
650
651
  padding-right: .75rem;
  padding-left: .75rem;
652
653
  margin-right: auto;
  margin-left: auto;
654
}
655
@media (min-width: 48em) {
656
  .container {
Mark Otto's avatar
Mark Otto committed
657
    max-width: 45rem;
658
  }
659
}
660
@media (min-width: 62em) {
661
  .container {
Mark Otto's avatar
Mark Otto committed
662
    max-width: 60rem;
663
  }
664
}
665
@media (min-width: 75em) {
666
  .container {
Mark Otto's avatar
Mark Otto committed
667
    max-width: 72.25rem;
668
  }
669
}
670
.container-fluid {
Mark Otto's avatar
Mark Otto committed
671
672
  padding-right: .75rem;
  padding-left: .75rem;
673
674
675
676
  margin-right: auto;
  margin-left: auto;
}
.row {
Mark Otto's avatar
Mark Otto committed
677
678
  margin-right: -.75rem;
  margin-left: -.75rem;
679
}
XhmikosR's avatar
XhmikosR committed
680
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
681
682
  position: relative;
  min-height: 1px;
Mark Otto's avatar
Mark Otto committed
683
684
  padding-right: .75rem;
  padding-left: .75rem;
685
}
XhmikosR's avatar
XhmikosR committed
686
687
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
688
}
689
690
.col-xs-12 {
  width: 100%;
691
}
692
693
.col-xs-11 {
  width: 91.66666667%;
694
}
695
696
.col-xs-10 {
  width: 83.33333333%;
697
}
698
699
.col-xs-9 {
  width: 75%;
700
}
701
702
.col-xs-8 {
  width: 66.66666667%;
703
}
704
705
.col-xs-7 {
  width: 58.33333333%;
706
}
707
708
.col-xs-6 {
  width: 50%;
709
}
710
711
.col-xs-5 {
  width: 41.66666667%;
712
}
713
714
.col-xs-4 {
  width: 33.33333333%;
715
}
716
717
.col-xs-3 {
  width: 25%;
718
}
719
720
.col-xs-2 {
  width: 16.66666667%;
721
}
722
723
.col-xs-1 {
  width: 8.33333333%;
724
}
725
.col-xs-pull-12 {
XhmikosR's avatar
XhmikosR committed
726
  right: 100%;
727
}
728
.col-xs-pull-11 {
XhmikosR's avatar
XhmikosR committed
729
  right: 91.66666667%;
730
}
731
.col-xs-pull-10 {
XhmikosR's avatar
XhmikosR committed
732
  right: 83.33333333%;
733
734
}
.col-xs-pull-9 {
XhmikosR's avatar
XhmikosR committed
735
  right: 75%;
736
}
737
.col-xs-pull-8 {
XhmikosR's avatar
XhmikosR committed
738
  right: 66.66666667%;
739
}
740
.col-xs-pull-7 {
XhmikosR's avatar
XhmikosR committed
741
  right: 58.33333333%;
742
}
743
.col-xs-pull-6 {
XhmikosR's avatar
XhmikosR committed
744
  right: 50%;
745
}
746
.col-xs-pull-5 {
XhmikosR's avatar
XhmikosR committed
747
  right: 41.66666667%;
748
}
749
.col-xs-pull-4 {
XhmikosR's avatar
XhmikosR committed
750
  right: 33.33333333%;
751
}
752
.col-xs-pull-3 {
XhmikosR's avatar
XhmikosR committed
753
  right: 25%;
754
}
755
.col-xs-pull-2 {
XhmikosR's avatar
XhmikosR committed
756
  right: 16.66666667%;
757
}
758
.col-xs-pull-1 {
XhmikosR's avatar
XhmikosR committed
759
  right: 8.33333333%;
760
}
761
.col-xs-pull-0 {
XhmikosR's avatar
XhmikosR committed
762
  right: auto;
763
}
764
.col-xs-push-12 {
XhmikosR's avatar
XhmikosR committed
765
  left: 100%;
766
}
767
.col-xs-push-11 {
XhmikosR's avatar
XhmikosR committed
768
  left: 91.66666667%;
769
}
770
.col-xs-push-10 {
XhmikosR's avatar
XhmikosR committed
771
  left: 83.33333333%;
772
}
773
.col-xs-push-9 {
XhmikosR's avatar
XhmikosR committed
774
  left: 75%;
775
}
776
.col-xs-push-8 {
XhmikosR's avatar
XhmikosR committed
777
  left: 66.66666667%;
778
}
779
.col-xs-push-7 {
XhmikosR's avatar
XhmikosR committed
780
  left: 58.33333333%;
781
}
782
.col-xs-push-6 {
XhmikosR's avatar
XhmikosR committed
783
  left: 50%;
784
}
785
.col-xs-push-5 {
XhmikosR's avatar
XhmikosR committed
786
  left: 41.66666667%;
787
}
788
.col-xs-push-4 {
XhmikosR's avatar
XhmikosR committed
789
  left: 33.33333333%;
790
}
791
.col-xs-push-3 {
XhmikosR's avatar
XhmikosR committed
792
  left: 25%;
793
}
794
.col-xs-push-2 {
XhmikosR's avatar
XhmikosR committed
795
  left: 16.66666667%;
796
}
797
.col-xs-push-1 {
XhmikosR's avatar
XhmikosR committed
798
  left: 8.33333333%;
799
}
800
.col-xs-push-0 {
XhmikosR's avatar
XhmikosR committed
801
  left: auto;
802
}
803
.col-xs-offset-12 {
XhmikosR's avatar
XhmikosR committed
804
  margin-left: 100%;
805
}
806
.col-xs-offset-11 {
XhmikosR's avatar
XhmikosR committed
807
  margin-left: 91.66666667%;
808
}
809
.col-xs-offset-10 {
XhmikosR's avatar
XhmikosR committed
810
  margin-left: 83.33333333%;
811
}
812
.col-xs-offset-9 {
XhmikosR's avatar
XhmikosR committed
813
  margin-left: 75%;
814
}
815
.col-xs-offset-8 {
XhmikosR's avatar
XhmikosR committed
816
  margin-left: 66.66666667%;
817
}
818
.col-xs-offset-7 {
XhmikosR's avatar
XhmikosR committed
819
  margin-left: 58.33333333%;
820
}
821
.col-xs-offset-6 {
XhmikosR's avatar
XhmikosR committed
822
  margin-left: 50%;
823
}
824
.col-xs-offset-5 {
XhmikosR's avatar
XhmikosR committed
825
  margin-left: 41.66666667%;
826
}
827
.col-xs-offset-4 {
XhmikosR's avatar
XhmikosR committed
828
  margin-left: 33.33333333%;
829
}
830
.col-xs-offset-3 {
XhmikosR's avatar
XhmikosR committed
831
  margin-left: 25%;
832
}
833
.col-xs-offset-2 {
XhmikosR's avatar
XhmikosR committed
834
  margin-left: 16.66666667%;
835
}
836
.col-xs-offset-1 {
XhmikosR's avatar
XhmikosR committed
837
  margin-left: 8.33333333%;
838
}
839
.col-xs-offset-0 {
Mark Otto's avatar
Mark Otto committed
840
  margin-left: 0;
841
}
842
@media (min-width: 48em) {
XhmikosR's avatar
XhmikosR committed
843
844
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
XhmikosR's avatar
XhmikosR committed
883
    right: 100%;
884
885
  }
  .col-sm-pull-11 {
XhmikosR's avatar
XhmikosR committed
886
    right: 91.66666667%;
887
888
  }
  .col-sm-pull-10 {
XhmikosR's avatar
XhmikosR committed
889
    right: 83.33333333%;
890
891
  }
  .col-sm-pull-9 {
XhmikosR's avatar
XhmikosR committed
892
    right: 75%;
893
894
  }
  .col-sm-pull-8 {
XhmikosR's avatar
XhmikosR committed
895
    right: 66.66666667%;
896
897
  }
  .col-sm-pull-7 {
XhmikosR's avatar
XhmikosR committed
898
    right: 58.33333333%;
899
900
  }
  .col-sm-pull-6 {
XhmikosR's avatar
XhmikosR committed
901
    right: 50%;
902
903
  }
  .col-sm-pull-5 {
XhmikosR's avatar
XhmikosR committed
904
    right: 41.66666667%;
905
906
  }
  .col-sm-pull-4 {
XhmikosR's avatar
XhmikosR committed
907
    right: 33.33333333%;
908
909
  }
  .col-sm-pull-3 {
XhmikosR's avatar
XhmikosR committed
910
    right: 25%;
911
912
  }
  .col-sm-pull-2 {
XhmikosR's avatar
XhmikosR committed
913
    right: 16.66666667%;
914
915
  }
  .col-sm-pull-1 {
XhmikosR's avatar
XhmikosR committed
916
    right: 8.33333333%;
917
918
  }
  .col-sm-pull-0 {
XhmikosR's avatar
XhmikosR committed
919
    right: auto;
920
921
  }
  .col-sm-push-12 {
XhmikosR's avatar
XhmikosR committed
922
    left: 100%;
923
924
  }
  .col-sm-push-11 {
XhmikosR's avatar
XhmikosR committed
925
    left: 91.66666667%;
926
927
  }
  .col-sm-push-10 {
XhmikosR's avatar
XhmikosR committed
928
    left: 83.33333333%;
929
930
  }
  .col-sm-push-9 {
XhmikosR's avatar
XhmikosR committed
931
    left: 75%;
932
933
  }
  .col-sm-push-8 {
XhmikosR's avatar
XhmikosR committed
934
    left: 66.66666667%;
935
  }
936
  .col-sm-push-7 {
XhmikosR's avatar
XhmikosR committed
937
    left: 58.33333333%;
938
  }
939
  .col-sm-push-6 {
XhmikosR's avatar
XhmikosR committed
940
    left: 50%;
941
  }
942
  .col-sm-push-5 {
XhmikosR's avatar
XhmikosR committed
943
    left: 41.66666667%;
944
  }
945
  .col-sm-push-4 {
XhmikosR's avatar
XhmikosR committed
946
    left: 33.33333333%;
947
  }
948
  .col-sm-push-3 {
XhmikosR's avatar
XhmikosR committed
949
    left: 25%;
950
  }
951
  .col-sm-push-2 {
XhmikosR's avatar
XhmikosR committed
952
    left: 16.66666667%;
953
  }
954
  .col-sm-push-1 {
XhmikosR's avatar
XhmikosR committed
955
    left: 8.33333333%;
956
957
  }
  .col-sm-push-0 {
XhmikosR's avatar
XhmikosR committed
958
    left: auto;
959
960
  }
  .col-sm-offset-12 {
XhmikosR's avatar
XhmikosR committed
961
    margin-left: 100%;
962
963
  }
  .col-sm-offset-11 {
XhmikosR's avatar
XhmikosR committed
964
    margin-left: 91.66666667%;
965
966
  }
  .col-sm-offset-10 {
XhmikosR's avatar
XhmikosR committed
967
    margin-left: 83.33333333%;
968
  }
969
  .col-sm-offset-9 {
XhmikosR's avatar
XhmikosR committed
970
    margin-left: 75%;
971
972
  }
  .col-sm-offset-8 {
XhmikosR's avatar
XhmikosR committed
973
    margin-left: 66.66666667%;
974
975
  }
  .col-sm-offset-7 {
XhmikosR's avatar
XhmikosR committed
976
    margin-left: 58.33333333%;
977
978
  }
  .col-sm-offset-6 {
XhmikosR's avatar
XhmikosR committed
979
    margin-left: 50%;
980
981
  }
  .col-sm-offset-5 {
XhmikosR's avatar
XhmikosR committed
982
    margin-left: 41.66666667%;
983
984
  }
  .col-sm-offset-4 {
XhmikosR's avatar
XhmikosR committed
985
    margin-left: 33.33333333%;
986
987
  }
  .col-sm-offset-3 {
XhmikosR's avatar
XhmikosR committed
988
    margin-left: 25%;
989
990
  }
  .col-sm-offset-2 {
XhmikosR's avatar
XhmikosR committed
991
    margin-left: 16.66666667%;
992
993
  }
  .col-sm-offset-1 {
XhmikosR's avatar
XhmikosR committed
994
    margin-left: 8.33333333%;
995
996
  }
  .col-sm-offset-0 {
Mark Otto's avatar
Mark Otto committed
997
    margin-left: 0;
998
  }
999
}
1000
@media (min-width: 62em) {
For faster browsing, not all history is shown. View entire blame