/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../../Sass/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../../Sass/normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../../Sass/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 52, ../../Sass/normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../../Sass/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, ../../Sass/normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../../Sass/normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, ../../Sass/normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, ../../Sass/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, ../../Sass/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, ../../Sass/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 136, ../../Sass/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, ../../Sass/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, ../../Sass/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, ../../Sass/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 174, ../../Sass/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, ../../Sass/normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, ../../Sass/normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, ../../Sass/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 208, ../../Sass/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 215, ../../Sass/normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, ../../Sass/normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, ../../Sass/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, ../../Sass/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, ../../Sass/normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, ../../Sass/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, ../../Sass/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 288, ../../Sass/normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 300, ../../Sass/normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 312, ../../Sass/normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 327, ../../Sass/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 337, ../../Sass/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 347, ../../Sass/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, ../../Sass/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 371, ../../Sass/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 380, ../../Sass/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 390, ../../Sass/normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, ../../Sass/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* BASICS */
/* line 3, ../../Sass/codemirror.scss */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
}

/* line 8, ../../Sass/codemirror.scss */
.CodeMirror-scroll {
  /* Set scrolling behaviour here */
  overflow: auto;
}

/* PADDING */
/* line 15, ../../Sass/codemirror.scss */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */
}

/* line 18, ../../Sass/codemirror.scss */
.CodeMirror pre {
  padding: 0 4px;
  /* Horizontal padding of content */
}

/* line 22, ../../Sass/codemirror.scss */
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */
}

/* GUTTER */
/* line 28, ../../Sass/codemirror.scss */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}

/* line 34, ../../Sass/codemirror.scss */
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
}

/* CURSOR */
/* line 43, ../../Sass/codemirror.scss */
.CodeMirror div.CodeMirror-cursor {
  border-left: 1px solid black;
  z-index: 3;
}

/* Shown when moving in bi-directional text */
/* line 48, ../../Sass/codemirror.scss */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

/* line 51, ../../Sass/codemirror.scss */
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
  width: auto;
  border: 0;
  background: #7e7;
  z-index: 1;
}

/* Can style cursor different in overwrite (non-insert) mode */
/* line 60, ../../Sass/codemirror.scss */
.cm-tab {
  display: inline-block;
}

/* DEFAULT THEME */
/* line 64, ../../Sass/codemirror.scss */
.cm-s-default .cm-keyword {
  color: #708;
}

/* line 65, ../../Sass/codemirror.scss */
.cm-s-default .cm-atom {
  color: #219;
}

/* line 66, ../../Sass/codemirror.scss */
.cm-s-default .cm-number {
  color: #164;
}

/* line 67, ../../Sass/codemirror.scss */
.cm-s-default .cm-def {
  color: #00f;
}

/* line 68, ../../Sass/codemirror.scss */
.cm-s-default .cm-variable {
  color: black;
}

/* line 69, ../../Sass/codemirror.scss */
.cm-s-default .cm-variable-2 {
  color: #05a;
}

/* line 70, ../../Sass/codemirror.scss */
.cm-s-default .cm-variable-3 {
  color: #085;
}

/* line 71, ../../Sass/codemirror.scss */
.cm-s-default .cm-property {
  color: black;
}

/* line 72, ../../Sass/codemirror.scss */
.cm-s-default .cm-operator {
  color: black;
}

/* line 73, ../../Sass/codemirror.scss */
.cm-s-default .cm-comment {
  color: #a50;
}

/* line 74, ../../Sass/codemirror.scss */
.cm-s-default .cm-string {
  color: #a11;
}

/* line 75, ../../Sass/codemirror.scss */
.cm-s-default .cm-string-2 {
  color: #f50;
}

/* line 76, ../../Sass/codemirror.scss */
.cm-s-default .cm-meta {
  color: #555;
}

/* line 77, ../../Sass/codemirror.scss */
.cm-s-default .cm-error {
  color: #f00;
}

/* line 78, ../../Sass/codemirror.scss */
.cm-s-default .cm-qualifier {
  color: #555;
}

/* line 79, ../../Sass/codemirror.scss */
.cm-s-default .cm-builtin {
  color: #30a;
}

/* line 80, ../../Sass/codemirror.scss */
.cm-s-default .cm-bracket {
  color: #997;
}

/* line 81, ../../Sass/codemirror.scss */
.cm-s-default .cm-tag {
  color: #170;
}

/* line 82, ../../Sass/codemirror.scss */
.cm-s-default .cm-attribute {
  color: #00c;
}

/* line 83, ../../Sass/codemirror.scss */
.cm-s-default .cm-header {
  color: blue;
}

/* line 84, ../../Sass/codemirror.scss */
.cm-s-default .cm-quote {
  color: #090;
}

/* line 85, ../../Sass/codemirror.scss */
.cm-s-default .cm-hr {
  color: #999;
}

/* line 86, ../../Sass/codemirror.scss */
.cm-s-default .cm-link {
  color: #00c;
}

/* line 88, ../../Sass/codemirror.scss */
.cm-negative {
  color: #d44;
}

/* line 89, ../../Sass/codemirror.scss */
.cm-positive {
  color: #292;
}

/* line 90, ../../Sass/codemirror.scss */
.cm-header, .cm-strong {
  font-weight: bold;
}

/* line 91, ../../Sass/codemirror.scss */
.cm-em {
  font-style: italic;
}

/* line 92, ../../Sass/codemirror.scss */
.cm-link {
  text-decoration: underline;
}

/* line 94, ../../Sass/codemirror.scss */
.cm-invalidchar {
  color: #f00;
}

/* line 96, ../../Sass/codemirror.scss */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0;
}

/* line 97, ../../Sass/codemirror.scss */
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22;
}

/* STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
/* line 104, ../../Sass/codemirror.scss */
.CodeMirror {
  line-height: 1;
  position: relative;
  overflow: hidden;
  background: white;
  color: black;
}

/* line 112, ../../Sass/codemirror.scss */
.CodeMirror-scroll {
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  padding-right: 30px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative;
}

/* line 121, ../../Sass/codemirror.scss */
.CodeMirror-sizer {
  position: relative;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actuall scrolling happens, thus preventing shaking and
   flickering artifacts. */
/* line 128, ../../Sass/codemirror.scss */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}

/* line 133, ../../Sass/codemirror.scss */
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 138, ../../Sass/codemirror.scss */
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

/* line 143, ../../Sass/codemirror.scss */
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}

/* line 146, ../../Sass/codemirror.scss */
.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

/* line 150, ../../Sass/codemirror.scss */
.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 30px;
  z-index: 3;
}

/* line 155, ../../Sass/codemirror.scss */
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  padding-bottom: 30px;
  margin-bottom: -32px;
  display: inline-block;
  /* Hack to make IE7 behave */
  *zoom: 1;
  *display: inline;
}

/* line 165, ../../Sass/codemirror.scss */
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

/* line 171, ../../Sass/codemirror.scss */
.CodeMirror-lines {
  cursor: text;
}

/* line 174, ../../Sass/codemirror.scss */
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
}

/* line 190, ../../Sass/codemirror.scss */
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

/* line 195, ../../Sass/codemirror.scss */
.CodeMirror-code pre {
  border-right: 30px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 201, ../../Sass/codemirror.scss */
.CodeMirror-wrap .CodeMirror-code pre {
  border-right: none;
  width: auto;
}

/* line 205, ../../Sass/codemirror.scss */
.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

/* line 211, ../../Sass/codemirror.scss */
.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

/* line 220, ../../Sass/codemirror.scss */
.CodeMirror-wrap .CodeMirror-scroll {
  overflow-x: hidden;
}

/* line 224, ../../Sass/codemirror.scss */
.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}

/* line 230, ../../Sass/codemirror.scss */
.CodeMirror-measure pre {
  position: static;
}

/* line 232, ../../Sass/codemirror.scss */
.CodeMirror div.CodeMirror-cursor {
  position: absolute;
  visibility: hidden;
  border-right: none;
  width: 0;
}

/* line 238, ../../Sass/codemirror.scss */
.CodeMirror-focused div.CodeMirror-cursor {
  visibility: visible;
}

/* line 242, ../../Sass/codemirror.scss */
.CodeMirror-selected {
  background: #d9d9d9;
}

/* line 243, ../../Sass/codemirror.scss */
.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}

/* line 245, ../../Sass/codemirror.scss */
.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4);
}

/* IE7 hack to prevent it from returning funny offsetTops on the spans */
/* line 251, ../../Sass/codemirror.scss */
.CodeMirror span {
  *vertical-align: text-bottom;
}

@media print {
  /* Hide the cursor when printing */
  /* line 255, ../../Sass/codemirror.scss */
  .CodeMirror div.CodeMirror-cursor {
    visibility: hidden;
  }
}
/*used on every page */
/* line 13, ../../Sass/the_new_style.sass */
html {
  font-size: 100%;
  padding: 0;
  width: 100%;
  height: 100%;
}

/* line 19, ../../Sass/the_new_style.sass */
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  tab-size: 4;
  color: #333333;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 30, ../../Sass/the_new_style.sass */
h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}

/* line 36, ../../Sass/the_new_style.sass */
header {
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: whitesmoke;
  text-align: left;
  top: 0;
}

/* line 45, ../../Sass/the_new_style.sass */
.title-box {
  position: relative;
  display: inline-block;
  left: 230px;
  margin: 50px 0 20px;
  width: 500px;
  text-align: left;
}
@media screen and (max-width: 664px) {
  /* line 45, ../../Sass/the_new_style.sass */
  .title-box {
    left: 5px;
  }
}
/* line 56, ../../Sass/the_new_style.sass */
.title-box h1 {
  font-size: 64px;
  margin: 0;
}
@media screen and (max-width: 450px) {
  /* line 56, ../../Sass/the_new_style.sass */
  .title-box h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 335px) {
  /* line 56, ../../Sass/the_new_style.sass */
  .title-box h1 {
    font-size: 36px;
  }
}
/* line 66, ../../Sass/the_new_style.sass */
.title-box h1 a, .title-box h1 a:hover, .title-box h1 a:visited {
  color: #333333;
  text-decoration: none;
}
/* line 69, ../../Sass/the_new_style.sass */
.title-box h2 {
  font-size: 14px;
  margin: 0;
  border: 0;
}
@media screen and (max-width: 450px) {
  /* line 69, ../../Sass/the_new_style.sass */
  .title-box h2 {
    font-size: 10px;
  }
}
@media screen and (max-width: 335px) {
  /* line 69, ../../Sass/the_new_style.sass */
  .title-box h2 {
    font-size: 8px;
  }
}

/* line 80, ../../Sass/the_new_style.sass */
nav {
  width: 200px;
  padding: 0 1% 0;
  top: 80px;
  float: left;
}
@media screen and (max-width: 714px) {
  /* line 80, ../../Sass/the_new_style.sass */
  nav {
    display: none;
  }
}
/* line 89, ../../Sass/the_new_style.sass */
nav h2 {
  text-align: center;
  margin: 0 0 10px;
}
/* line 93, ../../Sass/the_new_style.sass */
nav ul {
  margin: 0 5px 10px;
  padding-left: 15px;
  list-style-position: inside;
  text-indent: -1em;
}

/* line 100, ../../Sass/the_new_style.sass */
article {
  border-left: 1px solid #d6d6d6;
  position: relative;
  width: 500px;
  float: left;
  margin: 0 auto;
  padding: 0 2%;
}
@media screen and (max-width: 500px) {
  /* line 100, ../../Sass/the_new_style.sass */
  article {
    width: 90%;
  }
}
/* line 111, ../../Sass/the_new_style.sass */
article h1 {
  margin-top: 1.5em;
}
/* line 114, ../../Sass/the_new_style.sass */
article h2 {
  margin-top: 0;
}

/* line 117, ../../Sass/the_new_style.sass */
section {
  padding: 5px;
  margin: 10px 0;
}

/* line 122, ../../Sass/the_new_style.sass */
figure {
  padding: 5px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}

/* line 128, ../../Sass/the_new_style.sass */
a {
  color: gray;
  text-decoration: none;
}

/* line 133, ../../Sass/the_new_style.sass */
a:visited {
  color: gray;
}

/* line 137, ../../Sass/the_new_style.sass */
a:hover {
  text-decoration: underline;
}

/* line 141, ../../Sass/the_new_style.sass */
em, .keyword {
  font-weight: bold;
  font-style: normal;
}

/* line 146, ../../Sass/the_new_style.sass */
code, .code {
  font-family: Courier, monospace;
}

/* line 150, ../../Sass/the_new_style.sass */
pre, div.code, textarea.code {
  border: 1px solid #d6d6d6;
  padding: 1%;
  border-radius: 4px;
  white-space: pre;
  overflow-x: scroll;
}

/* line 158, ../../Sass/the_new_style.sass */
table {
  text-align: center;
  border-collapse: collapse;
}

/* line 163, ../../Sass/the_new_style.sass */
td {
  border: 2px solid #333333;
}

/* line 167, ../../Sass/the_new_style.sass */
textarea {
  width: 50%;
  height: 15em;
  font-size: 1em;
}

/* line 173, ../../Sass/the_new_style.sass */
.login-area {
  font-size: 0.9em;
  text-align: right;
  color: gray;
  position: relative;
  top: 0px;
  right: 10px;
}
@media screen and (max-width: 315px) {
  /* line 173, ../../Sass/the_new_style.sass */
  .login-area {
    font-size: 0.8em;
  }
}

/* line 184, ../../Sass/the_new_style.sass */
.login-link {
  color: gray;
  text-decoration: none;
}

/* line 189, ../../Sass/the_new_style.sass */
.login-link:visited {
  color: gray;
}

/* line 193, ../../Sass/the_new_style.sass */
.login-link:hover {
  text-decoration: underline;
}

/*used on the conditions page */
/* line 198, ../../Sass/the_new_style.sass */
#truth-tables {
  display: inline-block;
  text-align: center;
  width: 95%;
  margin: 0;
}
/* line 204, ../../Sass/the_new_style.sass */
#truth-tables table {
  margin: 10px 10%;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* line 212, ../../Sass/the_new_style.sass */
.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

/* used to highlight running code in animations */
/* line 220, ../../Sass/the_new_style.sass */
.running {
  color: orange;
  font-weight: bold;
}

/*used on the Arrays page */
/* line 226, ../../Sass/the_new_style.sass */
table.array {
  margin: 10px auto;
}
/* line 229, ../../Sass/the_new_style.sass */
table.array td, table.array th {
  height: 1.5em;
  width: 1.5em;
}

/* line 234, ../../Sass/the_new_style.sass */
.selected-index {
  color: blue;
  font-weight: bold;
}

/* line 239, ../../Sass/the_new_style.sass */
.changed {
  color: red;
  font-weight: bold;
}

/*used on the Random page */
/* line 245, ../../Sass/the_new_style.sass */
.rand {
  color: orange;
  font-weight: bold;
}

/*used on the compiler page */
/* line 251, ../../Sass/the_new_style.sass */
#pre-processor {
  height: 650px;
}

/* line 255, ../../Sass/the_new_style.sass */
#compiler {
  height: 1225px;
}

/* line 259, ../../Sass/the_new_style.sass */
#compiler div {
  word-wrap: break-word;
  overflow: hidden;
  max-height: 700px;
}

/* line 264, ../../Sass/the_new_style.sass */
.attribution {
  font-size: 0.75em;
}
