body {
  background-color: #f6f6ef;
}

a {
}

ol.breadcrumb {
}

.post { margin-bottom: 2rem; }
.post-date { margin-bottom: 1.25rem; color: #999; }
.sidebar-module {margin: 2rem 0 0 0;padding: 1rem;}
.sidebar-module-inset {
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 15px;
}
#mc_embed_signup .clear {clear:none; display:inline;}

.negative { color: red; background-color: #f2dede; }
.positive { color: green; background-color: #dff0d8; }

.masthead {
  position: relative;
  padding: 2rem 1.25rem;
  font-weight: 300;
  color: #f6f6ef;
  text-shadow: 0 1px 0 rgba(0,0,0,0.1);
  background-image: linear-gradient(#4D4D4D, #666666);
}

.masthead h1 {
  margin-bottom: .25rem;
}

.masthead p {
  max-width: 640px;
}

.masthead a {
  color: #f6f6ef;
}

.analysis-section {
  margin-top: 4px;
  margin-bottom: 4px;
}

.section-kicker {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

.compare-details {
  background: #ffffff;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(36, 36, 36, 0.08);
  padding: 1.25rem;
}
