bootstrap.css 104 KB
Newer Older
XhmikosR's avatar
XhmikosR committed
1
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
2
3
html {
  font-family: sans-serif;
Mark Otto's avatar
Mark Otto committed
4
  -ms-text-size-adjust: 100%;
5
6
7
8
9
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
Mark Otto's avatar
Mark Otto committed
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
26
progress,
Mark Otto's avatar
Mark Otto committed
27
28
video {
  display: inline-block;
29
  vertical-align: baseline;
Mark Otto's avatar
Mark Otto committed
30
31
32
33
34
}
audio:not([controls]) {
  display: none;
  height: 0;
}
XhmikosR's avatar
XhmikosR committed
35
36
[hidden],
template {
Mark Otto's avatar
Mark Otto committed
37
38
  display: none;
}
XhmikosR's avatar
XhmikosR committed
39
40
41
a {
  background: transparent;
}
Mark Otto's avatar
Mark Otto committed
42
43
44
45
46
47
48
49
50
51
52
53
54
55
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
56
57
h1 {
  font-size: 2em;
Mark Otto's avatar
Mark Otto committed
58
  margin: 0.67em 0;
Mark Otto's avatar
Mark Otto committed
59
60
}
mark {
61
  background: #ff0;
Mark Otto's avatar
Mark Otto committed
62
  color: #000;
Mark Otto's avatar
Mark Otto committed
63
64
65
66
67
68
69
70
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
Mark Otto's avatar
Mark Otto committed
71
  position: relative;
Mark Otto's avatar
Mark Otto committed
72
73
74
  vertical-align: baseline;
}
sup {
Mark Otto's avatar
Mark Otto committed
75
  top: -0.5em;
Mark Otto's avatar
Mark Otto committed
76
77
}
sub {
Mark Otto's avatar
Mark Otto committed
78
  bottom: -0.25em;
Mark Otto's avatar
Mark Otto committed
79
80
81
82
83
84
85
86
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
87
  margin: 1em 40px;
Mark Otto's avatar
Mark Otto committed
88
}
89
hr {
Mark Otto's avatar
Mark Otto committed
90
91
  -moz-box-sizing: content-box;
  box-sizing: content-box;
92
  height: 0;
Mark Otto's avatar
Mark Otto committed
93
}
94
95
96
97
98
99
100
101
102
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
Mark Otto's avatar
Mark Otto committed
103
104
105
}
button,
input,
106
optgroup,
Mark Otto's avatar
Mark Otto committed
107
108
select,
textarea {
109
  color: inherit;
Mark Otto's avatar
Mark Otto committed
110
111
  font: inherit;
  margin: 0;
Mark Otto's avatar
Mark Otto committed
112
}
113
114
button {
  overflow: visible;
Mark Otto's avatar
Mark Otto committed
115
116
117
118
119
120
121
122
123
124
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
Mark Otto's avatar
Mark Otto committed
125
  cursor: pointer;
Mark Otto's avatar
Mark Otto committed
126
127
128
129
130
}
button[disabled],
html input[disabled] {
  cursor: default;
}
131
132
button::-moz-focus-inner,
input::-moz-focus-inner {
133
  border: 0;
Mark Otto's avatar
Mark Otto committed
134
  padding: 0;
135
136
137
138
}
input {
  line-height: normal;
}
Mark Otto's avatar
Mark Otto committed
139
140
input[type="checkbox"],
input[type="radio"] {
Mark Otto's avatar
Mark Otto committed
141
  box-sizing: border-box;
Mark Otto's avatar
Mark Otto committed
142
  padding: 0;
Mark Otto's avatar
Mark Otto committed
143
}
144
145
146
147
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
Mark Otto's avatar
Mark Otto committed
148
input[type="search"] {
149
  -webkit-appearance: textfield;
Mark Otto's avatar
Mark Otto committed
150
151
152
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
Mark Otto's avatar
Mark Otto committed
153
154
155
156
157
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
158
fieldset {
159
  border: 1px solid #c0c0c0;
Mark Otto's avatar
Mark Otto committed
160
161
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
162
163
}
legend {
164
  border: 0;
Mark Otto's avatar
Mark Otto committed
165
  padding: 0;
Mark Otto's avatar
Mark Otto committed
166
167
168
}
textarea {
  overflow: auto;
169
170
171
}
optgroup {
  font-weight: bold;
Mark Otto's avatar
Mark Otto committed
172
173
}
table {
174
  border-collapse: collapse;
Mark Otto's avatar
Mark Otto committed
175
  border-spacing: 0;
Mark Otto's avatar
Mark Otto committed
176
}
177
178
179
180
td,
th {
  padding: 0;
}
181
@media print {
182
  * {
183
    text-shadow: none !important;
Mark Otto's avatar
Mark Otto committed
184
    color: #000 !important;
185
    background: transparent !important;
Mark Otto's avatar
Mark Otto committed
186
    box-shadow: none !important;
187
188
  }
  a,
189
190
  a:visited {
    text-decoration: underline;
191
192
  }
  a[href]:after {
193
    content: " (" attr(href) ")";
194
195
  }
  abbr[title]:after {
196
    content: " (" attr(title) ")";
197
198
  }
  a[href^="javascript:"]:after,
199
200
  a[href^="#"]:after {
    content: "";
201
202
  }
  pre,
203
204
205
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
206
207
  }
  thead {
208
    display: table-header-group;
209
210
  }
  tr,
211
212
  img {
    page-break-inside: avoid;
213
214
  }
  img {
215
    max-width: 100% !important;
216
217
  }
  p,
218
219
220
221
  h2,
  h3 {
    orphans: 3;
    widows: 3;
222
223
  }
  h2,
224
225
  h3 {
    page-break-after: avoid;
226
227
  }
  select {
Zlatan Vasović's avatar
Zlatan Vasović committed
228
    background: #fff !important;
229
230
  }
  .navbar {
231
    display: none;
232
233
  }
  .table td,
234
235
  .table th {
    background-color: #fff !important;
236
237
  }
  .btn > .caret,
238
239
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
240
241
  }
  .label {
242
    border: 1px solid #000;
243
244
  }
  .table {
Mark Otto's avatar
Mark Otto committed
245
    border-collapse: collapse !important;
246
247
  }
  .table-bordered th,
Mark Otto's avatar
Mark Otto committed
248
249
  .table-bordered td {
    border: 1px solid #ddd !important;
250
  }
251
}
252
*,
253
254
*:before,
*:after {
Mark Otto's avatar
Mark Otto committed
255
  box-sizing: border-box;
Mark Otto's avatar
Mark Otto committed
256
}
257
html {
Mark Otto's avatar
Mark Otto committed
258
  font-size: 16px;
259
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
Mark Otto's avatar
Mark Otto committed
260
}
261
262
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
Mark Otto's avatar
Mark Otto committed
263
264
  font-size: 1rem;
  line-height: 1.5;
265
  color: #373a3c;
Mark Otto's avatar
Mark Otto committed
266
  background-color: #ffffff;
267
}
268
269
270
271
272
273
274
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
Mark Otto's avatar
Mark Otto committed
275
}
276
a {
Mark Otto's avatar
Mark Otto committed
277
  color: #027de7;
278
  text-decoration: none;
Mark Otto's avatar
Mark Otto committed
279
}
280
281
a:hover,
a:focus {
Mark Otto's avatar
Mark Otto committed
282
  color: #01549b;
283
  text-decoration: underline;
Mark Otto's avatar
Mark Otto committed
284
}
285
286
287
288
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
289
}
290
291
figure {
  margin: 0;
Mark Otto's avatar
Mark Otto committed
292
}
293
294
img {
  vertical-align: middle;
Mark Otto's avatar
Mark Otto committed
295
}
296
297
298
299
300
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
301
302
  height: auto;
}
303
.img-rounded {
Mark Otto's avatar
Mark Otto committed
304
  border-radius: 0.3rem;
Mark Otto's avatar
Mark Otto committed
305
}
306
.img-thumbnail {
Mark Otto's avatar
Mark Otto committed
307
308
309
310
311
312
313
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
314
315
  display: inline-block;
  max-width: 100%;
316
317
  height: auto;
}
318
319
.img-circle {
  border-radius: 50%;
320
}
321
hr {
Mark Otto's avatar
Mark Otto committed
322
323
  margin-top: 24px;
  margin-bottom: 24px;
324
  border: 0;
325
  border-top: 1px solid #eceeef;
326
}
327
.sr-only {
328
  position: absolute;
329
330
  width: 1px;
  height: 1px;
331
  margin: -1px;
Mark Otto's avatar
Mark Otto committed
332
  padding: 0;
333
334
335
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
336
}
337
338
339
340
341
342
343
344
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
345
}
346
347
348
349
350
351
352
353
354
355
356
357
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
Mark Otto's avatar
Mark Otto committed
358
  margin-top: 0;
359
360
361
362
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
363
}
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
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;
390
  color: #818a91;
Mark Otto's avatar
Mark Otto committed
391
}
392
393
394
395
396
397
h1,
.h1,
h2,
.h2,
h3,
.h3 {
Mark Otto's avatar
Mark Otto committed
398
  margin-bottom: 12px;
Mark Otto's avatar
Mark Otto committed
399
}
400
401
402
403
404
405
406
407
408
409
410
411
412
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%;
Mark Otto's avatar
Mark Otto committed
413
}
414
415
416
417
418
419
h4,
.h4,
h5,
.h5,
h6,
.h6 {
Mark Otto's avatar
Mark Otto committed
420
  margin-bottom: 12px;
421
}
422
423
424
425
426
427
428
429
430
431
432
433
434
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%;
435
}
436
437
h1,
.h1 {
Mark Otto's avatar
Mark Otto committed
438
  font-size: 3rem;
Mark Otto's avatar
Mark Otto committed
439
}
440
441
h2,
.h2 {
Mark Otto's avatar
Mark Otto committed
442
  font-size: 2.5rem;
Mark Otto's avatar
Mark Otto committed
443
}
444
445
h3,
.h3 {
Mark Otto's avatar
Mark Otto committed
446
  font-size: 2rem;
Mark Otto's avatar
Mark Otto committed
447
}
448
449
h4,
.h4 {
Mark Otto's avatar
Mark Otto committed
450
  font-size: 1.5rem;
451
}
452
453
h5,
.h5 {
Mark Otto's avatar
Mark Otto committed
454
  font-size: 1.25rem;
455
}
456
457
h6,
.h6 {
Mark Otto's avatar
Mark Otto committed
458
  font-size: 1rem;
459
}
460
p {
Mark Otto's avatar
Mark Otto committed
461
462
  margin-top: 0;
  margin-bottom: 1rem;
Mark Otto's avatar
Mark Otto committed
463
}
464
.lead {
465
466
  font-size: 1.25rem;
  font-weight: 300;
467
}
468
469
470
small,
.small {
  font-size: 85%;
471
}
mrmrs's avatar
mrmrs committed
472
473
mark,
.mark {
474
  background-color: #fcf8e3;
Mark Otto's avatar
Mark Otto committed
475
  padding: .2em;
476
}
477
478
.text-left {
  text-align: left;
479
}
480
481
.text-right {
  text-align: right;
482
}
483
.text-center {
484
  text-align: center;
Mark Otto's avatar
Mark Otto committed
485
}
486
487
.text-justify {
  text-align: justify;
Mark Otto's avatar
Mark Otto committed
488
}
489
490
491
.text-nowrap {
  white-space: nowrap;
}
Mark Otto's avatar
grunt    
Mark Otto committed
492
493
494
495
496
497
498
499
500
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
501
.text-muted {
502
  color: #818a91;
Mark Otto's avatar
Mark Otto committed
503
}
504
.text-primary {
Mark Otto's avatar
Mark Otto committed
505
  color: #027de7;
Mark Otto's avatar
Mark Otto committed
506
}
507
a.text-primary:hover {
Mark Otto's avatar
Mark Otto committed
508
  color: #0262b4;
Mark Otto's avatar
Mark Otto committed
509
}
510
511
.text-success {
  color: #3c763d;
Mark Otto's avatar
Mark Otto committed
512
}
513
514
a.text-success:hover {
  color: #2b542c;
Mark Otto's avatar
Mark Otto committed
515
}
516
517
.text-info {
  color: #31708f;
518
}
519
520
a.text-info:hover {
  color: #245269;
Mark Otto's avatar
Mark Otto committed
521
}
522
523
.text-warning {
  color: #8a6d3b;
524
}
525
526
a.text-warning:hover {
  color: #66512c;
Mark Otto's avatar
Mark Otto committed
527
}
528
529
.text-danger {
  color: #a94442;
530
}
531
532
a.text-danger:hover {
  color: #843534;
533
}
534
.bg-primary {
Mark Otto's avatar
Mark Otto committed
535
  color: #fff;
Mark Otto's avatar
Mark Otto committed
536
  background-color: #027de7;
Mark Otto's avatar
Mark Otto committed
537
}
538
a.bg-primary:hover {
Mark Otto's avatar
Mark Otto committed
539
  background-color: #0262b4;
Mark Otto's avatar
Mark Otto committed
540
}
541
542
.bg-success {
  background-color: #dff0d8;
543
}
544
545
a.bg-success:hover {
  background-color: #c1e2b3;
546
}
547
548
.bg-info {
  background-color: #d9edf7;
Mark Otto's avatar
Mark Otto committed
549
}
550
551
a.bg-info:hover {
  background-color: #afd9ee;
552
}
553
554
.bg-warning {
  background-color: #fcf8e3;
555
}
556
557
a.bg-warning:hover {
  background-color: #f7ecb5;
558
}
559
560
.bg-danger {
  background-color: #f2dede;
561
}
562
563
a.bg-danger:hover {
  background-color: #e4b9b9;
564
}
565
566
567
ul,
ol {
  margin-top: 0;
Mark Otto's avatar
Mark Otto committed
568
  margin-bottom: 12px;
569
}
570
571
572
573
574
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
575
}
576
577
578
.list-unstyled {
  padding-left: 0;
  list-style: none;
579
}
580
581
.list-inline {
  padding-left: 0;
582
  list-style: none;
Mark Otto's avatar
Mark Otto committed
583
  margin-left: -5px;
584
}
585
586
.list-inline > li {
  display: inline-block;
587
  padding-left: 5px;
Mark Otto's avatar
Mark Otto committed
588
  padding-right: 5px;
589
}
590
591
dl {
  margin-top: 0;
Mark Otto's avatar
Mark Otto committed
592
  margin-bottom: 24px;
Mark Otto's avatar
Mark Otto committed
593
}
594
595
dt,
dd {
Mark Otto's avatar
Mark Otto committed
596
  line-height: 1.5;
Mark Otto's avatar
Mark Otto committed
597
}
598
599
dt {
  font-weight: bold;
600
}
601
602
dd {
  margin-left: 0;
Mark Otto's avatar
Mark Otto committed
603
}
604
@media (min-width: 48em) {
605
606
607
608
609
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
Mark Otto's avatar
Mark Otto committed
610
    overflow: hidden;
611
612
613
614
615
616
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
617
}
618
619
620
abbr[title],
abbr[data-original-title] {
  cursor: help;
621
  border-bottom: 1px dotted #818a91;
Mark Otto's avatar
Mark Otto committed
622
}
623
624
625
.initialism {
  font-size: 90%;
  text-transform: uppercase;
Mark Otto's avatar
Mark Otto committed
626
}
627
blockquote {
Mark Otto's avatar
Mark Otto committed
628
629
630
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 1.25rem;
631
  border-left: 5px solid #eceeef;
632
}
633
634
635
636
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
Mark Otto's avatar
Mark Otto committed
637
}
638
blockquote footer {
639
  display: block;
640
  font-size: 80%;
Mark Otto's avatar
Mark Otto committed
641
  line-height: 1.5;
642
  color: #818a91;
643
}
644
blockquote footer:before {
645
  content: '\2014 \00A0';
Chris Rebert's avatar
Chris Rebert committed
646
}
647
.blockquote-reverse {
648
  padding-right: 15px;
649
  padding-left: 0;
650
  border-right: 5px solid #eceeef;
651
  border-left: 0;
Mark Otto's avatar
Mark Otto committed
652
  text-align: right;
653
}
654
.blockquote-reverse footer:before {
655
  content: '';
Mark Otto's avatar
Mark Otto committed
656
}
657
.blockquote-reverse footer:after {
658
  content: '\00A0 \2014';
Mark Otto's avatar
Mark Otto committed
659
}
660
661
662
blockquote:before,
blockquote:after {
  content: "";
Mark Otto's avatar
Mark Otto committed
663
}
664
address {
Mark Otto's avatar
Mark Otto committed
665
  margin-bottom: 24px;
666
  font-style: normal;
Mark Otto's avatar
Mark Otto committed
667
  line-height: 1.5;
Mark Otto's avatar
Mark Otto committed
668
}
669
670
671
672
673
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
674
}
675
code {
Mark Otto's avatar
Mark Otto committed
676
  padding: .2rem .4rem;
677
  font-size: 90%;
678
679
  color: #d44950;
  background-color: #f7f7f9;
Mark Otto's avatar
Mark Otto committed
680
  border-radius: 0.25rem;
681
}
682
kbd {
Mark Otto's avatar
Mark Otto committed
683
  padding: .2rem .4rem;
684
  font-size: 90%;
Mark Otto's avatar
Mark Otto committed
685
686
687
688
  color: #ffffff;
  background-color: #333333;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
Mark Otto's avatar
Mark Otto committed
689
}
Mark Otto's avatar
grunt    
Mark Otto committed
690
691
692
kbd kbd {
  padding: 0;
  font-size: 100%;
Mark Otto's avatar
Mark Otto committed
693
  box-shadow: none;
Mark Otto's avatar
grunt    
Mark Otto committed
694
}
695
pre {
696
  display: block;
Mark Otto's avatar
Mark Otto committed
697
698
699
  padding: 1.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
Mark Otto's avatar
Mark Otto committed
700
701
  font-size: 90%;
  line-height: 1.5;
702
  color: #373a3c;
Mark Otto's avatar
Mark Otto committed
703
  background-color: #f7f7f9;
Mark Otto's avatar
Mark Otto committed
704
  border-radius: 0.25rem;
705
}
706
707
708
709
710
711
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
712
}
713
714
715
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
716
}
717
718
719
.container {
  margin-right: auto;
  margin-left: auto;
Mark Otto's avatar
Mark Otto committed
720
721
  padding-left: 0.75rem;
  padding-right: 0.75rem;
Mark Otto's avatar
Mark Otto committed
722
}
723
@media (min-width: 48em) {
724
  .container {
725
    width: 45rem;
726
  }
Mark Otto's avatar
Mark Otto committed
727
}
728
@media (min-width: 62em) {
729
  .container {
730
    width: 60rem;
731
  }
732
}
733
@media (min-width: 75em) {
734
  .container {
735
    width: 72.25rem;
736
  }
737
}
738
739
740
.container-fluid {
  margin-right: auto;
  margin-left: auto;
Mark Otto's avatar
Mark Otto committed
741
742
  padding-left: 0.75rem;
  padding-right: 0.75rem;
Mark Otto's avatar
Mark Otto committed
743
}
744
.row {
Mark Otto's avatar
Mark Otto committed
745
746
  margin-left: -0.75rem;
  margin-right: -0.75rem;
Mark Otto's avatar
Mark Otto committed
747
}
748
.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 {
749
  position: relative;
750
  min-height: 1px;
Mark Otto's avatar
Mark Otto committed
751
752
  padding-left: 0.75rem;
  padding-right: 0.75rem;
Chris Rebert's avatar
Chris Rebert committed
753
}
754
755
.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;
Chris Rebert's avatar
Chris Rebert committed
756
}
757
758
.col-xs-12 {
  width: 100%;
Chris Rebert's avatar
Chris Rebert committed
759
}
760
761
.col-xs-11 {
  width: 91.66666667%;
Chris Rebert's avatar
Chris Rebert committed
762
}
763
764
.col-xs-10 {
  width: 83.33333333%;
Mark Otto's avatar
Mark Otto committed
765
}
766
767
.col-xs-9 {
  width: 75%;
Mark Otto's avatar
Mark Otto committed
768
}
769
770
.col-xs-8 {
  width: 66.66666667%;
Mark Otto's avatar
Mark Otto committed
771
}
772
773
.col-xs-7 {
  width: 58.33333333%;
Mark Otto's avatar
Mark Otto committed
774
}
775
776
.col-xs-6 {
  width: 50%;
Mark Otto's avatar
Mark Otto committed
777
}
778
779
.col-xs-5 {
  width: 41.66666667%;
Mark Otto's avatar
Mark Otto committed
780
}
781
782
.col-xs-4 {
  width: 33.33333333%;
Mark Otto's avatar
Mark Otto committed
783
}
784
785
.col-xs-3 {
  width: 25%;
Mark Otto's avatar
Mark Otto committed
786
}
787
788
.col-xs-2 {
  width: 16.66666667%;
Mark Otto's avatar
Mark Otto committed
789
}
790
791
.col-xs-1 {
  width: 8.33333333%;
Mark Otto's avatar
Mark Otto committed
792
}
793
794
.col-xs-pull-12 {
  right: 100%;
Mark Otto's avatar
Mark Otto committed
795
}
796
797
.col-xs-pull-11 {
  right: 91.66666667%;
Mark Otto's avatar
Mark Otto committed
798
}
799
800
.col-xs-pull-10 {
  right: 83.33333333%;
Mark Otto's avatar
Mark Otto committed
801
}
802
803
.col-xs-pull-9 {
  right: 75%;
Mark Otto's avatar
Mark Otto committed
804
}
805
806
.col-xs-pull-8 {
  right: 66.66666667%;
Mark Otto's avatar
Mark Otto committed
807
}
808
809
.col-xs-pull-7 {
  right: 58.33333333%;
Mark Otto's avatar
Mark Otto committed
810
}
811
812
.col-xs-pull-6 {
  right: 50%;
Mark Otto's avatar
Mark Otto committed
813
}
814
815
.col-xs-pull-5 {
  right: 41.66666667%;
Mark Otto's avatar
Mark Otto committed
816
}
817
818
.col-xs-pull-4 {
  right: 33.33333333%;
Mark Otto's avatar
Mark Otto committed
819
}
820
821
.col-xs-pull-3 {
  right: 25%;
Mark Otto's avatar
Mark Otto committed
822
}
823
824
.col-xs-pull-2 {
  right: 16.66666667%;
Mark Otto's avatar
Mark Otto committed
825
}
826
827
.col-xs-pull-1 {
  right: 8.33333333%;
Mark Otto's avatar
Mark Otto committed
828
}
829
.col-xs-pull-0 {
Mark Otto's avatar
Mark Otto committed
830
  right: auto;
Mark Otto's avatar
Mark Otto committed
831
}
832
833
.col-xs-push-12 {
  left: 100%;
Mark Otto's avatar
Mark Otto committed
834
}
835
836
.col-xs-push-11 {
  left: 91.66666667%;
Mark Otto's avatar
Mark Otto committed
837
}
838
839
.col-xs-push-10 {
  left: 83.33333333%;
Mark Otto's avatar
Mark Otto committed
840
}
841
842
.col-xs-push-9 {
  left: 75%;
Mark Otto's avatar
Mark Otto committed
843
}
844
845
.col-xs-push-8 {
  left: 66.66666667%;
Mark Otto's avatar
Mark Otto committed
846
}
847
848
.col-xs-push-7 {
  left: 58.33333333%;
Mark Otto's avatar
Mark Otto committed
849
}
850
851
.col-xs-push-6 {
  left: 50%;
Mark Otto's avatar
Mark Otto committed
852
}
853
854
.col-xs-push-5 {
  left: 41.66666667%;
Mark Otto's avatar
Mark Otto committed
855
}
856
857
.col-xs-push-4 {
  left: 33.33333333%;
Chris Rebert's avatar
Chris Rebert committed
858
}
859
860
.col-xs-push-3 {
  left: 25%;
Mark Otto's avatar
Mark Otto committed
861
}
862
863
.col-xs-push-2 {
  left: 16.66666667%;
Mark Otto's avatar
Mark Otto committed
864
}
865
866
.col-xs-push-1 {
  left: 8.33333333%;
Mark Otto's avatar
Mark Otto committed
867
}
868
.col-xs-push-0 {
Mark Otto's avatar
Mark Otto committed
869
  left: auto;
Mark Otto's avatar
Mark Otto committed
870
}
871
872
.col-xs-offset-12 {
  margin-left: 100%;
Mark Otto's avatar
Mark Otto committed
873
}
874
875
.col-xs-offset-11 {
  margin-left: 91.66666667%;
Mark Otto's avatar
Mark Otto committed
876
}
877
878
.col-xs-offset-10 {
  margin-left: 83.33333333%;
Mark Otto's avatar
Mark Otto committed
879
}
880
881
.col-xs-offset-9 {
  margin-left: 75%;
Mark Otto's avatar
Mark Otto committed
882
}
883
884
.col-xs-offset-8 {
  margin-left: 66.66666667%;
Mark Otto's avatar
Mark Otto committed
885
}
886
887
.col-xs-offset-7 {
  margin-left: 58.33333333%;
Mark Otto's avatar
Mark Otto committed
888
}
889
890
.col-xs-offset-6 {
  margin-left: 50%;
Chris Rebert's avatar
Chris Rebert committed
891
}
892
893
.col-xs-offset-5 {
  margin-left: 41.66666667%;
Mark Otto's avatar
Mark Otto committed
894
}
895
896
.col-xs-offset-4 {
  margin-left: 33.33333333%;
Chris Rebert's avatar
Chris Rebert committed
897
}
898
899
.col-xs-offset-3 {
  margin-left: 25%;
Mark Otto's avatar
Mark Otto committed
900
}
901
902
.col-xs-offset-2 {
  margin-left: 16.66666667%;
Mark Otto's avatar
Mark Otto committed
903
}
904
905
.col-xs-offset-1 {
  margin-left: 8.33333333%;
Mark Otto's avatar
Mark Otto committed
906
}
907
.col-xs-offset-0 {
Mark Otto's avatar
Mark Otto committed
908
  margin-left: 0%;
Mark Otto's avatar
Mark Otto committed
909
}
910
@media (min-width: 48em) {
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
  .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;
  }
  .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 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
Mark Otto's avatar
Mark Otto committed
987
    right: auto;
988
989
990
991
992
993
994
995
996
997
998
999
1000
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
For faster browsing, not all history is shown. View entire blame