body {
  padding: 50px;
  font: 16px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  font-weight: 300;
}
a {
  color: #39c;
  font-weight: 300;
  text-decoration: none;
}
p {
  margin: 0 0 20px;
}
ul {
  margin-top: -1em;
}
li {
  margin-bottom: 0.3em;
}
.wrapper {
  width: 860px;
  margin: 0 auto;
}
header {
  display: block;
  width: 270px;
  float: left;
  position: fixed;
}
header .name {
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.1;
}
header .sidebar {
  margin-top: 25px;
}
header .sidebar .link {
  margin-bottom: 10px;
}
.content {
  width: 500px;
  float: right;
  padding-bottom: 50px;
}
.content .summary h2 {
  font-weight: bold;
  font-size: 17px;
  line-height: normal;
  margin-bottom: 4px;
}
.content .sec {
  font-weight: bold;
  font-size: 19px;
  line-height: normal;
  margin-top: 36px;
  margin-bottom: 18px;
}
.content .subsec {
  color: #898989;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 1px;
  margin-top: 17px;
}
.content .media {
  margin-bottom: 8px;
}
.content .media .for {
  display: inline;
  font-weight: 400;
}
.content .media .title {
  display: inline;
}
.content .media .context {
  display: inline;
  font-style: italic;
}
.content .media .date {
  display: inline;
}
@media print, screen and (max-width: 960px) {
  div.wrapper {
    width: auto;
    margin: 0;
  }
  header,
  footer {
    float: none;
    position: static;
    width: auto;
  }
  header {
    padding-right: 320px;
  }
  header a small {
    display: inline;
  }
  header ul {
    position: absolute;
    right: 50px;
    top: 52px;
  }
}
@media print, screen and (max-width: 720px) {
  body {
    word-wrap: break-word;
  }
  header {
    padding: 0;
  }
  header ul,
  header p.view {
    position: static;
  }
  pre,
  code {
    word-wrap: normal;
  }
}
@media print, screen and (max-width: 480px) {
  body {
    padding: 15px;
  }
  header ul {
    display: none;
  }
}
@media print, screen and (max-width: 960px) {
  .content {
    float: none;
    position: static;
    width: auto;
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    padding: 20px 0;
    margin: 0 0 20px;
  }
}
@-ms-viewport {
  width: device-width;
}
