/*
Frameless			<http://framelessgrid.com/>
by Joni Korpi 		<http://jonikorpi.com/>
licensed under CC0	<http://creativecommons.org/publicdomain/zero/1.0/>
 */
/*
Margin, padding, and border resets
except for form elements
 */
/* line 71, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/frameless.scss */
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
}

/*
Consistency fixes
adopted from http://necolas.github.com/normalize.css/
 */
/* line 84, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/frameless.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, audio, canvas, video {
  display: block;
}

/* line 88, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/frameless.scss */
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 94, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/frameless.scss */
body {
  min-height: 100%;
  font-size: 100%;
}

/* line 96, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/frameless.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 103, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/frameless.scss */
sup {
  top: -0.5em;
}

/* line 104, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/frameless.scss */
sub {
  bottom: -0.25em;
}

/* line 106, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/frameless.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 112, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/frameless.scss */
b, strong {
  font-weight: bold;
}

/* line 113, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/frameless.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 115, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/frameless.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 120, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/frameless.scss */
a img, img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}

/* line 125, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/frameless.scss */
input, textarea, button, select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}

/* line 135, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/frameless.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 141, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/frameless.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 149, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/frameless.scss */
textarea {
  overflow: auto;
}

/*
Style overrides for IE6-8
http://jonikorpi.com/leaving-old-IE-behind/
 */
/*
An easy way to zoom your entire layout in or out (as long as it's set in ems).
Just change the media queries to activate them.
Assuming your base font-size is 16:
- the first one zooms out by a factor of (16-2)/16 = 0.875
- the second one zooms in by a factor of (16+2)/16 = 1.125  
 */
@media screen and (max-width: 1px) {
  /* line 171, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/frameless.scss */
  body {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1px) {
  /* line 177, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/frameless.scss */
  body {
    font-size: 1.125em;
  }
}
/* line 3, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
a {
  text-decoration: none;
}

/* line 25, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
body {
  background-color: #f7f7f7;
}

/* line 6, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.miso a, article.miso div.text a, article.miso section span.color {
  color: #d35e1d;
}
/* line 8, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.miso a:hover, article.miso div.text a:hover, article.miso section span.color:hover {
  color: #d35e1d;
}
/* line 12, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.miso ::selection {
  color: #fff;
  background: #d35e1d;
}
/* line 13, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.miso ::-moz-selection {
  color: #fff;
  background: #d35e1d;
}
/* line 15, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.miso a.button:hover {
  background-color: #d35e1d !important;
}

/* line 6, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.dataset a, article.dataset div.text a, article.dataset section span.color {
  color: #2585ec;
}
/* line 8, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.dataset a:hover, article.dataset div.text a:hover, article.dataset section span.color:hover {
  color: #2585ec;
}
/* line 12, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.dataset ::selection {
  color: #fff;
  background: #2585ec;
}
/* line 13, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.dataset ::-moz-selection {
  color: #fff;
  background: #2585ec;
}
/* line 15, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.dataset a.button:hover {
  background-color: #2585ec !important;
}

/* line 6, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.storyboard a, article.storyboard div.text a, article.storyboard section span.color {
  color: #ba3644;
}
/* line 8, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.storyboard a:hover, article.storyboard div.text a:hover, article.storyboard section span.color:hover {
  color: #ba3644;
}
/* line 12, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.storyboard ::selection {
  color: #fff;
  background: #ba3644;
}
/* line 13, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.storyboard ::-moz-selection {
  color: #fff;
  background: #ba3644;
}
/* line 15, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.storyboard a.button:hover {
  background-color: #ba3644 !important;
}

/* line 6, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.d3-chart a, article.d3-chart div.text a, article.d3-chart section span.color {
  color: #009b67;
}
/* line 8, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.d3-chart a:hover, article.d3-chart div.text a:hover, article.d3-chart section span.color:hover {
  color: #009b67;
}
/* line 12, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.d3-chart ::selection {
  color: #fff;
  background: #009b67;
}
/* line 13, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.d3-chart ::-moz-selection {
  color: #fff;
  background: #009b67;
}
/* line 15, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.d3-chart a.button:hover {
  background-color: #009b67 !important;
}

/* line 62, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: "facitweb", "Helvetica Neue", "Helvetica", san-serif;
}

/* line 66, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
div.codeblock {
  cursor: text;
}
/* line 68, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
div.codeblock div.helptext {
  font-size: 8px;
  color: #999;
  font-family: 'Monaco', 'DejaVu Sans Mono', monospace;
  margin-bottom: 10px;
}
/* line 74, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
div.codeblock .CodeMirror {
  margin-bottom: 3px;
}

/* line 79, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
div.codeblock:hover .CodeMirror {
  box-shadow: 0 0 15px #B1DEFA;
}

/* line 84, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article, div.container {
  font-family: "ff-tisa-web-pro","Georgia", serif;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 7.5em;
  position: relative;
  width: 61.5em;
}
/* line 95, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.example p, div.container.example p {
  width: 30em;
}
/* line 98, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.example div.codeblock, div.container.example div.codeblock {
  width: 61.5em;
}
/* line 103, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article div.codeblock, div.container div.codeblock {
  float: left;
  width: 34.5em;
}
/* line 104, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article div.codeblock pre, div.container div.codeblock pre {
  box-shadow: none;
  padding: none;
}
/* line 112, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article code, div.container code {
  font-family: 'Monaco', 'DejaVu Sans Mono', monospace;
  background-color: #fff;
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-bottom: 0.1em;
  padding-top: 0.1em;
}
/* line 116, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article pre, div.container pre {
  font-family: 'Monaco', 'DejaVu Sans Mono', monospace;
  background-color: #fff;
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-bottom: 0.1em;
  padding-top: 0.1em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
/* line 122, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section, div.container section {
  clear: both;
}
/* line 124, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section p, div.container section p {
  margin-bottom: 1em;
  color: black;
}
/* line 128, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section div.example, article section div.tutorial, div.container section div.example, div.container section div.tutorial {
  width: 16.5em;
  padding: 10px;
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
  min-height: 555px;
}
/* line 134, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section div.example img, article section div.tutorial img, div.container section div.example img, div.container section div.tutorial img {
  margin-bottom: 24px;
}
/* line 139, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section div.tutorial, div.container section div.tutorial {
  min-height: 140px;
}
/* line 142, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section div.tutorial:hover, div.container section div.tutorial:hover {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
/* line 148, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section.examples a img, article section.tutorials a img, div.container section.examples a img, div.container section.tutorials a img {
  border: 1px solid #ddd;
}
/* line 152, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section.examples h1, article section.tutorials h1, div.container section.examples h1, div.container section.tutorials h1 {
  margin-bottom: 30px;
}
/* line 156, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section.tutorial, div.container section.tutorial {
  width: 43.5em;
}
/* line 158, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section.tutorial .codeblock, div.container section.tutorial .codeblock {
  width: 43.5em;
  margin-bottom: 30px;
}
/* line 162, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section.tutorial ul, div.container section.tutorial ul {
  margin-left: 20px;
}
/* line 165, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section.tutorial ul li, div.container section.tutorial ul li {
  margin-bottom: 10px;
}
/* line 169, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section.tutorial h3, div.container section.tutorial h3 {
  margin-top: 40px;
}
/* line 172, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section.tutorial h4, div.container section.tutorial h4 {
  margin-top: 20px;
}
/* line 175, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section.tutorial div.indent-1, div.container section.tutorial div.indent-1 {
  margin-left: 30px;
}
/* line 178, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section.tutorial div.ext, div.container section.tutorial div.ext {
  margin-left: 30px;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
/* line 185, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section.tutorial div.ext h3, div.container section.tutorial div.ext h3 {
  margin-top: 0px;
}
/* line 189, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section.tutorial div.ext div.download a.button, div.container section.tutorial div.ext div.download a.button {
  background-color: #eee;
}
/* line 192, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section.tutorial div.ext div.ext-code, div.container section.tutorial div.ext div.ext-code {
  font-size: 0.8em;
  margin-top: 10px;
}
/* line 201, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section.intro, div.container section.intro {
  padding-bottom: 24px;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
  float: left;
  width: 61.5em;
  position: relative;
}
/* line 207, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section.intro div.download, div.container section.intro div.download {
  position: absolute;
  right: 0;
  width: 34.5em;
}
/* line 212, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section.intro img, div.container section.intro img {
  margin-bottom: 20px;
}
/* line 215, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section.intro p, div.container section.intro p {
  font-size: 1.25em;
  line-height: 1.25em;
}
/* line 222, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section div.left, div.container section div.left {
  float: left;
  width: 25.5em;
  margin-right: 24px;
}
/* line 228, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article section.quickstart, div.container section.quickstart {
  padding-right: 10px;
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}

/* line 237, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
div.download {
  bottom: 40px;
  font-weight: bold;
  font-family: "facitweb", "Helvetica Neue", "Helvetica", san-serif;
  font-size: 14px;
}
/* line 241, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
div.download h2 {
  font-size: 16px;
  padding-bottom: 10px;
}
/* line 245, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
div.download span {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
}
/* line 250, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
div.download a.button {
  display: block;
  padding: 6px;
  background-color: #fff;
  font-weight: normal;
  color: #333;
  border-radius: 5px;
  margin-right: 6px;
  float: left;
  margin-bottom: 6px;
}
/* line 259, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
div.download a.button:last-of-type {
  margin-right: 0;
}
/* line 264, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
div.download a.button:hover {
  color: white;
}

/* line 269, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
.top500 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 1.25em;
  line-height: 1.375em;
}

/* line 277, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api div.api_wrapper {
  float: right;
  width: 43.5em;
}
/* line 281, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section {
  width: 43.5em;
  float: right;
  clear: none;
}
/* line 285, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section h3.instance {
  margin-top: 50px;
}
/* line 288, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section ul {
  list-style-type: none;
}
/* line 292, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section div.codeblock {
  width: 43.5em;
  margin-bottom: 24px;
}
/* line 295, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section div.codeblock div.CodeMirror-scroll {
  padding-top: 0;
}
/* line 301, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section div.bar {
  overflow: hidden;
  width: 100%;
  padding: 5px;
  font-weight: bold;
  font-family: "facitweb", "Helvetica Neue", "Helvetica", san-serif;
  color: #fff;
  background-color: #333;
}
/* line 308, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section div.bar h3 {
  float: left;
  font-size: 16px;
}
/* line 313, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section div.bar span.returns {
  float: right;
  color: #ddd;
}
/* line 316, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section div.bar span.returns span.object {
  padding-left: 10px;
  font-style: italic;
}
/* line 323, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section ul.parameters {
  list-style: none;
}
/* line 325, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section ul.parameters li {
  margin-bottom: 48px;
}
/* line 327, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section ul.parameters li div.head {
  width: 100%;
  overflow: hidden;
}
/* line 331, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section ul.parameters li ul {
  list-style: none;
}
/* line 333, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section ul.parameters li ul li {
  padding-left: 40px;
  margin-bottom: 2px;
}
/* line 339, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section ul.parameters li span {
  display: block;
  float: left;
}
/* line 342, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section ul.parameters li span.name {
  font-family: 'Monaco', 'DejaVu Sans Mono', monospace;
  background-color: #fff;
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-bottom: 0.1em;
  padding-top: 0.1em;
}
/* line 345, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section ul.parameters li span.type {
  float: right;
  margin-left: 10px;
  font-family: 'Monaco', 'DejaVu Sans Mono', monospace;
  background-color: #fff;
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-bottom: 0.1em;
  padding-top: 0.1em;
}
/* line 350, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section ul.parameters li span.optional {
  line-height: 1.1;
  float: right;
  font-style: italic;
  color: #666;
}
/* line 356, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section ul.parameters li span.required {
  line-height: 1.05;
  float: right;
  font-weight: bold;
}
/* line 362, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api section ul.parameters li p {
  width: 100%;
}
/* line 369, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api div.nav_wrapper {
  width: 16.5em;
  float: right;
  position: fixed;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* line 377, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api div.nav {
  width: 16.5em;
  font-weight: bold;
  font-family: "facitweb", "Helvetica Neue", "Helvetica", san-serif;
  background-color: #fff;
}
/* line 381, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api div.nav ul {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  list-style: none;
  margin-bottom: 0.5em;
}
/* line 387, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api div.nav ul.object {
  padding-left: 0;
}
/* line 390, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api div.nav ul span.instance {
  padding-left: 10px;
}
/* line 393, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api div.nav ul li {
  padding-bottom: 0;
  margin-bottom: 0.2em;
}
/* line 394, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api div.nav ul li a {
  display: block;
  width: 100%;
}
/* line 401, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api div.nav ul ul {
  padding-top: 0;
  padding-right: 0;
}
/* line 404, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
article.api div.nav ul ul li {
  padding-left: 10px;
  font-weight: normal;
}

/* line 414, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
nav {
  padding-top: 15px;
  width: 61.5em;
  color: #666;
  font-weight: normal !important;
  margin: 0 auto 0 auto;
  font-weight: bold;
  font-family: "facitweb", "Helvetica Neue", "Helvetica", san-serif;
  height: 70px;
}
/* line 423, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
nav span {
  margin-right: 30px;
  float: left;
  display: block;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
/* line 429, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
nav span.miso {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #cccccc;
}
/* line 434, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
nav span a {
  color: #000;
}
/* line 436, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
nav span a:hover {
  color: #2585ec;
}

/* line 443, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
footer {
  background-color: #000;
  color: #f7f7f7;
}
/* line 446, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
footer h2 {
  border-bottom: 1px solid #666;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
/* line 452, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
footer div.container {
  padding-top: 30px;
}
/* line 454, /Users/iros/dev/opensource/miso/misoproject.com/src/stylesheets/_core.scss */
footer div.container section {
  padding-bottom: 30px;
}
