html {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 100%;
}

html,
body {
  text-align: center;
  background: #eff2f6;
  color: #284348;
}

body.has-overlay {
  overflow: hidden;
}

.main {
  padding-top: 50px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}


.btn {
  background: #27aa26;
  color: #fff;
  padding: .6rem 1rem;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}

h1 {
  font-size: 22px;
}

.initial-instructions {
  font-size: 16px;
  margin: auto 5px;
}

.step {
  background: white;
  padding: 20px;
  position: relative;
  margin: 50px auto;
  border-radius: 3px;
  max-width: 430px;
}

.pull {
  padding: 10px 15px 10px 75px;
  border-left: 4px solid #a7ce3b;
  position: relative;
  border-radius: 4px;
  background: white;
  margin: 25px auto;
}

.pull label {
  transform: translateY(-50%);
  position: absolute;
  left: 32px;
  top: 50%;
}

.pull li {
  position: relative;
  list-style: none;
  text-align: left;
  font-size: 13px;
  margin: 10px auto;
}

.pull li::before {
  transform: translateY(-50%);
  border: 3px solid #a7ce3b;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: -16px;
  top: 50%;
}

.step-number {
  width: 20px;
  position: absolute;
  left: 50%;
  top: -16.2px;
  padding: 6.4px;
  margin-left: -16.2px;
  color: #fff;
  border-radius: 50%;
  background: #81979b;
}

.step-instructions {
  margin: 15px;
}

.os-title {
  margin: 20px;
}

.os-options {
  margin: 40px;
}

.os-links {
  content: "";
  display: table;
  clear: both;
  width: 75%;
  margin: auto;
}

.step-image img {
  max-width: 272px;
}


.icon {
  max-width: 44px;
  max-height: 44px;
}

.step-instructions .linux {
  text-align: left;
}

.code {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #f36d33;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
  white-space: nowrap;
}