html {
  position: relative;
  min-height: 100%;
}
body {
  font: 300 17px/1.4em "Titillium Web", Helvetica, sans-serif;
  margin-bottom: 60px;
  color: #777;
}
a {
  color: #333;
  font-weight: 600;
}
#main a:hover, #main a:focus {
  color: #333;
  background: #bf0;
  text-decoration: none;
}
.post {
  margin: 20px 0;
}
.post h3 {
  margin: 0;
}
.meta {
  margin: 0 0 6px;
}
#post img.pull-right {
  margin: 0 0 1em 1em;
}
#post img.pull-left {
  margin: 0 1em 1em 0;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}
#main {
  padding: 60px 0 40px;
}
#footer .text-muted {
  margin: 0;
  line-height: 60px;
}
h1, h2, h3 {
  font: 600 32px/1.2em "Titillium Web", Helvetica, sans-serif;
  color: #333;
}
h1 {
  font-size: 32px;
  margin: 1em 0 .6em;
}
h2 {
  font-size: 24px;
  margin: .8em 0 .3em;
}
h3 {
  font-size: 20px;
  margin: .8em 0 .3em;
}
.punnett {
  margin: 30px 0;
}
.punnett.pull-right {
  margin: 0 0 30px 30px;
}
.punnett.pull-left {
  margin: 0 30px 30px 0;
}
.punnett th {
  background: #fafafa;
}
.punnett th, .punnett td {
  width: 45px;
  text-align: center;
  border: 1px solid #d9d9d9;
  padding: 5px;
}
.punnett tr:first-child th:first-child {
  background: #ededed;
}
.punnett.double td {
  width: 90px;
}
#main .container {
  position: relative;
}
#main .container:before {
  background: #bf0;
  content: "Z";
  color: #333;
  font: 600 40px/80px "Titillium Web", Helvetica, sans-serif;
  text-align: center;
  height: 80px;
  width: 80px;
  display: block;
  position: absolute;
  top: 10px;
  left: -80px;
  z-index: 9999;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
}