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

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

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

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