html {
  height: 100%; }

body {
  margin: 0px;
  background-color: #eee;
  min-height: 100%;
  color: #333;
  font-family: Fira Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.0em;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

a {
  color: #b7410e;
  text-decoration: none;
  outline: none; }

a:hover {
  color: #88300a; }

a:active {
  color: #702809; }

h1 {
  padding-top: 0px;
  letter-spacing: 0rem; }

h1 strong {
  color: #b7410e; }

h3 {
  margin-bottom: 5px; }

b, strong {
  font-weight: bold; }

.site-header {
  padding: 5px 0;
  font-size: 20px;
  line-height: 24px;
  background-color: #333;
}
.site-header img {
    width: 24px;
    height: 24px;
    margin-top: -3px; }

.site-footer {
  margin: 10px 0 0px; }

.site-nav-link {
  padding-left: 20px; }

.hero {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 100px;
  background-color: #dd3333;
  color: #ccc;
  margin-bottom: 0px; }

.hero h3 {
  margin-bottom: 20px; }

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282828;
  opacity: 0.92; }

.tldr-headline {
  letter-spacing: -0.15rem;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.75rem;
  padding-top: 20px;
  padding-bottom: 40px; }

.page-content {
  flex: 1; }

.container {
  padding: 8px; }

.hero .container h1 {
    color: #ccc;
}

.container h1 {
    color: #dd3333;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px; }

.tiles {
  font-weight: bold;
  flex-wrap: wrap; }
  .tiles a, .tiles a:hover, .tiles a:visited, .tiles a:active {
    color: #777; }

.tile {
  height: 130px;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 4px 1px 1px 1px;
  border-style: solid;
  margin-bottom: 20px; }

a:hover .tile {
  color: #ccc; }

.green {
  color: #81f300; }

.yellow {
  color: #ffee40; }

.red {
  color: #ff3e21; }

.tile-green {
  border-color: #81f300; }

.tile-yellow {
  border-color: #ffee40; }

.tile-red {
  border-color: #ff3e21; }

.post-content {
  margin-bottom: 60px; }

.followup {
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px 0;
  border: 2px solid orange;
  /* TODO: using colors by name is basically never good design */ }

.github-corner {
  position: absolute;
  z-index: 100; }

.crate-stat {
  padding-right: 30px;
  white-space: nowrap; }

@media screen and (max-width: 47.9em) {
  .hide-xs {
    display: none; } }
@media screen and (min-width: 48em) and (max-width: 63.9em) {
  .hide-sm {
    display: none; } }
@media screen and (min-width: 64em) and (max-width: 74.9em) {
  .hide-md {
    display: none; } }
@media screen and (min-width: 75em) {
  .hide-lg {
    display: none; }

  .hide-xs, .hide-sm, .hide-sm {
    display: flex; } }

span {
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid;
    display: inline-block;
}
div > span:nth-child(1) {
    width:120px;
}
div > span:nth-child(2) {
    width:170px;
}
div > span:nth-child(3) {
    width:350px;
}
table.changesets {
    border-collapse: collapse;
}
table.changesets tr:nth-child(even) {
    background-color: inherit;
}
table.changesets tr:nth-child(odd) {
    background-color: #DDD;
}
table.changesets td {
    border: 1px solid #333;
    padding-left: 5px;
    padding-right: 5px;
}
table.changesets tr:hover {
    background-color: papayawhip;
