html {
  box-sizing: border-box; }

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

body {
  font-family: "Roboto Slab", serif;
  text-align: left; }
  body::after {
    clear: both;
    content: "";
    display: table; }
  body h1, body h2, body h3, body p {
    margin: 0; }
  body hr {
    border-bottom: 1px solid #DDD;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.5em 0; }
  body p {
    color: #333;
    line-height: 1.5em; }
  body a {
    color: #477DCA;
    text-decoration: none; }
  body .type {
    border-bottom: 1px solid;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 0.7em;
    font-weight: 600;
    margin-bottom: 2em;
    padding: 0.1em 0;
    text-align: left;
    text-transform: uppercase; }
  body h1 {
    font-family: "Roboto Slab", serif;
    font-size: 1.6em;
    font-weight: 400;
    margin-bottom: 0.6em; }
    @media screen and (min-width: 40em) {
      body h1 {
        font-size: 2.4em; } }
  body h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 1.2em; }
    @media screen and (min-width: 40em) {
      body h2 {
        font-size: 1.3em; } }
  body code {
    background: #F7F7F7;
    border-radius: 4.5px;
    border: 1px solid #E0E0E0;
    font-size: 0.8em;
    font-style: normal;
    padding: 0.1em 0.4em;
    white-space: nowrap; }
  body h3 {
    font-family: "Roboto Slab", serif;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0.5em;
    text-transform: uppercase; }
  body p.date {
    color: rgba(51, 51, 51, 0.4);
    font-family: "Roboto Slab", serif;
    font-size: 0.8em;
    margin-bottom: 0.5em; }
  body p {
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    letter-spacing: 1;
    margin-bottom: 1.5em; }
    body p span {
      font-family: "Open Sans", sans-serif;
      font-size: 0.8em;
      font-weight: 600;
      text-transform: uppercase; }
  body a.read-more {
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 0.8em;
    font-weight: 700;
    margin-left: 0.2em;
    position: relative;
    text-transform: uppercase; }
    body a.read-more span {
      font-size: 1.8em;
      position: absolute;
      right: -12px;
      top: -2px; }
  body hr {
    width: 3em; }
  body p.author {
    font-family: "Roboto Slab", serif; }

body .home {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  body .home::after {
    clear: both;
    content: "";
    display: table; }
  body .home .side {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    display: block;
    height: 300px;
    width: 300px; }
    body .home .side:last-child {
      margin-right: 0; }
  body .home .main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    display: block;
    margin-right: 0; }
    body .home .main:last-child {
      margin-right: 0; }
    body .home .main #projects {
      margin-top: 20px; }

body.asa15 {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  body.asa15::after {
    clear: both;
    content: "";
    display: table; }
  body.asa15 .stats {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding-top: 65px; }
    body.asa15 .stats:last-child {
      margin-right: 0; }
  body.asa15 .wc {
    padding: 2.35765%;
    margin-right: 0; }
  body.asa15 ul.orglist {
    -webkit-columns: 3 6em;
    -moz-columns: 3 6em;
    columns: 3 6em;
    -webkit-column-rule: 1px solid #DDD;
    -moz-column-rule: 1px solid #DDD;
    column-rule: 1px solid #DDD;
    list-style: none;
    font-size: .8em; }
  body.asa15 #the-data {
    margin-top: 15px; }
  body.asa15 table {
    border-collapse: separate;
    border-left: 0px;
    border-radius: 3px;
    border-spacing: 0;
    border: 1px solid gainsboro;
    font-size: .8em; }
    body.asa15 table tbody {
      background-color: #fbfbfb; }
      body.asa15 table tbody tr:hover > td, body.asa15 table tbody tr:hover > th {
        background-color: #eeeeee; }
      body.asa15 table tbody tr:nth-child(even) {
        background-color: #f6f6f6; }
        body.asa15 table tbody tr:nth-child(even):hover > td {
          background-color: #e9e9e9; }
    body.asa15 table thead:first-of-type tr:first-child > th:first-child {
      border-top-left-radius: 3px; }
    body.asa15 table thead:first-of-type tr:first-child > th:last-child {
      border-top-right-radius: 3px; }
    body.asa15 table tbody:last-child tr:last-child > td:first-child {
      border-bottom-left-radius: 3px; }
    body.asa15 table tbody:last-child tr:last-child > td:last-child {
      border-bottom-right-radius: 3px; }
    body.asa15 table thead th {
      background-color: #e1e1e1;
      border-bottom: 0px;
      border-left: 1px solid gainsboro;
      padding: 0.75em 1em;
      text-align: left; }
      body.asa15 table thead th:first-child {
        border-left: none; }
    body.asa15 table tbody {
      background-color: #fbfbfb; }
      body.asa15 table tbody td {
        border-bottom: 0px;
        border-left: 1px solid gainsboro;
        border-top: 1px solid gainsboro;
        padding: 0.75em 1em; }
        body.asa15 table tbody td:first-child {
          border-left: none; }
        body.asa15 table tbody td button {
          display: inline-block;
          font-size: 0.7em;
          line-height: 1.5em;
          margin-bottom: 0.3em;
          margin-right: 0.5em;
          outline: none;
          padding: 0.3em 1em;
          width: 100%; }
          @media screen and (min-width: 40em) {
            body.asa15 table tbody td button {
              margin-bottom: 0;
              width: auto; } }
