/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 10, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 20, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 46, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 58, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 68, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 79, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 90, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 99, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 119, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 163, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 222, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 233, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
code, .man-page p tt, .man-page .listingblock .content,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 257, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 267, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 279, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 294, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 304, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 313, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 323, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 336, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 348, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 372, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 380, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 391, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 400, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 409, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 420, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 426, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  font-family: "adelle", Georgia, "Times New Roman", serif;
  color: #4e443c;
  background: #f0efe7 url(/images/bg/body.jpg);
}

/* line 13, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.windows.chrome body,
.windows.ie8 body {
  font-family: Georgia, "Times New Roman", serif !important;
}

/* line 18, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.inner {
  position: relative;
  width: 940px;
  margin: 0 auto;
  overflow: visible;
}
/* line 39, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
.inner:before {
  display: table;
  content: "";
}
/* line 44, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
.inner:after {
  display: table;
  clear: both;
  content: "";
}

/* line 26, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
aside {
  width: 218px;
  float: left;
  margin-bottom: 35px;
}

/* line 32, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#banner {
  background-color: #fcbda5;
  color: #855;
  padding: 1.0em 100px;
  margin-bottom: 30px;
  font-size: 100%;
}

/* line 39, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#banner a {
  color: #C22;
}

/* line 43, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#content {
  width: 702px;
  float: right;
}

/* line 48, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#main {
  background-color: #fcfcfa;
  border: solid 1px #e2e0d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 22px;
  margin-bottom: 35px;
}
/* line 39, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
#main .two-column:before {
  display: table;
  content: "";
}
/* line 44, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
#main .two-column:after {
  display: table;
  clear: both;
  content: "";
}
/* line 57, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#main .two-column .column-left {
  width: 47%;
  float: left;
}
/* line 61, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#main .two-column .column-right {
  width: 47%;
  float: right;
}
/* line 66, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#main .callout, #main .bottom-nav, #main #logo-license, #main #book-container {
  background-color: #e9e8e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 14px 4px 14px;
  margin-bottom: 1.4em;
}
/* line 71, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#main .callout p, #main .bottom-nav p, #main #logo-license p, #main #book-container p {
  margin-bottom: 0;
}
/* line 75, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#main img {
  max-width: 100%;
}

/* line 80, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#masthead {
  height: 295px;
  margin-top: -20px;
  margin-bottom: 2em;
  background: transparent url("/images/bg/isometric-grid.png") top right repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 80, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
  #masthead {
    background: transparent url("/images/bg/isometric-grid@2x.png") top right repeat;
    background-size: 35px 21px;
  }
}
/* line 85, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#masthead .inner {
  padding-top: 20px;
}
/* line 87, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#masthead .inner p {
  width: 558px;
  font-size: 18px;
  line-height: 26.4px;
  margin-bottom: 1.2em;
}
/* line 93, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#masthead .inner .promo {
  font-weight: bold;
}
/* line 95, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#masthead .inner .promo img {
  position: relative;
  top: -6px;
}
/* line 100, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#masthead .inner img.illustration {
  position: absolute;
  right: -30px;
  top: 24px;
}

/* line 109, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
header {
  margin-top: 14px;
  position: relative;
  padding-bottom: 26px;
}
/* line 113, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
header #tagline {
  display: block;
  position: absolute;
  top: 11px;
  left: 120px;
  margin-top: 1px;
  color: #9a9994;
  font-size: 24px;
  line-height: 24px;
}
/* line 122, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
header #tagline em {
  letter-spacing: 1px;
}

/* line 128, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
ul.related-material {
  font-weight: normal;
}
/* line 131, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
ul.related-material li a {
  display: inline;
}

/* line 138, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
aside nav ul {
  list-style: none;
  font-size: 16px;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 1.4em;
}
/* line 144, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
aside nav ul li {
  margin-bottom: 0.5em;
}
/* line 146, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
aside nav ul li a {
  color: #413932;
}
/* line 148, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
aside nav ul li a.active, aside nav ul li a:hover {
  color: #f14e32;
}
/* line 152, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
aside nav ul li ul {
  display: none;
  margin-top: 0.3em;
  margin-left: 20px;
  font-weight: normal;
  font-size: 13px;
}
/* line 158, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
aside nav ul li ul li {
  margin-bottom: 0;
}
/* line 160, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
aside nav ul li ul li a.active {
  font-weight: bold;
}
/* line 164, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
aside nav ul li ul.expanded {
  display: block;
}

/* line 171, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.bottom-nav {
  margin-top: 2em;
  font-weight: bold;
}
/* line 39, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
.bottom-nav:before {
  display: table;
  content: "";
}
/* line 44, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
.bottom-nav:after {
  display: table;
  clear: both;
  content: "";
}
/* line 176, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.bottom-nav .previous {
  float: left;
}
/* line 179, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.bottom-nav .next {
  float: right;
}

/* line 185, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
section.about.current {
  display: block;
}
/* line 188, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
section.about .bottom-nav {
  display: none;
}

/* line 193, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
p.center {
  text-align: center;
}

/* line 197, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#logo-license {
  margin-top: 2em;
  padding: 20px !important;
}
/* line 201, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#logo-license p {
  color: #9a9994;
  font-size: 12px;
  line-height: 1.4;
}
/* line 206, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#logo-license p + p {
  margin-top: 14px;
}
/* line 209, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
#logo-license img {
  float: left;
  margin-right: 20px;
}

/* line 215, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.callout.downloading, .downloading.bottom-nav, .downloading#logo-license, .downloading#book-container {
  background: #e9e8e0 url(/images/icons/download.png) 24px 24px no-repeat;
  padding: 20px 30px 20px 100px !important;
}
/* line 218, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.callout.downloading h3, .downloading.bottom-nav h3, .downloading#logo-license h3, .downloading#book-container h3 {
  font-size: 18px;
  color: #f14e32;
}
/* line 222, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.callout.downloading p, .downloading.bottom-nav p, .downloading#logo-license p, .downloading#book-container p {
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 15px !important;
}
/* line 227, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.callout.downloading p.small, .downloading.bottom-nav p.small, .downloading#logo-license p.small, .downloading#book-container p.small {
  font-size: 12px;
  color: #9a9994;
  line-height: 1.4;
  margin-bottom: 0 !important;
}

/* line 235, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.section-nav-container, #reference-version, #book-chapters {
  position: relative;
  background-color: #ebe9e1;
  background-color: rgba(223, 221, 213, 0.33);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 12px 6px 12px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
}
/* line 245, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.section-nav-container .light, #reference-version .light, #book-chapters .light {
  font-weight: normal;
}
/* line 248, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.section-nav-container a, #reference-version a, #book-chapters a {
  font-weight: bold;
  position: relative;
}
/* line 252, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.section-nav-container .dropdown-panel, #reference-version .dropdown-panel, #book-chapters .dropdown-panel {
  top: 33px;
}
/* line 39, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
.section-nav-container .dropdown-panel .three-column:before, #reference-version .dropdown-panel .three-column:before, #book-chapters .dropdown-panel .three-column:before {
  display: table;
  content: "";
}
/* line 44, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
.section-nav-container .dropdown-panel .three-column:after, #reference-version .dropdown-panel .three-column:after, #book-chapters .dropdown-panel .three-column:after {
  display: table;
  clear: both;
  content: "";
}
/* line 256, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.section-nav-container .dropdown-panel .three-column .column-left, #reference-version .dropdown-panel .three-column .column-left, #book-chapters .dropdown-panel .three-column .column-left {
  width: 31%;
  float: left;
  padding-right: 3%;
}
/* line 261, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.section-nav-container .dropdown-panel .three-column .column-middle, #reference-version .dropdown-panel .three-column .column-middle, #book-chapters .dropdown-panel .three-column .column-middle {
  width: 31%;
  float: left;
  padding-right: 3%;
}
/* line 266, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.section-nav-container .dropdown-panel .three-column .column-right, #reference-version .dropdown-panel .three-column .column-right, #book-chapters .dropdown-panel .three-column .column-right {
  width: 31%;
  float: left;
}

/* line 275, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
a.dropdown-trigger {
  padding: 4px 5px;
  border: solid 1px transparent;
}
/* line 278, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
a.dropdown-trigger.active {
  position: relative;
  z-index: 200;
  background-color: white !important;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  border: solid 1px #c6c4b8;
  border-bottom: none;
}

/* line 289, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.dropdown-panel {
  display: none;
  background-color: #fff;
  border: solid 1px #c6c4b8;
  position: absolute;
  z-index: 199;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #cccccc;
  -moz-box-shadow: 0 1px 2px #cccccc;
  box-shadow: 0 1px 2px #cccccc;
}
/* line 297, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.dropdown-panel.left {
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 300, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
.dropdown-panel.right {
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 306, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
footer {
  clear: both;
  margin-top: 35px;
  border-top: solid 1px #d8d7cf;
  padding: 20px 0 40px 0;
  color: #9a9994;
  font-size: 12px;
  line-height: 15.4px;
}
/* line 39, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
footer:before {
  display: table;
  content: "";
}
/* line 44, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
footer:after {
  display: table;
  clear: both;
  content: "";
}
/* line 315, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
footer a {
  color: #403f3c;
}
/* line 317, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
footer a:hover {
  color: #0b0b0a;
}
/* line 321, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
footer .site-source {
  float: left;
  background: transparent url("/images/icons/code.png") 0 2px no-repeat;
  padding-left: 46px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 321, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
  footer .site-source {
    background: transparent url("/images/icons/code@2x.png") 0 2px no-repeat;
    background-size: 38px 23px;
  }
}
/* line 326, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
footer .sfc-member {
  float: right;
  text-align: right;
}

/* line 332, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
table.benchmarks {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
}
/* line 337, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
table.benchmarks tr th.right {
  text-align: center;
}
/* line 340, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
table.benchmarks tr td.desc {
  font-size: 0.8em;
  color: #888;
}
/* line 344, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
table.benchmarks tr td.number {
  text-align: right;
  font-family: monospace;
}
/* line 348, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/layout.scss */
table.benchmarks tr td {
  padding: 0 10px;
}

/* line 4, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
p {
  margin: 0 0 11px;
  font-size: 14px;
  line-height: 22px;
}
/* line 8, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
p small {
  font-size: 12px;
  color: #9a9994;
}

/* line 14, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
a {
  color: #0388a6;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 29, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  color: #4e443c;
  text-rendering: optimizelegibility;
}
/* line 34, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  color: #9a9994;
}

/* line 39, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
h1 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 0.4em;
}
/* line 43, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
h1 small {
  font-size: 18px;
}

/* line 47, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
h2 {
  font-size: 18px;
  line-height: 44px;
  color: #f14e32;
  font-weight: bold;
  margin-top: 20px;
}
/* line 53, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
h2 small {
  font-size: 18px;
}

/* line 57, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
.callout h2:first-child, .bottom-nav h2:first-child, #logo-license h2:first-child, #book-container h2:first-child {
  margin-top: 0;
}

/* line 60, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
h3 {
  line-height: 33px;
  font-size: 16px;
  font-weight: bold;
}
/* line 64, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
h3 small {
  font-size: 14px;
}

/* line 68, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
h4, h5, h6 {
  line-height: 22px;
}

/* line 71, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
h4 {
  font-size: 14px;
  font-weight: bold;
}
/* line 74, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
h4 small {
  font-size: 12px;
}

/* line 78, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
aside h4 {
  color: #9a9994;
  line-height: 1.4;
  margin-bottom: 1em;
}

/* line 83, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
h5 {
  font-size: 12px;
}

/* line 86, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
h6 {
  font-size: 11px;
  color: #9a9994;
  text-transform: uppercase;
}

/* line 97, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
ul, ol {
  padding: 0;
  margin: 0 0 11px 25px;
}

/* line 104, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 107, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
ul {
  list-style: disc;
}

/* line 110, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
ol {
  list-style: decimal;
}

/* line 113, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
li {
  line-height: 22px;
}

/* line 117, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
ul.unstyled, ul.section-nav-container, ul#reference-version, ul#book-chapters, ul#download-next-steps, #search-results table ul, #front-nav ul, #companies-projects ul, ul.content-list, ul.video-thumbnails,
ul.gui-thumbnails, ul.books-list, ul.related-material, ul.stackoverflow,
ol.unstyled,
ol.section-nav-container,
ol#reference-version,
ol#book-chapters,
ol#download-next-steps,
ol.full-search-results,
ol.reference-previous-versions,
ol.book-toc,
ol.content-list,
ol#about-nav {
  margin-left: 0;
  list-style: none;
}

/* line 121, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
ul.bullets li {
  padding-bottom: 10px;
}

/* line 126, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
dl {
  margin-bottom: 22px;
}

/* line 130, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
dt,
dd {
  line-height: 22px;
}

/* line 133, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
dt {
  font-weight: bold;
  line-height: 21px;
}

/* line 137, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
dd {
  margin-left: 11px;
}

/* line 142, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 120px;
  text-align: right;
}
/* line 148, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
.dl-horizontal dd {
  margin-left: 130px;
}

/* line 157, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
hr {
  margin: 22px 0;
  border: 0;
  border-top: 1px solid #d8d7cf;
}

/* line 164, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
strong {
  font-weight: bold;
}

/* line 167, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
em {
  font-style: italic;
}

/* line 170, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
.muted {
  color: #9a9994;
}

/* line 175, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
abbr[title] {
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

/* line 179, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 185, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 22px;
  border-left: 5px solid #d8d7cf;
}
/* line 189, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
blockquote p {
  margin-bottom: 0;
}
/* line 192, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
blockquote small {
  display: block;
  line-height: 22px;
  color: #9a9994;
}
/* line 196, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
blockquote small:before {
  content: '\2014 \00A0';
}
/* line 202, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #d8d7cf;
}
/* line 209, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

/* line 215, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
code, .man-page p tt, .man-page .listingblock .content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 10px 15px 13px 15px;
  margin-bottom: 1em;
  background-color: #fff;
  border: solid 1px #efeee6;
  color: #f14e32;
  font-family: Courier, monospace;
  line-height: 18px;
  overflow: auto;
}

/* line 232, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 237, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
address {
  display: block;
  margin-bottom: 22px;
  line-height: 22px;
  font-style: normal;
}

/* line 246, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
table th {
  font-weight: bold;
}
/* line 249, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
table.data {
  margin-bottom: 24px;
}
/* line 251, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
table.data th, table.data td {
  padding: 2px 0;
  border-bottom: solid 1px #efeeeb;
}
/* line 256, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
table td.sweet {
  color: #25b028;
  font-weight: bold;
}
/* line 260, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
table td.compare {
  color: #f14e32;
  font-weight: bold;
}

/* line 267, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
.light {
  color: #9a9994;
}

/* line 270, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
small {
  font-size: 100%;
}

/* line 273, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
cite {
  font-style: normal;
}

/* line 277, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
a.subtle-button {
  display: inline-block;
  border-top: solid 1px #dedcd4;
  border-left: solid 1px #dedcd4;
  border-right: solid 1px #dedcd4;
  border-bottom: solid 1px #cdcbc4;
  text-align: center;
  font-size: 12px;
  padding: 3px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1e9), color-stop(100%, #eae9e1));
  background-image: -webkit-linear-gradient(#f1f1e9, #eae9e1);
  background-image: -moz-linear-gradient(#f1f1e9, #eae9e1);
  background-image: -o-linear-gradient(#f1f1e9, #eae9e1);
  background-image: linear-gradient(#f1f1e9, #eae9e1);
  -webkit-box-shadow: 0 1px 0 #f1f1e9;
  -moz-box-shadow: 0 1px 0 #f1f1e9;
  box-shadow: 0 1px 0 #f1f1e9;
  -webkit-transition-property: background-image;
  -moz-transition-property: background-image;
  transition-property: background-image;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 300, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
a.subtle-button:hover {
  color: #0388a6;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #edede3), color-stop(100%, #e6e5db));
  background-image: -webkit-linear-gradient(#edede3, #e6e5db);
  background-image: -moz-linear-gradient(#edede3, #e6e5db);
  background-image: -o-linear-gradient(#edede3, #e6e5db);
  background-image: linear-gradient(#edede3, #e6e5db);
}

/* line 310, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
a.subtle-button.selected {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d7d7c1), color-stop(100%, #cbc9b4));
  background-image: -webkit-linear-gradient(#d7d7c1, #cbc9b4);
  background-image: -moz-linear-gradient(#d7d7c1, #cbc9b4);
  background-image: -o-linear-gradient(#d7d7c1, #cbc9b4);
  background-image: linear-gradient(#d7d7c1, #cbc9b4);
}

/* line 318, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
a#gui-os-filter {
  display: none;
  margin-top: 15px;
}
/* line 321, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
a#gui-os-filter.visible {
  display: inline-block;
}

/* line 326, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
div.more {
  display: none;
}

/* line 330, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
.highlight {
  background-color: #eee0b5;
  padding: 2px;
}

/* line 335, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/typography.scss */
.fixed {
  font-family: Courier, monospace;
}

/* line 1, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
#logo-license {
  margin-top: 2em;
  padding: 20px !important;
}
/* line 5, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
#logo-license p {
  color: #9a9994;
  font-size: 12px;
  line-height: 1.4;
}
/* line 10, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
#logo-license p + p {
  margin-top: 14px;
}
/* line 13, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
#logo-license img {
  float: left;
  margin-right: 20px;
}

/* line 20, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
.callout#more-downloads .column-left, #more-downloads.bottom-nav .column-left {
  width: 47%;
}
/* line 23, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
.callout#more-downloads .column-right, #more-downloads.bottom-nav .column-right {
  width: 45%;
}
/* line 26, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
.callout#more-downloads p, #more-downloads.bottom-nav p {
  padding-bottom: 1em;
  line-height: 1.4;
}

/* line 32, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
.callout.downloading, .downloading.bottom-nav, .downloading#logo-license, .downloading#book-container {
  background: #e9e8e0 url(/images/icons/download.png) 24px 24px no-repeat;
  padding: 20px 30px 20px 100px !important;
}
/* line 35, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
.callout.downloading h3, .downloading.bottom-nav h3, .downloading#logo-license h3, .downloading#book-container h3 {
  font-size: 18px;
  color: #f14e32;
}
/* line 39, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
.callout.downloading p, .downloading.bottom-nav p, .downloading#logo-license p, .downloading#book-container p {
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 15px !important;
}
/* line 44, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
.callout.downloading p.small, .downloading.bottom-nav p.small, .downloading#logo-license p.small, .downloading#book-container p.small {
  font-size: 12px;
  color: #9a9994;
  line-height: 1.4;
  margin-bottom: 0 !important;
}

/* line 52, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
#download-next-steps {
  padding-top: 24px;
}
/* line 39, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
#download-next-steps:before {
  display: table;
  content: "";
}
/* line 44, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
#download-next-steps:after {
  display: table;
  clear: both;
  content: "";
}
/* line 56, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
#download-next-steps li {
  display: block;
  width: 200px;
  float: left;
  margin-bottom: 20px;
}
/* line 62, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
#download-next-steps li + li {
  margin-left: 20px;
}
/* line 65, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
#download-next-steps a {
  display: block;
  color: #4e443c;
  text-align: center;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 77, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
#download-next-steps a img {
  display: block;
  margin: 0 auto 10px auto;
  opacity: 0.9;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  image-rendering: -webkit-optimize-contrast;
}
/* line 89, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
#download-next-steps a h3 {
  font-size: 18px;
  font-weight: bold;
  color: #f14e32;
}
/* line 94, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
#download-next-steps a p {
  font-size: 13px;
  line-height: 17.6px;
}
/* line 100, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
#download-next-steps a:hover img {
  opacity: 1;
}
/* line 103, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
#download-next-steps a:hover h3 {
  color: #ef391a;
}

/* line 109, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/downloads.scss */
#os-filter-count {
  color: #f14e32;
  display: none;
  left: 12px;
  position: relative;
  top: 8px;
}

/* line 1, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
#search-results {
  display: none;
  position: absolute;
  z-index: 900;
  top: 2px;
  right: -8px;
  width: 384px;
  background: #398a94 url(/images/bg/search-header.jpg) 0 1px repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  border-bottom: solid 1px #d8d7cf;
}
/* line 12, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
#search-results header {
  text-indent: -9999px;
  height: 44px;
  border: solid 1px #366769;
  padding: 0;
  margin: 0;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 21, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
#search-results table {
  width: 100%;
  background-color: #fff;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  line-height: 1;
}
/* line 27, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
#search-results table td {
  border-top: solid 1px #cfddde;
}
/* line 30, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
#search-results table td.category {
  font-size: 11px;
  vertical-align: top;
  text-align: right;
  width: 67px;
  padding: 10px 12px 0 0;
  color: #009099;
  opacity: 0.75;
  background-color: #f5fbfb;
  border-right: solid 1px #cfddde;
}
/* line 41, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
#search-results table td.matches {
  font-size: 12px;
  font-weight: bold;
  padding: 0 !important;
}
/* line 45, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
#search-results table td.matches a {
  display: block;
  color: #4e443c;
  padding: 5px 12px;
  margin-bottom: 0;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}
/* line 53, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
#search-results table td.matches a span.metadata {
  line-height: 1;
  margin-top: -3px;
  margin-bottom: 3px;
  display: block;
  color: #9a9994;
  font-weight: normal;
  font-size: 11px;
}
/* line 62, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
#search-results table td.matches a:hover, #search-results table td.matches a.highlight {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  background: #55bec4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #55bec4), color-stop(100%, #54b2b7));
  background-image: -webkit-linear-gradient(#55bec4, #54b2b7);
  background-image: -moz-linear-gradient(#55bec4, #54b2b7);
  background-image: linear-gradient(#55bec4, #54b2b7);
}
/* line 70, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
#search-results table td.matches a:hover span, #search-results table td.matches a.highlight span {
  color: #fff;
}
/* line 76, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
#search-results table ul {
  margin-bottom: 0;
}
/* line 80, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
#search-results table tr.show-all td {
  border-top: none;
}

/* line 89, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
ol.full-search-results li {
  margin-bottom: 2em;
}
/* line 91, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
ol.full-search-results li:last-child {
  margin-bottom: 0;
}
/* line 95, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
ol.full-search-results h3 {
  line-height: 1.4;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 100, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
ol.full-search-results span.relevancy {
  float: right;
  padding-left: 5px;
  margin-left: 30px;
}
/* line 104, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
ol.full-search-results span.relevancy img {
  position: relative;
  top: -2px;
}
/* line 109, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
ol.full-search-results a.url {
  display: block;
  font-size: 12px;
  color: #9a9994;
  margin-bottom: 0.4em;
}
/* line 114, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
ol.full-search-results a.url:hover {
  color: #5a5955;
}

/* line 120, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/search.scss */
.callout.top-matches, .top-matches.bottom-nav, .top-matches#logo-license, .top-matches#book-container {
  padding-top: 1em !important;
  margin-bottom: 2em !important;
}

/* line 1, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-content {
  overflow: visible;
}
/* line 39, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
#front-content:before {
  display: table;
  content: "";
}
/* line 44, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
#front-content:after {
  display: table;
  clear: both;
  content: "";
}
/* line 5, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-content #front-navigation {
  width: 618px;
  float: left;
  border-right: solid 1px #d8d7cf;
  margin-bottom: 24px;
}

/* line 39, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
#front-nav:before {
  display: table;
  content: "";
}
/* line 44, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
#front-nav:after {
  display: table;
  clear: both;
  content: "";
}
/* line 15, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-nav ul {
  padding-top: 24px;
}
/* line 18, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-nav ul li {
  display: block;
  width: 280px;
  float: left;
  margin-bottom: 20px;
}
/* line 23, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-nav ul li#nav-about, #front-nav ul li#nav-downloads {
  margin-right: 30px;
}
/* line 26, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-nav ul li#nav-about, #front-nav ul li#nav-documentation {
  margin-bottom: 40px;
}
/* line 31, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-nav a {
  height: 86px;
  display: block;
  color: #4e443c;
  padding-left: 90px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 44, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-nav a img {
  margin-left: -90px;
  margin-right: -90px;
  float: left;
  opacity: 0.9;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 56, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-nav a h3 {
  font-size: 18px;
  font-weight: bold;
  color: #f14e32;
}
/* line 61, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-nav a p {
  font-size: 13px;
  line-height: 17.6px;
}
/* line 67, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-nav a:hover img {
  opacity: 1;
}
/* line 70, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-nav a:hover h3 {
  color: #ef391a;
}

/* line 76, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-book {
  padding-top: 20px;
  float: left;
  width: 590px;
  border-top: solid 1px #d8d7cf;
}
/* line 81, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-book img {
  float: left;
  margin-right: 20px;
}
/* line 85, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-book p {
  margin-top: 16px;
}

/* line 93, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-downloads {
  width: 313px;
  float: right;
  position: relative;
}
/* line 98, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-downloads .monitor {
  position: absolute;
  top: 0;
  right: -12px;
}
/* line 104, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-downloads table {
  position: absolute;
  top: 271px;
  left: 24px;
}
/* line 108, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-downloads table td {
  padding: 8px 20px 6px 0;
}
/* line 111, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#front-downloads table a {
  font-weight: bold;
}

/* line 117, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
.monitor {
  background: transparent url("/images/monitor-default.png") top right no-repeat;
  padding-top: 45px;
  padding-left: 40px;
  height: 226px;
  width: 273px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 117, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  .monitor {
    background: transparent url("/images/monitor-default@2x.png") top right no-repeat;
    background-size: 313px 271px;
  }
}
/* line 125, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
.monitor h4 {
  font-weight: normal;
  color: #fff;
  font-size: 16px;
}
/* line 130, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
.monitor span.version {
  display: block;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 6px;
}
/* line 136, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
.monitor a {
  color: #59d6de;
  font-size: 12px;
}
/* line 140, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
.monitor span.release-date {
  font-size: 12px;
}
/* line 143, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
.monitor a.button {
  display: block;
  margin-top: 10px;
  border-top: solid 1px #085e64;
  border-left: solid 1px #1f6367;
  border-right: solid 1px #1f6367;
  border-bottom: solid 1px #134143;
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 224px;
  padding: 5px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1c868c), color-stop(100%, #186368));
  background-image: -webkit-linear-gradient(#1c868c, #186368);
  background-image: -moz-linear-gradient(#1c868c, #186368);
  background-image: -o-linear-gradient(#1c868c, #186368);
  background-image: linear-gradient(#1c868c, #186368);
  -webkit-box-shadow: 0 1px 0 #148a92;
  -moz-box-shadow: 0 1px 0 #148a92;
  box-shadow: 0 1px 0 #148a92;
  -webkit-transition-property: background-image;
  -moz-transition-property: background-image;
  -o-transition-property: background-image;
  transition-property: background-image;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 170, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
.monitor a.button:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1a7e84), color-stop(100%, #165b60));
  background-image: -webkit-linear-gradient(#1a7e84, #165b60);
  background-image: -moz-linear-gradient(#1a7e84, #165b60);
  background-image: -o-linear-gradient(#1a7e84, #165b60);
  background-image: linear-gradient(#1a7e84, #165b60);
}
/* line 178, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
.monitor.mac {
  background: transparent url("/images/monitor-mac.png") top right no-repeat;
  padding-top: 36px;
  padding-left: 40px;
  height: 235px;
  width: 273px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 178, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  .monitor.mac {
    background: transparent url("/images/monitor-mac@2x.png") top right no-repeat;
    background-size: 313px 271px;
  }
}
/* line 185, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
.monitor.windows {
  background: transparent url("/images/monitor-windows.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 185, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  .monitor.windows {
    background: transparent url("/images/monitor-windows@2x.png") top right no-repeat;
    background-size: 313px 271px;
  }
}
/* line 188, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
.monitor.linux {
  background: transparent url("/images/monitor-linux.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 188, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  .monitor.linux {
    background: transparent url("/images/monitor-linux@2x.png") top right no-repeat;
    background-size: 313px 271px;
  }
}

/* line 193, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects {
  clear: both;
  border-top: solid 1px #d8d7cf;
  padding-top: 20px;
}
/* line 199, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul li {
  display: block;
  float: left;
  width: 108px;
  height: 65px;
  margin: 0 4px 25px 5px;
}
/* line 206, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a {
  display: block;
  width: 108px;
  height: 65px;
  opacity: 0.85;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
/* line 220, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a:hover {
  opacity: 1;
}
/* line 223, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a.facebook {
  background-image: url(/images/company-project-logos/facebook.png);
}
/* line 226, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a.google {
  background: transparent url("/images/company-project-logos/google.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 226, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  #companies-projects ul a.google {
    background: transparent url("/images/company-project-logos/google@2x.png") top right no-repeat;
    background-size: 108px 65px;
  }
}
/* line 229, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a.twitter {
  background: transparent url("/images/company-project-logos/twitter.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 229, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  #companies-projects ul a.twitter {
    background: transparent url("/images/company-project-logos/twitter@2x.png") top right no-repeat;
    background-size: 108px 65px;
  }
}
/* line 232, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a.microsoft {
  background: transparent url("/images/company-project-logos/microsoft.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 232, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  #companies-projects ul a.microsoft {
    background: transparent url("/images/company-project-logos/microsoft@2x.png") top right no-repeat;
    background-size: 108px 65px;
  }
}
/* line 235, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a.netflix {
  background: transparent url("/images/company-project-logos/netflix.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 235, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  #companies-projects ul a.netflix {
    background: transparent url("/images/company-project-logos/netflix@2x.png") top right no-repeat;
    background-size: 108px 65px;
  }
}
/* line 238, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a.linked-in {
  background: transparent url("/images/company-project-logos/linked-in.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 238, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  #companies-projects ul a.linked-in {
    background: transparent url("/images/company-project-logos/linked-in@2x.png") top right no-repeat;
    background-size: 108px 65px;
  }
}
/* line 241, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a.linux {
  background: transparent url("/images/company-project-logos/linux.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 241, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  #companies-projects ul a.linux {
    background: transparent url("/images/company-project-logos/linux@2x.png") top right no-repeat;
    background-size: 108px 65px;
  }
}
/* line 244, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a.perl {
  background: transparent url("/images/company-project-logos/perl.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 244, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  #companies-projects ul a.perl {
    background: transparent url("/images/company-project-logos/perl@2x.png") top right no-repeat;
    background-size: 108px 65px;
  }
}
/* line 247, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a.postgresql {
  background: transparent url("/images/company-project-logos/postgresql.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 247, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  #companies-projects ul a.postgresql {
    background: transparent url("/images/company-project-logos/postgresql@2x.png") top right no-repeat;
    background-size: 108px 65px;
  }
}
/* line 250, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a.facebook {
  background: transparent url("/images/company-project-logos/facebook.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 250, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  #companies-projects ul a.facebook {
    background: transparent url("/images/company-project-logos/facebook@2x.png") top right no-repeat;
    background-size: 108px 65px;
  }
}
/* line 253, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a.android {
  background: transparent url("/images/company-project-logos/android.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 253, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  #companies-projects ul a.android {
    background: transparent url("/images/company-project-logos/android@2x.png") top right no-repeat;
    background-size: 108px 65px;
  }
}
/* line 256, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a.rails {
  background: transparent url("/images/company-project-logos/rails.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 256, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  #companies-projects ul a.rails {
    background: transparent url("/images/company-project-logos/rails@2x.png") top right no-repeat;
    background-size: 108px 65px;
  }
}
/* line 259, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a.qt {
  background: transparent url("/images/company-project-logos/qt.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 259, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  #companies-projects ul a.qt {
    background: transparent url("/images/company-project-logos/qt@2x.png") top right no-repeat;
    background-size: 108px 65px;
  }
}
/* line 262, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a.gnome {
  background: transparent url("/images/company-project-logos/gnome.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 262, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  #companies-projects ul a.gnome {
    background: transparent url("/images/company-project-logos/gnome@2x.png") top right no-repeat;
    background-size: 108px 65px;
  }
}
/* line 265, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a.eclipse {
  background: transparent url("/images/company-project-logos/eclipse.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 265, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  #companies-projects ul a.eclipse {
    background: transparent url("/images/company-project-logos/eclipse@2x.png") top right no-repeat;
    background-size: 108px 65px;
  }
}
/* line 268, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a.kde {
  background: transparent url("/images/company-project-logos/kde.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 268, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  #companies-projects ul a.kde {
    background: transparent url("/images/company-project-logos/kde@2x.png") top right no-repeat;
    background-size: 108px 65px;
  }
}
/* line 271, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
#companies-projects ul a.x {
  background: transparent url("/images/company-project-logos/x.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 271, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  #companies-projects ul a.x {
    background: transparent url("/images/company-project-logos/x@2x.png") top right no-repeat;
    background-size: 108px 65px;
  }
}

/* line 278, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
a.icon {
  padding-left: 30px;
  height: 30px;
  line-height: 36px;
  display: inline-block;
}
/* line 283, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
a.icon.gui {
  background: transparent url("/images/icons/gui.png") 6px 3px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 283, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  a.icon.gui {
    background: transparent url("/images/icons/gui@2x.png") 6px 3px no-repeat;
    background-size: 18px 24px;
  }
}
/* line 286, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
a.icon.older-releases {
  background: transparent url("/images/icons/box.png") 0 6px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 286, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  a.icon.older-releases {
    background: transparent url("/images/icons/box@2x.png") 0 6px no-repeat;
    background-size: 22px 20px;
  }
}
/* line 289, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
a.icon.windows {
  background: transparent url("/images/icons/windows.png") 0 6px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 289, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  a.icon.windows {
    background: transparent url("/images/icons/windows@2x.png") 0 6px no-repeat;
    background-size: 24px 21px;
  }
}
/* line 292, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
a.icon.mac {
  background: transparent url("/images/icons/apple.png") 5px 4px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 292, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  a.icon.mac {
    background: transparent url("/images/icons/apple@2x.png") 5px 4px no-repeat;
    background-size: 17px 21px;
  }
}
/* line 295, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
a.icon.linux {
  background: transparent url("/images/icons/linux.png") 6px 6px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 295, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  a.icon.linux {
    background: transparent url("/images/icons/linux@2x.png") 6px 6px no-repeat;
    background-size: 17px 21px;
  }
}
/* line 298, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
a.icon.solaris {
  background: transparent url("/images/icons/solaris.png") 0 10px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 298, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  a.icon.solaris {
    background: transparent url("/images/icons/solaris@2x.png") 0 10px no-repeat;
    background-size: 25px 12px;
  }
}
/* line 301, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
a.icon.source {
  background: transparent url("/images/icons/source-code.png") 0 6px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 301, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/front-page.scss */
  a.icon.source {
    background: transparent url("/images/icons/source-code@2x.png") 0 6px no-repeat;
    background-size: 25px 20px;
  }
}

/* line 1, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/sidebar.scss */
hr.sidebar {
  border: none !important;
  height: 12px;
  width: 218px;
  background: transparent url("/images/sidebar-divider.png") top right no-repeat;
  margin-bottom: 2em;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 1, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/sidebar.scss */
  hr.sidebar {
    background: transparent url("/images/sidebar-divider@2x.png") top right no-repeat;
    background-size: 218px 12px;
  }
}

/* line 9, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/sidebar.scss */
aside.sidebar {
  font-size: 13px !important;
  line-height: 16.5px;
}
/* line 12, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/sidebar.scss */
aside.sidebar p {
  font-size: 13px !important;
  line-height: 16.5px;
}
/* line 17, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/sidebar.scss */
aside.sidebar .callout, aside.sidebar .bottom-nav, aside.sidebar #logo-license, aside.sidebar #book-container {
  background-color: #ebe9e1;
  background-color: rgba(223, 221, 213, 0.33);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  color: #887668;
}
/* line 23, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/sidebar.scss */
aside.sidebar .callout p, aside.sidebar .bottom-nav p, aside.sidebar #logo-license p, aside.sidebar #book-container p {
  margin-bottom: 0;
}

/* line 1, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
.topics h3, .topics ul li {
  padding-left: 23px;
}

/* line 4, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
h3.setup {
  background: transparent url("/images/icons/setup-sm.png") 0 50% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 4, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
  h3.setup {
    background: transparent url("/images/icons/setup-sm@2x.png") 0 50% no-repeat;
    background-size: 17px 17px;
  }
}

/* line 8, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
h3.projects {
  background: transparent url("/images/icons/projects-sm.png") 0 50% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 8, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
  h3.projects {
    background: transparent url("/images/icons/projects-sm@2x.png") 0 50% no-repeat;
    background-size: 17px 13px;
  }
}

/* line 12, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
h3.snapshotting {
  background: transparent url("/images/icons/camera-sm.png") 0 50% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 12, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
  h3.snapshotting {
    background: transparent url("/images/icons/camera-sm@2x.png") 0 50% no-repeat;
    background-size: 17px 12px;
  }
}

/* line 16, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
h3.branching {
  background: transparent url("/images/icons/branch-sm.png") 4px 50% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 16, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
  h3.branching {
    background: transparent url("/images/icons/branch-sm@2x.png") 4px 50% no-repeat;
    background-size: 12px 15px;
  }
}

/* line 20, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
h3.sharing {
  background: transparent url("/images/icons/sharing-sm.png") 2px 50% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 20, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
  h3.sharing {
    background: transparent url("/images/icons/sharing-sm@2x.png") 2px 50% no-repeat;
    background-size: 14px 14px;
  }
}

/* line 24, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
h3.inspection {
  background: transparent url("/images/icons/inspection-sm.png") 1px 50% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 24, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
  h3.inspection {
    background: transparent url("/images/icons/inspection-sm@2x.png") 1px 50% no-repeat;
    background-size: 14px 14px;
  }
}

/* line 28, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
h3.patching {
  background: transparent url("/images/icons/patching-sm.png") 1px 50% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 28, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
  h3.patching {
    background: transparent url("/images/icons/patching-sm@2x.png") 1px 50% no-repeat;
    background-size: 18px 11px;
  }
}

/* line 32, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
h3.debugging {
  background: transparent url("/images/icons/debugging-sm.png") 1px 50% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 32, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
  h3.debugging {
    background: transparent url("/images/icons/debugging-sm@2x.png") 1px 50% no-repeat;
    background-size: 17px 16px;
  }
}

/* line 36, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
h3.email {
  background: transparent url("/images/icons/email-sm.png") 1px 50% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 36, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
  h3.email {
    background: transparent url("/images/icons/email-sm@2x.png") 1px 50% no-repeat;
    background-size: 17px 12px;
  }
}

/* line 40, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
h3.external {
  background: transparent url("/images/icons/external-sm.png") 0 50% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 40, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
  h3.external {
    background: transparent url("/images/icons/external-sm@2x.png") 0 50% no-repeat;
    background-size: 17px 15px;
  }
}

/* line 44, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
h3.admin {
  background: transparent url("/images/icons/admin-sm.png") 2px 50% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 44, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
  h3.admin {
    background: transparent url("/images/icons/admin-sm@2x.png") 2px 50% no-repeat;
    background-size: 16px 16px;
  }
}

/* line 48, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
h3.server-admin {
  background: transparent url("/images/icons/server-admin-sm.png") 2px 50% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 48, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
  h3.server-admin {
    background: transparent url("/images/icons/server-admin-sm@2x.png") 2px 50% no-repeat;
    background-size: 15px 15px;
  }
}

/* line 52, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
h3.plumbing {
  background: transparent url("/images/icons/plumbing-sm.png") 2px 50% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 52, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
  h3.plumbing {
    background: transparent url("/images/icons/plumbing-sm@2x.png") 2px 50% no-repeat;
    background-size: 17px 14px;
  }
}

/* line 58, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
#content h1 > a.anchor, #content h2 > a.anchor, #content h3 > a.anchor, #content dt.hdlist1 > a.anchor {
  position: absolute;
  margin-left: -1.5em;
  text-align: center;
  display: block;
  visibility: hidden;
  width: 2em;
  font-weight: lighter;
}
/* line 67, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
#content h1 > a.anchor:before, #content h2 > a.anchor:before, #content h3 > a.anchor:before, #content dt.hdlist1 > a.anchor:before {
  content: "\00A7";
  font-size: .9em;
  display: block;
}
/* line 72, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
#content h1:hover > a.anchor, #content h2:hover > a.anchor, #content h3:hover > a.anchor, #content dt.hdlist1:hover > a.anchor {
  visibility: visible;
}

/* line 79, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
#reference-version a {
  top: -5px;
}
/* line 81, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
#reference-version a#reference-versions-trigger {
  float: left;
  margin-right: 6px;
}
/* line 85, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
#reference-version a#reference-topics-trigger {
  float: right;
}

/* line 91, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
#previous-versions-dropdown {
  padding-top: 6px;
  width: 330px;
}
/* line 94, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
#previous-versions-dropdown header {
  padding: 0 12px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}
/* line 100, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
#previous-versions-dropdown footer {
  margin-top: 0;
  padding: 4px 12px;
  background-color: #eae9e0;
  font-weight: normal;
  font-size: 11px;
  color: #4e443c;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 109, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
#previous-versions-dropdown footer input {
  font-size: 11px;
  border: solid 1px #e2e0d8;
  background-color: #f0efe8;
  color: #4e443c;
  width: 70px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  padding: 1px 3px;
}

/* line 122, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
.windows.chrome #previous-versions-dropdown,
.windows.ie8 #previous-versions-dropdown {
  width: 370px;
}

/* line 126, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
#topics-dropdown {
  right: 12px;
  padding: 12px;
  width: 650px;
  font-weight: normal;
  line-height: 1;
}
/* line 132, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
#topics-dropdown ul {
  margin-bottom: 10px;
}
/* line 134, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
#topics-dropdown ul:last-child {
  margin-bottom: 0;
}
/* line 138, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
#topics-dropdown li {
  line-height: 17.6px;
  padding-left: 23px;
}
/* line 142, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
#topics-dropdown h3 {
  font-size: 13px;
  min-height: 20px;
  padding-top: 4px;
  margin-bottom: 8px;
  line-height: 15px;
  padding-left: 23px;
}
/* line 150, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
#topics-dropdown a {
  font-weight: normal;
  padding: 0;
}

/* line 156, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
ol.reference-previous-versions {
  margin-top: 3px;
  margin-bottom: 0;
  border-top: dotted 1px #e3e3e1;
}
/* line 162, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
ol.reference-previous-versions li a {
  top: 0 !important;
  display: block;
  padding: 2px 12px;
  border-bottom: dotted 1px #e3e3e1;
}
/* line 39, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
ol.reference-previous-versions li a:before {
  display: table;
  content: "";
}
/* line 44, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
ol.reference-previous-versions li a:after {
  display: table;
  clear: both;
  content: "";
}
/* line 168, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
ol.reference-previous-versions li a:hover {
  background-color: #edf7f8;
}
/* line 171, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
ol.reference-previous-versions li a.more {
  font-size: 11px;
}
/* line 174, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
ol.reference-previous-versions li a span.version {
  float: left;
  min-width: 40px;
}
/* line 178, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
ol.reference-previous-versions li a span.diff {
  padding-left: 12px;
  padding-right: 16px;
}
/* line 181, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
ol.reference-previous-versions li a span.diff img {
  display: inline-block;
  margin-right: -1px;
}
/* line 186, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
ol.reference-previous-versions li a em.date {
  float: right;
  margin-right: 150px;
  font-size: 11px;
  color: #9a9994;
  font-weight: normal;
  font-style: normal;
}
/* line 194, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
ol.reference-previous-versions li a.more {
  border-bottom: none;
}
/* line 198, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
ol.reference-previous-versions li.no-change {
  position: absolute;
  right: 0px;
  margin-top: -6px;
  width: auto;
  z-index: 10;
  padding: 0;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
  color: #9a9994;
  text-align: center;
}
/* line 39, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
ol.reference-previous-versions li.no-change:before {
  display: table;
  content: "";
}
/* line 44, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
ol.reference-previous-versions li.no-change:after {
  display: table;
  clear: both;
  content: "";
}
/* line 211, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
ol.reference-previous-versions li.no-change span {
  float: left;
  display: inline-block;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 10px;
  font-style: italic;
  background-color: #f5f5f3;
  padding: 0 5px;
}

/* line 225, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
.callout.quickref, .quickref.bottom-nav, .quickref#logo-license, .quickref#book-container {
  background: transparent url("/images/icons/document.png") 14px 7px no-repeat;
  padding-left: 36px !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 225, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
  .callout.quickref, .quickref.bottom-nav, .quickref#logo-license, .quickref#book-container {
    background: transparent url("/images/icons/document@2x.png") 14px 7px no-repeat;
    background-size: 15px 21px;
  }
}
/* line 228, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
.callout.quickref a, .quickref.bottom-nav a, .quickref#logo-license a, .quickref#book-container a {
  font-weight: bold;
}

/* line 233, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
.callout.ref-manual, .ref-manual.bottom-nav, .ref-manual#logo-license, .ref-manual#book-container {
  background: transparent url("/images/icons/book.png") 24px 20px no-repeat;
  background-color: #e9e8e0;
  padding: 20px 30px 20px 100px !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 233, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
  .callout.ref-manual, .ref-manual.bottom-nav, .ref-manual#logo-license, .ref-manual#book-container {
    background: transparent url("/images/icons/book@2x.png") 24px 20px no-repeat;
    background-size: 54px 72px;
  }
}
/* line 237, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
.callout.ref-manual h3, .ref-manual.bottom-nav h3, .ref-manual#logo-license h3, .ref-manual#book-container h3 {
  font-size: 18px;
}
/* line 240, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
.callout.ref-manual p, .ref-manual.bottom-nav p, .ref-manual#logo-license p, .ref-manual#book-container p {
  font-size: 15px;
  line-height: 1.3em;
}

/* line 246, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
p.quickref {
  background: transparent url("/images/icons/document.png") 0 0 no-repeat;
  padding-left: 22px !important;
  margin-top: -0.4em;
  margin-bottom: 1em;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 246, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
  p.quickref {
    background: transparent url("/images/icons/document@2x.png") 0 0 no-repeat;
    background-size: 15px 21px;
  }
}
/* line 251, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
p.quickref a {
  font-weight: bold;
}

/* line 257, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
.reference-menu h3 {
  padding-left: 26px;
}
/* line 260, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
.reference-menu ul {
  padding-left: 28px;
}

/* line 265, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/reference.scss */
#video-container {
  background-color: #e9e8e0;
  padding: 10px 10px 2px 10px;
  margin-bottom: 20px;
}

/* line 1, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/forms.scss */
\::-webkit-input-placeholder {
  color: #9a9994 !important;
}

/* line 5, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/forms.scss */
input:-moz-placeholder {
  color: #9a9994 !important;
}

/* line 9, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/forms.scss */
input.inactive {
  color: #9a9994 !important;
}

/* line 13, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/forms.scss */
input.active {
  color: #4e443c !important;
}

/* line 17, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/forms.scss */
input, textarea {
  font-family: "adelle", Georgia, "Times New Roman", serif;
  font-size: 14px;
  outline: none;
}

/* line 23, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/forms.scss */
.windows.chrome input, .windows.chrome textarea,
.windows.ie8 input, .windows.chrome textarea {
  font-family: Georgia, "Times New Roman", serif !important;
}

/* line 27, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/forms.scss */
form#search {
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 10px;
  width: 262px;
  padding-left: 32px;
  background: transparent url("/images/icons/search.png") 10px 50% no-repeat;
  background-color: #fcfcfa !important;
  border: solid 1px #ceccc5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 4px #dddddd;
  -moz-box-shadow: inset 0 1px 4px #dddddd;
  box-shadow: inset 0 1px 4px #dddddd;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 27, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/forms.scss */
  form#search {
    background: transparent url("/images/icons/search@2x.png") 10px 50% no-repeat;
    background-size: 17px 17px;
  }
}
/* line 40, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/forms.scss */
form#search input {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: none;
  margin-top: 5px;
  margin-bottom: 1px;
  line-height: 1em;
  width: 100%;
  height: 20px;
  background-color: transparent;
  color: #4e443c;
}
/* line 52, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/forms.scss */
form#search.focus {
  border-color: #007175;
  background-color: #fff;
}

/* line 3, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/man-pages.scss */
.man-page p em {
  color: #4e443c;
  font-family: Courier, monospace !important;
  font-weight: bold;
  font-style: normal;
}
/* line 9, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/man-pages.scss */
.man-page p tt {
  display: inline;
  padding: 1px;
}
/* line 16, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/man-pages.scss */
.man-page p.nutshell {
  background-color: #e8e7dd;
  padding: 1em;
}
/* line 21, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/man-pages.scss */
.man-page .literalblock {
  margin-bottom: 15px;
}
/* line 22, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/man-pages.scss */
.man-page .literalblock .content pre tt {
  background-color: #eee0b5;
  padding: 2px;
  font-family: Courier, monospace !important;
  display: block;
}
/* line 31, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/man-pages.scss */
.man-page dt.hdlist1 {
  font-family: Courier, monospace !important;
}
/* line 37, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/man-pages.scss */
.man-page div.verseblock pre.content {
  background-color: #e8e7dd;
  padding: 1em;
  margin-bottom: 1em;
  white-space: pre;
  color: #4e443c;
  font-family: Courier, monospace !important;
  line-height: 18px;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
/* line 50, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/man-pages.scss */
.man-page div.verseblock pre.content em {
  font-weight: bold;
  font-style: normal;
}
/* line 63, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/man-pages.scss */
.man-page .quoteblock {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 5px solid #d8d7cf;
}
/* line 68, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/man-pages.scss */
.man-page .quoteblock .content .paragraph p {
  color: #9a9994;
}
/* line 75, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/man-pages.scss */
.man-page .admonitionblock table {
  margin-bottom: 1em;
}
/* line 77, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/man-pages.scss */
.man-page .admonitionblock table td {
  padding: 0 1em;
}
/* line 79, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/man-pages.scss */
.man-page .admonitionblock table td .title {
  font-weight: bold;
  color: #f14e32;
}
/* line 83, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/man-pages.scss */
.man-page .admonitionblock table td:first-child {
  border-right: solid 2px #d8d7cf;
}
/* line 89, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/man-pages.scss */
.man-page #footer {
  color: #9a9994;
}

/* line 1, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
.ebooks img {
  padding: 5px;
}

/* line 5, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
#book-container {
  position: relative;
  background-color: transparent !important;
  border: solid 1px #efeeeb;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  overflow: hidden;
}

/* line 14, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
#book-intro {
  position: absolute;
  top: 40px;
  left: 50px;
  width: 200px;
  font-size: 13px;
  text-align: center;
}
/* line 21, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
#book-intro p {
  padding-bottom: 20px;
}
/* line 24, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
#book-intro img.creative-commons {
  display: block;
  margin: 10px auto;
}
/* line 28, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
#book-intro .license {
  font-size: 11px;
  line-height: 1.3;
  color: #9a9994;
}
/* line 33, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
#book-intro a#open-book {
  font-weight: bold;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
#about-book {
  display: none;
  text-indent: 40px;
  text-align: center;
  font-size: 12px;
  color: #9a9994;
  padding-left: 22px;
  background: transparent url("/images/icons/info.png") 40px 1px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 41, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
  #about-book {
    background: transparent url("/images/icons/info@2x.png") 40px 1px no-repeat;
    background-size: 18px 17px;
  }
}
/* line 49, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
#about-book.visible {
  display: inline-block;
}

/* line 54, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
ol.book-toc {
  margin: 30px 36px;
}
/* line 57, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
ol.book-toc li.chapter {
  margin-bottom: 0.6em;
}
/* line 60, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
ol.book-toc ol {
  list-style: none;
}
/* line 63, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
ol.book-toc h2 {
  color: #4e443c;
}
/* line 66, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
ol.book-toc a {
  padding-left: 4px;
}

/* line 71, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
.book code, .book .man-page p tt, .man-page p .book tt, .book .man-page .listingblock .content, .man-page .listingblock .book .content {
  display: inline;
  padding: 1px;
}

/* line 76, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
.book pre code, .book pre .man-page p tt, .man-page p .book pre tt, .book pre .man-page .listingblock .content, .man-page .listingblock .book pre .content {
  display: block;
  overflow: auto;
}

/* line 81, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
.book table.commands {
  font-size: 1.2em;
}

/* line 84, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
.book table.commands tr td {
  padding: 2px;
}

/* line 87, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
.book table.commands tr td small {
  color: #777;
  font-size: 0.8em;
}

/* line 92, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
.book table.ref {
  margin-bottom: 10px;
  width: 100%;
}

/* line 97, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
.book table.ref tr {
  border-color: #777;
  border: 1px solid;
}

/* line 102, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
.book table.ref th, td {
  padding: 5px;
}

/* line 106, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
.book table.ref th:nth-child(1), td:nth-child(1) {
  padding: 5px;
  width: 25%;
}

/* line 113, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
#book-chapters #chapters-dropdown {
  padding: 12px;
  top: 30px;
}
/* line 117, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
#book-chapters ol {
  margin: 0;
}
/* line 119, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
#book-chapters ol li {
  line-height: 17.6px;
}
/* line 121, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
#book-chapters ol li h2 {
  margin: 14px 0;
  font-size: 14px;
  line-height: normal;
}
/* line 126, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
#book-chapters ol li ol {
  margin-left: 0;
}
/* line 128, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
#book-chapters ol li ol a {
  font-weight: normal;
}

/* line 136, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book.scss */
.switch a {
  color: #aaa;
}

/* line 1, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 {
  /* general blocks */
  /* general inlines */
  /* frontmatter */
  /* styling and positioning for author names and other text */
  /* copyright page */
  /* dedication */
  /* table of contents */
  /* global styles for the table of contents */
  /* table of contents is a series of nested lists in a nav element */
  /* defining fonts for the table of contents */
  /* entries for parts in the table of contents */
  /* entries for chapters and appendixes in the table of contents */
  /* entries for sub-sections */
  /* front and backmatter in the table of contents */
  /* page breaks after all chapter-level sections */
  /* preface, chapter, and appendix headings */
  /* heading font is sans serif */
  /* shared styles for all chapter-level headings */
  /* section headings */
  /* parts */
  /* lists */
  /* tables */
  /* figures */
  /* sidebars */
  /* admonitions */
  /* code */
  /* blockquote */
  /* website nav element */
  /* iPad
  ------------------------------------------------ */
  /* iPhone [portrait + landscape]
  --------------------------------------------------------------------------- */
  /* syntax highlighting and coloring text in general */
  /* Pygments with manni theme */
  /* Comment */
  /* Error */
  /* Keyword */
  /* Operator */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Overriding default manni style of #AAAAAA gray for Generic Output with #000000 black, which is better suited to ORM terminal output */
  /* Generic.Output  */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Overriding manni default yellow #FFCC33 with brown #AA6600, which is easier to read */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */
  /* Sanders's additions to manni */
  /* Generic */
  /* Literal */
  /* Literal.Date */
  /* Name */
  /* Name.Other */
  /* Name.Property */
  /* Punctuation */
  /* Other */
  /* Chacon's additions to make command line look more like a command line */
}
/* line 3, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 9, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 body {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 80px;
}
/* line 17, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 p, .edition2 dd {
  /* general text styles */
  font-family: sans-serif;
  text-indent: 0px;
  font-size: 14px;
  line-height: 22px;
}
/* line 30, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="preface"] > h1 + p,
.edition2 div[data-type="part"] > h1 + p,
.edition2 section[data-type="chapter"] > h1 + p,
.edition2 section[data-type="chapter"] > h1 + div.author p,
.edition2 section[data-type="sect1"] > h1 + p,
.edition2 section[data-type="sect2"] > h2 + p,
.edition2 section[data-type="sect3"] > h3 + p {
  text-indent: 0px;
  /* first paragraph following a heading has no indent */
}
/* line 36, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 p a {
  display: inline;
}
/* line 42, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="titlepage"] h1 {
  font-family: serif;
}
/* line 47, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="titlepage"] h2,
.edition2 section[data-type="copyright-page"] h1 {
  font-family: sans-serif;
}
/* line 51, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="halftitlepage"] {
  display: none;
}
/* line 55, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="titlepage"] {
  text-align: left;
  page-break-after: always;
}
/* line 60, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="titlepage"] h1 {
  border-bottom: 1px solid #333;
  margin-top: 100px;
  padding-bottom: 10px;
}
/* line 66, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="titlepage"] h1 {
  font-size: 2em;
  line-height: 120%;
}
/* line 71, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="titlepage"] h2 {
  font-size: 1.2em;
  line-height: 120%;
  margin-top: 20px;
}
/* line 79, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="titlepage"] p:first-of-type {
  margin-top: 82pt;
}
/* line 83, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="titlepage"] p {
  font-family: sans-serif;
  font-size: 13pt;
  line-height: 16pt;
  margin-top: 0pt;
  margin-bottom: 0pt;
  float: none;
  text-indent: 0;
}
/* line 95, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="copyright-page"] {
  margin-top: 100px;
  page-break-after: always;
}
/* line 100, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="copyright-page"] h1 {
  font-size: 0.8em;
}
/* line 104, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="copyright-page"] p {
  font-family: sans-serif;
  font-size: 0.8em;
  margin: 0;
  text-indent: 0;
}
/* line 113, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="dedication"] {
  font-family: serif;
  font-style: italic;
  page-break-after: always;
  text-align: center;
  padding-top: 100px;
}
/* line 126, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 nav[data-type="toc"] a {
  /* all table of contents entries are also links */
  font-style: normal;
}
/* line 130, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 nav[data-type="toc"] li {
  /* no list marker on table of contents entries */
  list-style-type: none;
}
/* line 134, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 nav[data-type="toc"] > h1 {
  /* table of contents heading */
  font-size: 1.5em;
  line-height: 120%;
  margin-top: 80px;
  margin-bottom: 50px;
  text-align: center;
}
/* line 144, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 nav[data-type="toc"] a {
  text-decoration: none;
}
/* line 148, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 nav[data-type="toc"] li {
  font-family: sans-serif;
}
/* line 154, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 nav[data-type="toc"] li[data-type="chapter"],
.edition2 nav[data-type="toc"] li[data-type="part"],
.edition2 nav[data-type="toc"] li[data-type="appendix"] {
  font-size: 1em;
  line-height: 120%;
  margin-left: 0;
  text-indent: 0;
}
/* line 163, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 nav[data-type="toc"] li[data-type="part"] {
  margin-top: 25px;
}
/* line 167, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 nav[data-type="toc"] li[data-type="part"] > a {
  border-bottom: 1px solid #333;
  width: 100%;
  display: inline-block;
}
/* line 173, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 nav[data-type="toc"] li[data-type="part"] ol {
  margin-left: 0;
  text-indent: 0;
}
/* line 180, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 nav[data-type="toc"] li[data-type="chapter"] {
  margin-top: 20px;
}
/* line 185, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 nav[data-type="toc"] li[data-type="chapter"]:last-of-type,
.edition2 nav[data-type="toc"] li[data-type="appendix"] {
  margin-bottom: 20px;
}
/* line 191, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 nav[data-type="toc"] li[data-type="chapter"] ol {
  font-family: sans-serif;
  font-size: 1em;
  line-height: 120%;
  margin-left: 20px;
  text-indent: -10px;
}
/* line 199, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 nav[data-type="toc"] li[data-type="chapter"] ol ol {
  margin-left: 10px;
  text-indent: -10px;
}
/* line 209, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 nav[data-type="toc"] li[data-type="preface"],
.edition2 nav[data-type="toc"] li[data-type="foreword"],
.edition2 nav[data-type="toc"] li[data-type="glossary"],
.edition2 nav[data-type="toc"] li[data-type="index"] {
  font-size: 1em;
  line-height: 120%;
}
/* line 215, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 nav[data-type="toc"] li[data-type="preface"] ol,
.edition2 nav[data-type="toc"] li[data-type="foreword"] ol {
  display: none;
}
/* line 224, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="preface"],
.edition2 div[data-type="part"],
.edition2 section[data-type="chapter"],
.edition2 section[data-type="appendix"] {
  page-break-after: always;
}
/* line 237, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 nav[data-type="toc"] > h1,
.edition2 div[data-type="part"] > h1,
.edition2 section[data-type="preface"] > h1,
.edition2 section[data-type="chapter"] > h1,
.edition2 section[data-type="appendix"] > h1,
.edition2 section[data-type="sect1"] h1 {
  font-family: serif;
  line-height: 120%;
}
/* line 243, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="sect2"] h2,
.edition2 section[data-type="sect3"] h3 {
  font-family: sans-serif;
  line-height: 120%;
}
/* line 251, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="preface"] > h1,
.edition2 section[data-type="chapter"] > h1,
.edition2 section[data-type="appendix"] > h1 {
  font-size: 1.8em;
  margin-top: 70px;
  margin-bottom: 40px;
  text-align: left;
}
/* line 260, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="sect1"] h1 {
  /* A-level headings */
  font-size: 1.5em;
  margin-top: 40px;
  margin-bottom: 20px;
}
/* line 266, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="sect2"] h2 {
  /* B-level headings */
  font-size: 1.1em;
  margin-top: 30px;
  margin-bottom: 10px;
}
/* line 272, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 section[data-type="sect3"] h3 {
  /* C-level headings */
  font-size: 1.1em;
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 280, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 div[data-type="part"] > h1 {
  font-size: 1.8em;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 70px;
}
/* line 289, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 ul, .edition2 ol {
  /* bulleted and numbered lists */
  margin: 15px 0 15px 40px;
}
/* line 294, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 ul li, .edition2 ol li,
.edition2 ul li p, .edition2 ol li p {
  font-family: sans-serif;
  font-size: 1em;
  line-height: 120%;
  margin-top: 5px;
  text-indent: 0;
}
/* line 302, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 dl {
  /* definition lists */
  margin-bottom: 15px;
}
/* line 306, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 dt {
  /* definition list terms */
  font-family: sans-serif;
  font-size: 0.9em;
  line-height: 120%;
  margin-top: 15px;
  margin-bottom: 4px;
}
/* line 314, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 dd {
  /* definition list descriptions */
  text-indent: 0;
  margin-left: 20px;
}
/* line 319, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 dd p {
  text-indent: 0;
}
/* line 325, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 table {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #888;
  border-collapse: collapse;
}
/* line 332, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 table caption {
  font-family: sans-serif;
  font-size: 0.8em;
  line-height: 120%;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0;
}
/* line 341, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 tr {
  border-width: 0px;
}
/* line 345, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 th {
  /* table heading rows */
  font-family: sans-serif;
  font-size: 0.8em;
  line-height: 120%;
  text-align: left;
  margin-top: 0;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}
/* line 355, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 th, .edition2 td {
  padding: 6px;
}
/* line 359, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 td, .edition2 table p {
  /* table body text */
  font-family: sans-serif;
  font-size: 12px;
  line-height: 120%;
}
/* line 365, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 table p {
  /* table body text */
  text-indent: 0;
  margin-top: 6px;
}
/* line 370, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 td pre.programlisting, .edition2 td pre.screen, .edition2 td pre.literallayout, .edition2 td code, .edition2 td .man-page p tt, .man-page p .edition2 td tt, .edition2 td .man-page .listingblock .content, .man-page .listingblock .edition2 td .content {
  /* allow code in tables to wrap */
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* line 377, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 figure {
  /* figure containers */
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  display: block;
  page-break-inside: avoid;
}
/* line 385, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 figure img {
  /* figure images */
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 5px 0 5px 0;
  max-width: 100%;
  margin: 0;
}
/* line 393, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 figcaption {
  font-family: serif;
  font-size: 1em;
  font-style: italic;
  line-height: 120%;
  display: block;
}
/* line 403, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 aside {
  /* sidebar containers */
  background-color: #d8d8d8;
  border: 1px solid #d8d8d8;
  padding: 20px 20px 10px 20px;
  margin: 30px 0 30px 0;
}
/* line 410, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 aside h5 {
  /* sidebar titles */
  font-family: sans-serif;
  font-size: 1em;
  line-height: 120%;
  text-align: center;
  margin: 0;
  padding: 0;
}
/* line 419, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 aside h6 {
  /* sidebar subtitles */
  font-family: sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 120%;
}
/* line 426, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 aside p {
  /* sidebar text */
  font-family: serif;
  font-size: 1em;
  line-height: 130%;
  text-indent: 0;
  margin-top: 6px;
}
/* line 437, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 div[data-type="note"],
.edition2 div[data-type="warning"] {
  /* admonition containers */
  border-top: 2px solid #888;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0;
  margin: 30px 30px 30px 30px;
  page-break-inside: avoid;
  /* avoid breaking admonitions across pages */
}
/* line 446, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 div[data-type="note"] h1,
.edition2 div[data-type="warning"] h1 {
  /* admonition titles */
  color: #000;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;
  margin: 4px 0;
  padding: 0;
}
/* line 458, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 div[data-type="note"] p,
.edition2 div[data-type="warning"] p {
  /* admonition text */
  font-family: serif;
  font-size: 1em;
  line-height: 120%;
  text-indent: 0in;
}
/* line 467, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre, .edition2 code, .edition2 .man-page p tt, .man-page p .edition2 tt, .edition2 .man-page .listingblock .content, .man-page .listingblock .edition2 .content {
  /* monospace font for both code blocks and inline code */
  font-family: monospace;
}
/* line 471, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre {
  background: #eee;
}
/* line 473, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code, .edition2 pre .man-page p tt, .man-page p .edition2 pre tt, .edition2 pre .man-page .listingblock .content, .man-page .listingblock .edition2 pre .content {
  display: inline;
  border: 0px;
  background: #eee;
}
/* line 480, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre {
  /* code blocks */
  font-size: 0.9em;
  line-height: 120%;
  margin: 10px 0px;
  overflow-x: auto;
  color: #333;
}
/* line 488, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 code, .edition2 .man-page p tt, .man-page p .edition2 tt, .edition2 .man-page .listingblock .content, .man-page .listingblock .edition2 .content {
  /* inline code */
  border: 1px solid #f5f5f5;
  padding: 0px;
  background: #eee;
  color: #333;
}
/* line 495, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 table pre {
  /* code blocks within tables */
  text-indent: 0;
}
/* line 502, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 div[data-type="note"] code, .edition2 div[data-type="note"] .man-page p tt, .man-page p .edition2 div[data-type="note"] tt, .edition2 div[data-type="note"] .man-page .listingblock .content, .man-page .listingblock .edition2 div[data-type="note"] .content,
.edition2 div[data-type="warning"] code,
.edition2 div[data-type="warning"] .man-page p tt,
.man-page p .edition2 div[data-type="warning"] tt,
.edition2 div[data-type="warning"] .man-page .listingblock .content,
.man-page .listingblock .edition2 div[data-type="warning"] .content,
.edition2 aside code,
.edition2 aside .man-page p tt,
.man-page p .edition2 aside tt,
.edition2 aside .man-page .listingblock .content,
.man-page .listingblock .edition2 aside .content,
.edition2 table code,
.edition2 table .man-page p tt,
.man-page p .edition2 table tt,
.edition2 table .man-page .listingblock .content,
.man-page .listingblock .edition2 table .content {
  /* inline code within notes, sidebars and tables */
  font-size: inherit;
  line-height: inherit;
}
/* line 507, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 div[data-type="example"] h5 {
  /* titles for formal code examples */
  font-family: sans-serif;
  font-size: 0.8em;
  line-height: 120%;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 6px;
  margin-top: 30px;
}
/* line 518, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 blockquote {
  font-family: sans-serif;
  font-size: 0.9em;
  line-height: 130%;
  margin-left: 30px;
  margin-right: 30px;
}
/* line 526, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 blockquote p {
  text-indent: 0;
}
/* line 532, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 div.navbar {
  font-family: sans-serif;
  background-color: #E8E8E8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px 10px 20px;
  border-bottom: 1px solid #d8d8d8;
}
/* line 543, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 div.navbar h1 {
  float: left;
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #999;
}
/* line 552, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 div.navbar p {
  float: right;
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}
/* line 561, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 div.navbar p a {
  text-decoration: none;
  color: #999;
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  /* line 570, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
  .edition2 body {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  /* line 1, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
  .edition2 {
    /* website nav element */
  }
  /* line 580, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
  .edition2 body {
    width: 100%;
    padding: 10px;
  }
  /* line 587, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
  .edition2 div.navbar {
    position: relative;
    padding: 10px 20px 10px 20px;
    border-bottom: 2px solid #e8e8e8;
    box-shadow: 0px 0px 0px #f0f0f0;
    text-align: center;
  }
  /* line 595, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
  .edition2 div.navbar h1 {
    float: none;
    margin-bottom: 10px;
  }
  /* line 600, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
  .edition2 div.navbar p {
    float: none;
    text-indent: 0;
  }
}
/* line 610, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.hll, .edition2 pre .man-page p tt.hll, .man-page p .edition2 pre tt.hll, .edition2 pre .man-page .listingblock .hll.content, .man-page .listingblock .edition2 pre .hll.content {
  background-color: #ffffcc;
}
/* line 611, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.c, .edition2 pre .man-page p tt.c, .man-page p .edition2 pre tt.c, .edition2 pre .man-page .listingblock .c.content, .man-page .listingblock .edition2 pre .c.content {
  color: #0099FF;
  font-style: italic;
}
/* line 612, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.err, .edition2 pre .man-page p tt.err, .man-page p .edition2 pre tt.err, .edition2 pre .man-page .listingblock .err.content, .man-page .listingblock .edition2 pre .err.content {
  color: #aa0000;
}
/* line 613, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.k, .edition2 pre .man-page p tt.k, .man-page p .edition2 pre tt.k, .edition2 pre .man-page .listingblock .k.content, .man-page .listingblock .edition2 pre .k.content {
  color: #006699;
  font-weight: bold;
}
/* line 614, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.o, .edition2 pre .man-page p tt.o, .man-page p .edition2 pre tt.o, .edition2 pre .man-page .listingblock .o.content, .man-page .listingblock .edition2 pre .o.content {
  color: #555555;
}
/* line 615, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.cm, .edition2 pre .man-page p tt.cm, .man-page p .edition2 pre tt.cm, .edition2 pre .man-page .listingblock .cm.content, .man-page .listingblock .edition2 pre .cm.content {
  color: #35586C;
  font-style: italic;
}
/* line 616, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.cp, .edition2 pre .man-page p tt.cp, .man-page p .edition2 pre tt.cp, .edition2 pre .man-page .listingblock .cp.content, .man-page .listingblock .edition2 pre .cp.content {
  color: #009999;
}
/* line 617, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.c1, .edition2 pre .man-page p tt.c1, .man-page p .edition2 pre tt.c1, .edition2 pre .man-page .listingblock .c1.content, .man-page .listingblock .edition2 pre .c1.content {
  color: #35586C;
  font-style: italic;
}
/* line 618, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.cs, .edition2 pre .man-page p tt.cs, .man-page p .edition2 pre tt.cs, .edition2 pre .man-page .listingblock .cs.content, .man-page .listingblock .edition2 pre .cs.content {
  color: #35586C;
  font-weight: bold;
  font-style: italic;
}
/* line 619, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.gd, .edition2 pre .man-page p tt.gd, .man-page p .edition2 pre tt.gd, .edition2 pre .man-page .listingblock .gd.content, .man-page .listingblock .edition2 pre .gd.content {
  background-color: #ffcccc;
}
/* line 620, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.ge, .edition2 pre .man-page p tt.ge, .man-page p .edition2 pre tt.ge, .edition2 pre .man-page .listingblock .ge.content, .man-page .listingblock .edition2 pre .ge.content {
  font-style: italic;
}
/* line 621, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.gr, .edition2 pre .man-page p tt.gr, .man-page p .edition2 pre tt.gr, .edition2 pre .man-page .listingblock .gr.content, .man-page .listingblock .edition2 pre .gr.content {
  color: red;
}
/* line 622, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.gh, .edition2 pre .man-page p tt.gh, .man-page p .edition2 pre tt.gh, .edition2 pre .man-page .listingblock .gh.content, .man-page .listingblock .edition2 pre .gh.content {
  color: #003300;
  font-weight: bold;
}
/* line 623, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.gi, .edition2 pre .man-page p tt.gi, .man-page p .edition2 pre tt.gi, .edition2 pre .man-page .listingblock .gi.content, .man-page .listingblock .edition2 pre .gi.content {
  background-color: #ccffcc;
}
/* line 626, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.go, .edition2 pre .man-page p tt.go, .man-page p .edition2 pre tt.go, .edition2 pre .man-page .listingblock .go.content, .man-page .listingblock .edition2 pre .go.content {
  color: black;
}
/* line 628, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.gp, .edition2 pre .man-page p tt.gp, .man-page p .edition2 pre tt.gp, .edition2 pre .man-page .listingblock .gp.content, .man-page .listingblock .edition2 pre .gp.content {
  color: #000099;
  font-weight: bold;
}
/* line 629, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.gs, .edition2 pre .man-page p tt.gs, .man-page p .edition2 pre tt.gs, .edition2 pre .man-page .listingblock .gs.content, .man-page .listingblock .edition2 pre .gs.content {
  font-weight: bold;
}
/* line 630, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.gu, .edition2 pre .man-page p tt.gu, .man-page p .edition2 pre tt.gu, .edition2 pre .man-page .listingblock .gu.content, .man-page .listingblock .edition2 pre .gu.content {
  color: #003300;
  font-weight: bold;
}
/* line 631, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.gt, .edition2 pre .man-page p tt.gt, .man-page p .edition2 pre tt.gt, .edition2 pre .man-page .listingblock .gt.content, .man-page .listingblock .edition2 pre .gt.content {
  color: #99cc66;
}
/* line 632, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.kc, .edition2 pre .man-page p tt.kc, .man-page p .edition2 pre tt.kc, .edition2 pre .man-page .listingblock .kc.content, .man-page .listingblock .edition2 pre .kc.content {
  color: #006699;
  font-weight: bold;
}
/* line 633, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.kd, .edition2 pre .man-page p tt.kd, .man-page p .edition2 pre tt.kd, .edition2 pre .man-page .listingblock .kd.content, .man-page .listingblock .edition2 pre .kd.content {
  color: #006699;
  font-weight: bold;
}
/* line 634, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.kn, .edition2 pre .man-page p tt.kn, .man-page p .edition2 pre tt.kn, .edition2 pre .man-page .listingblock .kn.content, .man-page .listingblock .edition2 pre .kn.content {
  color: #006699;
  font-weight: bold;
}
/* line 635, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.kp, .edition2 pre .man-page p tt.kp, .man-page p .edition2 pre tt.kp, .edition2 pre .man-page .listingblock .kp.content, .man-page .listingblock .edition2 pre .kp.content {
  color: #006699;
}
/* line 636, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.kr, .edition2 pre .man-page p tt.kr, .man-page p .edition2 pre tt.kr, .edition2 pre .man-page .listingblock .kr.content, .man-page .listingblock .edition2 pre .kr.content {
  color: #006699;
  font-weight: bold;
}
/* line 637, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.kt, .edition2 pre .man-page p tt.kt, .man-page p .edition2 pre tt.kt, .edition2 pre .man-page .listingblock .kt.content, .man-page .listingblock .edition2 pre .kt.content {
  color: #007788;
  font-weight: bold;
}
/* line 638, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.m, .edition2 pre .man-page p tt.m, .man-page p .edition2 pre tt.m, .edition2 pre .man-page .listingblock .m.content, .man-page .listingblock .edition2 pre .m.content {
  color: #ff6600;
}
/* line 639, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.s, .edition2 pre .man-page p tt.s, .man-page p .edition2 pre tt.s, .edition2 pre .man-page .listingblock .s.content, .man-page .listingblock .edition2 pre .s.content {
  color: #cc3300;
}
/* line 640, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.na, .edition2 pre .man-page p tt.na, .man-page p .edition2 pre tt.na, .edition2 pre .man-page .listingblock .na.content, .man-page .listingblock .edition2 pre .na.content {
  color: #330099;
}
/* line 641, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.nb, .edition2 pre .man-page p tt.nb, .man-page p .edition2 pre tt.nb, .edition2 pre .man-page .listingblock .nb.content, .man-page .listingblock .edition2 pre .nb.content {
  color: #336666;
}
/* line 642, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.nc, .edition2 pre .man-page p tt.nc, .man-page p .edition2 pre tt.nc, .edition2 pre .man-page .listingblock .nc.content, .man-page .listingblock .edition2 pre .nc.content {
  color: #00AA88;
  font-weight: bold;
}
/* line 643, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.no, .edition2 pre .man-page p tt.no, .man-page p .edition2 pre tt.no, .edition2 pre .man-page .listingblock .no.content, .man-page .listingblock .edition2 pre .no.content {
  color: #336600;
}
/* line 644, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.nd, .edition2 pre .man-page p tt.nd, .man-page p .edition2 pre tt.nd, .edition2 pre .man-page .listingblock .nd.content, .man-page .listingblock .edition2 pre .nd.content {
  color: #9999ff;
}
/* line 645, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.ni, .edition2 pre .man-page p tt.ni, .man-page p .edition2 pre tt.ni, .edition2 pre .man-page .listingblock .ni.content, .man-page .listingblock .edition2 pre .ni.content {
  color: #999999;
  font-weight: bold;
}
/* line 646, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.ne, .edition2 pre .man-page p tt.ne, .man-page p .edition2 pre tt.ne, .edition2 pre .man-page .listingblock .ne.content, .man-page .listingblock .edition2 pre .ne.content {
  color: #CC0000;
  font-weight: bold;
}
/* line 647, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.nf, .edition2 pre .man-page p tt.nf, .man-page p .edition2 pre tt.nf, .edition2 pre .man-page .listingblock .nf.content, .man-page .listingblock .edition2 pre .nf.content {
  color: #cc00ff;
}
/* line 648, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.nl, .edition2 pre .man-page p tt.nl, .man-page p .edition2 pre tt.nl, .edition2 pre .man-page .listingblock .nl.content, .man-page .listingblock .edition2 pre .nl.content {
  color: #9999ff;
}
/* line 649, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.nn, .edition2 pre .man-page p tt.nn, .man-page p .edition2 pre tt.nn, .edition2 pre .man-page .listingblock .nn.content, .man-page .listingblock .edition2 pre .nn.content {
  color: #00CCFF;
  font-weight: bold;
}
/* line 650, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.nt, .edition2 pre .man-page p tt.nt, .man-page p .edition2 pre tt.nt, .edition2 pre .man-page .listingblock .nt.content, .man-page .listingblock .edition2 pre .nt.content {
  color: #330099;
  font-weight: bold;
}
/* line 651, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.nv, .edition2 pre .man-page p tt.nv, .man-page p .edition2 pre tt.nv, .edition2 pre .man-page .listingblock .nv.content, .man-page .listingblock .edition2 pre .nv.content {
  color: #003333;
}
/* line 652, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.ow, .edition2 pre .man-page p tt.ow, .man-page p .edition2 pre tt.ow, .edition2 pre .man-page .listingblock .ow.content, .man-page .listingblock .edition2 pre .ow.content {
  color: #000000;
  font-weight: bold;
}
/* line 653, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.w, .edition2 pre .man-page p tt.w, .man-page p .edition2 pre tt.w, .edition2 pre .man-page .listingblock .w.content, .man-page .listingblock .edition2 pre .w.content {
  color: #bbbbbb;
}
/* line 654, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.mf, .edition2 pre .man-page p tt.mf, .man-page p .edition2 pre tt.mf, .edition2 pre .man-page .listingblock .mf.content, .man-page .listingblock .edition2 pre .mf.content {
  color: #ff6600;
}
/* line 655, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.mh, .edition2 pre .man-page p tt.mh, .man-page p .edition2 pre tt.mh, .edition2 pre .man-page .listingblock .mh.content, .man-page .listingblock .edition2 pre .mh.content {
  color: #ff6600;
}
/* line 656, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.mi, .edition2 pre .man-page p tt.mi, .man-page p .edition2 pre tt.mi, .edition2 pre .man-page .listingblock .mi.content, .man-page .listingblock .edition2 pre .mi.content {
  color: #ff6600;
}
/* line 657, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.mo, .edition2 pre .man-page p tt.mo, .man-page p .edition2 pre tt.mo, .edition2 pre .man-page .listingblock .mo.content, .man-page .listingblock .edition2 pre .mo.content {
  color: #ff6600;
}
/* line 658, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.sb, .edition2 pre .man-page p tt.sb, .man-page p .edition2 pre tt.sb, .edition2 pre .man-page .listingblock .sb.content, .man-page .listingblock .edition2 pre .sb.content {
  color: #cc3300;
}
/* line 659, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.sc, .edition2 pre .man-page p tt.sc, .man-page p .edition2 pre tt.sc, .edition2 pre .man-page .listingblock .sc.content, .man-page .listingblock .edition2 pre .sc.content {
  color: #cc3300;
}
/* line 660, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.sd, .edition2 pre .man-page p tt.sd, .man-page p .edition2 pre tt.sd, .edition2 pre .man-page .listingblock .sd.content, .man-page .listingblock .edition2 pre .sd.content {
  color: #CC3300;
  font-style: italic;
}
/* line 661, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.s2, .edition2 pre .man-page p tt.s2, .man-page p .edition2 pre tt.s2, .edition2 pre .man-page .listingblock .s2.content, .man-page .listingblock .edition2 pre .s2.content {
  color: #cc3300;
}
/* line 662, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.se, .edition2 pre .man-page p tt.se, .man-page p .edition2 pre tt.se, .edition2 pre .man-page .listingblock .se.content, .man-page .listingblock .edition2 pre .se.content {
  color: #CC3300;
  font-weight: bold;
}
/* line 663, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.sh, .edition2 pre .man-page p tt.sh, .man-page p .edition2 pre tt.sh, .edition2 pre .man-page .listingblock .sh.content, .man-page .listingblock .edition2 pre .sh.content {
  color: #cc3300;
}
/* line 664, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.si, .edition2 pre .man-page p tt.si, .man-page p .edition2 pre tt.si, .edition2 pre .man-page .listingblock .si.content, .man-page .listingblock .edition2 pre .si.content {
  color: #aa0000;
}
/* line 665, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.sx, .edition2 pre .man-page p tt.sx, .man-page p .edition2 pre tt.sx, .edition2 pre .man-page .listingblock .sx.content, .man-page .listingblock .edition2 pre .sx.content {
  color: #cc3300;
}
/* line 666, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.sr, .edition2 pre .man-page p tt.sr, .man-page p .edition2 pre tt.sr, .edition2 pre .man-page .listingblock .sr.content, .man-page .listingblock .edition2 pre .sr.content {
  color: #33aaaa;
}
/* line 667, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.s1, .edition2 pre .man-page p tt.s1, .man-page p .edition2 pre tt.s1, .edition2 pre .man-page .listingblock .s1.content, .man-page .listingblock .edition2 pre .s1.content {
  color: #cc3300;
}
/* line 670, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.ss, .edition2 pre .man-page p tt.ss, .man-page p .edition2 pre tt.ss, .edition2 pre .man-page .listingblock .ss.content, .man-page .listingblock .edition2 pre .ss.content {
  color: #aa6600;
}
/* line 672, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.bp, .edition2 pre .man-page p tt.bp, .man-page p .edition2 pre tt.bp, .edition2 pre .man-page .listingblock .bp.content, .man-page .listingblock .edition2 pre .bp.content {
  color: #336666;
}
/* line 673, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.vc, .edition2 pre .man-page p tt.vc, .man-page p .edition2 pre tt.vc, .edition2 pre .man-page .listingblock .vc.content, .man-page .listingblock .edition2 pre .vc.content {
  color: #003333;
}
/* line 674, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.vg, .edition2 pre .man-page p tt.vg, .man-page p .edition2 pre tt.vg, .edition2 pre .man-page .listingblock .vg.content, .man-page .listingblock .edition2 pre .vg.content {
  color: #003333;
}
/* line 675, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.vi, .edition2 pre .man-page p tt.vi, .man-page p .edition2 pre tt.vi, .edition2 pre .man-page .listingblock .vi.content, .man-page .listingblock .edition2 pre .vi.content {
  color: #003333;
}
/* line 676, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.il, .edition2 pre .man-page p tt.il, .man-page p .edition2 pre tt.il, .edition2 pre .man-page .listingblock .il.content, .man-page .listingblock .edition2 pre .il.content {
  color: #ff6600;
}
/* line 679, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.g, .edition2 pre .man-page p tt.g, .man-page p .edition2 pre tt.g, .edition2 pre .man-page .listingblock .g.content, .man-page .listingblock .edition2 pre .g.content {
  color: #005500;
}
/* line 680, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.l, .edition2 pre .man-page p tt.l, .man-page p .edition2 pre tt.l, .edition2 pre .man-page .listingblock .l.content, .man-page .listingblock .edition2 pre .l.content {
  color: #cc6600;
}
/* line 681, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.l, .edition2 pre .man-page p tt.l, .man-page p .edition2 pre tt.l, .edition2 pre .man-page .listingblock .l.content, .man-page .listingblock .edition2 pre .l.content {
  color: #ff9900;
}
/* line 682, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.n, .edition2 pre .man-page p tt.n, .man-page p .edition2 pre tt.n, .edition2 pre .man-page .listingblock .n.content, .man-page .listingblock .edition2 pre .n.content {
  color: #000088;
}
/* line 683, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.nx, .edition2 pre .man-page p tt.nx, .man-page p .edition2 pre tt.nx, .edition2 pre .man-page .listingblock .nx.content, .man-page .listingblock .edition2 pre .nx.content {
  color: #000088;
}
/* line 684, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.py, .edition2 pre .man-page p tt.py, .man-page p .edition2 pre tt.py, .edition2 pre .man-page .listingblock .py.content, .man-page .listingblock .edition2 pre .py.content {
  color: #9966ff;
}
/* line 685, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.p, .edition2 pre .man-page p tt.p, .man-page p .edition2 pre tt.p, .edition2 pre .man-page .listingblock .p.content, .man-page .listingblock .edition2 pre .p.content {
  color: black;
}
/* line 686, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre code.x, .edition2 pre .man-page p tt.x, .man-page p .edition2 pre tt.x, .edition2 pre .man-page .listingblock .x.content, .man-page .listingblock .edition2 pre .x.content {
  color: #ff0066;
}
/* line 689, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre[data-code-language="console"] {
  background: #eee;
  padding: 10px;
}
/* line 693, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre[data-code-language="console"] code.go, .edition2 pre[data-code-language="console"] .man-page p tt.go, .man-page p .edition2 pre[data-code-language="console"] tt.go, .edition2 pre[data-code-language="console"] .man-page .listingblock .go.content, .man-page .listingblock .edition2 pre[data-code-language="console"] .go.content {
  color: #555;
  font-size: 1.0em;
}
/* line 697, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/book2.scss */
.edition2 pre[data-code-language="console"] code.gp, .edition2 pre[data-code-language="console"] .man-page p tt.gp, .man-page p .edition2 pre[data-code-language="console"] tt.gp, .edition2 pre[data-code-language="console"] .man-page .listingblock .gp.content, .man-page .listingblock .edition2 pre[data-code-language="console"] .gp.content {
  color: #009900;
  font-weight: bold;
}

/* line 1, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
.content-list, ul.video-thumbnails,
ul.gui-thumbnails, ul.books-list {
  margin-left: 0;
}
/* line 4, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
.content-list li, ul.video-thumbnails li,
ul.gui-thumbnails li, ul.books-list li {
  margin-bottom: 1em;
}
/* line 7, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
.content-list .description, ul.video-thumbnails .description,
ul.gui-thumbnails .description, ul.books-list .description {
  font-size: 12px;
  line-height: 15.4px;
}

/* line 14, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.video-thumbnails,
ul.gui-thumbnails {
  margin-top: 1em;
}
/* line 18, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.video-thumbnails li,
ul.gui-thumbnails li {
  margin-bottom: 2em;
}
/* line 20, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.video-thumbnails li img,
ul.gui-thumbnails li img {
  display: block;
  margin-bottom: 5px;
  padding: 3px;
  border: solid 1px #d8d7cf;
}

/* line 30, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.gui-thumbnails li {
  display: inline-block;
  width: 49%;
}
/* line 34, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.gui-thumbnails li.masked {
  display: none;
}

/* line 41, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.books-list li {
  padding-left: 125px;
}
/* line 39, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
ul.books-list li:before {
  display: table;
  content: "";
}
/* line 44, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
ul.books-list li:after {
  display: table;
  clear: both;
  content: "";
}
/* line 44, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.books-list li img {
  width: 109px;
  margin-left: -125px;
  margin-right: -125px;
  float: left;
  border: solid 1px #b7b7b7;
}
/* line 50, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.books-list li img.creative-commons {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  float: none;
  border: none;
  margin-top: 2em;
  display: block;
}

/* line 39, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
ol#about-nav:before {
  display: table;
  content: "";
}
/* line 44, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/mixins.scss */
ol#about-nav:after {
  display: table;
  clear: both;
  content: "";
}
/* line 66, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ol#about-nav li {
  display: inline;
  float: left;
  margin-right: 10px;
}
/* line 70, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ol#about-nav li:last-child {
  margin-right: 0;
}
/* line 73, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ol#about-nav li a {
  width: 70px;
  height: 100px;
  display: block;
  opacity: 0.9;
  text-align: center;
  padding: 0 15px;
  font-size: 14px;
  line-height: 17px;
  color: #4e443c;
  background: transparent url("/images/icons/nav-circles.png") top right no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 73, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
  ol#about-nav li a {
    background: transparent url("/images/icons/nav-circles@2x.png") top right no-repeat;
    background-size: 100px 200px;
  }
}
/* line 84, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ol#about-nav li a.current {
  background: transparent url("/images/icons/nav-circles.png") 0 -100px no-repeat;
  color: #fff;
  opacity: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 84, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
  ol#about-nav li a.current {
    background: transparent url("/images/icons/nav-circles@2x.png") 0 -100px no-repeat;
    background-size: 100px 200px;
  }
}
/* line 89, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ol#about-nav li a.one-line {
  padding-top: 42px;
  height: 58px;
}
/* line 93, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ol#about-nav li a.two-line {
  padding-top: 34px;
  height: 66px;
}
/* line 97, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ol#about-nav li a.three-line {
  padding-top: 25px;
  height: 75px;
}
/* line 101, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ol#about-nav li a:hover {
  opacity: 1;
}

/* line 108, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.related-material {
  font-size: 12px;
  margin-bottom: 3em;
}
/* line 112, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.related-material li {
  margin-bottom: 1em;
  line-height: 1.5;
  padding-left: 25px;
  min-height: 17px;
}
/* line 117, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.related-material li.reference {
  background: transparent url("/images/icons/document-sm.png") 3px 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 117, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
  ul.related-material li.reference {
    background: transparent url("/images/icons/document-sm@2x.png") 3px 0 no-repeat;
    background-size: 12px 17px;
  }
}
/* line 120, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.related-material li.book {
  background: transparent url("/images/icons/book-sm.png") 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 120, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
  ul.related-material li.book {
    background: transparent url("/images/icons/book-sm@2x.png") 0 0 no-repeat;
    background-size: 17px 17px;
  }
}
/* line 123, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.related-material li.video {
  background: transparent url("/images/icons/film-sm.png") 2px 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* line 123, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
  ul.related-material li.video {
    background: transparent url("/images/icons/film-sm@2x.png") 2px 0 no-repeat;
    background-size: 17px 17px;
  }
}

/* line 129, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.stackoverflow {
  font-size: 12px;
}
/* line 132, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.stackoverflow li {
  margin-bottom: 1em;
}
/* line 135, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.stackoverflow a {
  display: block;
  line-height: 1.2;
  font-weight: bold;
}
/* line 140, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.stackoverflow span {
  display: block;
  color: #9a9994;
}
/* line 143, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.stackoverflow span strong {
  color: #81807a;
}
/* line 146, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
ul.stackoverflow span em {
  color: #cccbc8;
}

/* line 153, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
table.binaries td {
  padding: 8px 20px 6px 0;
  position: relative;
  width: auto;
}
/* line 158, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/lists.scss */
table.binaries a {
  font-weight: bold;
  border: solid 1px transparent;
}

/* line 5, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/blog.scss */
.subheader {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #9a9994;
  line-height: 15px;
  padding-left: 2px;
}

/* line 18, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/git-scm.scss */
code, .man-page p tt, .man-page .listingblock .content {
  display: inline;
  padding: 0px 5px 0px 5px;
}

/* line 23, /home/peff/compile/gh/git-scm.com/app/assets/stylesheets/git-scm.scss */
pre {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 10px 15px 13px 15px;
  margin-bottom: 1em;
  background-color: #fff;
  border: solid 1px #efeee6;
  color: #f14e32;
  font-family: Courier, monospace;
  line-height: 18px;
  overflow: auto;
}
