/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Body
 */
body {
  background: #f0f0f0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 1rem; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

/**
 * Lists
 */
ul, ol {
  margin-left: 2rem; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(960px - (2rem * 2));
  max-width: calc(960px - (2rem * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }
  @media screen and (max-width: 960px) {
    .wrapper {
      max-width: -webkit-calc(960px - (2rem));
      max-width: calc(960px - (2rem));
      padding-right: 1rem;
      padding-left: 1rem; } }

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

.flair {
  color: #ef6c00; }

.stars {
  color: gold;
  display: inline-block; }

.stars i.fa-star-o {
  color: #AAA; }

@media screen and (max-width: 479px) {
  .hide-mobile {
    display: none; } }
.clear-float {
  clear: both; }

.site-title {
  color: #FFF;
  text-decoration: none;
  transition: color .3s ease-out;
  width: 50%; }
  .site-title:hover {
    color: #fff; }

.mdl-layout__header-row {
  padding-left: 24px !important; }

.post-block {
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }
  .post-block .pending-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #EEE;
    z-index: 2;
    opacity: .5; }
  .post-block .pending-message {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-top: 140px; }
  .post-block a {
    text-decoration: none; }
  .post-block .post-card {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    position: relative; }
    .post-block .post-card:hover {
      box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }
      .post-block .post-card:hover img {
        -webkit-filter: brightness(104%);
        filter: brightness(104%); }
    .post-block .post-card__fade {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 4rem;
      background: url(data:image/svg+xml;base64,alotofcodehere);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, white));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%); }

.post {
  background: #fff;
  padding: 2rem 4rem;
  margin: 1rem 0 1rem 0; }

@media screen and (max-width: 960px) {
  .post {
    background: #fff;
    padding: 2rem 1rem; } }
.left-floated-product-image {
  float: left;
  max-width: 20%;
  padding-right: 40px; }

.book-review {
  margin-bottom: 50px; }

.review-quote {
  font-size: .8rem;
  font-style: italic;
  line-height: 1.5; }

em {
  font-weight: bold; }

footer .mdl-mini-footer__link-list a {
  cursor: pointer;
  transition: color .2s ease-in; }
  footer .mdl-mini-footer__link-list a:hover {
    color: #fff; }
footer .copyright {
  margin-top: 2rem; }

.highlight {
  background: #ffffff; }

.highlight .c {
  color: #999988;
  font-style: italic; }

/* Comment */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2; }

/* Error */
.highlight .k {
  font-weight: bold; }

/* Keyword */
.highlight .o {
  font-weight: bold; }

/* Operator */
.highlight .cm {
  color: #999988;
  font-style: italic; }

/* Comment.Multiline */
.highlight .cp {
  color: #999999;
  font-weight: bold; }

/* Comment.Preproc */
.highlight .c1 {
  color: #999988;
  font-style: italic; }

/* Comment.Single */
.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

/* Comment.Special */
.highlight .gd {
  color: #000000;
  background-color: #ffdddd; }

/* Generic.Deleted */
.highlight .gd .x {
  color: #000000;
  background-color: #ffaaaa; }

/* Generic.Deleted.Specific */
.highlight .ge {
  font-style: italic; }

/* Generic.Emph */
.highlight .gr {
  color: #aa0000; }

/* Generic.Error */
.highlight .gh {
  color: #999999; }

/* Generic.Heading */
.highlight .gi {
  color: #000000;
  background-color: #ddffdd; }

/* Generic.Inserted */
.highlight .gi .x {
  color: #000000;
  background-color: #aaffaa; }

/* Generic.Inserted.Specific */
.highlight .go {
  color: #888888; }

/* Generic.Output */
.highlight .gp {
  color: #555555; }

/* Generic.Prompt */
.highlight .gs {
  font-weight: bold; }

/* Generic.Strong */
.highlight .gu {
  color: #aaaaaa; }

/* Generic.Subheading */
.highlight .gt {
  color: #aa0000; }

/* Generic.Traceback */
.highlight .kc {
  font-weight: bold; }

/* Keyword.Constant */
.highlight .kd {
  font-weight: bold; }

/* Keyword.Declaration */
.highlight .kp {
  font-weight: bold; }

/* Keyword.Pseudo */
.highlight .kr {
  font-weight: bold; }

/* Keyword.Reserved */
.highlight .kt {
  color: #445588;
  font-weight: bold; }

/* Keyword.Type */
.highlight .m {
  color: #009999; }

/* Literal.Number */
.highlight .s {
  color: #d14; }

/* Literal.String */
.highlight .na {
  color: #008080; }

/* Name.Attribute */
.highlight .nb {
  color: #0086B3; }

/* Name.Builtin */
.highlight .nc {
  color: #445588;
  font-weight: bold; }

/* Name.Class */
.highlight .no {
  color: #008080; }

/* Name.Constant */
.highlight .ni {
  color: #800080; }

/* Name.Entity */
.highlight .ne {
  color: #990000;
  font-weight: bold; }

/* Name.Exception */
.highlight .nf {
  color: #990000;
  font-weight: bold; }

/* Name.Function */
.highlight .nn {
  color: #555555; }

/* Name.Namespace */
.highlight .nt {
  color: #000080; }

/* Name.Tag */
.highlight .nv {
  color: #008080; }

/* Name.Variable */
.highlight .ow {
  font-weight: bold; }

/* Operator.Word */
.highlight .w {
  color: #bbbbbb; }

/* Text.Whitespace */
.highlight .mf {
  color: #009999; }

/* Literal.Number.Float */
.highlight .mh {
  color: #009999; }

/* Literal.Number.Hex */
.highlight .mi {
  color: #009999; }

/* Literal.Number.Integer */
.highlight .mo {
  color: #009999; }

/* Literal.Number.Oct */
.highlight .sb {
  color: #d14; }

/* Literal.String.Backtick */
.highlight .sc {
  color: #d14; }

/* Literal.String.Char */
.highlight .sd {
  color: #d14; }

/* Literal.String.Doc */
.highlight .s2 {
  color: #d14; }

/* Literal.String.Double */
.highlight .se {
  color: #d14; }

/* Literal.String.Escape */
.highlight .sh {
  color: #d14; }

/* Literal.String.Heredoc */
.highlight .si {
  color: #d14; }

/* Literal.String.Interpol */
.highlight .sx {
  color: #d14; }

/* Literal.String.Other */
.highlight .sr {
  color: #009926; }

/* Literal.String.Regex */
.highlight .s1 {
  color: #d14; }

/* Literal.String.Single */
.highlight .ss {
  color: #990073; }

/* Literal.String.Symbol */
.highlight .bp {
  color: #999999; }

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #008080; }

/* Name.Variable.Class */
.highlight .vg {
  color: #008080; }

/* Name.Variable.Global */
.highlight .vi {
  color: #008080; }

/* Name.Variable.Instance */
.highlight .il {
  color: #009999; }

/* Literal.Number.Integer.Long */
.highlight .lineno {
  color: #BBBBBB; }

#parts-comparison + table {
  text-align: center; }

#parts-comparison + table tr td:first-child {
  text-align: left;
  font-weight: 300; }

#parts-comparison + table tbody tr:nth-child(odd) {
  background-color: #ccc; }

.share-heading {
  text-align: center;
  margin-top: 40px; }

.share-page {
  text-align: center;
  padding: 8px 15px;
  border-radius: 5px; }
  .share-page a {
    font-size: 3em;
    font-weight: 700;
    text-decoration: none; }
    .share-page a:hover {
      border-bottom: 1px dashed #fff; }
  .share-page .spacer {
    display: inline-block;
    width: 10px; }
  .share-page .facebook {
    color: #3b5998; }
  .share-page .twitter {
    color: #55acee; }
  .share-page .gplus {
    color: #dd4b39; }

.mdl-layout__header {
  min-height: 56px !important; }

.mdl-layout__header-row {
  height: 56px !important; }

@media screen and (min-width: 1025px) {
  .mdl-layout__drawer-button {
    line-height: 46px; } }
h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

p {
  font-size: 20px;
  line-height: 30px; }

iframe.youtube {
  width: 560px;
  height: 315px;
  margin-bottom: 1rem; }
