body {
  font-family: 'Source Sans Pro';
  line-height: 1.8em;
  color: #333935;
  background-color: #f5f5f5;
  font-size: 15px;
  margin: 0;
}

.u-floatRight {
  float: right;
}

.u-floatLeft {
  float: left;
}

.u-textCenter {
  text-align: center;
}

.u-textRight {
  text-align: right;
}

.u-posFixed {
  position: fixed;
}

li {
  padding-bottom: 4px;
}

.nav {
  width: 100%;
  background-color: #fafafa;
  top: 0;
}

.wrap-width {
  width: 600px;
  margin: auto;
  padding: 0 20px;
}

.wrapper {
  width: 600px;
  margin: 30px auto;
  padding: 0 20px;
}

.site-header {
  font-size: 20px;
  background: #fafafa;
  overflow: auto;
}

.hand {
  font-size: 40px;
  padding: 4px 0;
  color: black;
}

.challenge-name {
  text-transform: capitalize;
  font-weight: 900;
  color: black;
}

.site-header {
  border-bottom-width: 3px;
}

.filledblock {
  display: inline-block;
  padding: 4px 10px;
  font-weight: 900;
}

.filledblock:hover {
  background: #262626;
  color: #fff;
  text-shadow: #fff 0px 0px 5px;
}

.all-caps {
  font-size: 12px;
  text-transform: uppercase;
}

.site-header h2 {
  margin-top: 12px;
}

h1, h2, h3, h4, .toc {
  font-family: "Source Sans Pro";
}

h1, h2, h3, h4 {
  margin-top: 50px;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #262626;
}

.toc li {
  margin-bottom: 10px;
}

.toc li a {
  font-weight: 700;
}

.toc {
  padding-left: 0;
  text-align: left;
  list-style-position: inside;
}

.toc .done:before {
  content: 'done!';
  float: right;
  color: #aaa;
  text-decoration: none !important;
}

.toc .done a {
  text-decoration: line-through;
}

pre {
  border: 1px solid #9DA6B3;
  border-radius: 2px;
  overflow-x: overlay;
}

code, .outof {
  padding: 4px 6px;
}

footer {
  border-top: 3px solid black;
  margin: 20px 0;
  padding: 12px 0;
}

footer ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

footer ul li {
  display: inline-block;
  padding: 0 6px;
}

.prenext {
  overflow: auto;
}

.challenge-desc {
  color: #777;
  font-style: italic;
}

#git-tips, .didnt-pass {
  background: #BADFFF;
  padding: 18px;
  margin: 18px 0;
  color: black;
}

#git-tips ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#git-tips code, .didnt-pass code {
  border-color: black;
}

#git-tips li {
  margin-top: 12px;
}

.challenge, .verify {
  background-color: black;
  color: #fff;
  padding: 18px 18px 5px;
}

.verify code {
  border-color: #fff;
  display: inline-block;
}

.verify {
  margin: 30px 0;
}

#git-tips h2,
#git-tips h4,
.didnt-pass h2,
.didnt-pass h4,
.challenge h2,
.verify h3 {
  margin-top: 0;
}

.didnt-pass {
  background: #E3EEF8;
}

.didnt-pass p + h4 {
  padding-top: 30px;
}

.verify h3 {
  display: inline-block;
  padding-right: 12px;
}

blockquote {
  border-left: 2px solid #acacac;
  padding-left: 30px;
  margin: 30px 0;
  color: #acacac;
}

.weehero {
  background-color: black;
  padding: 30px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 900;
}

img {
  margin: 30px 0 18px;
}

n, v, adj {
  position: relative;
}

.superscript {
  font-size: 0.6em;
  position: absolute;
  top: -20%;
  line-height: 0.6em;
  font-weight: normal;
  white-space: nowrap;
  opacity: 0.8;
}

.u-inlineBlock {
  display: inline-block;
}

ul.nav-lang {
  list-style: none;
  margin: 0;
  padding: 5px 20px;
  text-align: right;
  font-size: 15px;
}

ul.nav-lang li {
  border: none;
  margin-right: none;
  display: inline;
}

ul.nav-lang li:after {
content: "|";
margin-right: 5px;
margin-left: 5px;
}

ul.nav-lang li:last-child:after {
  content: none;
  color: #333;
}