/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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).
 */
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.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
	Begin main.css from html5 boilerplate
*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

.meter {
  height: 20px;
  /* Can be anything */
  position: relative;
  background: #555;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 7px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3); }

.meter > span {
  display: block;
  height: 100%;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #2bc253;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2bc253), color-stop(1, #54f054));
  background-image: -moz-linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden; }

.meter > span:after, .animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 4s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden; }

.animate > span:after {
  display: none; }

@-webkit-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }
.orange > span {
  background-color: #f1a165;
  background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165), color-stop(1, #f36d0a));
  background-image: -webkit-linear-gradient(#f1a165, #f36d0a); }

.red > span {
  background-color: #f0a3a3;
  background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0a3a3), color-stop(1, #f42323));
  background-image: -webkit-linear-gradient(#f0a3a3, #f42323); }

.blue > span {
  background-color: #a3a3f0;
  background-image: -moz-linear-gradient(top, #a3a3f0, #5577f4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a3a3f0), color-stop(1, #5577f4));
  background-image: -webkit-linear-gradient(#a3a3f0, #5577f4); }

.nostripes > span > span, .nostripes > span:after {
  -webkit-animation: none;
  background-image: none; }

.noanimation > span > span, .noanimation > span:after {
  -webkit-animation: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a {
  color: #427fed;
  color: #1e6b8c;
  text-decoration: none; }
  a:visited {
    color: #6f32ad; }
  a:hover {
    text-decoration: underline;
    background: #f0f0ff; }
  a:active {
    background-color: #427fed;
    color: #fffff6; }

@font-face {
  font-family: Consolas;
  src: url(../assets/fonts/Consolas.ttf); }
html {
  min-width: 481px; }

body {
  background-image: none;
  color: #333;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 15pt;
  margin: 0px; }

.clearfix:after, .levelIcon .top .levelName:after, .levelIcon .bottom canvas:after, #levelPanel .clearGridBtn:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

body > div {
  -webkit-transition: all 1s ease-in-out; }

/*
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
**All your high resolution styles go here**
 
}
*/
.normalFont, #profilePanel .stat.normalFont {
  font-family: Georgia, 'Times New Roman', Times, serif; }

.smallCircle {
  background-image: url("https://logicbox.jahooma.com/assets/small-circle-black.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px; }

.shortArrow {
  background-image: url("../../assets/short-arrow.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 60px; }
  .shortArrow.faceRight {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .shortArrow.faceDown {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .shortArrow.faceLeft {
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }

.shortArrowBlue {
  background-image: url("../../assets/friendly-arrow-blue.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 60px; }
  .shortArrowBlue.faceRight {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .shortArrowBlue.faceDown {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .shortArrowBlue.faceLeft {
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }

.longArrow {
  background-image: url("https://logicbox.jahooma.com/assets/long-arrow.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 420px; }

.exitGreen {
  background-image: url("https://logicbox.jahooma.com/assets/green-arrow.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 87px; }

.exitBlue {
  background-image: url("https://logicbox.jahooma.com/assets/blue-arrow.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 87px;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.exitRed {
  background-image: url("https://logicbox.jahooma.com/assets/red-arrow.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 87px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.exitYellow {
  background-image: url("https://logicbox.jahooma.com/assets/yellow-arrow.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 87px;
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.exitIcon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  left: -2px; }

.cancelIcon {
  background-image: url("../../assets/cancel.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px; }

h1, .rankContainer .rank, .exp, #levelSetSelection .header, #levelSetSelection .rightHeader {
  font-size: 50px; }

.big {
  font-size: 70px; }

.monospace {
  font-family: "Consolas"; }

.header, .rightHeader {
  cursor: default; }

.header2 {
  cursor: default;
  font-size: 26px;
  color: #555;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 1px; }

.rightHeader {
  float: right; }

.numberFont, .info, .resultsTable table td {
  font-family: Consolas; }

.symbols {
  font-family: Consolas; }

.description, #boxPropertiesPanel .canvasContainer div, .resultsTable table td, #tutorialScreen .example {
  color: #444; }

.genius {
  color: #2C83D1 !important;
  font-weight: 700; }

.geniusColor {
  color: #2C83D1 !important; }

.label {
  display: inline-block; }

.info {
  display: inline-block;
  margin: 0px 10px;
  color: #595959;
  position: relative;
  top: -1px; }

.link {
  cursor: pointer;
  text-decoration: underline;
  color: #618BBB; }

.centerBlock {
  display: block;
  margin: 0px auto; }

.button {
  color: #333;
  background-color: white;
  border: 1px solid #A9A9AA;
  text-indent: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  height: 35px;
  line-height: 35px;
  width: 100px;
  text-decoration: none;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .button:hover {
    cursor: pointer; }
  .button:active {
    position: relative;
    top: 1px; }

.divider {
  border-top: 1px solid #ddd; }

.lineThrough {
  text-decoration: line-through; }

#gameDivWrapper {
  position: relative;
  overflow: hidden; }

#gameDiv {
  position: absolute;
  -webkit-perspective: 1000px;
  /* Chrome, Safari, Opera */
  perspective: 1000px;
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); }

#canvasContainer {
  position: relative;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #canvasContainer #topCanvas {
    z-index: 4; }
    #canvasContainer #topCanvas.raised {
      z-index: 10; }
  #canvasContainer #jahoomasCanvas {
    z-index: 0; }

.profile {
  cursor: default; }
  .profile .rankContainer {
    width: 500px; }

.rankContainer {
  display: inline-block;
  text-align: center; }
  .rankContainer .annotation {
    color: #595959;
    margin-bottom: -4px; }
  .rankContainer .description, .rankContainer #boxPropertiesPanel .canvasContainer div, #boxPropertiesPanel .canvasContainer .rankContainer div, .rankContainer .resultsTable table td, .resultsTable table .rankContainer td, .rankContainer #tutorialScreen .example, #tutorialScreen .rankContainer .example {
    font-style: italic; }

.expContainer {
  display: inline-block;
  width: 200px;
  text-align: center; }

.exp {
  color: #2C83D1; }

.meter {
  height: 9px;
  padding: 4px;
  margin: 5px 30px; }

.levelUp {
  margin: 0px auto; }

#levelSetSelection {
  width: 300px;
  margin: 20px auto 40px auto; }
  #levelSetSelection .header, #levelSetSelection .rightHeader {
    text-align: center;
    color: #2C83D1;
    margin-bottom: 20px; }
  #levelSetSelection .loading {
    text-align: center; }

#levelSelection {
  width: 1840px;
  margin: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #levelSelection .menu {
    margin-bottom: 40px; }
    #levelSelection .menu .menuBar {
      position: absolute;
      width: 100%;
      margin-top: 10px;
      z-index: -10; }
    #levelSelection .menu #userPanelParent {
      float: left;
      width: 300px;
      height: 45px; }
    #levelSelection .menu .home {
      float: right;
      margin-left: 200px; }
  #levelSelection .levelSetContainer {
    margin: 0px auto;
    clear: both;
    text-align: center; }
  #levelSelection .header2 {
    text-align: center; }
  #levelSelection .levelSelection {
    margin-bottom: 15px; }

.levelSetIcon {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  cursor: default;
  font-size: 40px;
  color: #555; }
  .levelSetIcon .numeral {
    display: inline-block; }
  .levelSetIcon .name {
    display: inline-block; }
  .levelSetIcon .bottom {
    font-size: 18px; }
  .levelSetIcon .locked, .levelSetIcon .unlocked, .levelSetIcon .current {
    padding: 10px 20px;
    border: 2px solid transparent; }
    .levelSetIcon .locked:hover, .levelSetIcon .unlocked:hover, .levelSetIcon .current:hover {
      border: 2px solid #ECECEC; }
  .levelSetIcon .current {
    color: #2C83D1;
    border: 2px solid #C4DFF5; }
    .levelSetIcon .current:hover {
      border: 2px solid #86C5F9; }
  .levelSetIcon .unlocked {
    cursor: pointer; }
    .levelSetIcon .unlocked:active {
      background-color: #e8f2fa;
      position: relative;
      top: 1px; }
  .levelSetIcon .locked {
    color: #999; }

.levelSet .levels {
  display: block;
  text-align: center;
  margin: 0px 42px; }
.levelSet .challenge {
  display: inline-block; }
  .levelSet .challenge .header, .levelSet .challenge .rightHeader {
    font-size: 30px;
    color: #E46161;
    margin: 20px;
    margin-right: 0px;
    display: inline-block; }
  .levelSet .challenge .levelIcon {
    border: 2px solid #FFD5D5; }
    .levelSet .challenge .levelIcon .top .levelNum {
      color: #E46161 !important; }
    .levelSet .challenge .levelIcon .top .levelName {
      color: #E46161 !important; }
    .levelSet .challenge .levelIcon.current .top .levelNum {
      color: #2C83D1 !important; }
    .levelSet .challenge .levelIcon.current .top .levelName {
      color: #2C83D1 !important; }
    .levelSet .challenge .levelIcon:hover {
      border: 2px solid #FFB3B3; }
    .levelSet .challenge .levelIcon:active {
      background-color: #fae8e8;
      position: relative;
      top: 1px; }

.levelIcon {
  display: inline-block;
  margin: 15px;
  vertical-align: middle;
  text-align: left;
  border: 2px solid #ECECEC;
  padding: 5px; }
  .levelIcon .top {
    padding-bottom: 0px; }
    .levelIcon .top .levelNum {
      font-size: 48px;
      float: left;
      font-family: Verdana;
      margin-left: 8px; }
    .levelIcon .top .levelName {
      font-size: 27px;
      line-height: 65px;
      text-align: center;
      white-space: nowrap; }
  .levelIcon .bottom .stats {
    padding: 8px;
    float: left;
    font-size: 18px; }
  .levelIcon .bottom canvas {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px; }
  .levelIcon.completed, .levelIcon.started, .levelIcon.new, .levelIcon.current {
    cursor: pointer; }
  .levelIcon.completed {
    border: 2px solid #d1f5e4; }
    .levelIcon.completed:hover {
      border: 2px solid #7de4b3; }
    .levelIcon.completed:active {
      background-color: #e6faf1;
      position: relative;
      top: 1px; }
    .levelIcon.completed .top {
      color: #27BA75; }
  .levelIcon.started {
    border: 2px solid #F7F3D6; }
    .levelIcon.started:hover {
      border: 2px solid #e8df94; }
    .levelIcon.started:active {
      background-color: #f6f2d3;
      position: relative;
      top: 1px; }
    .levelIcon.started .top {
      color: #666; }
      .levelIcon.started .top .levelName, .levelIcon.started .top .levelNum {
        color: #d1bf2c !important; }
  .levelIcon.new {
    text-align: center;
    width: 240px; }
    .levelIcon.new:hover {
      border: 2px solid #D2D2D2; }
    .levelIcon.new:active {
      background-color: #f2f2f2;
      position: relative;
      top: 1px; }
    .levelIcon.new .top {
      color: #666; }
    .levelIcon.new .bottom {
      color: #2C83D1; }
  .levelIcon.current {
    border: 2px solid #C4DFF5 !important; }
    .levelIcon.current:hover {
      border: 2px solid #86C5F9 !important; }
    .levelIcon.current:active {
      background-color: #EDF7FF !important; }
    .levelIcon.current .top .levelNum {
      color: #2C83D1 !important; }
    .levelIcon.current .top .levelName {
      color: #2C83D1 !important; }
  .levelIcon.unrevealed {
    color: #555;
    cursor: default;
    margin: 25px; }
    .levelIcon.unrevealed .levelNum {
      margin: 0px 8px;
      float: none; }
    .levelIcon.unrevealed:hover {
      border: 2px solid #D2D2D2; }
    .levelIcon.unrevealed:active {
      background-color: transparent !important;
      top: 0px !important; }

#level-matching-ends .levelName, #level-double-symbols .levelName, #level-replicate-first .levelName, #level-all-equal2 .levelName, #level-longest-streak .levelName,
#level-construct-rlist .levelName, #level-deconstruct-rlist .levelName, #level-construct-list .levelName, #level-deconstruct-list .levelName,
#level-incr-bits-list .levelName, #level-eval-polynomial .levelName, #level-matching-parens .levelName {
  font-size: 23px; }

#level-cartesian-product .levelName {
  font-size: 22px; }

#level-two-or-more-v2 .levelName, #level-compare-length .levelName {
  font-size: 21px; }

#level-deconstruct-rlist .levelName {
  font-size: 20px; }

#designScreen .divider.first {
  margin: 30px 0px; }
#designScreen .divider.second {
  margin: 40px 0px; }

#designScreenViews {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 6; }

#panelContainer {
  position: absolute;
  /* position set in code */
  top: 0px;
  margin-top: 25px;
  width: 605px; }
  #panelContainer .left {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    margin-right: 15px; }
  #panelContainer .right {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    width: 390px;
    background-color: white;
    vertical-align: top; }

#testLog {
  position: relative; }
  #testLog .header, #testLog .rightHeader {
    margin-bottom: 5px; }
  #testLog ul {
    list-style-type: none;
    width: 165px;
    vertical-align: top;
    margin: 0px;
    padding: 10px 10px 0px 0px; }
    #testLog ul li {
      font-family: Consolas;
      color: #000;
      background-color: white;
      padding-left: 10px;
      cursor: pointer;
      white-space: nowrap; }
      #testLog ul li * {
        pointer-events: none; }
      #testLog ul li:hover {
        background-color: #ddd; }
      #testLog ul li.selected {
        background-color: #9cbfff; }
      #testLog ul li .exitGreen, #testLog ul li .exitBlue, #testLog ul li .exitRed, #testLog ul li .exitYellow {
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
        top: 4px;
        left: -2px; }
      #testLog ul li:first-child {
        white-space: normal; }
      #testLog ul li:last-child {
        margin-bottom: 10px; }
  #testLog .listParent {
    width: 165px;
    display: inline-block;
    vertical-align: top;
    border: solid 1px #A9A9AA;
    margin-bottom: 1px;
    overflow-x: hidden;
    overflow-y: scroll; }
    #testLog .listParent.noScrollbar {
      overflow-y: auto; }
  #testLog .logControls {
    margin-left: -7px; }
    #testLog .logControls .stepBtns.button {
      width: 30px;
      font-size: 22px;
      vertical-align: middle;
      margin: 10px 0px; }
    #testLog .logControls #playLogButton, #testLog .logControls #pauseLogButton, #testLog .logControls #restartLogButton {
      width: 95px;
      font-size: 12px;
      vertical-align: middle;
      margin: 0px auto; }
  #testLog #currEntry, #testLog #storedEntry {
    position: absolute;
    font-size: 15px;
    font-family: Consolas;
    white-space: nowrap;
    user-select: text;
    -khtml-user-select: text;
    -o-user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text; }
  #testLog #currEntry {
    top: -25px; }
  #testLog #storedEntry {
    top: 849px; }
  #testLog #testLogStats {
    font-size: 17px;
    width: 162px;
    margin-left: -7px; }
    #testLog #testLogStats table {
      margin: 0px auto; }
      #testLog #testLogStats table td {
        padding-left: 14px;
        white-space: nowrap; }

#levelPanel {
  margin-bottom: 25px;
  cursor: default;
  position: relative;
  z-index: 0;
  user-select: text;
  -khtml-user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text; }
  #levelPanel .clearGridBtn {
    float: left;
    font-size: 13px;
    width: 113px; }
  #levelPanel .button.menu {
    float: right;
    margin-right: 5px; }
  #levelPanel .header, #levelPanel .rightHeader {
    text-align: center;
    position: relative;
    top: 6px;
    z-index: -1; }
  #levelPanel .levelTitle {
    text-align: center;
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 10px;
    clear: both; }
  #levelPanel .description, #levelPanel #boxPropertiesPanel .canvasContainer div, #boxPropertiesPanel .canvasContainer #levelPanel div, #levelPanel .resultsTable table td, .resultsTable table #levelPanel td, #levelPanel #tutorialScreen .example, #tutorialScreen #levelPanel .example {
    color: inherit;
    font-size: 18px; }
  #levelPanel .seeTests {
    color: #b3b3bb; }

#commentsPanel {
  user-select: text;
  -khtml-user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text; }
  #commentsPanel .header, #commentsPanel .rightHeader {
    font-size: 20px; }
  #commentsPanel .comments {
    padding-left: 25px;
    font-size: 18px; }
    #commentsPanel .comments .indented {
      margin-left: 20px; }

#resultsPanel {
  width: 100%; }
  #resultsPanel > .header, #resultsPanel > .rightHeader {
    font-size: 40px;
    color: #2C83D1;
    text-align: center;
    margin: 10px 0px; }

.testInput {
  z-index: 5; }

#progressPanel {
  position: absolute;
  display: table;
  height: 200px;
  cursor: default;
  z-index: -5; }
  #progressPanel .container {
    display: table-cell;
    vertical-align: middle; }
    #progressPanel .container .container2 {
      width: 190px;
      position: relative;
      top: -10px;
      padding: 15px;
      padding-right: 5px;
      padding-bottom: 10px;
      background-color: #f7f7ff; }
      #progressPanel .container .container2 .header, #progressPanel .container .container2 .rightHeader {
        margin-bottom: 10px; }
      #progressPanel .container .container2 .stats {
        font-size: 17px; }
        #progressPanel .container .container2 .stats table td {
          padding-left: 14px; }

#boxPropertiesPanel {
  position: absolute;
  width: 400px;
  padding: 15px;
  padding-right: 5px;
  cursor: default;
  background-color: #f7f7ff;
  user-select: text;
  -khtml-user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text; }
  #boxPropertiesPanel .canvasContainer {
    float: left;
    text-align: center;
    margin-right: 15px; }
    #boxPropertiesPanel .canvasContainer canvas {
      cursor: pointer;
      width: 75px;
      height: 75px; }
    #boxPropertiesPanel .canvasContainer div {
      width: 100px;
      position: relative;
      top: -17px;
      margin-bottom: -17px; }
  #boxPropertiesPanel .description, #boxPropertiesPanel .canvasContainer div, #boxPropertiesPanel .resultsTable table td, .resultsTable table #boxPropertiesPanel td, #boxPropertiesPanel #tutorialScreen .example, #tutorialScreen #boxPropertiesPanel .example {
    margin-top: 8px;
    font-size: 18px; }
  #boxPropertiesPanel > .description, #boxPropertiesPanel .canvasContainer #boxPropertiesPanel > div, .resultsTable table #boxPropertiesPanel > td, #tutorialScreen #boxPropertiesPanel > .example {
    margin-right: 8px; }

#solvedScreen {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0);
  width: 1900px;
  height: 910px; }
  #solvedScreen .messageBox {
    position: absolute;
    width: 729px;
    height: 582px; }
    #solvedScreen .messageBox .transBackground {
      opacity: 0.7;
      background-color: white;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1; }
    #solvedScreen .messageBox .messageContainer {
      padding: 30px 50px; }
      #solvedScreen .messageBox .messageContainer > .header, #solvedScreen .messageBox .messageContainer > .rightHeader {
        margin-bottom: 20px;
        text-align: center;
        font-size: 40px;
        color: #444; }
      #solvedScreen .messageBox .messageContainer .cancel {
        position: absolute;
        right: 0px;
        top: 0px;
        margin: 20px 27px;
        cursor: pointer; }
      #solvedScreen .messageBox .messageContainer .next {
        margin: 0px auto;
        width: 140px;
        display: block; }
      #solvedScreen .messageBox .messageContainer .bottomButton {
        position: relative;
        margin: 0px auto;
        width: 140px;
        display: block; }

.scoringContainer {
  padding-right: 150px; }
  .scoringContainer.moveDown {
    margin-top: 40px; }
  .scoringContainer .resultsTable {
    margin: 0px auto;
    margin-bottom: 20px;
    padding: 20px 15px;
    background-color: white;
    border: 1px solid #d0e2e8; }
    .scoringContainer .resultsTable .header, .scoringContainer .resultsTable .rightHeader {
      width: 90px; }
    .scoringContainer .resultsTable canvas {
      cursor: default; }
    .scoringContainer .resultsTable th {
      padding-left: 4px;
      padding-right: 11px; }
    .scoringContainer .resultsTable td {
      position: relative; }
  .scoringContainer .rowDivider {
    border-top: 1px solid #d0e2e8;
    margin-top: 4px;
    margin-bottom: 14px; }
  .scoringContainer .rank {
    font-family: Georgia;
    font-size: 18px;
    text-align: right;
    padding-right: 13px; }
  .scoringContainer .scoringComment {
    position: absolute;
    left: 140px;
    font-size: 20px;
    font-family: Georgia;
    width: 200px;
    text-align: left; }
  .scoringContainer .commentPos2 {
    left: 219px; }
  .scoringContainer .commentPos3 {
    left: 328px; }
  .scoringContainer .totalScoreLabel {
    position: relative;
    left: 3px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px; }
  .scoringContainer .isGeniusContainer {
    padding: 5px;
    display: inline-block; }
  .scoringContainer .isGenius {
    display: block;
    text-align: center;
    margin-bottom: 20px; }

.rankUp {
  position: absolute;
  top: -14px;
  left: 291px;
  width: 400px;
  color: #2C83D1;
  background-color: white; }
  .rankUp .arrowAndLabel {
    display: inline-block;
    width: 100px; }
    .rankUp .arrowAndLabel .shortArrowBlue {
      display: block;
      position: relative;
      left: 35px; }
    .rankUp .arrowAndLabel .label {
      text-align: center;
      font-weight: bold; }
  .rankUp .newRank {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 17px; }

.rankingStuff {
  float: right;
  width: 200px;
  margin: 0px auto;
  margin-bottom: 20px;
  text-align: left; }
  .rankingStuff table {
    margin: 0px auto; }
    .rankingStuff table th {
      width: 180px;
      font-weight: normal; }
  .rankingStuff .genius {
    font-weight: bold; }

.levelCompletePanel {
  text-align: center;
  margin-bottom: 15px; }
  .levelCompletePanel .header, .levelCompletePanel .rightHeader {
    display: inline-block; }
  .levelCompletePanel .showHideScoring {
    width: 121px;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    padding: 4px;
    margin-left: 6px;
    margin-right: 6px; }
  .levelCompletePanel #resetLevel {
    display: inline-block;
    color: #6d71bb;
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer; }

.resultsTable {
  padding: 10px 5px;
  background-color: #f7f7ff;
  font-size: 23px;
  text-align: center;
  width: 379px; }
  .resultsTable table {
    width: 100%; }
    .resultsTable table .header, .resultsTable table .rightHeader {
      color: #2C83D1;
      font-size: 24px; }
    .resultsTable table .outOf {
      font-family: Georgia;
      position: relative;
      left: -18px; }
    .resultsTable table .rowDivider {
      width: 100%;
      height: 0px;
      border-top: 3px solid #eeeefd;
      margin-top: 7px;
      margin-bottom: 9px; }
    .resultsTable table th {
      font-weight: normal; }
    .resultsTable table td.score {
      position: relative;
      left: 4px; }
      .resultsTable table td.score .outOf {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 38px; }
    .resultsTable table thead th {
      padding-bottom: 15px; }
    .resultsTable table thead .youCol, .resultsTable table thead geniusCol {
      width: 22%; }
    .resultsTable table thead .bestBoxCol {
      width: 30%; }
  .resultsTable .boxSolution {
    cursor: pointer; }
  .resultsTable .clearSolutionBtn {
    font-size: 11px;
    color: #BDBFDC;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    top: -12px; }

.nextPanel {
  text-align: right; }
  .nextPanel .label {
    display: inline-block;
    text-align: center;
    font-size: 21px;
    margin-top: 18px;
    margin-left: 26px;
    margin-right: 17px; }
    .nextPanel .label span {
      color: #2C83D1; }
  .nextPanel .button.next {
    width: 140px;
    margin: 20px 0px 0px auto; }

.logicbox {
  color: #2C83D1;
  font-weight: bold; }

.rank {
  text-decoration: underline;
  font-weight: bold;
  font-style: italic; }

#profilePanel {
  position: absolute;
  top: 915px;
  cursor: default;
  user-select: text;
  -khtml-user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  width: 1900px;
  height: 100px; }
  #profilePanel .scoreStats {
    float: right;
    color: #444;
    font-size: 16px; }
    #profilePanel .scoreStats td {
      padding: 0px 10px; }
  #profilePanel .stat {
    color: #898989;
    font-family: Consolas;
    margin-left: 8px; }

#tutorialScreen {
  background: white;
  text-align: center;
  min-height: 1000px;
  user-select: text;
  -khtml-user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text; }
  #tutorialScreen .infoPage {
    display: inline-block;
    text-align: left;
    margin-bottom: 400px; }
  #tutorialScreen .infoGroup {
    background: #f7f7ff; }
    #tutorialScreen .infoGroup.started {
      border: solid 2px #e0e0f0; }
  #tutorialScreen .infoLine.revealed {
    padding: 5px; }
  #tutorialScreen .group {
    margin: 20px 30px;
    width: 700px; }
    #tutorialScreen .group.started {
      padding: 25px; }
  #tutorialScreen .innerGroup {
    margin: 0px 30px; }
  #tutorialScreen .title {
    font-size: 35px;
    color: #3C70C4;
    text-align: center;
    margin-bottom: 10px; }
  #tutorialScreen .example {
    text-align: center; }
  #tutorialScreen .numbering {
    margin-right: 10px;
    font-size: 25px;
    color: #3C70C4; }
  #tutorialScreen .left, #tutorialScreen .right {
    display: inline-block;
    vertical-align: top; }
  #tutorialScreen .button {
    margin-top: 5px; }
  #tutorialScreen .divider {
    width: 690px;
    margin: 15px auto;
    border-color: #A7BAD9;
    border-top-style: solid; }
  #tutorialScreen .skip {
    display: block;
    position: absolute;
    top: 20px;
    right: 30px; }
    #tutorialScreen .skip:active {
      position: absolute;
      top: 19px; }
  #tutorialScreen .display {
    text-align: center;
    margin-top: 10px; }
  #tutorialScreen .indented {
    margin-left: 40px; }

.inline {
  display: inline;
  vertical-align: middle; }

.inlineBlock {
  display: inline-block;
  vertical-align: middle; }

#testsTutorial .imgLabel {
  margin: 10px; }
#testsTutorial .group1 .button {
  margin-top: 25px; }

#tutorialPanel {
  position: absolute;
  top: 0;
  left: 0; }
  #tutorialPanel .numbering {
    font-size: 60px;
    line-height: 20px;
    padding-top: 10px;
    margin: 0px 10px 18px 0px;
    float: left; }
  #tutorialPanel .absolute .message {
    pointer-events: none;
    position: absolute;
    padding-top: 20px; }
    #tutorialPanel .absolute .message .shortArrow {
      margin: 0px auto;
      width: 40px;
      height: 80px; }
      #tutorialPanel .absolute .message .shortArrow.alignLeft {
        margin-left: 0px; }
    #tutorialPanel .absolute .message .longArrow {
      margin: 0px auto; }
      #tutorialPanel .absolute .message .longArrow.alignLeft {
        margin-left: 0px; }
    #tutorialPanel .absolute .message .box {
      display: inline-block;
      vertical-align: middle;
      padding-top: 30px;
      width: 400px;
      padding: 15px;
      padding-top: 20px;
      background-color: #f7f7ff; }
    #tutorialPanel .absolute .message.attracting {
      padding: 30px;
      padding-top: 40px;
      background-color: #f7f7ff; }
    #tutorialPanel .absolute .message.faceLeft, #tutorialPanel .absolute .message.faceRight {
      width: 505px; }
      #tutorialPanel .absolute .message.faceLeft .shortArrow, #tutorialPanel .absolute .message.faceRight .shortArrow {
        display: inline-block;
        vertical-align: middle; }
    #tutorialPanel .absolute .message.faceLeft .shortArrow {
      margin: 0px 0px;
      -moz-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -webkit-transform: rotate(270deg);
      transform: rotate(270deg);
      margin-right: 20px; }
    #tutorialPanel .absolute .message.faceRight .shortArrow {
      margin-left: 0px;
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    #tutorialPanel .absolute .message .button {
      pointer-events: all;
      display: block;
      margin: 5px auto; }
    #tutorialPanel .absolute .message canvas {
      display: block;
      margin: 0px auto; }
  #tutorialPanel #tutorial-delete4 .longArrow {
    -moz-transform: rotate(105deg);
    -o-transform: rotate(105deg);
    -ms-transform: rotate(105deg);
    -webkit-transform: rotate(105deg);
    transform: rotate(105deg);
    position: absolute; }

#groupMsg {
  text-align: center;
  margin-bottom: 50px; }

#homeScreen {
  width: 1900px;
  background-color: white;
  position: relative;
  overflow: hidden; }
  #homeScreen #titleGrid {
    position: absolute;
    top: -120px;
    left: -75px; }
  #homeScreen #topCanvas {
    position: absolute;
    z-index: 4; }
    #homeScreen #topCanvas.raised {
      z-index: 10; }
  #homeScreen #space {
    width: 1px;
    height: 500px; }
  #homeScreen .bottom {
    position: relative;
    z-index: 5;
    margin: 0px 30px; }
  #homeScreen .titleContainer {
    text-align: center;
    position: relative;
    top: -20px;
    color: #666;
    cursor: default;
    clear: both; }
    #homeScreen .titleContainer .title {
      font-size: 131px;
      font-family: Helvetica;
      font-weight: bold;
      letter-spacing: -2px; }
    #homeScreen .titleContainer .container {
      margin-top: 30px; }
      #homeScreen .titleContainer .container .subtitle {
        font-size: 53px;
        margin-right: 25px;
        display: inline-block; }
      #homeScreen .titleContainer .container .button {
        width: 177px;
        height: 75px;
        line-height: 75px;
        font-size: 45px;
        position: relative; }
    #homeScreen .titleContainer .desc {
      text-align: left;
      font-size: 20px;
      line-height: 33px;
      width: 867px;
      margin: 35px auto 0px auto;
      padding-top: 21px;
      border-top: 2px solid #ddd;
      color: #000; }
      #homeScreen .titleContainer .desc img {
        text-align: center;
        margin: 20px 0px; }
  #homeScreen > .divider.top {
    margin-top: 30px;
    margin-bottom: 30px; }

.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 999;
  padding-top: 50px;
  color: #2C83D1;
  font-size: 60px;
  text-align: center; }

#purchasePanel {
  font-size: 16px;
  position: relative; }
  #purchasePanel .cover {
    z-index: 50; }
  #purchasePanel .divider {
    margin-top: 40px;
    margin-bottom: 50px; }
  #purchasePanel .container {
    width: 676px;
    margin: 0px auto;
    line-height: 35px; }
  #purchasePanel .header, #purchasePanel .rightHeader {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px; }
  #purchasePanel .desc ul {
    list-style-type: none; }
  #purchasePanel .salePitch {
    text-align: center; }
  #purchasePanel form {
    text-align: center;
    margin: 20px; }
  #purchasePanel #usernameInput {
    display: inline-block; }
    #purchasePanel #usernameInput input {
      font-size: 15px;
      margin: 10px; }
  #purchasePanel #stripeSubmitButton {
    display: inline-block; }
  #purchasePanel #payment-errors {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    min-height: 35px; }

#userPanel {
  float: left; }
  #userPanel .username {
    display: inline-block;
    margin-left: 10px; }

#deleteAllSavedData {
  position: absolute;
  right: 0px;
  font-size: 15px; }

#lowerHomeScreen {
  margin: 0px auto; }
  #lowerHomeScreen .divider {
    margin-top: 40px;
    margin-bottom: 30px; }
  #lowerHomeScreen .commentsHeader {
    font-size: 47px;
    color: #2C83D1;
    text-align: center;
    margin-bottom: 30px; }
  #lowerHomeScreen #logInInput {
    display: inline-block;
    margin-top: 10px; }
    #lowerHomeScreen #logInInput input {
      font-size: 15px;
      margin: 10px;
      margin-bottom: 0; }
  #lowerHomeScreen #log-in-errors {
    float: right;
    margin-right: 227px;
    font-size: 16px; }

#updates {
  max-width: 800px;
  min-width: 481px !important;
  margin: 0px auto;
  padding: 0px 20px;
  font-size: 18px;
  position: relative; }
  #updates .header, #updates .rightHeader {
    font-size: 47px;
    color: #2C83D1;
    text-align: center;
    margin-bottom: 30px; }
  #updates .signup {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 50px; }

#mc_embed_signup {
  margin: 10px;
  margin-left: 0px;
  background: #fff;
  clear: left; }
  #mc_embed_signup .mc-field-group {
    display: inline-block;
    margin-top: 10px; }
  #mc_embed_signup .button {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -5px; }

#news {
  margin: 0px auto;
  margin-bottom: 20px;
  padding: 0px 20px; }
  #news .newsTable {
    margin: 0px auto; }
    #news .newsTable .date {
      float: left;
      width: 85px;
      margin-right: 20px;
      text-align: right;
      font-size: 16px;
      font-weight: bold; }
    #news .newsTable .newsText {
      font-size: 16px;
      min-height: 18px; }
    #news .newsTable td {
      padding: 5px 0px; }

.copyright {
  font-size: 10px;
  text-align: right;
  margin: 10px;
  margin-right: 30px;
  float: right; }

#discussionHeader {
  width: 800px;
  margin: 0px auto;
  margin-bottom: 10px; }
  #discussionHeader .header, #discussionHeader .rightHeader {
    font-size: 27px;
    text-align: center; }
    #discussionHeader .header span, #discussionHeader .rightHeader span {
      cursor: pointer; }
  #discussionHeader .subheader {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center; }
  #discussionHeader .desc {
    font-size: 16px; }

#comments-container {
  max-width: 800px;
  min-width: 481px !important;
  margin: 0px auto;
  margin-bottom: 200px; }

/* random table css
table {
    td,th {
        border: 2px solid #ddd;
        padding: 15px;
        text-align: center;
    }
    tr:nth-child(odd){
        background: #fff;
    }
    tr:nth-child(even){
        background: #eee;
    }
}*/
