html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding-bottom: 200px;
  margin: 0;
  color: #404040;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}

main {
  display: block;
  overflow: hidden;
}

p {
  max-width: 800px;
  line-height: 1.25;
}

blockquote {
  padding: 0 15px;
  margin: 0 0 16px;
  color: #777777;
  border-left: 4px solid #dddddd;
}

blockquote p {
  margin: 0;
}

.table-center-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.table-center {
  display: table-cell;
  vertical-align: middle;
}

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

.container {
  position: relative;
  width: 93%;
  max-width: 1200px;
  margin: auto;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after {
  clear: both;
}

.half {
  float: left;
  width: 50%;
}

.space-bottom {
  margin-bottom: 20px;
}

code:not([class*="language"]) {
  padding: 0;
  margin: 0;
  color: #444444;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background: #f6f6f6;
  font-family: Menlo, Consolas, "Liberation Mono", Courier, monospace;
  font-size: 90%;
  font-weight: normal;
}

code:not([class*="language"])::before,
code:not([class*="language"])::after {
  content: "\00a0";
  letter-spacing: -.2em;
}

pre[class*="language-"] > code[data-language] {
  overflow: auto;
}

pre[class*="language-"].no-language > code[data-language]::before {
  display: none;
}
