bootstrap.css 120 KB
Newer Older
Chris Rebert's avatar
Chris Rebert committed
1
/*!
Mark Otto's avatar
Mark Otto committed
2
 * Bootstrap v3.0.3 (http://getbootstrap.com)
Chris Rebert's avatar
Chris Rebert committed
3
4
5
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */
Mark Otto's avatar
Mark Otto committed
6
7


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