/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
/* line 10, ../sass/normalize.scss */
#typecase article,
#typecase aside,
#typecase details,
#typecase figcaption,
#typecase figure,
#typecase footer,
#typecase header,
#typecase hgroup,
#typecase nav,
#typecase section,
#typecase summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
/* line 30, ../sass/normalize.scss */
#typecase audio,
#typecase canvas,
#typecase video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
/* line 44, ../sass/normalize.scss */
#typecase audio:not([controls]) {
  display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
/* line 55, ../sass/normalize.scss */
#typecase [hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
/* line 72, ../sass/normalize.scss */
html #typecase {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
/* line 82, ../sass/normalize.scss */
html #typecase,
#typecase button,
#typecase input,
#typecase select,
#typecase textarea {
  font-family: sans-serif;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
/* line 98, ../sass/normalize.scss */
#typecase a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 108, ../sass/normalize.scss */
#typecase a:hover,
#typecase a:active {
  outline: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
/* line 118, ../sass/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
/* line 126, ../sass/normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 131, ../sass/normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
/* line 139, ../sass/normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
/* line 147, ../sass/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
/* line 156, ../sass/normalize.scss */
#typecase p,
#typecase pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 166, ../sass/normalize.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
/* line 179, ../sass/normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
/* line 192, ../sass/normalize.scss */
q {
  quotes: none;
}

/* 2 */
/* line 198, ../sass/normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 204, ../sass/normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
/* line 213, ../sass/normalize.scss */
#typecase sub,
#typecase sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 221, ../sass/normalize.scss */
#typecase sup {
  top: -0.5em;
}

/* line 225, ../sass/normalize.scss */
#typecase sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
/* line 238, ../sass/normalize.scss */
#typecase dl,
#typecase menu,
#typecase ol,
#typecase ul {
  margin: 0;
}

/* line 245, ../sass/normalize.scss */
#typecase dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7
 */
/* line 253, ../sass/normalize.scss */
#typecase menu,
#typecase ol,
#typecase ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
/* line 263, ../sass/normalize.scss */
#typecase nav ul,
#typecase nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 280, ../sass/normalize.scss */
#typecase img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */
/* line 289, ../sass/normalize.scss */
#typecase svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
/* line 302, ../sass/normalize.scss */
#typecase figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
/* line 315, ../sass/normalize.scss */
#typecase form {
  margin: 0;
}

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
/* line 335, ../sass/normalize.scss */
#typecase legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
/* line 348, ../sass/normalize.scss */
#typecase button,
#typecase input,
#typecase select,
#typecase textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
/* line 362, ../sass/normalize.scss */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
/* line 374, ../sass/normalize.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
/* line 399, ../sass/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
/* line 412, ../sass/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
/* line 423, ../sass/normalize.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
/* line 433, ../sass/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
/* line 444, ../sass/normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* line 13, ../sass/main.scss */
#typecase {
  margin: 10px 15px 2px;
}
/* line 16, ../sass/main.scss */
#typecase * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  position: relative;
  vertical-align: middle;
}
/* line 24, ../sass/main.scss */
#typecase .arrow-down {
  display: none;
}
/* line 28, ../sass/main.scss */
#typecase iframe {
  display: none;
}
/* line 32, ../sass/main.scss */
#typecase .typecase-btn {
  border: 1px solid #060606;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyODI4MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #828282), color-stop(100%, #555555));
  background-image: -moz-linear-gradient(#828282, #555555);
  background-image: -webkit-linear-gradient(#828282, #555555);
  background-image: linear-gradient(#828282, #555555);
  text-align: center;
  padding: 7px 11px;
  font-size: 12px;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  line-height: auto;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
/* line 48, ../sass/main.scss */
#typecase .typecase-btn:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkwOTA5MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #909090), color-stop(100%, #555555));
  background-image: -moz-linear-gradient(#909090, #555555);
  background-image: -webkit-linear-gradient(#909090, #555555);
  background-image: linear-gradient(#909090, #555555);
}
/* line 52, ../sass/main.scss */
#typecase .typecase-btn.primary {
  border-color: #0b84c2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3OWZlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBiODRjMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #179fe5), color-stop(100%, #0b84c2));
  background-image: -moz-linear-gradient(#179fe5, #0b84c2);
  background-image: -webkit-linear-gradient(#179fe5, #0b84c2);
  background-image: linear-gradient(#179fe5, #0b84c2);
}
/* line 56, ../sass/main.scss */
#typecase .typecase-btn.primary:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhYjNmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBiODRjMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3ab3f2), color-stop(100%, #0b84c2));
  background-image: -moz-linear-gradient(#3ab3f2, #0b84c2);
  background-image: -webkit-linear-gradient(#3ab3f2, #0b84c2);
  background-image: linear-gradient(#3ab3f2, #0b84c2);
}
/* line 60, ../sass/main.scss */
#typecase .typecase-btn.primary:active {
  box-shadow: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiODRjMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBhN2FiNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0b84c2), color-stop(100%, #0a7ab4));
  background-image: -moz-linear-gradient(bottom, #0b84c2, #0a7ab4);
  background-image: -webkit-linear-gradient(bottom, #0b84c2, #0a7ab4);
  background-image: linear-gradient(to top, #0b84c2, #0a7ab4);
}
/* line 66, ../sass/main.scss */
#typecase .typecase-btn.saving {
  opacity: .5;
}
/* line 70, ../sass/main.scss */
#typecase .typecase-btn.large {
  font-size: 14px;
  padding: 9px 13px;
}
/* line 75, ../sass/main.scss */
#typecase .typecase-btn:active {
  box-shadow: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiODRjMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBhN2FiNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0b84c2), color-stop(100%, #0a7ab4));
  background-image: -moz-linear-gradient(bottom, #0b84c2, #0a7ab4);
  background-image: -webkit-linear-gradient(bottom, #0b84c2, #0a7ab4);
  background-image: linear-gradient(to top, #0b84c2, #0a7ab4);
}
/* line 81, ../sass/main.scss */
#typecase .clear {
  clear: both;
}
/* line 83, ../sass/main.scss */
#typecase .font-list-wrap {
  margin-bottom: -1px;
}
/* line 87, ../sass/main.scss */
#typecase span.add {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  top: -2px;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  background-color: #74b741;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
}
/* line 101, ../sass/main.scss */
#typecase span.add:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 5px rgba(116, 183, 65, 0.25);
}
/* line 106, ../sass/main.scss */
#typecase span.add span {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icons.png") 2px 2px;
}
/* line 114, ../sass/main.scss */
#typecase #masthead {
  border-radius: 4px;
}
/* line 117, ../sass/main.scss */
#typecase #masthead h1 {
  background-color: #555;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset, 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 10px;
  height: auto;
  position: static;
}
/* line 128, ../sass/main.scss */
#typecase #masthead h1 strong {
  background-image: url("../images/logo_typecase.png");
  height: 35px;
  width: 136px;
  text-indent: -9000px;
  display: inline-block;
  margin-right: 5px;
}
/* line 137, ../sass/main.scss */
#typecase #masthead h1 span {
  font-family: "JournalRegular";
  font-size: 20px;
  margin-left: 20px;
  font-weight: normal;
  color: #ddd;
  text-shadow: none;
}
/* line 146, ../sass/main.scss */
#typecase #masthead h1 .pro-badge {
  display: block;
  float: right;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 32px;
  height: 32px;
  background-image: url("../images/pro_badge.png");
}
/* line 158, ../sass/main.scss */
#typecase #masthead .buttons {
  margin-left: 25px;
  position: static;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  float: right;
  text-shadow: none;
  font-weight: normal;
  font-size: 11px;
  clear: none;
  line-height: 21px;
  margin-top: 7px;
  text-align: right;
}
/* line 171, ../sass/main.scss */
#typecase #masthead .buttons a.primary {
  margin-right: 10px;
}
/* line 173, ../sass/main.scss */
#typecase #masthead .buttons span {
  display: block;
  margin-bottom: 3px;
  color: #ababab;
  font-size: 11px;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
}
/* line 181, ../sass/main.scss */
#typecase #masthead .buttons .primary {
  border: none;
}
/* line 187, ../sass/main.scss */
#typecase .no-fonts, #typecase .no-results {
  text-align: center;
  padding: 40px 0 50px 0;
}
/* line 191, ../sass/main.scss */
#typecase .no-fonts h2, #typecase .no-results h2 {
  color: #666;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
/* line 199, ../sass/main.scss */
#typecase .no-fonts h4, #typecase .no-results h4 {
  color: #999;
  text-shadow: 0 1px 1px #fff;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}
/* line 209, ../sass/main.scss */
#typecase .no-results {
  display: none;
  border-bottom: solid 1px #d6d6d6;
  margin-bottom: 1px;
}
/* line 215, ../sass/main.scss */
#typecase .font-list {
  background: #fbfbfb;
  top: -1px;
  margin-bottom: -1px;
}
/* line 221, ../sass/main.scss */
#typecase .font-list .font {
  border-bottom: solid 1px #eee;
  background: #fbfbfb;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-user-select: none;
}
/* line 229, ../sass/main.scss */
#typecase .font-list .font .font-sample {
  font-size: 20px;
  float: left;
  color: #333;
  padding-left: 15px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  margin-top: -60px;
  line-height: 60px;
}
/* line 241, ../sass/main.scss */
#typecase .font-list .font .font-meta {
  float: right;
  display: inline-block;
  padding: 0;
  z-index: 2;
}
/* line 247, ../sass/main.scss */
#typecase .font-list .font .font-meta .active-arrow {
  display: none;
  width: 12px;
  background: url("../images/active_arrow.png") right center no-repeat;
  top: 0;
  right: -12px;
  bottom: 0;
  position: absolute;
}
/* line 257, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-name {
  float: right;
  color: #aaa;
  font-size: 12px;
  height: 60px;
  line-height: 60px;
  padding-left: 50px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(251, 251, 251, 0)), color-stop(20%, #fbfbfb));
  background-image: -moz-linear-gradient(left, rgba(251, 251, 251, 0) 0%, #fbfbfb 20%);
  background-image: -webkit-linear-gradient(left, rgba(251, 251, 251, 0) 0%, #fbfbfb 20%);
  background-image: linear-gradient(to right, rgba(251, 251, 251, 0) 0%, #fbfbfb 20%);
  background-color: #fbfbfb;
  background-color: transparent;
}
/* line 269, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-actions {
  padding: 0;
  list-style: none;
  float: right;
  line-height: 60px;
  height: 59px;
  background-color: #fbfbfb;
  padding: 0 15px 0 10px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
}
/* line 280, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-actions li {
  display: block;
  float: left;
}
/* line 285, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-actions a {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 0;
  border-radius: 16px;
  margin: 20px 5px;
  opacity: .5;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
}
/* line 298, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-actions a span {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
}
/* line 306, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-actions a.delete {
  background-color: #c93e3e;
}
/* line 309, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-actions a.delete:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 5px rgba(201, 62, 62, 0.25);
}
/* line 314, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-actions a.delete span {
  background: url("../images/icons.png") -14px 2px;
}
/* line 319, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-actions a.add {
  background-color: #74b741;
}
/* line 322, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-actions a.add:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 5px rgba(116, 183, 65, 0.25);
}
/* line 327, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-actions a.add span {
  background: url("../images/icons.png") 2px 2px;
}
/* line 332, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-actions a.preview {
  display: none;
  background-color: #6f94da;
}
/* line 336, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-actions a.preview:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 5px rgba(111, 148, 218, 0.25);
}
/* line 341, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-actions a.preview span {
  background: url("../images/icons.png") -48px 0;
}
/* line 346, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-actions a.edit {
  display: none;
  background-color: #eac526;
}
/* line 350, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-actions a.edit:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 5px rgba(234, 197, 38, 0.25);
}
/* line 355, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-actions a.edit span {
  background: url("../images/icons.png") -64px 0;
}
/* line 360, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-actions a.disabled {
  opacity: .5;
  background-color: #eee;
  cursor: default;
}
/* line 365, ../sass/main.scss */
#typecase .font-list .font .font-meta .font-actions a.disabled:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
}
/* line 372, ../sass/main.scss */
#typecase .font-list .font:hover {
  cursor: pointer;
  background: #fff;
}
/* line 378, ../sass/main.scss */
#typecase .font-list .font:hover .font-meta .font-name {
  background: transparent;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, #ffffff));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 20%);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 20%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 20%);
}
/* line 384, ../sass/main.scss */
#typecase .font-list .font:hover .font-actions {
  background: #fff;
}
/* line 387, ../sass/main.scss */
#typecase .font-list .font:hover .font-actions a {
  opacity: 1;
}
/* line 391, ../sass/main.scss */
#typecase .font-list .font.active {
  border-color: #d6d6d6;
  background: #fff;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
/* line 397, ../sass/main.scss */
#typecase .font-list .font.active .active-arrow {
  display: block;
}
/* line 399, ../sass/main.scss */
#typecase .font-list .font.active .font-meta {
  z-index: 2;
}
/* line 402, ../sass/main.scss */
#typecase .font-list .font.active .font-meta .font-name {
  background: transparent;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, #ffffff));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 20%);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 20%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 20%);
}
/* line 407, ../sass/main.scss */
#typecase .font-list .font.active .font-meta .font-actions {
  background: #fff;
}
/* line 410, ../sass/main.scss */
#typecase .font-list .font.active .font-meta .font-actions a {
  opacity: 1;
}
/* line 417, ../sass/main.scss */
#typecase .content-wrap {
  background: #f6f6f6;
  border: solid 1px #d6d6d6;
  border-top: none;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
}
/* line 426, ../sass/main.scss */
#typecase .sidebar {
  display: none;
  float: left;
  right: 1px;
  width: 30%;
  padding: 15px;
  border-left: solid 1px #d6d6d6;
}
/* line 434, ../sass/main.scss */
#typecase .sidebar #save-fonts {
  width: 100%;
}
/* line 438, ../sass/main.scss */
#typecase .sidebar h2 {
  margin: 0;
  font-weight: bold;
  color: #555;
  font-size: 12px;
  line-height: 1.5em;
  border-bottom: solid 1px #e2e2e2;
}
/* line 446, ../sass/main.scss */
#typecase .sidebar h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 0;
  border-bottom: solid 1px #fbfbfb;
}
/* line 458, ../sass/main.scss */
#typecase .sidebar #selectors {
  margin: 0 0 5px 0;
  padding: 0;
  width: 100%;
  list-style: none;
  overflow: hidden;
  padding: 5px 1px;
}
/* line 466, ../sass/main.scss */
#typecase .sidebar #selectors .new-selector-width {
  font-size: 13px;
  display: block;
  height: 1px;
  color: transparent;
  overflow: hidden;
  float: left;
  padding-top: 10px;
}
/* line 476, ../sass/main.scss */
#typecase .sidebar #selectors li {
  display: block;
  float: left;
  overflow: hidden;
  background: #fbfbfb;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #ffffff), color-stop(100%, #ececec));
  background-image: -moz-linear-gradient(#ffffff 40%, #ececec);
  background-image: -webkit-linear-gradient(#ffffff 40%, #ececec);
  background-image: linear-gradient(#ffffff 40%, #ececec);
  border-radius: 30px;
  margin: 5px 0;
  max-width: 100%;
  margin-right: 5px;
  padding: 6px 0 6px 5px;
  text-indent: 5px;
  color: #555;
  font-size: 13px;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  border: solid 0px transparent !important;
  border: solid 1px #ddd;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 -1px 1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 1px rgba(255, 255, 255, 0.5) inset, 0 2px 3px -1px rgba(0, 0, 0, 0.2);
}
/* line 499, ../sass/main.scss */
#typecase .sidebar #selectors li .selector-name {
  overflow: hidden;
  display: block;
  font-size: 12px;
  line-height: 16px;
  border-right: solid 30px transparent;
}
/* line 507, ../sass/main.scss */
#typecase .sidebar #selectors li.add-new {
  display: block;
  float: left;
  clear: left;
  width: 135px;
  max-width: 100%;
  padding: 3px;
  margin-bottom: 10px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  z-index: 2;
}
/* line 520, ../sass/main.scss */
#typecase .sidebar #selectors li input#new-selector {
  border-radius: 22px;
  border: none;
  font-size: 13px;
  float: left;
  height: 22px;
  padding: 3px 25px 2px 7px;
  width: 100%;
  margin-right: -5px;
  color: #555;
  border: solid 1px #ccc;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  outline: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
}
/* line 538, ../sass/main.scss */
#typecase .sidebar #selectors li input#submit-selector {
  float: right;
  margin-top: -22px;
  height: 22px;
  width: 24px;
  padding: 3px 0 2px 0;
  border-radius: 0 22px 22px 0;
  border: 0;
  border: solid 1px #ccc;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 0 -1px 1px rgba(0, 0, 0, 0.05) inset;
  background: url("../images/icons.png") right -24px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url("../images/icons.png") right -24px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #e5e5e5));
  background: url("../images/icons.png") right -24px, -moz-linear-gradient(#fefefe, #e5e5e5);
  background: url("../images/icons.png") right -24px, -webkit-linear-gradient(#fefefe, #e5e5e5);
  background: url("../images/icons.png") right -24px, linear-gradient(#fefefe, #e5e5e5);
  background-color: #e5e5e5;
}
/* line 552, ../sass/main.scss */
#typecase .sidebar #selectors li input#submit-selector:hover {
  background: url("../images/icons.png") right -24px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: url("../images/icons.png") right -24px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(70%, #fefefe), color-stop(100%, #eeeeee));
  background: url("../images/icons.png") right -24px, -moz-linear-gradient(#fefefe 70%, #eeeeee);
  background: url("../images/icons.png") right -24px, -webkit-linear-gradient(#fefefe 70%, #eeeeee);
  background: url("../images/icons.png") right -24px, linear-gradient(#fefefe 70%, #eeeeee);
}
/* line 556, ../sass/main.scss */
#typecase .sidebar #selectors li input#submit-selector:active {
  background: url("../images/icons.png") right -24px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: url("../images/icons.png") right -24px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #efefef), color-stop(30%, #f3f3f3));
  background: url("../images/icons.png") right -24px, -moz-linear-gradient(#efefef, #f3f3f3 30%);
  background: url("../images/icons.png") right -24px, -webkit-linear-gradient(#efefef, #f3f3f3 30%);
  background: url("../images/icons.png") right -24px, linear-gradient(#efefef, #f3f3f3 30%);
}
/* line 561, ../sass/main.scss */
#typecase .sidebar #selectors li a.delete {
  cursor: pointer;
  opacity: .5;
  position: absolute;
  right: 6px;
  top: 6px;
  display: block;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
}
/* line 571, ../sass/main.scss */
#typecase .sidebar #selectors li a.delete span {
  background: url("../images/icons.png") -16px 0;
  background-color: #999;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
}
/* line 582, ../sass/main.scss */
#typecase .sidebar #selectors li a.delete:hover {
  opacity: .75;
}
/* line 589, ../sass/main.scss */
#typecase .sidebar #variants-form,
#typecase .sidebar #subsets-form {
  margin: 10px 0 20px 0;
  text-transform: capitalize;
}
/* line 595, ../sass/main.scss */
#typecase .sidebar label {
  display: block;
  font-size: 12px;
  color: #333;
}
/* line 600, ../sass/main.scss */
#typecase .sidebar label input {
  margin-right: 5px;
  vertical-align: middle;
}
/* line 607, ../sass/main.scss */
#typecase #your-collection header,
#typecase #available-fonts header {
  box-shadow: 0 0 20px transparent inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  border: 1px solid #ccc;
  background-color: #fff;
}
/* line 614, ../sass/main.scss */
#typecase #your-collection header h1,
#typecase #available-fonts header h1 {
  color: #333;
}
/* line 619, ../sass/main.scss */
#typecase header {
  border-radius: 4px 4px 0 0;
  margin: 0;
  padding: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.02)), color-stop(100%, rgba(0, 0, 0, 0.07)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.07));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.07));
  background-image: linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.07));
}
/* line 625, ../sass/main.scss */
#typecase header h1 {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-shadow: 0 1px 0 white;
  text-indent: 15px;
}
/* line 637, ../sass/main.scss */
#typecase #your-collection {
  overflow: hidden;
  margin: 0 0 10px;
}
/* line 641, ../sass/main.scss */
#typecase #your-collection .font-list-wrap {
  float: left;
  width: 70%;
  border-right: solid 1px #ccc;
}
/* line 646, ../sass/main.scss */
#typecase #your-collection .font-list-wrap .font-list {
  display: none;
}
/* line 648, ../sass/main.scss */
#typecase #your-collection .font-list-wrap .font {
  border-radius: 0;
}
/* line 651, ../sass/main.scss */
#typecase #your-collection .font-list-wrap .font:hover:last-child, #typecase #your-collection .font-list-wrap .font.active:last-child {
  border-radius: 0;
}
/* line 658, ../sass/main.scss */
#typecase #available-fonts {
  margin: 0;
}
/* line 661, ../sass/main.scss */
#typecase #available-fonts header {
  border-bottom-width: 0;
}
/* line 665, ../sass/main.scss */
#typecase #available-fonts .content-wrap {
  border-bottom: none;
}
/* line 669, ../sass/main.scss */
#typecase #available-fonts .font-list {
  border-radius: 0;
  padding-bottom: 0;
  overflow: auto;
  border-bottom: solid 1px #ccc;
}
/* line 675, ../sass/main.scss */
#typecase #available-fonts .font-list#search-results {
  display: none;
}
/* line 676, ../sass/main.scss */
#typecase #available-fonts .font-list#loaded-fonts {
  height: 489px;
}
/* line 680, ../sass/main.scss */
#typecase #available-fonts .font-list .font:last-child {
  border-radius: 0;
}
/* line 686, ../sass/main.scss */
#typecase #available-fonts #search {
  padding: 10px 9px;
  overflow: hidden;
  height: 48px;
  border: 1px solid #ccc;
  border-top-width: 0;
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(0, 0, 0, 0.04)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.04));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.04));
}
/* line 696, ../sass/main.scss */
#typecase #available-fonts #search input#search-input {
  width: 100%;
  float: left;
  height: 28px;
  padding: 9px 8px 7px 8px;
  line-height: 28px;
  font-size: 13px;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 2px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  border-radius: 2px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
}
/* line 711, ../sass/main.scss */
#typecase #available-fonts #search input#search-input:focus {
  box-shadow: 0 0 0 1px #179fe5, 0 0 8px #43b3ec, 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
/* line 719, ../sass/main.scss */
#typecase #available-fonts #search input#search-submit {
  display: none;
  width: 7%;
  float: left;
  height: 28px;
  padding: 0 8px;
  line-height: 28px;
  background: lightblue;
  color: white;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #999;
  border: none;
  text-align: center;
  background: url("../images/icons.png") center -46px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2OTFkYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmNWFiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url("../images/icons.png") center -46px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6691da), color-stop(100%, #2f5abb));
  background: url("../images/icons.png") center -46px, -moz-linear-gradient(#6691da, #2f5abb);
  background: url("../images/icons.png") center -46px, -webkit-linear-gradient(#6691da, #2f5abb);
  background: url("../images/icons.png") center -46px, linear-gradient(#6691da, #2f5abb);
  background-color: #4077cd;
  box-shadow: 0 0 0 1px #1b44ab, 0 2px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(255, 255, 255, 0.2) inset;
  border-radius: 0 2px 2px 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
}
/* line 742, ../sass/main.scss */
#typecase #available-fonts #search input#search-submit:hover {
  box-shadow: 0 0 0 1px #1b44ab, 0 2px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(255, 255, 255, 0.2) inset, 0 0 0 28px rgba(255, 255, 255, 0.1) inset;
}
/* line 749, ../sass/main.scss */
#typecase #available-fonts #search input#search-submit:active {
  background: url("../images/icons.png") center -46px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmN2JkMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmNWFiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url("../images/icons.png") center -46px, -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #4f7bd1), color-stop(100%, #2f5abb));
  background: url("../images/icons.png") center -46px, -moz-linear-gradient(bottom, #4f7bd1, #2f5abb);
  background: url("../images/icons.png") center -46px, -webkit-linear-gradient(bottom, #4f7bd1, #2f5abb);
  background: url("../images/icons.png") center -46px, linear-gradient(to top, #4f7bd1, #2f5abb);
  box-shadow: 0 0 0 1px #133a9c, 0 2px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.3) inset;
}
/* line 759, ../sass/main.scss */
#typecase #more-fonts.typecase-btn {
  display: block;
  clear: both;
  padding: 10px;
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}
/* line 767, ../sass/main.scss */
#typecase #firsttimer {
  color: #343434;
  border-radius: 4px;
  background-color: #faf4bf;
  border: 1px solid #ddce4f;
  padding: 20px;
  margin-bottom: 10px;
  clear: both;
  font-family: "JournalRegular","Hand of Sean";
  overflow: hidden;
  *zoom: 1;
}
/* line 778, ../sass/main.scss */
#typecase #firsttimer h1 {
  font-weight: normal;
  font-size: 40px;
  margin: 10px 0 40px 0;
  padding: 0 0 25px;
  text-align: center;
  background: url("../images/stripe.png") no-repeat bottom center;
}
/* line 787, ../sass/main.scss */
#typecase #firsttimer .buttons {
  text-align: center;
  padding: 20px 0 0 0;
  clear: both;
}
/* line 792, ../sass/main.scss */
#typecase #firsttimer .buttons small {
  display: block;
  margin-top: 15px;
  font: normal 11px/11px Helvetica, Arial, Tahoma, Verdana, sans-serif;
  color: rgba(0, 0, 0, 0.5);
}
/* line 801, ../sass/main.scss */
#typecase #firsttimer ol {
  margin-left: 50px;
  margin-bottom: 40px;
}
/* line 805, ../sass/main.scss */
#typecase #firsttimer ol li {
  font-size: 32px;
  list-style-position: outside;
  position: relative;
  width: 28%;
  float: left;
  line-height: 1em;
}
/* line 813, ../sass/main.scss */
#typecase #firsttimer ol li .list-item {
  background-image: url("../images/circle_background.png");
  width: 57px;
  height: 57px;
  position: absolute;
  left: -57px;
  top: -12px;
  display: block;
}
/* line 823, ../sass/main.scss */
#typecase #firsttimer ol li strong {
  font-weight: normal;
  font-size: 26px;
  padding-left: 10px;
  padding-right: 65px;
  display: block;
  line-height: 1em;
}
/* line 832, ../sass/main.scss */
#typecase #firsttimer ol li:first-child {
  width: 36%;
}
/* line 836, ../sass/main.scss */
#typecase #firsttimer ol li:first-child strong {
  padding-left: 10px;
}
/* line 840, ../sass/main.scss */
#typecase #firsttimer ol li:first-child span {
  left: -52px;
}
/* line 846, ../sass/main.scss */
#typecase #firsttimer ol li:nth-child(2n) {
  width: 36%;
}
/* line 849, ../sass/main.scss */
#typecase #firsttimer ol li:nth-child(2n) .list-item {
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg);
}
/* line 856, ../sass/main.scss */
#typecase #firsttimer ol li:nth-child(3n) .list-item {
  -moz-transform: rotate(155deg);
  -ms-transform: rotate(155deg);
  -webkit-transform: rotate(155deg);
  transform: rotate(155deg);
}
/* line 859, ../sass/main.scss */
#typecase #firsttimer ol li:nth-child(3n) strong {
  padding-right: 0;
}

/* line 872, ../sass/main.scss */
.typecase_copyright {
  color: #666;
  margin: 20px 0 40px 16px;
  display: block;
}
