@charset "UTF-8";/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */


@import url(https://fonts.googleapis.com/css?family=Lily+Script+One|Roboto:300|Oswald|Open+Sans:700);
@font-face {
  font-family: 'Pixelated';
  src: url("04b03.ttf");
}

/* line 34, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
::selection {
  background: #CF0303;
  color: #fff;
}

/* line 39, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
body {
  background-color: #cecece;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

/* line 48, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
a {
  color: #000000;
}

/* line 52, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
a:visited {
  color: #000000;
}

/* line 56, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#welcome {
  background: #000;
  background-color: #222;
  text-shadow: #000 0 2px;
  -webkit-box-shadow: 0px 3px 5px #505050;
  -moz-box-shadow: 0px 3px 5px #505050;
  box-shadow: 0px 3px 5px #505050;
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  text-align: center;
  color: #D6D6D6;
}
/* line 74, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#welcome h2 {
  font-size: 3em;
  letter-spacing: -1px;
  text-align: center;
  margin: 0.70em;
}
/* line 80, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#welcome #landing-arrow-container {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
/* line 88, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#welcome #landing-arrow {
  line-height: 32px;
  color: #393939;
  text-decoration: none;
  font-family: 'Helvetica', 'Arial', sans-serif;
  width: 48px;
  margin-bottom: 96px;
  height: 32px;
  text-shadow: none;
  background: #EFEFEF;
  display: inline-block;
  border-radius: 10px;
  text-align: center;
}
/* line 101, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#welcome #landing-arrow:before {
  content: '▼';
}

/* line 107, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container {
  text-align: center;
}
/* line 109, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps {
  display: inline-block;
  max-width: 1113px;
}
/* line 112, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps #showcase_header {
  display: block;
}
/* line 114, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps #showcase_header a {
  text-decoration: none;
}
/* line 117, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps #showcase_header #our_apps {
  font-family: "Lily Script One", "Helvetica Neue", sans-serif;
  font-size: 3.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 0;
}
/* line 125, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps h1, #apps-container #apps h2 {
  font-size: 2.5em;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
/* line 130, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps p {
  padding-left: 0.6em;
  padding-right: 0.6em;
}
/* line 134, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps div {
  overflow: hidden;
}
/* line 141, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps .app {
  position: relative;
  width: 288px;
  height: 353.6px;
  -webkit-box-shadow: 0px 1px 3px #333333;
  -moz-box-shadow: 0px 1px 3px #333333;
  box-shadow: 0px 1px 3px #333333;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform: scale(0.95, 0.95);
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -o-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}
/* line 156, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps .app .button {
  position: absolute;
  bottom: 6%;
  width: 100%;
  text-align: center;
}
/* line 162, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps .app .button a {
  margin-left: auto;
  margin-right: auto;
}
/* line 166, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps .app:hover {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-box-shadow: 0px 1px 6px #333333;
  -moz-box-shadow: 0px 1px 6px #333333;
  box-shadow: 0px 1px 6px #333333;
}
/* line 170, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps .app#art_from_a_museum_in_amsterdam {
  background-color: #2e1a07;
  color: white;
  font-family: 'Helvetica', 'Arial', sans-serif;
}
/* line 182, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps .app#learn_something_every_day {
  background-color: #ffd200;
}
/* line 184, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps .app#learn_something_every_day .line {
  position: absolute;
  background: #000;
  width: 100%;
  height: 6px;
  left: 0;
}
/* line 190, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps .app#learn_something_every_day .line#bottom_line {
  bottom: 0;
}
/* line 193, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps .app#learn_something_every_day .line#top_line {
  top: 0;
}
/* line 197, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps .app#learn_something_every_day h2 {
  font-family: 'Roboto', 'Courier', sans-serif;
  font-weight: 300;
  font-size: 2.8em;
  margin-top: 0.4em;
}
/* line 205, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps #whatsapp_toolbox {
  background-color: #0e7493;
  color: white;
  font-family: 'Oswald', Arial, sans-serif;
}
/* line 215, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps #whatsapp_toolbox h2 {
  font-size: 2.5em;
}
/* line 218, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps #whatsapp_toolbox a.learn_more {
  color: white;
  position: absolute;
  bottom: 23%;
  left: 0;
  font-size: 2em;
  text-align: center;
  width: 100%;
}
/* line 227, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps #whatsapp_toolbox .button {
  bottom: 10%;
}
/* line 229, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps #whatsapp_toolbox .button a {
  display: block;
  background-color: whitesmoke;
  line-height: 2em;
}
/* line 236, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps #whatsremote {
  background-color: #0052BB;
}
/* line 239, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps #nederlandse_wet {
  background-color: #fff;
}
/* line 242, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps #nederlandse_wet h2 {
  font-family: 'Oswald', Arial, sans-serif;
}
/* line 243, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps #nederlandse_wet h2 span {
  border-bottom: 4px solid;
}
/* line 248, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps #nederlandse_wet p {
  margin-top: 3em;
}
/* line 252, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps #naggers {
  font-family: 'Pixelated', 'Courier New', monospace;
  color: lightgray;
  background: #010101;
  background-image: url(/assets/naggers_background.png);
}
/* line 257, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps #naggers p {
  margin: 1em;
}
/* line 260, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#apps-container #apps #naggers h2 {
  font-size: 3.5em;
}

/* line 267, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#contact {
  background: #fff;
  color: #1f1f1f;
  text-align: center;
  padding-bottom: 1em;
}
/* line 272, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#contact #contact_us {
  padding-top: 0.4em;
  font-size: 2.2em;
  font-family: 'Oswald', Arial, sans-serif;
  margin-bottom: 0.2em;
  text-decoration: none;
}
/* line 282, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#contact #contact_info {
  text-align: center;
}
/* line 284, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#contact #contact_info .line_container {
  position: relative;
  line-height: 0.5em;
  height: 1px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 290, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#contact #contact_info .line_container .line {
  display: inline-block;
  width: 96px;
  height: 100%;
  vertical-align: top;
  background-color: #ADADAD;
}
/* line 300, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#contact p {
  margin: 1em;
}
/* line 303, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#contact .joke {
  font-style: italic;
  font-family: 'Roboto', 'Courier', sans-serif;
  font-weight: 300;
}
/* line 310, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#contact #google-plus {
  color: firebrick;
  font-weight: bold;
}

/* line 318, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#navbar_placeholder {
  width: 100%;
  height: 3em;
  text-align: center;
}

/* line 324, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#navbar {
  background: #181818;
  z-index: 1000;
  text-transform: uppercase;
  min-height: 3em;
  font-family: 'Oswald', Arial, sans-serif;
  color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: visible;
}
/* line 339, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#navbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
/* line 344, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#navbar ul li {
  display: inline-block;
  text-align: center;
  line-height: 3em;
}
/* line 352, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#navbar a {
  position: relative;
  color: #EAEAEA;
  font-size: 16px;
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 3em;
  text-decoration: none;
}
/* line 362, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
#navbar a:hover:after, #navbar a.selected:after {
  content: '';
  width: 100%;
  height: 0px;
  border-top: 4px solid white;
  left: 0px;
  bottom: 0px;
  position: absolute;
  background: #333;
}

/* Tablets*/
@media screen and (max-width: 720px) {
  /* line 380, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
  #welcome h2 {
    font-size: 2.5em;
  }
}
/* Phones */
@media screen and (max-width: 480px) {
  /* line 389, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/apps.css.scss */
  #welcome h2 {
    font-size: 2em;
  }
}
/*! 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.
 */
/* line 23, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
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.
 */
/* line 33, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
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.
 */
/* line 44, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
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.
 */
/* line 54, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
[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.
 */
/* line 69, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
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.
 */
/* line 84, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 92, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 104, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 113, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
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.
 */
/* line 127, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 132, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 137, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 142, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 147, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 152, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 161, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 170, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
b,
strong {
  font-weight: bold;
}

/* line 174, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 182, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 191, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 201, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 211, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 222, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
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.
 */
/* line 232, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 242, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 251, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 260, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 269, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 276, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
sup {
  top: -0.5em;
}

/* line 280, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 295, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 299, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 309, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 318, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
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.
 */
/* line 332, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 341, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 353, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 365, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 373, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
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.
 */
/* line 385, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
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.
 */
/* line 402, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
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.
 */
/* line 415, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 427, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 444, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
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.
 */
/* line 455, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
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.
 */
/* line 467, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
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).
 */
/* line 480, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.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 493, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 502, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
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.
 */
/* line 512, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 525, C:/Users/Maarten/RubymineProjects/BlackEnvelope/app/assets/stylesheets/scaffolds.css.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
