bootstrap.css 116 KB
Newer Older
Mark Otto's avatar
Mark Otto 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
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
Mark Otto's avatar
Mark Otto committed
5
 */
6

Mark Otto's avatar
Mark Otto committed
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;
56
  font-size: 2em;
Mark Otto's avatar
Mark Otto committed
57
}
Mark Otto's avatar
Mark Otto committed
58
59
60
61
62
63
64
65
66
67
68
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
69
  height: 0;
Mark Otto's avatar
Mark Otto committed
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
  -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 {
95
  position: relative;
Mark Otto's avatar
Mark Otto committed
96
97
98
99
100
  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;
117
  margin: 0 2px;
Mark Otto's avatar
Mark Otto committed
118
119
120
121
122
123
124
125
126
127
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
button,
input,
select,
textarea {
128
  margin: 0;
Mark Otto's avatar
Mark Otto committed
129
130
  font-family: inherit;
  font-size: 100%;
Mark Otto's avatar
Mark Otto committed
131
}
Mark Otto's avatar
Mark Otto committed
132
133
134
135
136
137
138
139
140
141
142
143
144
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
@media print {
180
  * {
181
    color: #000 !important;
182
    text-shadow: none !important;
183
184
    background: transparent !important;
    box-shadow: none !important;
185
186
  }
  a,
187
188
  a:visited {
    text-decoration: underline;
189
190
  }
  a[href]:after {
191
    content: " (" attr(href) ")";
192
193
  }
  abbr[title]:after {
194
    content: " (" attr(title) ")";
195
196
  }
  a[href^="javascript:"]:after,
197
198
  a[href^="#"]:after {
    content: "";
199
200
  }
  pre,
201
202
203
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
204
205
  }
  thead {
206
    display: table-header-group;
207
208
  }
  tr,
209
210
  img {
    page-break-inside: avoid;
211
212
  }
  img {
213
    max-width: 100% !important;
214
  }
Mark Otto's avatar
Mark Otto committed
215
  @page {
Mark Otto's avatar
Mark Otto committed
216
    margin: 2cm .5cm;
217
218
  }
  p,
219
220
221
222
  h2,
  h3 {
    orphans: 3;
    widows: 3;
223
224
  }
  h2,
225
226
  h3 {
    page-break-after: avoid;
227
228
  }
  select {
Zlatan Vasović's avatar
Zlatan Vasović committed
229
    background: #fff !important;
230
231
  }
  .navbar {
232
    display: none;
233
234
  }
  .table td,
235
236
  .table th {
    background-color: #fff !important;
237
238
  }
  .btn > .caret,
239
240
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
241
242
  }
  .label {
243
    border: 1px solid #000;
244
245
  }
  .table {
Mark Otto's avatar
Mark Otto committed
246
    border-collapse: collapse !important;
247
248
  }
  .table-bordered th,
Mark Otto's avatar
Mark Otto committed
249
250
  .table-bordered td {
    border: 1px solid #ddd !important;
251
  }
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
270
  color: #333;
  background-color: #fff;
}
Mark Otto's avatar
Mark Otto committed
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
}
a {
Mark Otto's avatar
Mark Otto committed
280
  color: #428bca;
281
  text-decoration: none;
Mark Otto's avatar
Mark Otto committed
282
}
Mark Otto's avatar
Mark Otto committed
283
284
a:hover,
a:focus {
Mark Otto's avatar
Mark Otto committed
285
  color: #2a6496;
286
  text-decoration: underline;
Mark Otto's avatar
Mark Otto committed
287
}
Mark Otto's avatar
Mark Otto committed
288
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
  padding: 4px;
309
310
  line-height: 1.428571429;
  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
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
Mark Otto's avatar
Mark Otto committed
329
  padding: 0;
330
331
332
  margin: -1px;
  overflow: hidden;
  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
379
  color: #999;
}
Mark Otto's avatar
Mark Otto committed
380
h1,
381
.h1,
Mark Otto's avatar
Mark Otto committed
382
h2,
383
384
385
.h2,
h3,
.h3 {
Mark Otto's avatar
Mark Otto committed
386
387
  margin-top: 20px;
  margin-bottom: 10px;
Mark Otto's avatar
Mark Otto committed
388
}
389
h1 small,
390
.h1 small,
391
h2 small,
392
.h2 small,
Mark Otto's avatar
Mark Otto committed
393
h3 small,
394
.h3 small,
Mark Otto's avatar
Mark Otto committed
395
h1 .small,
396
.h1 .small,
Mark Otto's avatar
Mark Otto committed
397
h2 .small,
398
399
400
.h2 .small,
h3 .small,
.h3 .small {
401
402
  font-size: 65%;
}
Mark Otto's avatar
Mark Otto committed
403
h4,
404
.h4,
Mark Otto's avatar
Mark Otto committed
405
h5,
406
407
408
.h5,
h6,
.h6 {
Mark Otto's avatar
Mark Otto committed
409
410
  margin-top: 10px;
  margin-bottom: 10px;
Mark Otto's avatar
Mark Otto committed
411
}
412
h4 small,
413
.h4 small,
414
h5 small,
415
.h5 small,
Mark Otto's avatar
Mark Otto committed
416
h6 small,
417
.h6 small,
Mark Otto's avatar
Mark Otto committed
418
h4 .small,
419
.h4 .small,
Mark Otto's avatar
Mark Otto committed
420
h5 .small,
421
422
423
.h5 .small,
h6 .small,
.h6 .small {
424
425
  font-size: 75%;
}
426
427
h1,
.h1 {
Mark Otto's avatar
Mark Otto committed
428
  font-size: 36px;
Mark Otto's avatar
Mark Otto committed
429
}
430
431
h2,
.h2 {
Mark Otto's avatar
Mark Otto committed
432
  font-size: 30px;
Mark Otto's avatar
Mark Otto committed
433
}
434
435
h3,
.h3 {
Mark Otto's avatar
Mark Otto committed
436
  font-size: 24px;
Mark Otto's avatar
Mark Otto committed
437
}
438
439
h4,
.h4 {
Mark Otto's avatar
Mark Otto committed
440
  font-size: 18px;
Mark Otto's avatar
Mark Otto committed
441
}
442
443
h5,
.h5 {
Mark Otto's avatar
Mark Otto committed
444
  font-size: 14px;
Mark Otto's avatar
Mark Otto committed
445
}
446
447
h6,
.h6 {
Mark Otto's avatar
Mark Otto committed
448
  font-size: 12px;
Mark Otto's avatar
Mark Otto committed
449
}
450
451
452
453
p {
  margin: 0 0 10px;
}
.lead {
454
  margin-bottom: 20px;
455
456
457
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
Mark Otto's avatar
Mark Otto committed
458
}
459
@media (min-width: 768px) {
460
  .lead {
461
    font-size: 21px;
462
  }
463
464
465
466
467
468
469
470
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
471
472
473
474
475
476
477
478
479
480
481
482
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
483
.text-muted {
Mark Otto's avatar
Mark Otto committed
484
  color: #999;
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
}
.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;
}
516
517
518
.bg-primary {
  color: #fff;
  background-color: #428bca;
519
}
520
521
a.bg-primary:hover {
  background-color: #3071a9;
522
}
523
524
.bg-warning {
  background-color: #fcf8e3;
525
}
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
546
}
Mark Otto's avatar
Mark Otto committed
547
.page-header {
Mark Otto's avatar
Mark Otto committed
548
  padding-bottom: 9px;
549
  margin: 40px 0 20px;
Mark Otto's avatar
Mark Otto committed
550
551
  border-bottom: 1px solid #eee;
}
Mark Otto's avatar
Mark Otto committed
552
553
ul,
ol {
Mark Otto's avatar
Mark Otto committed
554
555
  margin-top: 0;
  margin-bottom: 10px;
Mark Otto's avatar
Mark Otto committed
556
557
}
ul ul,
liuyl's avatar
liuyl committed
558
ol ul,
Mark Otto's avatar
Mark Otto committed
559
ul ol,
liuyl's avatar
liuyl committed
560
ol ol {
Mark Otto's avatar
Mark Otto committed
561
562
  margin-bottom: 0;
}
563
.list-unstyled {
564
  padding-left: 0;
565
566
  list-style: none;
}
Mark Otto's avatar
Mark Otto committed
567
.list-inline {
568
  padding-left: 0;
Mark Otto's avatar
Mark Otto committed
569
570
571
572
573
574
575
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
576
577
578
.list-inline > li:first-child {
  padding-left: 0;
}
Mark Otto's avatar
Mark Otto committed
579
dl {
580
  margin-top: 0;
Mark Otto's avatar
Mark Otto committed
581
  margin-bottom: 20px;
Mark Otto's avatar
Mark Otto committed
582
583
584
}
dt,
dd {
585
  line-height: 1.428571429;
Mark Otto's avatar
Mark Otto committed
586
587
588
589
590
}
dt {
  font-weight: bold;
}
dd {
591
  margin-left: 0;
Mark Otto's avatar
Mark Otto committed
592
}
593
@media (min-width: 768px) {
594
  .dl-horizontal dt {
595
    float: left;
Mark Otto's avatar
Mark Otto committed
596
    width: 160px;
597
598
    overflow: hidden;
    clear: left;
599
    text-align: right;
Mark Otto's avatar
Mark Otto committed
600
    text-overflow: ellipsis;
601
    white-space: nowrap;
602
603
  }
  .dl-horizontal dd {
604
    margin-left: 180px;
605
  }
Mark Otto's avatar
Mark Otto committed
606
607
608
609
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
Mark Otto's avatar
Mark Otto committed
610
611
  border-bottom: 1px dotted #999;
}
612
.initialism {
Mark Otto's avatar
Mark Otto committed
613
614
615
616
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
Mark Otto's avatar
Mark Otto committed
617
  padding: 10px 20px;
618
  margin: 0 0 20px;
Mark Otto's avatar
Mark Otto committed
619
620
  border-left: 5px solid #eee;
}
Mark Otto's avatar
Mark Otto committed
621
blockquote p {
Mark Otto's avatar
Mark Otto committed
622
  font-size: 17.5px;
Mark Otto's avatar
Mark Otto committed
623
}
624
625
626
blockquote p:last-child {
  margin-bottom: 0;
}
627
blockquote footer,
628
629
blockquote small,
blockquote .small {
Mark Otto's avatar
Mark Otto committed
630
  display: block;
631
  line-height: 1.428571429;
Mark Otto's avatar
Mark Otto committed
632
633
  color: #999;
}
634
blockquote footer:before,
635
636
blockquote small:before,
blockquote .small:before {
Mark Otto's avatar
Mark Otto committed
637
638
639
640
641
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
Mark Otto's avatar
Mark Otto committed
642
  border-right: 5px solid #eee;
Mark Otto's avatar
Mark Otto committed
643
644
645
  border-left: 0;
}
blockquote.pull-right p,
Mark Otto's avatar
Mark Otto committed
646
647
blockquote.pull-right small,
blockquote.pull-right .small {
Mark Otto's avatar
Mark Otto committed
648
649
  text-align: right;
}
Mark Otto's avatar
Mark Otto committed
650
651
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
Mark Otto's avatar
Mark Otto committed
652
653
  content: '';
}
Mark Otto's avatar
Mark Otto committed
654
655
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
Mark Otto's avatar
Mark Otto committed
656
657
658
659
660
661
662
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
663
  margin-bottom: 20px;
Mark Otto's avatar
Mark Otto committed
664
  font-style: normal;
665
  line-height: 1.428571429;
Mark Otto's avatar
Mark Otto committed
666
}
Mark Otto's avatar
Mark Otto committed
667
code,
668
kbd,
669
670
pre,
samp {
671
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
Mark Otto's avatar
Mark Otto committed
672
673
}
code {
Mark Otto's avatar
Mark Otto committed
674
  padding: 2px 4px;
675
  font-size: 90%;
Mark Otto's avatar
Mark Otto committed
676
  color: #c7254e;
677
  white-space: nowrap;
Mark Otto's avatar
Mark Otto committed
678
  background-color: #f9f2f4;
679
  border-radius: 4px;
Mark Otto's avatar
Mark Otto committed
680
}
681
kbd {
Mark Otto's avatar
Mark Otto committed
682
  padding: 2px 4px;
683
  font-size: 90%;
Mark Otto's avatar
Mark Otto committed
684
685
  color: #fff;
  background-color: #333;
686
  border-radius: 3px;
Mark Otto's avatar
Mark Otto committed
687
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
688
}
Mark Otto's avatar
Mark Otto committed
689
pre {
Mark Otto's avatar
Mark Otto committed
690
691
  display: block;
  padding: 9.5px;
692
693
694
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
Mark Otto's avatar
Mark Otto committed
695
  color: #333;
696
697
698
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
Mark Otto's avatar
Mark Otto committed
699
  border: 1px solid #ccc;
Mark Otto's avatar
Mark Otto committed
700
701
702
  border-radius: 4px;
}
pre code {
Mark Otto's avatar
Mark Otto committed
703
  padding: 0;
704
  font-size: inherit;
Mark Otto's avatar
Mark Otto committed
705
  color: inherit;
706
  white-space: pre-wrap;
Mark Otto's avatar
Mark Otto committed
707
  background-color: transparent;
708
  border-radius: 0;
Mark Otto's avatar
Mark Otto committed
709
710
}
.pre-scrollable {
Mark Otto's avatar
Mark Otto committed
711
  max-height: 340px;
712
  overflow-y: scroll;
Mark Otto's avatar
Mark Otto committed
713
}
Mark Otto's avatar
Mark Otto committed
714
.container {
Mark Otto's avatar
Mark Otto committed
715
716
  padding-right: 15px;
  padding-left: 15px;
717
718
  margin-right: auto;
  margin-left: auto;
Mark Otto's avatar
Mark Otto committed
719
}
720
@media (min-width: 768px) {
721
  .container {
722
    width: 750px;
723
  }
724
725
}
@media (min-width: 992px) {
726
  .container {
727
    width: 970px;
728
  }
729
730
}
@media (min-width: 1200px) {
731
  .container {
732
    width: 1170px;
733
  }
734
}
735
.container-fluid {
Mark Otto's avatar
Mark Otto committed
736
737
  padding-right: 15px;
  padding-left: 15px;
738
739
  margin-right: auto;
  margin-left: auto;
740
}
741
742
743
744
.row {
  margin-right: -15px;
  margin-left: -15px;
}
Mark Otto's avatar
Mark Otto committed
745
.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 {
746
  position: relative;
Mark Otto's avatar
Mark Otto committed
747
  min-height: 1px;
748
749
  padding-right: 15px;
  padding-left: 15px;
Mark Otto's avatar
Mark Otto committed
750
}
Mark Otto's avatar
Mark Otto committed
751
.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
752
753
  float: left;
}
754
755
.col-xs-12 {
  width: 100%;
756
}
757
758
.col-xs-11 {
  width: 91.66666666666666%;
759
}
760
761
.col-xs-10 {
  width: 83.33333333333334%;
762
}
763
764
.col-xs-9 {
  width: 75%;
765
}
766
767
768
769
770
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
771
}
772
.col-xs-6 {
773
  width: 50%;
774
}
775
776
.col-xs-5 {
  width: 41.66666666666667%;
777
}
778
779
.col-xs-4 {
  width: 33.33333333333333%;
780
}
781
782
.col-xs-3 {
  width: 25%;
783
}
784
785
.col-xs-2 {
  width: 16.666666666666664%;
786
}
787
788
.col-xs-1 {
  width: 8.333333333333332%;
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
816
817
818
819
820
821
822
823
824
825
.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%;
}
826
827
828
.col-xs-pull-0 {
  right: 0;
}
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
854
855
856
857
858
859
860
861
862
863
864
.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%;
}
865
866
867
.col-xs-push-0 {
  left: 0;
}
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
.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
903
}
904
905
906
.col-xs-offset-0 {
  margin-left: 0;
}
907
@media (min-width: 768px) {
908
  .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
909
    float: left;
910
911
  }
  .col-sm-12 {
912
    width: 100%;
913
914
  }
  .col-sm-11 {
915
    width: 91.66666666666666%;
916
917
  }
  .col-sm-10 {
918
    width: 83.33333333333334%;
919
920
  }
  .col-sm-9 {
921
    width: 75%;
922
923
  }
  .col-sm-8 {
924
    width: 66.66666666666666%;
925
926
  }
  .col-sm-7 {
927
    width: 58.333333333333336%;
928
929
  }
  .col-sm-6 {
930
    width: 50%;
931
932
  }
  .col-sm-5 {
933
    width: 41.66666666666667%;
934
935
  }
  .col-sm-4 {
936
    width: 33.33333333333333%;
937
938
  }
  .col-sm-3 {
939
    width: 25%;
940
941
  }
  .col-sm-2 {
942
    width: 16.666666666666664%;
943
944
  }
  .col-sm-1 {
945
    width: 8.333333333333332%;
946
947
  }
  .col-sm-pull-12 {
948
    right: 100%;
949
950
  }
  .col-sm-pull-11 {
951
    right: 91.66666666666666%;
952
953
  }
  .col-sm-pull-10 {
954
    right: 83.33333333333334%;
955
956
  }
  .col-sm-pull-9 {
957
    right: 75%;
958
959
  }
  .col-sm-pull-8 {
960
    right: 66.66666666666666%;
961
962
  }
  .col-sm-pull-7 {
963
    right: 58.333333333333336%;
964
965
  }
  .col-sm-pull-6 {
966
    right: 50%;
967
968
  }
  .col-sm-pull-5 {
969
    right: 41.66666666666667%;
970
971
  }
  .col-sm-pull-4 {
972
    right: 33.33333333333333%;
973
974
  }
  .col-sm-pull-3 {
975
    right: 25%;
976
977
  }
  .col-sm-pull-2 {
Mark Otto's avatar
Mark Otto committed
978
    right: 16.666666666666664%;
979
980
  }
  .col-sm-pull-1 {
981
    right: 8.333333333333332%;
982
983
  }
  .col-sm-pull-0 {
984
    right: 0;
985
986
  }
  .col-sm-push-12 {
987
    left: 100%;
988
989
  }
  .col-sm-push-11 {
Mark Otto's avatar
Mark Otto committed
990
    left: 91.66666666666666%;
991
992
  }
  .col-sm-push-10 {
993
    left: 83.33333333333334%;
994
995
  }
  .col-sm-push-9 {
996
    left: 75%;
997
998
  }
  .col-sm-push-8 {
999
    left: 66.66666666666666%;
1000
  }
For faster browsing, not all history is shown. View entire blame