.highlight table td {
  padding: 5px; }

.highlight table pre {
  margin: 0; }

.highlight .cm {
  color: #999988;
  font-style: italic; }

.highlight .cp {
  color: #999999;
  font-weight: bold; }

.highlight .c1 {
  color: #999988;
  font-style: italic; }

.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

.highlight .c, .highlight .cd {
  color: #999988;
  font-style: italic; }

.highlight .err {
  color: #a61717;
  background-color: #e3d2d2; }

.highlight .gd {
  color: #000000;
  background-color: #ffdddd; }

.highlight .ge {
  color: #000000;
  font-style: italic; }

.highlight .gr {
  color: #aa0000; }

.highlight .gh {
  color: #999999; }

.highlight .gi {
  color: #000000;
  background-color: #ddffdd; }

.highlight .go {
  color: #888888; }

.highlight .gp {
  color: #555555; }

.highlight .gs {
  font-weight: bold; }

.highlight .gu {
  color: #aaaaaa; }

.highlight .gt {
  color: #aa0000; }

.highlight .kc {
  color: #000000;
  font-weight: bold; }

.highlight .kd {
  color: #000000;
  font-weight: bold; }

.highlight .kn {
  color: #000000;
  font-weight: bold; }

.highlight .kp {
  color: #000000;
  font-weight: bold; }

.highlight .kr {
  color: #000000;
  font-weight: bold; }

.highlight .kt {
  color: #445588;
  font-weight: bold; }

.highlight .k, .highlight .kv {
  color: #000000;
  font-weight: bold; }

.highlight .mf {
  color: #009999; }

.highlight .mh {
  color: #009999; }

.highlight .il {
  color: #009999; }

.highlight .mi {
  color: #009999; }

.highlight .mo {
  color: #009999; }

.highlight .m, .highlight .mb, .highlight .mx {
  color: #009999; }

.highlight .sb {
  color: #d14; }

.highlight .sc {
  color: #d14; }

.highlight .sd {
  color: #d14; }

.highlight .s2 {
  color: #d14; }

.highlight .se {
  color: #d14; }

.highlight .sh {
  color: #d14; }

.highlight .si {
  color: #d14; }

.highlight .sx {
  color: #d14; }

.highlight .sr {
  color: #009926; }

.highlight .s1 {
  color: #d14; }

.highlight .ss {
  color: #990073; }

.highlight .s {
  color: #d14; }

.highlight .na {
  color: #008080; }

.highlight .bp {
  color: #999999; }

.highlight .nb {
  color: #0086B3; }

.highlight .nc {
  color: #445588;
  font-weight: bold; }

.highlight .no {
  color: #008080; }

.highlight .nd {
  color: #3c5d5d;
  font-weight: bold; }

.highlight .ni {
  color: #800080; }

.highlight .ne {
  color: #990000;
  font-weight: bold; }

.highlight .nf {
  color: #990000;
  font-weight: bold; }

.highlight .nl {
  color: #990000;
  font-weight: bold; }

.highlight .nn {
  color: #555555; }

.highlight .nt {
  color: #000080; }

.highlight .vc {
  color: #008080; }

.highlight .vg {
  color: #008080; }

.highlight .vi {
  color: #008080; }

.highlight .nv {
  color: #008080; }

.highlight .ow {
  color: #000000;
  font-weight: bold; }

.highlight .o {
  color: #000000;
  font-weight: bold; }

.highlight .w {
  color: #bbbbbb; }

.highlight {
  background-color: #f8f8f8; }

body {
  background-color: #fff;
  font: 14px/1.5 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 30px;
  color: #444;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: 600; }

section h1 {
  margin-top: 40px;
  border-bottom: 1px solid #333;
  clear: both; }

.pagetitle + h1 {
  margin-top: unset; }

p, ul, ol, table, pre, dl {
  margin: 0 0 1em; }

h1, h2, h3 {
  line-height: 1.1; }

h1 {
  /*font-size:28px;*/
  font-size: 1.8em; }

h2 {
  color: #393939; }

h3, h4, h5, h6 {
  color: #494949; }

a {
  color: #4681ac;
  text-decoration: none; }

a:hover, a:focus {
  color: #058;
  /*background: #eee;*/ }

.wrapper {
  /* width:auto; */
  max-width: 1024px;
  margin: 0 auto; }

blockquote {
  border-left: 1px solid #e5e5e5;
  margin: 0;
  padding: 0 0 0 20px;
  font-style: italic; }

code, pre {
  font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
  color: #333; }

pre {
  padding: 8px 15px;
  background: #f8f8f8;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  overflow-x: auto; }

table {
  width: 100%;
  border-collapse: collapse; }

th, td {
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #e5e5e5; }

dt {
  color: #444;
  font-weight: 700; }

dd {
  margin-bottom: 1em; }

th {
  color: #444; }

img {
  max-width: 100%;
  border-radius: 2px; }

img.center-image {
  display: block;
  margin: 0 auto; }

img.right-image {
  float: right;
  margin: 10px;
  margin-right: 0; }

img.left-image {
  float: left;
  margin: 10px;
  margin-left: 0; }

.pagetitle {
  background: #333;
  color: #fff;
  border-radius: 2px; }

.pagetitle, header h1 {
  /*color: #999;
  border-bottom: 1px solid #999;*/
  font-size: 2em;
  margin-bottom: 28px;
  margin-top: 0;
  border: none;
  padding: 8px;
  /*font-weight: normal;*/ }

.toplink {
  float: right;
  display: none; }

div.header-wrapper {
  background-image: linear-gradient(to top, #fff, #bbb);
  position: fixed;
  overflow-y: auto;
  max-height: calc(100% - 30px); }

header {
  max-width: 230px;
  /*max-width: 700px;*/
  -webkit-font-smoothing: subpixel-antialiased;
  border-radius: 2px;
  padding-bottom: 10px; }

header h1 {
  padding-left: 10px;
  margin-bottom: 10px; }

header h1 > a {
  color: unset; }

header h1 > a:hover {
  color: #606060; }

header p {
  margin: 0; }

header img {
  display: block;
  max-width: 230px; }

div.sidebar ul, div.page-sidebar ul {
  list-style: none;
  /*border-style: solid;
  border-width: 1px 0;
  border-color: #aaa;*/
  /*  max-width: 180px;
    margin: 0 auto;*/
  /*padding: 10px;*/
  padding: 0;
  padding-left: 10px;
  margin: 0; }
div.sidebar li.divider, div.page-sidebar li.divider {
  line-height: 0.8; }
div.sidebar ul a, div.page-sidebar ul a {
  line-height: 1;
  /*color:#676767;*/
  /*	color: #267CB9; */
  /*  text-align:center;
    height:34px;*/
  color: #555; }
div.sidebar ul a:hover, div.page-sidebar ul a:hover {
  color: #000; }
div.sidebar ul a.active, div.page-sidebar ul a.active {
  color: black; }

div.page-sidebar {
  margin-top: 10px;
  border-top: 4px solid #fff; }
  div.page-sidebar h3 {
    color: #505050;
    padding-bottom: 2px;
    margin: 10px; }
  div.page-sidebar a:hover > h3 {
    color: #111; }
  div.page-sidebar p {
    margin-bottom: 10px;
    color: #888;
    padding-left: 10px; }

/*header ul a:active {
  background-color:#f0f0f0;
}*/
strong {
  color: #222;
  font-weight: 600; }

div.note {
  padding: 15px;
  background: #eaeade;
  border-radius: 2px;
  font-size: 90%;
  margin-bottom: 28px; }
  div.note *:last-child {
    margin-bottom: 0; }
  div.note > ul {
    padding-left: 0;
    list-style-position: inside; }

section {
  padding-bottom: 50px;
  width: auto;
  margin-left: 260px;
  /*max-width: 700px;*/ }

small {
  font-size: 11px; }

hr {
  border: 0;
  background: #e5e5e5;
  height: 1px;
  margin: 0 0 20px; }

footer {
  -webkit-font-smoothing: subpixel-antialiased; }

.twitter-follow-button {
  float: right;
  margin-bottom: 1em; }

ul ul, ul ol, ol ul, ol ol {
  padding-left: 20px;
  margin-bottom: 0; }

div.appitem {
  overflow: auto;
  clear: both;
  margin: 2em 0;
  /*padding: 1em 0;*/
  /*border-radius: $default-border-radius;*/
  /*
    padding: 10px;
    
    border: 1px solid #ddd;
    background: #eee;*/
  /*position: relative;*/
  /*small {
    margin-bottom: 10px;
    margin-top: 2px;
  }*/ }
  div.appitem div.app-title {
    margin-bottom: 5px;
    /*border-bottom: 1px solid #aaa;*/
    /*background: #ddd;
    padding: 4px;
    border-radius: $default-border-radius;*/ }
    div.appitem div.app-title h2 {
      font-size: 1.25em;
      margin: 0; }
    div.appitem div.app-title .app-company {
      /*float: right;*/
      color: #888;
      font-size: 14px;
      font-weight: normal;
      /*margin-left: auto;*/
      /*position: absolute;
      right: 0;*/
      margin-left: 1ex; }
  div.appitem a {
    color: inherit; }
  div.appitem img {
    float: left;
    border-radius: 12px;
    width: 76px;
    margin-right: 10px;
    /*border: 1px solid #777;*/ }
  div.appitem p {
    margin: 0;
    margin-left: 86px; }

/*div.appitem:hover {
  border-color: #aaa;
  background: #eed;
}*/
/*div.appitem + h3 {
  margin-top: 40px;
}*/
div.app-summary {
  overflow: auto;
  margin-bottom: 2em; }
  div.app-summary #icon {
    float: left;
    border-radius: 24px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 152px; }
  div.app-summary img.appstore-badge {
    /*display: block;
    margin-left: auto;
    margin-bottom: 1em;*/
    /*float: left;*/ }
  div.app-summary #appstore {
    /*float: left;*/
    margin-bottom: 10px;
    text-align: right; }
  div.app-summary #coming_soon {
    font-weight: bold;
    border: 1px solid #bbb;
    display: inline;
    padding: 1em;
    border-radius: 10px;
    background: #eee;
    color: #333; }
  div.app-summary p {
    min-height: 92px; }

img.appstore-badge {
  width: 150px; }

.container404 h1 {
  border: none; }

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 20px 0; }

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

div.pathbar {
  clear: both;
  border-top: 1px solid #888;
  padding-top: 3px;
  margin-top: 30px;
  color: #888;
  /*  color: #aaa;
    a {
      color: #666;  
    }
    a:hover {
      color: #222;
    }*/ }

div.album {
  overflow: auto;
  margin-top: 28px;
  margin-bottom: 40px; }
  div.album img {
    width: 50%;
    float: right;
    border: 1px solid #ddd;
    margin-left: 10px;
    border-radius: 2px; }
  div.album #title {
    margin-bottom: 20px;
    overflow: auto; }
  div.album small {
    color: #777; }
  div.album .album-title {
    margin: 0; }
  div.album .album-artist {
    font-weight: 400;
    margin: 5px 0; }
  div.album .listen-heading {
    margin-bottom: 5px;
    color: #777; }
  div.album ul {
    list-style: none;
    padding: 0; }

@media print, screen and (max-width: 880px) {
  div.wrapper {
    width: auto;
    margin: 0; }

  header {
    max-width: unset; }

  header img {
    float: left;
    margin-right: 20px;
    margin-left: 30px; }

  div.header-wrapper {
    padding-top: 28px;
    margin: -30px;
    margin-bottom: 0; }

  div.header-wrapper, section, footer {
    float: none;
    position: static;
    width: auto; }

  section {
    margin: 0;
    padding-top: 20px; }

  .toplink {
    display: block; }

  div.page-sidebar {
    display: none; } }
/*@media print, screen and (max-width: 720px) {
  body {
    -webkit-text-size-adjust: none;
  }

  header {
    padding:0;
  }

  pre, code {
    word-wrap:normal;
  }
}*/
@media print, screen and (max-width: 500px) {
  body {
    padding: 10px; }

  header ul {
    line-height: 1.8; }

  div.header-wrapper {
    margin: -10px; }

  header {
    max-width: 230px;
    margin: 0 auto; }

  header img {
    float: none;
    margin: 0; }

  /*div.app-summary img.appstore-badge {
    float: left;
    clear: both;
  }*/ }
@media print {
  body {
    padding: 0.4in;
    font-size: 12pt;
    color: #444; } }
