/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

body, html {
  height: 100%;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font: 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: -webkit-linear-gradient(top, #f5f5f5 100%, transparent 0%), #202429;
  background: linear-gradient(to bottom, #f5f5f5 100%, transparent 0%), #202429;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

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

main, .maxWidthWrapper {
  padding: 3em 1.2em;
  max-width: 896px;
  margin: 0 auto;
}

main section > * {
  max-width: 100%;
}

.browserupgrade {
  background: red;
  color: white;
  padding: 1em;
}

.legitRipple.longOpacity .legitRipple-ripple {
  -webkit-transition-duration: 0.15s, 3.6s;
          transition-duration: 0.15s, 3.6s;
}

.legitRipple.longDrop .legitRipple-ripple {
  -webkit-transition-duration: 0.75s, 0.9s;
          transition-duration: 0.75s, 0.9s;
  -webkit-transition-timing-function: linear, cubic-bezier(1, 0, 0.8, 0);
          transition-timing-function: linear, cubic-bezier(1, 0, 0.8, 0);
}

.legitRipple.longOpacity.longDrop .legitRipple-ripple {
  -webkit-transition-duration: 0.75s, 3.6s;
          transition-duration: 0.75s, 3.6s;
  -webkit-transition-timing-function: linear, cubic-bezier(1, 0, 0.8, 0);
          transition-timing-function: linear, cubic-bezier(1, 0, 0.8, 0);
}

header {
  margin: 0;
  margin-bottom: 1em;
  padding-top: 7.5em;
  padding-bottom: 4em;
  overflow: hidden;
  cursor: pointer;
  color: white;
  margin: 0;
}

header h1 {
  font-weight: normal;
}

header p {
  margin: 0;
  margin-top: .75em;
}

header b {
  font-weight: normal;
  border-bottom: solid .075em;
}

header .legitRipple-ripple {
  background: #CE6363;
  z-index: -1;
}

header .maxWidthWrapper {
  position: relative;
}

header .maxWidthWrapper > span {
  font-size: .65em;
  right: 1.84615em;
  position: absolute;
  bottom: -2.5em;
}

#fadeInOverlay {
  position: relative;
  z-index: 1;
  background: white;
}

#fadeInOverlay > .legitRipple-ripple:nth-of-type(1) {
  background: #536DFE;
}

#fadeInOverlay > .legitRipple-ripple:nth-of-type(2) {
  background: #FFEB3B;
}

#fadeInOverlay > .legitRipple-ripple:nth-of-type(3) {
  background: #E91E63;
}

#fadeInOverlay.introFinished,
#fadeInOverlay > .legitRipple-ripple {
  background: #202429;
}

nav {
  position: fixed;
  top: 1.78571em;
  left: 0;
  max-width: calc((100% - 896px)/2 - 1/0.7*3em);
  font-size: 0.7em;
  color: #ccc;
}

nav a:hover, nav .selected {
  font-weight: 500;
  color: #999;
}

nav ul {
  list-style: none;
}

nav li {
  padding: 0.5em 0;
}

nav a {
  line-height: 1;
  color: inherit;
  text-decoration: none;
}

main > section {
  margin-bottom: 4em;
}

#demos-section {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#demos-section h2 ~ * {
  margin: 3em;
  float: left;
}

#demos-section:after {
  content: "";
  clear: both;
  display: block;
}

#demos-section h2 + * {
  margin-left: 0;
  margin-top: 0.83em;
}

.levitate {
  position: relative;
  box-shadow: 0 0.1em 0.4em -0.15em rgba(0, 0, 0, 0.75);
  -webkit-transition: box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
  transition: transform .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.levitate:hover {
  -webkit-transform: translateY(-0.175em);
          transform: translateY(-0.175em);
  box-shadow: 0 0.275em 0.4875em -0.11em rgba(0, 0, 0, 0.4);
}

button {
  background: #4184f3;
  border: 0;
  font-size: 1em;
  padding: .625em 2.2em;
  min-width: 8.5em;
  color: white;
  border-radius: 3px;
  cursor: pointer;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

button.levitate {
  -webkit-transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
  transition: transform .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

button:focus {
  outline: 0;
}

button:active {
  background: #3469C1;
}

button.flat {
  background: transparent;
  color: #333;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

button.flat .legitRipple-ripple {
  background: rgba(0, 0, 0, 0.115);
}

button.flat:active {
  background: rgba(0, 0, 0, 0.115);
}

#dropdown-handle {
  display: inline-block;
  padding: .9em 1.4em;
  border-radius: 50%;
  -webkit-transition: background .4s ease .36s;
  transition: background .4s ease .36s;
}

#dropdown-handle:before {
  content: "";
  float: left;
  height: .2em;
  width: .2em;
  background: #444;
  box-shadow: 0 -.5em #444, 0 .5em #444;
  margin: 0.5em 0;
}

#dropdown-handle .legitRipple-ripple {
  background: rgba(0, 0, 0, 0.2);
}

#dropdown-handle:active {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  background: rgba(0, 0, 0, 0.1);
}

#customRipple {
  padding-right: 20%;
  width: 400px;
  min-height: 400px;
}

#customRipple .legitRipple-ripple {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQYV2NgYGA4g4bBRBqIAaPBosgARQUAI/sHLRRKoKMAAAAASUVORK5CYII=);
}

a.legitRipple {
  overflow: visible;
  -webkit-transition: color .1s ease-out;
  transition: color .1s ease-out;
}

a.legitRipple span {
  font-size: .6em;
}

a.legitRipple .legitRipple-ripple {
  background: currentColor;
}

a.legitRipple#inlineBlockLink {
  display: inline-block;
  overflow: hidden;
  padding: .2em;
}

.box {
  padding: 1em;
  width: 200px;
  min-height: 200px;
  box-sizing: border-box;
  background: #6D57C5;
  color: white;
  display: inline-block;
}

.box p {
  font-size: .7em;
}

aside {
  font-size: .6em;
}

.box[data-text] {
  width: 1em;
  height: 300px;
  color: black;
  line-height: 1.75;
  position: relative;
}

.box[data-text] p {
  width: 100px;
}

.box[data-text]:before, .box[data-text]:after {
  display: inline-block;
  content: attr(data-text);
}

.box[data-text]:before {
  overflow: hidden;
  color: white;
  width: 1em;
  display: inline-block;
}

.box[data-text]:after {
  position: absolute;
  padding: 1em;
  left: 0;
  top: 0;
  z-index: -1;
  color: #aaa;
}

.wrapper {
  display: inline-block;
  position: relative;
}

.wrapper img {
  float: left;
  width: 200px;
}

.wrapper span:first-child {
  opacity: 0;
  font-size: .7em;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  text-shadow: 0 0 7px white;
  background-color: rgba(255, 255, 255, 0.7);
  padding: .7em;
  max-width: 140px;
  -webkit-transition: opacity .2s ease-out .4s;
  transition: opacity .2s ease-out .4s;
}

.wrapper:hover span:first-child {
  opacity: 1;
}

.overflow {
  overflow: visible;
}

.overflow .legitRipple-ripple {
  background: rgba(236, 87, 232, 0.4);
}

#circle {
  padding: 0;
  border-radius: 50%;
  width: 300px;
  position: relative;
}

#circle span:first-child {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  padding: 1em;
}

#circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#circle code {
  font-size: .65em;
}

.clickMePlease {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-tap-highlight-color: transparent;
}

.clickMePlease button:before {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzlFQkFERkU4NkJCMTFFM0FBNTJFRTMzNTJEMUJDNDYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzlFQkFERkQ4NkJCMTFFM0FBNTJFRTMzNTJEMUJDNDYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU1MTc4QTJFOTlBMDExRTI5QTE1QkMxMDQ2QTg5MDREIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU1MTc4QTJGOTlBMDExRTI5QTE1QkMxMDQ2QTg5MDREIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Kk5lQwAABYxJREFUeNrkm29oVXUYx3+7bM3V1FnbqlltrtXWtYRa1nqxooY5E7EhKWGuaTDBagol9SIMDCKICASj+cISw/DPi16ZBakrUBnoC7nNoTMWy6I1c+LmVq6t78N9jpyu555znt855+536IHPi939/jzP95zznN+/kzc1NaUitirwJJgPasF94DZQDG7hMqNgBFwEZ5kU+AH0R+lcXgQCJMBT4EXwLKgM2N7P4FvwJegCk6YKUA5eB23grogu2C/gc7AN/GGKABTsZtAOZqjc2DjYAT5kUfSNBNCkAGwGo1PTZ6PsQ4FuHLp3QD3YDR5QZtgZsAac1ElYokcGbATHDApesS/kUwf7GEkOKAK7wAvKbNsPXgZjYQowG3wNnlDxsONgCbgchgAU/GHwiIqXUT5o8hLBKwfcDA7FMHgrUR/iGLQEoGTyBWhQ8bUGjiFPR4A3QIuKv7VwLKIcQMnue5Dv0fjT/IwtAM3g+RyMBmkU+BXf3qc5Rx3xqDPBE7LjfkaCheCcj1HYKYe6JeBt8GcEo75L3HaJQ7+nfNQ/x7H9p67TFX4L1Pi4EocdfhsGH4BPwVbwqu0xGwI/8vT2N/77Gv+vAJSCO3n6PJ//Vjz72w62cPtORnfAwx7+1nBsW93ugGow7vOKtPkYa9eDl0Clxji9kuvW+yjb5tPncY7xet3MhjoFt2RzgIlU2DQL/O6017W/Be4BawXJqMCgTH+ToOxajvWG1+AmYVBlBglQKrxwmzIFoB9XCzt91CABpL6sti62JcBiXtKS2GMGCSD1pZxjvi7AKmED9PraYJAAG2yvVL+2yi7AImHl90C3QQJ03/B+97ZF1lCYVlN6BBV/BffykNQkoyF4H5grqJOkO6BR2NF2A4O35gifCOs0JjTW9vYaPPPbJ11LJAFqBRVoDf68wQLQI3BBUL424XPiY1lvDOb/ZwRla0iAOYIKv8dAgEFB2VtJgJmCChMxEEAyHigmAQoFFWbFQIDZgrKF0p2hmTEQQOQjCTAmKD8vBgJUCcqOkQBXBBXosEORwcEXKdmBjCskwICgQr5h0+BMW6i8V7LtNkAC9As7WWqwAM8Jy/cnhBMhspVKvq2eC0uwbxLrSWhMa+dpdJQLW6mRpLtpOlyuMcL7CTwErhoSPG2ApjQEuD3BQ0fp0ZJqlT6pZYpt0wieYh60nuWDGp2+At4xIPgt7IvU0jHzBkFdgD27HWDGNGyGFHHfulaXuTN0IkBjZ8EykJeDwKmPFtAXwN8TTltjrVkKfwcawXJW3G3v8DTYCKoiCLwGvAl6QthpbnU6J5jP2f1uh1Wgxbbxwv0qvT/vtZRGA6wuzs50+Pkb8JdgQtPMq1VJld7bnxtSzhjgJD5hzwEW611OZK6xlSvzeYbAsl3Cx4PK7ozodOl6t93hfJByqbzOVnYh+MdHhxfBLI1bnuoMhRx8imPMKgDR5LG/nrSVfddHpx8HeO4/ClmApsw+snXsdk7gYMat+r5Hp0sDCLAkxOA7nfrI1nGxx2tmQUb5x8FuzgvD4Dw4wNm2MIAA1SEF38cx+RaAeBCMZGlwb44GOyUhBD/CsTj24TatpddXq3L+RIVmXnE4QzjJMaSylvBxFdqzKHsVrDD8Dmj36sOvIx0unewHDRENg4MI0BH2FyP0RcZOlzW3Ib7VLvPqDK0z1PEq7bDmLVwCLgnr0AhvnUp/0eJp0k9m6HO4fUp2nGZODgUY5PzUJVlHkxg1TEfnjxqY8I6yb12SSjqLm7T9/Ax4TaW/+JxuIx862KcL4toBk1QFT1omXZLRHQHaL3Npl/r8jH3QjiGsbJ3kGd/fDo6WBWi31KG9a9xXMgzfw35tVfCR9l52dk8Ibe7htnq57YowfY7i4+lYWUL9z+1fAQYACqstE4NCc18AAAAASUVORK5CYII=) no-repeat left/contain;
  height: 1.25em;
  margin-right: 0.4em;
  width: 1em;
  float: left;
}

#docs p, #docs pre code {
  line-height: 1.6;
}

#docs h1, #docs h2, #docs h3 {
  padding-top: 1em;
}

#docs table, #docs th, #docs td {
  border: 1px solid #ddd;
}

#docs th, #docs td {
  padding: .5em .8em;
}

#docs tr:nth-of-type(even) {
  background: #eee;
}

@media (max-width: 700px) {
  #docs thead {
    height: 0;
    float: left;
    overflow: hidden;
  }
  #docs table {
    table-layout: fixed;
    width: 100%;
  }
  #docs td {
    border: none;
    display: table;
    width: 100%;
  }
  #docs td:before {
    display: table-cell;
    width: 50%;
  }
  #docs td ~ td:before {
    padding-top: .8em;
  }
  #docs tr {
    display: block;
    padding: .5em .8em;
  }
  #docs td:before {
    font-weight: bold;
  }
  #docs td:nth-of-type(1):before {
    content: "Option";
  }
  #docs td:nth-of-type(2):before {
    content: "Description";
  }
  #docs td:nth-of-type(3):before {
    content: "Expected Input";
  }
  #docs td:nth-of-type(4):before {
    content: "Default";
  }
}

@media (max-width: 475px) {
  #docs td:before {
    display: block;
    width: 100%;
  }
}

code {
  font: .8em "Cuisine", "Menlo", monospace;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 0 .25em;
}

#why-section video {
  width: 100%;
}

#why-section .touchposition {
  display: inline-block;
}

#why-section .touchposition, #why-section .container:after {
  padding: 0.25em;
  background: rgba(204, 204, 204, 0.5);
  border: solid white 2px;
  border-radius: 50%;
}

#why-section .container {
  display: inline-block;
  width: 275px;
  position: relative;
}

#why-section .container:first-of-type {
  margin-right: 1.5em;
  margin-bottom: 1em;
}

#why-section .container:after {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#why-section .container:first-of-type:after {
  top: 47%;
  left: 84%;
}

#why-section .container:nth-of-type(2):after {
  top: 16.75%;
  left: 70%;
}

#why-section aside {
  margin-top: .25em;
  color: #999;
  font-style: italic;
}

#why-section aside a {
  color: #6a6a6a;
}

#why-section #v1, #why-section #v2 {
  display: inline-block;
  height: 200px;
  width: 200px;
  border-radius: 6px;
  margin: 1.5em 0;
  padding: 1em;
  font-size: .8em;
  color: #cccccc;
}

#why-section #v1 .legitRipple-ripple, #why-section #v2 .legitRipple-ripple {
  background: rgba(204, 204, 204, 0.5);
}

#why-section #v1 {
  margin-right: 1em;
}

header a, section:not(#demos-section) a, footer a {
  text-decoration: none;
  background: -webkit-linear-gradient(top, currentColor 50%, transparent 0%) repeat-x;
  background: linear-gradient(to bottom, currentColor 50%, transparent 0%) repeat-x;
  background-size: 2px 3px;
  background-position: 0 1.025em;
}

footer {
  background: #202429;
  line-height: 1.5;
  color: #aaa;
}

footer a {
  color: white;
}

footer .maxWidthWrapper {
  padding-top: 3em;
  padding-bottom: 4em;
}

pre.rainbow {
  display: inline-block;
  overflow: auto;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  margin: 0;
}

pre.rainbow code {
  white-space: pre;
  display: inline-block;
}

@media (max-width: 1336px) {
  nav {
    display: none;
  }
}

@media (max-width: 480px) {
  header {
    padding-top: 4em;
    min-height: 70%;
  }
  header p span {
    display: none;
  }
  #demos-section h2 ~ * {
    margin: 3em 0;
  }
}
