/* Nicer fonts 
---------------------------------------------------*/
body {
  font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lucida Grande', Calibri, Helvetica, Arial, sans-serif;
  font-weight: 600;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 50px;
}

#footer {
position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
}

#footer-col {
  padding-top: 10px;
  border-top: 1px solid #eee;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  #footer {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Horizontally scroll code
-------------------------------------------------- */
.hljs {
  background: #F0F0F0;
  white-space: pre;
  overflow-x: auto;
  display: inline-block;
  min-width: 100%;
  padding: 0px;
}

/* Padding and margins for code blocks and wells
-------------------------------------------------- */
pre {
  padding: 0px;
}
.well {
 margin-bottom: 10px;
}
