{I" class:ETI"BundledAsset;FI"logical_path;TI"test_helper.css;TI" pathname;TI"1$root/app/assets/stylesheets/test_helper.css;FI"content_type;TI" text/css;TI" mtime;Tl+}ë5SI" length;Ti4¶I" digest;TI"%6875d84c4ae7b7da1c1b14ed91d00be2;FI" source;TI"4¶/* * 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. * */ /* BASICS */ .CodeMirror-scroll { /* Set scrolling behaviour here */ overflow: auto; } /* PADDING */ .CodeMirror-lines { padding: 4px 0; /* Vertical padding around content */ } .CodeMirror pre { padding: 0 4px; /* Horizontal padding of content */ } .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { background-color: white; /* The little square between H and V scrollbars */ } /* GUTTER */ .CodeMirror-gutters { border-right: 1px solid #ddd; background-color: #f7f7f7; white-space: nowrap; } .CodeMirror-linenumbers {} .CodeMirror-linenumber { padding: 0 3px 0 5px; min-width: 20px; text-align: right; color: #999; -moz-box-sizing: content-box; box-sizing: content-box; } /* CURSOR */ .CodeMirror div.CodeMirror-cursor { border-left: 1px solid black; z-index: 3; } /* Shown when moving in bi-directional text */ .CodeMirror div.CodeMirror-secondarycursor { border-left: 1px solid silver; } .CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor { width: auto; border: 0; background: #7e7; z-index: 1; } /* Can style cursor different in overwrite (non-insert) mode */ .CodeMirror div.CodeMirror-cursor.CodeMirror-overwrite {} .cm-tab { display: inline-block; } .CodeMirror-ruler { border-left: 1px solid #ccc; position: absolute; } /* STOP */ /* The rest of this file contains styles related to the mechanics of the editor. You probably shouldn't touch them. */ .CodeMirror { line-height: 1; position: relative; overflow: hidden; background: white; color: black; } .CodeMirror-scroll { /* 30px is the magic margin used to hide the element's real scrollbars */ /* See overflow: hidden in .CodeMirror */ margin-bottom: -30px; margin-right: -30px; padding-bottom: 30px; height: 100%; outline: none; /* Prevent dragging from highlighting the element */ position: relative; -moz-box-sizing: content-box; box-sizing: content-box; } .CodeMirror-sizer { position: relative; border-right: 30px solid transparent; -moz-box-sizing: content-box; box-sizing: content-box; } /* The fake, visible scrollbars. Used to force redraw during scrolling before actuall scrolling happens, thus preventing shaking and flickering artifacts. */ .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { position: absolute; z-index: 6; display: none; } .CodeMirror-vscrollbar { right: 0; top: 0; overflow-x: hidden; overflow-y: scroll; } .CodeMirror-hscrollbar { bottom: 0; left: 0; overflow-y: hidden; overflow-x: scroll; } .CodeMirror-scrollbar-filler { right: 0; bottom: 0; } .CodeMirror-gutter-filler { left: 0; bottom: 0; } .CodeMirror-gutters { position: absolute; left: 0; top: 0; padding-bottom: 30px; z-index: 3; } .CodeMirror-gutter { white-space: normal; height: 100%; -moz-box-sizing: content-box; box-sizing: content-box; padding-bottom: 30px; margin-bottom: -32px; display: inline-block; /* Hack to make IE7 behave */ *zoom:1; *display:inline; } .CodeMirror-gutter-elt { position: absolute; cursor: default; z-index: 4; } .CodeMirror-lines { cursor: text; } .CodeMirror pre { /* Reset some styles that the rest of the page might have set */ -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border-width: 0; background: transparent; font-family: inherit; font-size: inherit; margin: 0; white-space: pre; word-wrap: normal; line-height: inherit; color: inherit; z-index: 2; position: relative; overflow: visible; } .CodeMirror-wrap pre { word-wrap: break-word; white-space: pre-wrap; word-break: normal; } .CodeMirror-linebackground { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; } .CodeMirror-linewidget { position: relative; z-index: 2; overflow: auto; } .CodeMirror-widget {} .CodeMirror-wrap .CodeMirror-scroll { overflow-x: hidden; } .CodeMirror-measure { position: absolute; width: 100%; height: 0; overflow: hidden; visibility: hidden; } .CodeMirror-measure pre { position: static; } .CodeMirror div.CodeMirror-cursor { position: absolute; visibility: hidden; border-right: none; width: 0; } .CodeMirror-focused div.CodeMirror-cursor { visibility: visible; } .CodeMirror-selected { background: #eee; } .CodeMirror-focused .CodeMirror-selected { background: #c3e5ff; } .cm-searching { background: #ffa; background: rgba(255, 255, 0, .4); } /* IE7 hack to prevent it from returning funny offsetTops on the spans */ .CodeMirror span { *vertical-align: text-bottom; } @media print { /* Hide the cursor when printing */ .CodeMirror div.CodeMirror-cursor { visibility: hidden; } } /*! normalize.css v3.0.0 | MIT License | git.io/normalize */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after 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 in IE 8/9. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, 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. * Hide the `template` element in IE, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background: transparent; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* Text-level semantics ========================================================================== */ /** * Address styling not present in IE 8/9, Safari 5, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */ b, strong { font-weight: bold; } /** * Address styling not present in Safari 5 and Chrome. */ dfn { font-style: italic; } /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari 5, 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. */ img { border: 0; } /** * Correct overflow displayed oddly in IE 9. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari 5. */ figure { margin: 1em 40px; } /** * Address differences between Firefox and other browsers. */ hr { -moz-box-sizing: content-box; 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 5, 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. */ 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+, 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"], /* 1 */ 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 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome * (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /** * Remove inner padding and search cancel button in Safari 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. * 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. */ 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; } /*! * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url(/assets/blogelator/fontawesome-webfont.eot?v=4.0.3); src: url(/assets/blogelator/fontawesome-webfont.eot?#iefix&v=4.0.3) format("embedded-opentype"), url(/assets/blogelator/fontawesome-webfont.woff?v=4.0.3) format("woff"), url(/assets/blogelator/fontawesome-webfont.ttf?v=4.0.3) format("truetype"), url(/assets/blogelator/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format("svg"); font-weight: normal; font-style: normal; } .fa { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* makes the font 33% larger relative to the icon container */ .fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-fw { width: 1.28571em; text-align: center; } .fa-ul { padding-left: 0; margin-left: 2.14286em; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { position: absolute; left: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; } .fa-li.fa-lg { left: -1.85714em; } .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; } .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; animation: spin 2s infinite linear; } @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); } } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); } } @-o-keyframes spin { 0% { -o-transform: rotate(0deg); } 100% { -o-transform: rotate(359deg); } } @-ms-keyframes spin { 0% { -ms-transform: rotate(0deg); } 100% { -ms-transform: rotate(359deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } .fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: white; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-glass:before { content: "\f000"; } .fa-music:before { content: "\f001"; } .fa-search:before { content: "\f002"; } .fa-envelope-o:before { content: "\f003"; } .fa-heart:before { content: "\f004"; } .fa-star:before { content: "\f005"; } .fa-star-o:before { content: "\f006"; } .fa-user:before { content: "\f007"; } .fa-film:before { content: "\f008"; } .fa-th-large:before { content: "\f009"; } .fa-th:before { content: "\f00a"; } .fa-th-list:before { content: "\f00b"; } .fa-check:before { content: "\f00c"; } .fa-times:before { content: "\f00d"; } .fa-search-plus:before { content: "\f00e"; } .fa-search-minus:before { content: "\f010"; } .fa-power-off:before { content: "\f011"; } .fa-signal:before { content: "\f012"; } .fa-gear:before, .fa-cog:before { content: "\f013"; } .fa-trash-o:before { content: "\f014"; } .fa-home:before { content: "\f015"; } .fa-file-o:before { content: "\f016"; } .fa-clock-o:before { content: "\f017"; } .fa-road:before { content: "\f018"; } .fa-download:before { content: "\f019"; } .fa-arrow-circle-o-down:before { content: "\f01a"; } .fa-arrow-circle-o-up:before { content: "\f01b"; } .fa-inbox:before { content: "\f01c"; } .fa-play-circle-o:before { content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } .fa-refresh:before { content: "\f021"; } .fa-list-alt:before { content: "\f022"; } .fa-lock:before { content: "\f023"; } .fa-flag:before { content: "\f024"; } .fa-headphones:before { content: "\f025"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-up:before { content: "\f028"; } .fa-qrcode:before { content: "\f029"; } .fa-barcode:before { content: "\f02a"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-book:before { content: "\f02d"; } .fa-bookmark:before { content: "\f02e"; } .fa-print:before { content: "\f02f"; } .fa-camera:before { content: "\f030"; } .fa-font:before { content: "\f031"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-align-left:before { content: "\f036"; } .fa-align-center:before { content: "\f037"; } .fa-align-right:before { content: "\f038"; } .fa-align-justify:before { content: "\f039"; } .fa-list:before { content: "\f03a"; } .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-video-camera:before { content: "\f03d"; } .fa-picture-o:before { content: "\f03e"; } .fa-pencil:before { content: "\f040"; } .fa-map-marker:before { content: "\f041"; } .fa-adjust:before { content: "\f042"; } .fa-tint:before { content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } .fa-share-square-o:before { content: "\f045"; } .fa-check-square-o:before { content: "\f046"; } .fa-arrows:before { content: "\f047"; } .fa-step-backward:before { content: "\f048"; } .fa-fast-backward:before { content: "\f049"; } .fa-backward:before { content: "\f04a"; } .fa-play:before { content: "\f04b"; } .fa-pause:before { content: "\f04c"; } .fa-stop:before { content: "\f04d"; } .fa-forward:before { content: "\f04e"; } .fa-fast-forward:before { content: "\f050"; } .fa-step-forward:before { content: "\f051"; } .fa-eject:before { content: "\f052"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-plus-circle:before { content: "\f055"; } .fa-minus-circle:before { content: "\f056"; } .fa-times-circle:before { content: "\f057"; } .fa-check-circle:before { content: "\f058"; } .fa-question-circle:before { content: "\f059"; } .fa-info-circle:before { content: "\f05a"; } .fa-crosshairs:before { content: "\f05b"; } .fa-times-circle-o:before { content: "\f05c"; } .fa-check-circle-o:before { content: "\f05d"; } .fa-ban:before { content: "\f05e"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-mail-forward:before, .fa-share:before { content: "\f064"; } .fa-expand:before { content: "\f065"; } .fa-compress:before { content: "\f066"; } .fa-plus:before { content: "\f067"; } .fa-minus:before { content: "\f068"; } .fa-asterisk:before { content: "\f069"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-gift:before { content: "\f06b"; } .fa-leaf:before { content: "\f06c"; } .fa-fire:before { content: "\f06d"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } .fa-plane:before { content: "\f072"; } .fa-calendar:before { content: "\f073"; } .fa-random:before { content: "\f074"; } .fa-comment:before { content: "\f075"; } .fa-magnet:before { content: "\f076"; } .fa-chevron-up:before { content: "\f077"; } .fa-chevron-down:before { content: "\f078"; } .fa-retweet:before { content: "\f079"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-arrows-v:before { content: "\f07d"; } .fa-arrows-h:before { content: "\f07e"; } .fa-bar-chart-o:before { content: "\f080"; } .fa-twitter-square:before { content: "\f081"; } .fa-facebook-square:before { content: "\f082"; } .fa-camera-retro:before { content: "\f083"; } .fa-key:before { content: "\f084"; } .fa-gears:before, .fa-cogs:before { content: "\f085"; } .fa-comments:before { content: "\f086"; } .fa-thumbs-o-up:before { content: "\f087"; } .fa-thumbs-o-down:before { content: "\f088"; } .fa-star-half:before { content: "\f089"; } .fa-heart-o:before { content: "\f08a"; } .fa-sign-out:before { content: "\f08b"; } .fa-linkedin-square:before { content: "\f08c"; } .fa-thumb-tack:before { content: "\f08d"; } .fa-external-link:before { content: "\f08e"; } .fa-sign-in:before { content: "\f090"; } .fa-trophy:before { content: "\f091"; } .fa-github-square:before { content: "\f092"; } .fa-upload:before { content: "\f093"; } .fa-lemon-o:before { content: "\f094"; } .fa-phone:before { content: "\f095"; } .fa-square-o:before { content: "\f096"; } .fa-bookmark-o:before { content: "\f097"; } .fa-phone-square:before { content: "\f098"; } .fa-twitter:before { content: "\f099"; } .fa-facebook:before { content: "\f09a"; } .fa-github:before { content: "\f09b"; } .fa-unlock:before { content: "\f09c"; } .fa-credit-card:before { content: "\f09d"; } .fa-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bell:before { content: "\f0f3"; } .fa-certificate:before { content: "\f0a3"; } .fa-hand-o-right:before { content: "\f0a4"; } .fa-hand-o-left:before { content: "\f0a5"; } .fa-hand-o-up:before { content: "\f0a6"; } .fa-hand-o-down:before { content: "\f0a7"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-globe:before { content: "\f0ac"; } .fa-wrench:before { content: "\f0ad"; } .fa-tasks:before { content: "\f0ae"; } .fa-filter:before { content: "\f0b0"; } .fa-briefcase:before { content: "\f0b1"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-group:before, .fa-users:before { content: "\f0c0"; } .fa-chain:before, .fa-link:before { content: "\f0c1"; } .fa-cloud:before { content: "\f0c2"; } .fa-flask:before { content: "\f0c3"; } .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } .fa-paperclip:before { content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } .fa-square:before { content: "\f0c8"; } .fa-bars:before { content: "\f0c9"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-underline:before { content: "\f0cd"; } .fa-table:before { content: "\f0ce"; } .fa-magic:before { content: "\f0d0"; } .fa-truck:before { content: "\f0d1"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-plus:before { content: "\f0d5"; } .fa-money:before { content: "\f0d6"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-up:before { content: "\f0d8"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-columns:before { content: "\f0db"; } .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } .fa-sort-down:before, .fa-sort-asc:before { content: "\f0dd"; } .fa-sort-up:before, .fa-sort-desc:before { content: "\f0de"; } .fa-envelope:before { content: "\f0e0"; } .fa-linkedin:before { content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } .fa-comment-o:before { content: "\f0e5"; } .fa-comments-o:before { content: "\f0e6"; } .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } .fa-sitemap:before { content: "\f0e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } .fa-lightbulb-o:before { content: "\f0eb"; } .fa-exchange:before { content: "\f0ec"; } .fa-cloud-download:before { content: "\f0ed"; } .fa-cloud-upload:before { content: "\f0ee"; } .fa-user-md:before { content: "\f0f0"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-suitcase:before { content: "\f0f2"; } .fa-bell-o:before { content: "\f0a2"; } .fa-coffee:before { content: "\f0f4"; } .fa-cutlery:before { content: "\f0f5"; } .fa-file-text-o:before { content: "\f0f6"; } .fa-building-o:before { content: "\f0f7"; } .fa-hospital-o:before { content: "\f0f8"; } .fa-ambulance:before { content: "\f0f9"; } .fa-medkit:before { content: "\f0fa"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-beer:before { content: "\f0fc"; } .fa-h-square:before { content: "\f0fd"; } .fa-plus-square:before { content: "\f0fe"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angle-down:before { content: "\f107"; } .fa-desktop:before { content: "\f108"; } .fa-laptop:before { content: "\f109"; } .fa-tablet:before { content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } .fa-circle-o:before { content: "\f10c"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-spinner:before { content: "\f110"; } .fa-circle:before { content: "\f111"; } .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } .fa-github-alt:before { content: "\f113"; } .fa-folder-o:before { content: "\f114"; } .fa-folder-open-o:before { content: "\f115"; } .fa-smile-o:before { content: "\f118"; } .fa-frown-o:before { content: "\f119"; } .fa-meh-o:before { content: "\f11a"; } .fa-gamepad:before { content: "\f11b"; } .fa-keyboard-o:before { content: "\f11c"; } .fa-flag-o:before { content: "\f11d"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-terminal:before { content: "\f120"; } .fa-code:before { content: "\f121"; } .fa-reply-all:before { content: "\f122"; } .fa-mail-reply-all:before { content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } .fa-location-arrow:before { content: "\f124"; } .fa-crop:before { content: "\f125"; } .fa-code-fork:before { content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } .fa-question:before { content: "\f128"; } .fa-info:before { content: "\f129"; } .fa-exclamation:before { content: "\f12a"; } .fa-superscript:before { content: "\f12b"; } .fa-subscript:before { content: "\f12c"; } .fa-eraser:before { content: "\f12d"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-slash:before { content: "\f131"; } .fa-shield:before { content: "\f132"; } .fa-calendar-o:before { content: "\f133"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-rocket:before { content: "\f135"; } .fa-maxcdn:before { content: "\f136"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-html5:before { content: "\f13b"; } .fa-css3:before { content: "\f13c"; } .fa-anchor:before { content: "\f13d"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-bullseye:before { content: "\f140"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-rss-square:before { content: "\f143"; } .fa-play-circle:before { content: "\f144"; } .fa-ticket:before { content: "\f145"; } .fa-minus-square:before { content: "\f146"; } .fa-minus-square-o:before { content: "\f147"; } .fa-level-up:before { content: "\f148"; } .fa-level-down:before { content: "\f149"; } .fa-check-square:before { content: "\f14a"; } .fa-pencil-square:before { content: "\f14b"; } .fa-external-link-square:before { content: "\f14c"; } .fa-share-square:before { content: "\f14d"; } .fa-compass:before { content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } .fa-euro:before, .fa-eur:before { content: "\f153"; } .fa-gbp:before { content: "\f154"; } .fa-dollar:before, .fa-usd:before { content: "\f155"; } .fa-rupee:before, .fa-inr:before { content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } .fa-won:before, .fa-krw:before { content: "\f159"; } .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } .fa-file:before { content: "\f15b"; } .fa-file-text:before { content: "\f15c"; } .fa-sort-alpha-asc:before { content: "\f15d"; } .fa-sort-alpha-desc:before { content: "\f15e"; } .fa-sort-amount-asc:before { content: "\f160"; } .fa-sort-amount-desc:before { content: "\f161"; } .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbs-down:before { content: "\f165"; } .fa-youtube-square:before { content: "\f166"; } .fa-youtube:before { content: "\f167"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-youtube-play:before { content: "\f16a"; } .fa-dropbox:before { content: "\f16b"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-instagram:before { content: "\f16d"; } .fa-flickr:before { content: "\f16e"; } .fa-adn:before { content: "\f170"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitbucket-square:before { content: "\f172"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-up:before { content: "\f176"; } .fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-right:before { content: "\f178"; } .fa-apple:before { content: "\f179"; } .fa-windows:before { content: "\f17a"; } .fa-android:before { content: "\f17b"; } .fa-linux:before { content: "\f17c"; } .fa-dribbble:before { content: "\f17d"; } .fa-skype:before { content: "\f17e"; } .fa-foursquare:before { content: "\f180"; } .fa-trello:before { content: "\f181"; } .fa-female:before { content: "\f182"; } .fa-male:before { content: "\f183"; } .fa-gittip:before { content: "\f184"; } .fa-sun-o:before { content: "\f185"; } .fa-moon-o:before { content: "\f186"; } .fa-archive:before { content: "\f187"; } .fa-bug:before { content: "\f188"; } .fa-vk:before { content: "\f189"; } .fa-weibo:before { content: "\f18a"; } .fa-renren:before { content: "\f18b"; } .fa-pagelines:before { content: "\f18c"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-arrow-circle-o-right:before { content: "\f18e"; } .fa-arrow-circle-o-left:before { content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } .fa-dot-circle-o:before { content: "\f192"; } .fa-wheelchair:before { content: "\f193"; } .fa-vimeo-square:before { content: "\f194"; } .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } .fa-plus-square-o:before { content: "\f196"; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body.blogelator.posts .post { border-bottom: 1px solid #f1f1f1; color: #3e3e3e; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5em; margin-bottom: 2em; padding-bottom: 1em; -webkit-font-smoothing: antialiased; } body.blogelator.posts .post h1, body.blogelator.posts .post h2, body.blogelator.posts .post h3, body.blogelator.posts .post h4, body.blogelator.posts .post h5, body.blogelator.posts .post h6 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.25em; margin: 0 0 0.5em; text-rendering: optimizeLegibility; } body.blogelator.posts .post h1 { font-size: 36px; } body.blogelator.posts .post h2 { font-size: 32px; } body.blogelator.posts .post h3 { font-size: 28px; } body.blogelator.posts .post h4 { font-size: 24px; } body.blogelator.posts .post h5 { font-size: 20px; } body.blogelator.posts .post h6 { font-size: 16px; } body.blogelator.posts .post > .date { color: #a4a4a4; font-size: 0.8em; margin: -0.2em auto 1em auto; } body.blogelator.posts .post p { margin: 0 0 0.75em; } body.blogelator.posts .post a { color: #df0061; text-decoration: none; -webkit-transition: color 0.1s linear; -moz-transition: color 0.1s linear; transition: color 0.1s linear; } body.blogelator.posts .post a:hover { color: #b6004f; } body.blogelator.posts .post a:active, body.blogelator.posts .post a:focus { color: #b6004f; outline: none; } body.blogelator.posts .post hr { border-bottom: 1px solid #dddddd; border-left: none; border-right: none; border-top: none; margin: 1.5em 0; } body.blogelator.posts .post img { margin: 0; max-width: 100%; } body.blogelator.posts .post abbr, body.blogelator.posts .post acronym { border-bottom: 1px dotted #dddddd; cursor: help; } body.blogelator.posts .post address { display: block; margin: 0 0 0.75em; } body.blogelator.posts .post hgroup { margin-bottom: 0.75em; } body.blogelator.posts .post del { color: #646464; } body.blogelator.posts .post pre { font-family: "Menlo", "Monaco", monospace; margin: 0; padding: 0; } body.blogelator.posts .post code { background-color: #f7f7f7; border: 1px solid #dddddd; border-radius: 0.1875em; font-family: "Menlo", "Monaco", monospace; font-size: 0.9em; margin-left: 1px; margin-right: 1px; padding: 0 4px; } body.blogelator.posts .post blockquote { border-left: 2px solid #dddddd; color: #646464; margin: 1.5em 0; padding-left: 0.75em; } body.blogelator.posts .post cite { color: #7e7e7e; font-style: italic; } body.blogelator.posts .post cite:before { content: '\2014 \00A0'; } body.blogelator.posts .post > h1, body.blogelator.posts .post > h2, body.blogelator.posts .post > .date, body.blogelator.posts .post > .summary, body.blogelator.posts .post > .body { *zoom: 1; max-width: 68em; margin-left: auto; margin-right: auto; max-width: 700px; padding: 0 16px; } body.blogelator.posts .post > h1:before, body.blogelator.posts .post > h1:after, body.blogelator.posts .post > h2:before, body.blogelator.posts .post > h2:after, body.blogelator.posts .post > .date:before, body.blogelator.posts .post > .date:after, body.blogelator.posts .post > .summary:before, body.blogelator.posts .post > .summary:after, body.blogelator.posts .post > .body:before, body.blogelator.posts .post > .body:after { content: " "; display: table; } body.blogelator.posts .post > h1:after, body.blogelator.posts .post > h2:after, body.blogelator.posts .post > .date:after, body.blogelator.posts .post > .summary:after, body.blogelator.posts .post > .body:after { clear: both; } body.blogelator.posts .post > h1, body.blogelator.posts .post > h2 { padding: 0 14px; } body.blogelator.posts .highlight, body.blogelator.posts .post pre code, body.blogelator.posts .post pre code.highlight { background-color: #f7f7f7; border: 1px solid #dddddd; border-radius: 0.1875em; display: block; font-family: "Menlo", "Monaco", monospace; font-size: 0.8em; line-height: normal; margin: 0 0 1em; overflow-x: auto; padding: 1em; width: 100%; /* Pygments Text.Whitespace */ /* Pygments Generic.Emph */ /* Pygments Generic.Strong */ } body.blogelator.posts .highlight .sm, body.blogelator.posts .highlight .s1, body.blogelator.posts .highlight .s2, body.blogelator.posts .highlight .sx, body.blogelator.posts .highlight .str, body.blogelator.posts .post pre code .sm, body.blogelator.posts .post pre code .s1, body.blogelator.posts .post pre code .s2, body.blogelator.posts .post pre code .sx, body.blogelator.posts .post pre code .str, body.blogelator.posts .post pre code.highlight .sm, body.blogelator.posts .post pre code.highlight .s1, body.blogelator.posts .post pre code.highlight .s2, body.blogelator.posts .post pre code.highlight .sx, body.blogelator.posts .post pre code.highlight .str { /* prettyprint string */ color: #ca2969; } body.blogelator.posts .highlight .k, body.blogelator.posts .highlight .kc, body.blogelator.posts .highlight .kd, body.blogelator.posts .highlight .kn, body.blogelator.posts .highlight .kr, body.blogelator.posts .highlight .kt, body.blogelator.posts .highlight .ss, body.blogelator.posts .highlight .kwd, body.blogelator.posts .post pre code .k, body.blogelator.posts .post pre code .kc, body.blogelator.posts .post pre code .kd, body.blogelator.posts .post pre code .kn, body.blogelator.posts .post pre code .kr, body.blogelator.posts .post pre code .kt, body.blogelator.posts .post pre code .ss, body.blogelator.posts .post pre code .kwd, body.blogelator.posts .post pre code.highlight .k, body.blogelator.posts .post pre code.highlight .kc, body.blogelator.posts .post pre code.highlight .kd, body.blogelator.posts .post pre code.highlight .kn, body.blogelator.posts .post pre code.highlight .kr, body.blogelator.posts .post pre code.highlight .kt, body.blogelator.posts .post pre code.highlight .ss, body.blogelator.posts .post pre code.highlight .kwd { /* prettyprint keyword */ color: #814ede; } body.blogelator.posts .highlight .c, body.blogelator.posts .highlight .cm, body.blogelator.posts .highlight .cp, body.blogelator.posts .highlight .c1, body.blogelator.posts .highlight .cs, body.blogelator.posts .highlight .com, body.blogelator.posts .post pre code .c, body.blogelator.posts .post pre code .cm, body.blogelator.posts .post pre code .cp, body.blogelator.posts .post pre code .c1, body.blogelator.posts .post pre code .cs, body.blogelator.posts .post pre code .com, body.blogelator.posts .post pre code.highlight .c, body.blogelator.posts .post pre code.highlight .cm, body.blogelator.posts .post pre code.highlight .cp, body.blogelator.posts .post pre code.highlight .c1, body.blogelator.posts .post pre code.highlight .cs, body.blogelator.posts .post pre code.highlight .com { /* prettyprint comment */ color: #aaa; font-style: italic; } body.blogelator.posts .highlight .na, body.blogelator.posts .highlight .nb, body.blogelator.posts .highlight .nc, body.blogelator.posts .highlight .no, body.blogelator.posts .highlight .nd, body.blogelator.posts .highlight .ni, body.blogelator.posts .highlight .ne, body.blogelator.posts .highlight .nl, body.blogelator.posts .highlight .nn, body.blogelator.posts .highlight .py, body.blogelator.posts .highlight .nt, body.blogelator.posts .highlight .bp, body.blogelator.posts .highlight .vc, body.blogelator.posts .highlight .vg, body.blogelator.posts .highlight .vi, body.blogelator.posts .highlight .il, body.blogelator.posts .highlight .typ, body.blogelator.posts .post pre code .na, body.blogelator.posts .post pre code .nb, body.blogelator.posts .post pre code .nc, body.blogelator.posts .post pre code .no, body.blogelator.posts .post pre code .nd, body.blogelator.posts .post pre code .ni, body.blogelator.posts .post pre code .ne, body.blogelator.posts .post pre code .nl, body.blogelator.posts .post pre code .nn, body.blogelator.posts .post pre code .py, body.blogelator.posts .post pre code .nt, body.blogelator.posts .post pre code .bp, body.blogelator.posts .post pre code .vc, body.blogelator.posts .post pre code .vg, body.blogelator.posts .post pre code .vi, body.blogelator.posts .post pre code .il, body.blogelator.posts .post pre code .typ, body.blogelator.posts .post pre code.highlight .na, body.blogelator.posts .post pre code.highlight .nb, body.blogelator.posts .post pre code.highlight .nc, body.blogelator.posts .post pre code.highlight .no, body.blogelator.posts .post pre code.highlight .nd, body.blogelator.posts .post pre code.highlight .ni, body.blogelator.posts .post pre code.highlight .ne, body.blogelator.posts .post pre code.highlight .nl, body.blogelator.posts .post pre code.highlight .nn, body.blogelator.posts .post pre code.highlight .py, body.blogelator.posts .post pre code.highlight .nt, body.blogelator.posts .post pre code.highlight .bp, body.blogelator.posts .post pre code.highlight .vc, body.blogelator.posts .post pre code.highlight .vg, body.blogelator.posts .post pre code.highlight .vi, body.blogelator.posts .post pre code.highlight .il, body.blogelator.posts .post pre code.highlight .typ { /* prettyprint type */ color: #477dca; } body.blogelator.posts .highlight .l, body.blogelator.posts .highlight .ld, body.blogelator.posts .highlight .m, body.blogelator.posts .highlight .mf, body.blogelator.posts .highlight .mh, body.blogelator.posts .highlight .mi, body.blogelator.posts .highlight .mo, body.blogelator.posts .highlight .sb, body.blogelator.posts .highlight .sc, body.blogelator.posts .highlight .sd, body.blogelator.posts .highlight .se, body.blogelator.posts .highlight .sh, body.blogelator.posts .highlight .si, body.blogelator.posts .highlight .sr, body.blogelator.posts .highlight .lit, body.blogelator.posts .post pre code .l, body.blogelator.posts .post pre code .ld, body.blogelator.posts .post pre code .m, body.blogelator.posts .post pre code .mf, body.blogelator.posts .post pre code .mh, body.blogelator.posts .post pre code .mi, body.blogelator.posts .post pre code .mo, body.blogelator.posts .post pre code .sb, body.blogelator.posts .post pre code .sc, body.blogelator.posts .post pre code .sd, body.blogelator.posts .post pre code .se, body.blogelator.posts .post pre code .sh, body.blogelator.posts .post pre code .si, body.blogelator.posts .post pre code .sr, body.blogelator.posts .post pre code .lit, body.blogelator.posts .post pre code.highlight .l, body.blogelator.posts .post pre code.highlight .ld, body.blogelator.posts .post pre code.highlight .m, body.blogelator.posts .post pre code.highlight .mf, body.blogelator.posts .post pre code.highlight .mh, body.blogelator.posts .post pre code.highlight .mi, body.blogelator.posts .post pre code.highlight .mo, body.blogelator.posts .post pre code.highlight .sb, body.blogelator.posts .post pre code.highlight .sc, body.blogelator.posts .post pre code.highlight .sd, body.blogelator.posts .post pre code.highlight .se, body.blogelator.posts .post pre code.highlight .sh, body.blogelator.posts .post pre code.highlight .si, body.blogelator.posts .post pre code.highlight .sr, body.blogelator.posts .post pre code.highlight .lit { /* prettyprint literal */ color: #83c53d; } body.blogelator.posts .highlight .o, body.blogelator.posts .highlight .ow, body.blogelator.posts .highlight .p, body.blogelator.posts .highlight .pun, body.blogelator.posts .post pre code .o, body.blogelator.posts .post pre code .ow, body.blogelator.posts .post pre code .p, body.blogelator.posts .post pre code .pun, body.blogelator.posts .post pre code.highlight .o, body.blogelator.posts .post pre code.highlight .ow, body.blogelator.posts .post pre code.highlight .p, body.blogelator.posts .post pre code.highlight .pun { /* prettyprint punctuation */ color: #777; } body.blogelator.posts .highlight .n, body.blogelator.posts .highlight .nf, body.blogelator.posts .highlight .nx, body.blogelator.posts .highlight .nv, body.blogelator.posts .highlight .kp, body.blogelator.posts .highlight .pln, body.blogelator.posts .post pre code .n, body.blogelator.posts .post pre code .nf, body.blogelator.posts .post pre code .nx, body.blogelator.posts .post pre code .nv, body.blogelator.posts .post pre code .kp, body.blogelator.posts .post pre code .pln, body.blogelator.posts .post pre code.highlight .n, body.blogelator.posts .post pre code.highlight .nf, body.blogelator.posts .post pre code.highlight .nx, body.blogelator.posts .post pre code.highlight .nv, body.blogelator.posts .post pre code.highlight .kp, body.blogelator.posts .post pre code.highlight .pln { /* prettyprint plaintext */ color: #444; } body.blogelator.posts .highlight .tag, body.blogelator.posts .post pre code .tag, body.blogelator.posts .post pre code.highlight .tag { /* prettyprint html/xml tag */ color: #477dca; } body.blogelator.posts .highlight .atn, body.blogelator.posts .post pre code .atn, body.blogelator.posts .post pre code.highlight .atn { /* prettyprint html/xml attribute name */ color: #814ede; } body.blogelator.posts .highlight .atv, body.blogelator.posts .post pre code .atv, body.blogelator.posts .post pre code.highlight .atv { /* prettyprint html/xml attribute value */ color: #ca2969; } body.blogelator.posts .highlight .dec, body.blogelator.posts .post pre code .dec, body.blogelator.posts .post pre code.highlight .dec { /* prettyprint decimal */ color: #83c53d; } body.blogelator.posts .highlight .w, body.blogelator.posts .post pre code .w, body.blogelator.posts .post pre code.highlight .w { color: transparent; } body.blogelator.posts .highlight .ge, body.blogelator.posts .post pre code .ge, body.blogelator.posts .post pre code.highlight .ge { font-style: italic; } body.blogelator.posts .highlight .gs, body.blogelator.posts .post pre code .gs, body.blogelator.posts .post pre code.highlight .gs { font-weight: bold; } body.blogelator fieldset { background: #f7f7f7; border: 1px solid #dddddd; margin: 0 0 0.75em 0; padding: 1.5em; } body.blogelator input, body.blogelator label, body.blogelator select { display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; } body.blogelator label { font-weight: bold; margin-bottom: 0.375em; } body.blogelator label.required:after { content: "*"; } body.blogelator label abbr { display: none; } body.blogelator textarea, body.blogelator input[type="email"], body.blogelator input[type="number"], body.blogelator input[type="password"], body.blogelator input[type="search"], body.blogelator input[type="tel"], body.blogelator input[type="text"], body.blogelator input[type="url"], body.blogelator input[type="color"], body.blogelator input[type="date"], body.blogelator input[type="datetime"], body.blogelator input[type="datetime-local"], body.blogelator input[type="month"], body.blogelator input[type="time"], body.blogelator input[type="week"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: border-color; -moz-transition: border-color; transition: border-color; background-color: white; border-radius: 0.1875em; border: 1px solid #dddddd; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; margin-bottom: 0.75em; padding: 0.5em 0.5em; resize: vertical; width: 100%; } body.blogelator textarea:hover, body.blogelator input[type="email"]:hover, body.blogelator input[type="number"]:hover, body.blogelator input[type="password"]:hover, body.blogelator input[type="search"]:hover, body.blogelator input[type="tel"]:hover, body.blogelator input[type="text"]:hover, body.blogelator input[type="url"]:hover, body.blogelator input[type="color"]:hover, body.blogelator input[type="date"]:hover, body.blogelator input[type="datetime"]:hover, body.blogelator input[type="datetime-local"]:hover, body.blogelator input[type="month"]:hover, body.blogelator input[type="time"]:hover, body.blogelator input[type="week"]:hover { border-color: #c4c4c4; } body.blogelator textarea:focus, body.blogelator input[type="email"]:focus, body.blogelator input[type="number"]:focus, body.blogelator input[type="password"]:focus, body.blogelator input[type="search"]:focus, body.blogelator input[type="tel"]:focus, body.blogelator input[type="text"]:focus, body.blogelator input[type="url"]:focus, body.blogelator input[type="color"]:focus, body.blogelator input[type="date"]:focus, body.blogelator input[type="datetime"]:focus, body.blogelator input[type="datetime-local"]:focus, body.blogelator input[type="month"]:focus, body.blogelator input[type="time"]:focus, body.blogelator input[type="week"]:focus { border-color: #df0061; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(198, 0, 86, 0.7); outline: none; } body.blogelator input[type="search"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; } body.blogelator input[type="checkbox"], body.blogelator input[type="radio"] { display: inline; margin-right: 0.375em; } body.blogelator input[type="file"] { width: 100%; } body.blogelator select { width: auto; margin-bottom: 1.5em; } body.blogelator button, body.blogelator input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; cursor: pointer; user-select: none; vertical-align: middle; white-space: nowrap; } body.blogelator h1 { margin-bottom: 1em; } body.blogelator h2 { margin-bottom: 0.7em; } body.blogelator h3 { margin-bottom: 0.5em; } body.blogelator h4 { margin-bottom: 0.25em; } body.blogelator h5 { margin-bottom: 0.25em; } body.blogelator h6 { margin-bottom: 0.25em; } body.blogelator ul, body.blogelator ol { margin: 0; padding: 0; margin-bottom: 0.75em; padding-left: 1.5em; } body.blogelator dl { line-height: 1.5em; margin-bottom: 0.75em; } body.blogelator dl dt { font-weight: bold; margin-top: 0.75em; } body.blogelator dl dd { margin: 0; } .blogelator-markdown-editor { bottom: -0.5em; left: 0.5em; margin-bottom: 1em; position: absolute; right: 0.5em; top: 3.5em; } .blogelator-markdown-editor .CodeMirror { background-color: white; border: 1px solid #dddddd; color: #3e3e3e; float: left; font-family: "Menlo", "Monaco", monospace; height: 100%; padding: 0.5em; position: relative; width: 49.8%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .blogelator-markdown-editor .CodeMirror:before { background-color: rgba(255, 255, 255, 0.92); content: "GitHub Flavored Markdown"; color: #aaa; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; left: 0; line-height: normal; padding: 10px; position: absolute; text-transform: uppercase; top: 0; width: 100%; z-index: 10; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .blogelator-markdown-editor .CodeMirror .CodeMirror-lines { padding-top: 2em; } .blogelator-markdown-editor .CodeMirror .CodeMirror-scroll { font-size: 14px; line-height: 1.5em; } .blogelator-markdown-editor .html-preview { background-color: white; border: 1px solid #dddddd; float: right; height: 100%; margin-top: 0em; padding: 0.5em 0.5em 0 0.5em; position: relative; width: 49.8%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .blogelator-markdown-editor .html-preview:before { background-color: rgba(255, 255, 255, 0.92); content: "Preview"; color: #aaa; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; left: 0; line-height: normal; padding: 10px; position: absolute; text-transform: uppercase; top: 0; width: 100%; z-index: 10; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .blogelator-markdown-editor .html-preview .post { height: 100%; overflow: auto; padding-top: 2em; } .blogelator-markdown-editor .cm-header-1, .blogelator-markdown-editor .cm-header-2, .blogelator-markdown-editor .cm-header-3, .blogelator-markdown-editor .cm-header-4, .blogelator-markdown-editor .cm-header-5, .blogelator-markdown-editor .cm-header-6 { color: #222; font-size: 1.1em; font-weight: bold; } .blogelator-markdown-editor .cm-em { font-style: italic; } .blogelator-markdown-editor .cm-strong { color: #222; font-weight: bold; } .blogelator-markdown-editor .cm-comment { color: #aaa; } .blogelator-markdown-editor .cm-link { color: #df0061; } .blogelator-markdown-editor .cm-link + .cm-tag { color: #df0061; } .blogelator-markdown-editor .cm-link + .cm-string, .blogelator-markdown-editor .cm-link + .cm-tag + .cm-string { color: #aaa; } .blogelator-markdown-editor .cm-atom, .blogelator-markdown-editor .cm-tag { color: #477dca; } .blogelator-markdown-editor .cm-keyword { color: #814ede; } .blogelator-markdown-editor .cm-number { color: #83c53d; } .blogelator-markdown-editor .cm-operator { color: #777; } .blogelator-markdown-editor .cm-string { color: #ca2969; } .save-button { overflow: hidden; position: relative; } .save-button .button-label { display: block; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: all; -moz-transition-property: all; transition-property: all; } .save-button .confirm { bottom: 0; display: block; font-size: 20px; left: 100%; position: absolute; text-align: center; top: 0; width: 100%; z-index: 10; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: all; -moz-transition-property: all; transition-property: all; } .save-button .confirm .no, .save-button .confirm .yes { bottom: 0; padding: 3px 0; position: absolute; top: 0; width: 50%; } .save-button .confirm .no { background-color: #00d0df; color: white; right: 0; } .save-button .confirm .yes { background-color: #df0061; color: white; left: 0; } .save-button.confirm .confirm { left: 0; } .save-button .error, .save-button .saved, .save-button .saving { background-color: white; color: #df0061; bottom: 0; display: block; font-size: 20px; left: 0; opacity: 0; padding: 4px 0; position: absolute; right: 0; text-align: center; top: 0; -webkit-transform: scale(2); -moz-transform: scale(2); -ms-transform: scale(2); -o-transform: scale(2); transform: scale(2); -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: all; -moz-transition-property: all; transition-property: all; } .save-button .saving { background-color: #df0061; color: white; font-size: 16px; padding: 6px 0; } .save-button.error .button-label, .save-button.saved .button-label, .save-button.saving .button-label { opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .save-button.error .error { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .save-button.error .saving { opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .save-button.saved .saved { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .save-button.saved .saving { opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .save-button.saving .saving { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body.blogelator.admin header, body.blogelator.admin footer { background-color: #444444; border-bottom: 5px solid #df0061; height: 45px; left: 0; padding: 0; position: absolute; top: 0; width: 100%; } body.blogelator.admin header ul, body.blogelator.admin footer ul { list-style: none; margin: 0; padding: 0; *zoom: 1; } body.blogelator.admin header ul:before, body.blogelator.admin header ul:after, body.blogelator.admin footer ul:before, body.blogelator.admin footer ul:after { content: " "; display: table; } body.blogelator.admin header ul:after, body.blogelator.admin footer ul:after { clear: both; } body.blogelator.admin header ul li, body.blogelator.admin footer ul li { display: block; float: left; margin: 0; } body.blogelator.admin header ul li a, body.blogelator.admin footer ul li a { border-bottom: 5px solid #df0061; color: #f9006c; display: block; font-size: 1.2em; height: 45px; line-height: 40px; margin: 0 0 -5px; padding: 0 0.5em; text-decoration: none; -webkit-transition: color 0.1s linear; -moz-transition: color 0.1s linear; transition: color 0.1s linear; } body.blogelator.admin header ul li a:hover, body.blogelator.admin footer ul li a:hover { border-bottom: 5px solid #ff4696; color: #ff4696; } body.blogelator.admin header ul li a.active, body.blogelator.admin footer ul li a.active { border-bottom: 5px solid white; color: white; } body.blogelator.admin main { bottom: 45px; overflow: hidden; position: absolute; top: 45px; width: 100%; } body.blogelator.admin main section.posts-list { float: left; display: block; margin-right: 2.35765%; width: 31.76157%; height: 100%; overflow: auto; padding: 0.5em; } body.blogelator.admin main section.posts-list:last-child { margin-right: 0; } body.blogelator.admin main article.post { float: left; display: block; margin-right: 2.35765%; width: 65.88078%; height: 100%; margin: 0; padding: 0.5em; overflow: auto; } body.blogelator.admin main article.post:last-child { margin-right: 0; } body.blogelator.admin footer { bottom: 0; top: auto; } body.blogelator.admin footer .logo { background-image: url(/assets/blogelator/blogelator-logo.svg); background-size: 100% 100%; display: block; height: 30px; overflow: hidden; text-indent: -9999px; width: 101.1px; margin: 5px 0 0 5px; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body.blogelator.admin.posts .post-form { padding: 0.5em; } body.blogelator.admin.posts .post-form input.title { font-size: 1.1em; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body.blogelator.admin.posts .form-action-bar .save-button { background-color: #df0061; color: white; display: block; float: right; font-weight: bold; margin: 6px 0.5em; min-width: 100px; text-align: center; text-decoration: none; -webkit-font-smoothing: antialiased; } body.blogelator.admin.posts .form-action-bar .save-button.destroy { float: left; } body.blogelator.admin.posts .form-action-bar .save-button.disabled { cursor: default; opacity: 0.6; } body.blogelator.admin.posts .form-action-bar .save-button .button-label { border: 1px solid #df0061; padding: 4px; -webkit-transition: border-color 0.1s linear; -moz-transition: border-color 0.1s linear; transition: border-color 0.1s linear; } body.blogelator.admin.posts .form-action-bar .save-button.publish { background-color: #00d0df; } body.blogelator.admin.posts .form-action-bar .save-button.publish .button-label { border: 1px solid #00d0df; } body.blogelator.admin.posts .form-action-bar .save-button.publish .saving { background-color: #00d0df; color: white; } body.blogelator.admin.posts .form-action-bar .save-button.publish .saved, body.blogelator.admin.posts .form-action-bar .save-button.publish .error { color: #00d0df; } body.blogelator.admin.posts .form-action-bar .save-button.publish.disabled:hover .button-label { border: 1px solid #00d0df; } body.blogelator.admin.posts .form-action-bar .save-button:hover .button-label { border-color: rgba(255, 255, 255, 0.8); } body.blogelator.admin.posts .form-action-bar .save-button:hover.disabled .button-label { border-color: #df0061; } body.blogelator.admin.posts .form-action-bar .last-saved { color: white; float: right; font-size: 0.75em; opacity: 0.9; margin-right: 4px; min-width: 110px; text-align: center; -webkit-font-smoothing: antialiased; } body.blogelator.admin.posts .form-action-bar .last-saved label { font-size: 1em; margin: 4px 0 0 0; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body.blogelator.admin.posts section.posts-list .post { background-color: #fafafa; border-bottom: 1px solid #eaeaea; border-left: 10px solid #fafafa; border-top: 1px solid #eaeaea; color: #8b8b8b; cursor: pointer; margin-bottom: -1px; padding: 0.6em 0.5em 0.8em 0.4em; position: relative; z-index: 1; } body.blogelator.admin.posts section.posts-list .post .summary { font-size: 0.8em; line-height: 1.2em; } body.blogelator.admin.posts section.posts-list .post h2 { color: #717171; font-size: 1.2em; margin-bottom: 0; } body.blogelator.admin.posts section.posts-list .post.active { background-color: white; border-bottom: 1px solid #df0061; border-left: 10px solid #df0061; border-top: 1px solid #df0061; color: #3e3e3e; z-index: 2; } body.blogelator.admin.posts section.posts-list .post.active h2 { color: #3e3e3e; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body.blogelator.admin.posts.edit { background-color: #f2f2f2; } body.blogelator.admin.posts.index article.post { font-size: 2em; padding-top: 2em; text-align: center; } body.blogelator.admin.posts.index article.post .logo { background-image: url(/assets/blogelator/blogelator-logo.svg); background-size: 100% 100%; display: block; height: 50px; overflow: hidden; text-indent: -9999px; width: 168.5px; margin: 2em auto 1em; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body.blogelator.admin.posts.new { background-color: #f2f2f2; } body.blogelator.admin.posts.new header ul li a.posts-index-link.active { border-bottom: 5px solid #df0061; color: #df0061; } body.blogelator.admin.posts.new header ul li a.posts-index-link.active:hover { border-bottom: 5px solid #ff4696; color: #ff4696; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body.blogelator.admin.posts.show article.post > * { max-width: 100%; } body.blogelator.admin.posts.show article.post > h1 { margin: 0.5em 0 0 0; padding: 0; text-align: center; } body.blogelator.admin.posts.show article.post > .date { text-align: center; } /* */ /* */ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body.blogelator header h1 { padding: 1em 0; text-align: center; } body.blogelator header h1 a { border-bottom: 1px solid #f1f1f1; color: #3e3e3e; padding: 0 1em 0.5em 1em; text-decoration: none; -webkit-transition: border-bottom 0.2s linear; -moz-transition: border-bottom 0.2s linear; transition: border-bottom 0.2s linear; } body.blogelator header h1 a:hover { border-bottom: 1px solid #ff79b3; } body.blogelator header h2 { border-bottom: 1px solid #f2f2f2; margin-bottom: 1em; padding: 0 0.5em 0.5em; } body.blogelator header h2 a { *zoom: 1; max-width: 68em; margin-left: auto; margin-right: auto; color: #3e3e3e; display: block; max-width: 900px; text-decoration: none; -webkit-transition: color 0.1s linear; -moz-transition: color 0.1s linear; transition: color 0.1s linear; } body.blogelator header h2 a:before, body.blogelator header h2 a:after { content: " "; display: table; } body.blogelator header h2 a:after { clear: both; } body.blogelator header h2 a:hover { color: #df0061; } body.blogelator footer .logo { background-image: url(/assets/blogelator/blogelator-logo.svg); background-size: 100% 100%; display: block; height: 32px; overflow: hidden; text-indent: -9999px; width: 107.84px; margin: 2em auto; } .fa, body.blogelator.posts.index .pagination a.older:before, body.blogelator.posts.index .pagination a.newer:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-glass:before { content: "\f000"; } .fa-music:before { content: "\f001"; } .fa-search:before { content: "\f002"; } .fa-envelope-o:before { content: "\f003"; } .fa-heart:before { content: "\f004"; } .fa-star:before { content: "\f005"; } .fa-star-o:before { content: "\f006"; } .fa-user:before { content: "\f007"; } .fa-film:before { content: "\f008"; } .fa-th-large:before { content: "\f009"; } .fa-th:before { content: "\f00a"; } .fa-th-list:before { content: "\f00b"; } .fa-check:before { content: "\f00c"; } .fa-times:before { content: "\f00d"; } .fa-search-plus:before { content: "\f00e"; } .fa-search-minus:before { content: "\f010"; } .fa-power-off:before { content: "\f011"; } .fa-signal:before { content: "\f012"; } .fa-gear:before, .fa-cog:before { content: "\f013"; } .fa-trash-o:before { content: "\f014"; } .fa-home:before { content: "\f015"; } .fa-file-o:before { content: "\f016"; } .fa-clock-o:before { content: "\f017"; } .fa-road:before { content: "\f018"; } .fa-download:before { content: "\f019"; } .fa-arrow-circle-o-down:before { content: "\f01a"; } .fa-arrow-circle-o-up:before { content: "\f01b"; } .fa-inbox:before { content: "\f01c"; } .fa-play-circle-o:before { content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } .fa-refresh:before { content: "\f021"; } .fa-list-alt:before { content: "\f022"; } .fa-lock:before { content: "\f023"; } .fa-flag:before { content: "\f024"; } .fa-headphones:before { content: "\f025"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-up:before { content: "\f028"; } .fa-qrcode:before { content: "\f029"; } .fa-barcode:before { content: "\f02a"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-book:before { content: "\f02d"; } .fa-bookmark:before { content: "\f02e"; } .fa-print:before { content: "\f02f"; } .fa-camera:before { content: "\f030"; } .fa-font:before { content: "\f031"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-align-left:before { content: "\f036"; } .fa-align-center:before { content: "\f037"; } .fa-align-right:before { content: "\f038"; } .fa-align-justify:before { content: "\f039"; } .fa-list:before { content: "\f03a"; } .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-video-camera:before { content: "\f03d"; } .fa-picture-o:before { content: "\f03e"; } .fa-pencil:before { content: "\f040"; } .fa-map-marker:before { content: "\f041"; } .fa-adjust:before { content: "\f042"; } .fa-tint:before { content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } .fa-share-square-o:before { content: "\f045"; } .fa-check-square-o:before { content: "\f046"; } .fa-arrows:before { content: "\f047"; } .fa-step-backward:before { content: "\f048"; } .fa-fast-backward:before { content: "\f049"; } .fa-backward:before { content: "\f04a"; } .fa-play:before { content: "\f04b"; } .fa-pause:before { content: "\f04c"; } .fa-stop:before { content: "\f04d"; } .fa-forward:before { content: "\f04e"; } .fa-fast-forward:before { content: "\f050"; } .fa-step-forward:before { content: "\f051"; } .fa-eject:before { content: "\f052"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-plus-circle:before { content: "\f055"; } .fa-minus-circle:before { content: "\f056"; } .fa-times-circle:before { content: "\f057"; } .fa-check-circle:before { content: "\f058"; } .fa-question-circle:before { content: "\f059"; } .fa-info-circle:before { content: "\f05a"; } .fa-crosshairs:before { content: "\f05b"; } .fa-times-circle-o:before { content: "\f05c"; } .fa-check-circle-o:before { content: "\f05d"; } .fa-ban:before { content: "\f05e"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-mail-forward:before, .fa-share:before { content: "\f064"; } .fa-expand:before { content: "\f065"; } .fa-compress:before { content: "\f066"; } .fa-plus:before { content: "\f067"; } .fa-minus:before { content: "\f068"; } .fa-asterisk:before { content: "\f069"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-gift:before { content: "\f06b"; } .fa-leaf:before { content: "\f06c"; } .fa-fire:before { content: "\f06d"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } .fa-plane:before { content: "\f072"; } .fa-calendar:before { content: "\f073"; } .fa-random:before { content: "\f074"; } .fa-comment:before { content: "\f075"; } .fa-magnet:before { content: "\f076"; } .fa-chevron-up:before { content: "\f077"; } .fa-chevron-down:before { content: "\f078"; } .fa-retweet:before { content: "\f079"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-arrows-v:before { content: "\f07d"; } .fa-arrows-h:before { content: "\f07e"; } .fa-bar-chart-o:before { content: "\f080"; } .fa-twitter-square:before { content: "\f081"; } .fa-facebook-square:before { content: "\f082"; } .fa-camera-retro:before { content: "\f083"; } .fa-key:before { content: "\f084"; } .fa-gears:before, .fa-cogs:before { content: "\f085"; } .fa-comments:before { content: "\f086"; } .fa-thumbs-o-up:before { content: "\f087"; } .fa-thumbs-o-down:before { content: "\f088"; } .fa-star-half:before { content: "\f089"; } .fa-heart-o:before { content: "\f08a"; } .fa-sign-out:before { content: "\f08b"; } .fa-linkedin-square:before { content: "\f08c"; } .fa-thumb-tack:before { content: "\f08d"; } .fa-external-link:before { content: "\f08e"; } .fa-sign-in:before { content: "\f090"; } .fa-trophy:before { content: "\f091"; } .fa-github-square:before { content: "\f092"; } .fa-upload:before { content: "\f093"; } .fa-lemon-o:before { content: "\f094"; } .fa-phone:before { content: "\f095"; } .fa-square-o:before { content: "\f096"; } .fa-bookmark-o:before { content: "\f097"; } .fa-phone-square:before { content: "\f098"; } .fa-twitter:before { content: "\f099"; } .fa-facebook:before { content: "\f09a"; } .fa-github:before { content: "\f09b"; } .fa-unlock:before { content: "\f09c"; } .fa-credit-card:before { content: "\f09d"; } .fa-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bell:before { content: "\f0f3"; } .fa-certificate:before { content: "\f0a3"; } .fa-hand-o-right:before { content: "\f0a4"; } .fa-hand-o-left:before { content: "\f0a5"; } .fa-hand-o-up:before { content: "\f0a6"; } .fa-hand-o-down:before { content: "\f0a7"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-globe:before { content: "\f0ac"; } .fa-wrench:before { content: "\f0ad"; } .fa-tasks:before { content: "\f0ae"; } .fa-filter:before { content: "\f0b0"; } .fa-briefcase:before { content: "\f0b1"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-group:before, .fa-users:before { content: "\f0c0"; } .fa-chain:before, .fa-link:before { content: "\f0c1"; } .fa-cloud:before { content: "\f0c2"; } .fa-flask:before { content: "\f0c3"; } .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } .fa-paperclip:before { content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } .fa-square:before { content: "\f0c8"; } .fa-bars:before { content: "\f0c9"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-underline:before { content: "\f0cd"; } .fa-table:before { content: "\f0ce"; } .fa-magic:before { content: "\f0d0"; } .fa-truck:before { content: "\f0d1"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-plus:before { content: "\f0d5"; } .fa-money:before { content: "\f0d6"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-up:before { content: "\f0d8"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-columns:before { content: "\f0db"; } .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } .fa-sort-down:before, .fa-sort-asc:before { content: "\f0dd"; } .fa-sort-up:before, .fa-sort-desc:before { content: "\f0de"; } .fa-envelope:before { content: "\f0e0"; } .fa-linkedin:before { content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } .fa-comment-o:before { content: "\f0e5"; } .fa-comments-o:before { content: "\f0e6"; } .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } .fa-sitemap:before { content: "\f0e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } .fa-lightbulb-o:before { content: "\f0eb"; } .fa-exchange:before { content: "\f0ec"; } .fa-cloud-download:before { content: "\f0ed"; } .fa-cloud-upload:before { content: "\f0ee"; } .fa-user-md:before { content: "\f0f0"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-suitcase:before { content: "\f0f2"; } .fa-bell-o:before { content: "\f0a2"; } .fa-coffee:before { content: "\f0f4"; } .fa-cutlery:before { content: "\f0f5"; } .fa-file-text-o:before { content: "\f0f6"; } .fa-building-o:before { content: "\f0f7"; } .fa-hospital-o:before { content: "\f0f8"; } .fa-ambulance:before { content: "\f0f9"; } .fa-medkit:before { content: "\f0fa"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-beer:before { content: "\f0fc"; } .fa-h-square:before { content: "\f0fd"; } .fa-plus-square:before { content: "\f0fe"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angle-down:before { content: "\f107"; } .fa-desktop:before { content: "\f108"; } .fa-laptop:before { content: "\f109"; } .fa-tablet:before { content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } .fa-circle-o:before { content: "\f10c"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-spinner:before { content: "\f110"; } .fa-circle:before { content: "\f111"; } .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } .fa-github-alt:before { content: "\f113"; } .fa-folder-o:before { content: "\f114"; } .fa-folder-open-o:before { content: "\f115"; } .fa-smile-o:before { content: "\f118"; } .fa-frown-o:before { content: "\f119"; } .fa-meh-o:before { content: "\f11a"; } .fa-gamepad:before { content: "\f11b"; } .fa-keyboard-o:before { content: "\f11c"; } .fa-flag-o:before { content: "\f11d"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-terminal:before { content: "\f120"; } .fa-code:before { content: "\f121"; } .fa-reply-all:before { content: "\f122"; } .fa-mail-reply-all:before { content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } .fa-location-arrow:before { content: "\f124"; } .fa-crop:before { content: "\f125"; } .fa-code-fork:before { content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } .fa-question:before { content: "\f128"; } .fa-info:before { content: "\f129"; } .fa-exclamation:before { content: "\f12a"; } .fa-superscript:before { content: "\f12b"; } .fa-subscript:before { content: "\f12c"; } .fa-eraser:before { content: "\f12d"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-slash:before { content: "\f131"; } .fa-shield:before { content: "\f132"; } .fa-calendar-o:before { content: "\f133"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-rocket:before { content: "\f135"; } .fa-maxcdn:before { content: "\f136"; } .fa-chevron-circle-left:before, body.blogelator.posts.index .pagination a.newer:before { content: "\f137"; } .fa-chevron-circle-right:before, body.blogelator.posts.index .pagination a.older:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-html5:before { content: "\f13b"; } .fa-css3:before { content: "\f13c"; } .fa-anchor:before { content: "\f13d"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-bullseye:before { content: "\f140"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-rss-square:before { content: "\f143"; } .fa-play-circle:before { content: "\f144"; } .fa-ticket:before { content: "\f145"; } .fa-minus-square:before { content: "\f146"; } .fa-minus-square-o:before { content: "\f147"; } .fa-level-up:before { content: "\f148"; } .fa-level-down:before { content: "\f149"; } .fa-check-square:before { content: "\f14a"; } .fa-pencil-square:before { content: "\f14b"; } .fa-external-link-square:before { content: "\f14c"; } .fa-share-square:before { content: "\f14d"; } .fa-compass:before { content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } .fa-euro:before, .fa-eur:before { content: "\f153"; } .fa-gbp:before { content: "\f154"; } .fa-dollar:before, .fa-usd:before { content: "\f155"; } .fa-rupee:before, .fa-inr:before { content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } .fa-won:before, .fa-krw:before { content: "\f159"; } .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } .fa-file:before { content: "\f15b"; } .fa-file-text:before { content: "\f15c"; } .fa-sort-alpha-asc:before { content: "\f15d"; } .fa-sort-alpha-desc:before { content: "\f15e"; } .fa-sort-amount-asc:before { content: "\f160"; } .fa-sort-amount-desc:before { content: "\f161"; } .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbs-down:before { content: "\f165"; } .fa-youtube-square:before { content: "\f166"; } .fa-youtube:before { content: "\f167"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-youtube-play:before { content: "\f16a"; } .fa-dropbox:before { content: "\f16b"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-instagram:before { content: "\f16d"; } .fa-flickr:before { content: "\f16e"; } .fa-adn:before { content: "\f170"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitbucket-square:before { content: "\f172"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-up:before { content: "\f176"; } .fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-right:before { content: "\f178"; } .fa-apple:before { content: "\f179"; } .fa-windows:before { content: "\f17a"; } .fa-android:before { content: "\f17b"; } .fa-linux:before { content: "\f17c"; } .fa-dribbble:before { content: "\f17d"; } .fa-skype:before { content: "\f17e"; } .fa-foursquare:before { content: "\f180"; } .fa-trello:before { content: "\f181"; } .fa-female:before { content: "\f182"; } .fa-male:before { content: "\f183"; } .fa-gittip:before { content: "\f184"; } .fa-sun-o:before { content: "\f185"; } .fa-moon-o:before { content: "\f186"; } .fa-archive:before { content: "\f187"; } .fa-bug:before { content: "\f188"; } .fa-vk:before { content: "\f189"; } .fa-weibo:before { content: "\f18a"; } .fa-renren:before { content: "\f18b"; } .fa-pagelines:before { content: "\f18c"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-arrow-circle-o-right:before { content: "\f18e"; } .fa-arrow-circle-o-left:before { content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } .fa-dot-circle-o:before { content: "\f192"; } .fa-wheelchair:before { content: "\f193"; } .fa-vimeo-square:before { content: "\f194"; } .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } .fa-plus-square-o:before { content: "\f196"; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body.blogelator.posts.index .post > h2 { margin-bottom: 0; } body.blogelator.posts.index .post > h2 a { text-decoration: none; } body.blogelator.posts.index .post .summary .continue { color: #8b8b8b; font-size: 0.8em; margin: 0 0.2em; } body.blogelator.posts.index .post .summary .continue:hover { color: #df0061; } body.blogelator.posts.index .pagination { *zoom: 1; max-width: 68em; margin-left: auto; margin-right: auto; max-width: 700px; padding: 0 1em; } body.blogelator.posts.index .pagination:before, body.blogelator.posts.index .pagination:after { content: " "; display: table; } body.blogelator.posts.index .pagination:after { clear: both; } body.blogelator.posts.index .pagination a.older { background-color: white; border: 1px solid #df0061; border-radius: 1.5em; color: #df0061; display: block; font-weight: bold; overflow: hidden; position: relative; text-align: center; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; transition: all 0.1s linear; padding: 0.8em 1.1em; padding-right: 2.6em; float: right; } body.blogelator.posts.index .pagination a.older:active, body.blogelator.posts.index .pagination a.older:hover { background-color: #df0061; color: white; } body.blogelator.posts.index .pagination a.older:before { height: 1em; font-size: 1.3em; margin-top: -0.5em; position: absolute; top: 50%; } body.blogelator.posts.index .pagination a.older:before { right: 0.7em; } body.blogelator.posts.index .pagination a.newer { background-color: white; border: 1px solid #df0061; border-radius: 1.5em; color: #df0061; display: block; font-weight: bold; overflow: hidden; position: relative; text-align: center; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; transition: all 0.1s linear; padding: 0.8em 1.1em; padding-left: 2.6em; float: left; } body.blogelator.posts.index .pagination a.newer:active, body.blogelator.posts.index .pagination a.newer:hover { background-color: #df0061; color: white; } body.blogelator.posts.index .pagination a.newer:before { height: 1em; font-size: 1.3em; margin-top: -0.5em; position: absolute; top: 50%; } body.blogelator.posts.index .pagination a.newer:before { left: 0.7em; } .fa, body.blogelator.posts.show .more-posts a.previous:before, body.blogelator.posts.show .more-posts a.next:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-glass:before { content: "\f000"; } .fa-music:before { content: "\f001"; } .fa-search:before { content: "\f002"; } .fa-envelope-o:before { content: "\f003"; } .fa-heart:before { content: "\f004"; } .fa-star:before { content: "\f005"; } .fa-star-o:before { content: "\f006"; } .fa-user:before { content: "\f007"; } .fa-film:before { content: "\f008"; } .fa-th-large:before { content: "\f009"; } .fa-th:before { content: "\f00a"; } .fa-th-list:before { content: "\f00b"; } .fa-check:before { content: "\f00c"; } .fa-times:before { content: "\f00d"; } .fa-search-plus:before { content: "\f00e"; } .fa-search-minus:before { content: "\f010"; } .fa-power-off:before { content: "\f011"; } .fa-signal:before { content: "\f012"; } .fa-gear:before, .fa-cog:before { content: "\f013"; } .fa-trash-o:before { content: "\f014"; } .fa-home:before { content: "\f015"; } .fa-file-o:before { content: "\f016"; } .fa-clock-o:before { content: "\f017"; } .fa-road:before { content: "\f018"; } .fa-download:before { content: "\f019"; } .fa-arrow-circle-o-down:before { content: "\f01a"; } .fa-arrow-circle-o-up:before { content: "\f01b"; } .fa-inbox:before { content: "\f01c"; } .fa-play-circle-o:before { content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } .fa-refresh:before { content: "\f021"; } .fa-list-alt:before { content: "\f022"; } .fa-lock:before { content: "\f023"; } .fa-flag:before { content: "\f024"; } .fa-headphones:before { content: "\f025"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-up:before { content: "\f028"; } .fa-qrcode:before { content: "\f029"; } .fa-barcode:before { content: "\f02a"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-book:before { content: "\f02d"; } .fa-bookmark:before { content: "\f02e"; } .fa-print:before { content: "\f02f"; } .fa-camera:before { content: "\f030"; } .fa-font:before { content: "\f031"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-align-left:before { content: "\f036"; } .fa-align-center:before { content: "\f037"; } .fa-align-right:before { content: "\f038"; } .fa-align-justify:before { content: "\f039"; } .fa-list:before { content: "\f03a"; } .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-video-camera:before { content: "\f03d"; } .fa-picture-o:before { content: "\f03e"; } .fa-pencil:before { content: "\f040"; } .fa-map-marker:before { content: "\f041"; } .fa-adjust:before { content: "\f042"; } .fa-tint:before { content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } .fa-share-square-o:before { content: "\f045"; } .fa-check-square-o:before { content: "\f046"; } .fa-arrows:before { content: "\f047"; } .fa-step-backward:before { content: "\f048"; } .fa-fast-backward:before { content: "\f049"; } .fa-backward:before { content: "\f04a"; } .fa-play:before { content: "\f04b"; } .fa-pause:before { content: "\f04c"; } .fa-stop:before { content: "\f04d"; } .fa-forward:before { content: "\f04e"; } .fa-fast-forward:before { content: "\f050"; } .fa-step-forward:before { content: "\f051"; } .fa-eject:before { content: "\f052"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-plus-circle:before { content: "\f055"; } .fa-minus-circle:before { content: "\f056"; } .fa-times-circle:before { content: "\f057"; } .fa-check-circle:before { content: "\f058"; } .fa-question-circle:before { content: "\f059"; } .fa-info-circle:before { content: "\f05a"; } .fa-crosshairs:before { content: "\f05b"; } .fa-times-circle-o:before { content: "\f05c"; } .fa-check-circle-o:before { content: "\f05d"; } .fa-ban:before { content: "\f05e"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-mail-forward:before, .fa-share:before { content: "\f064"; } .fa-expand:before { content: "\f065"; } .fa-compress:before { content: "\f066"; } .fa-plus:before { content: "\f067"; } .fa-minus:before { content: "\f068"; } .fa-asterisk:before { content: "\f069"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-gift:before { content: "\f06b"; } .fa-leaf:before { content: "\f06c"; } .fa-fire:before { content: "\f06d"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } .fa-plane:before { content: "\f072"; } .fa-calendar:before { content: "\f073"; } .fa-random:before { content: "\f074"; } .fa-comment:before { content: "\f075"; } .fa-magnet:before { content: "\f076"; } .fa-chevron-up:before { content: "\f077"; } .fa-chevron-down:before { content: "\f078"; } .fa-retweet:before { content: "\f079"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-arrows-v:before { content: "\f07d"; } .fa-arrows-h:before { content: "\f07e"; } .fa-bar-chart-o:before { content: "\f080"; } .fa-twitter-square:before { content: "\f081"; } .fa-facebook-square:before { content: "\f082"; } .fa-camera-retro:before { content: "\f083"; } .fa-key:before { content: "\f084"; } .fa-gears:before, .fa-cogs:before { content: "\f085"; } .fa-comments:before { content: "\f086"; } .fa-thumbs-o-up:before { content: "\f087"; } .fa-thumbs-o-down:before { content: "\f088"; } .fa-star-half:before { content: "\f089"; } .fa-heart-o:before { content: "\f08a"; } .fa-sign-out:before { content: "\f08b"; } .fa-linkedin-square:before { content: "\f08c"; } .fa-thumb-tack:before { content: "\f08d"; } .fa-external-link:before { content: "\f08e"; } .fa-sign-in:before { content: "\f090"; } .fa-trophy:before { content: "\f091"; } .fa-github-square:before { content: "\f092"; } .fa-upload:before { content: "\f093"; } .fa-lemon-o:before { content: "\f094"; } .fa-phone:before { content: "\f095"; } .fa-square-o:before { content: "\f096"; } .fa-bookmark-o:before { content: "\f097"; } .fa-phone-square:before { content: "\f098"; } .fa-twitter:before { content: "\f099"; } .fa-facebook:before { content: "\f09a"; } .fa-github:before { content: "\f09b"; } .fa-unlock:before { content: "\f09c"; } .fa-credit-card:before { content: "\f09d"; } .fa-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bell:before { content: "\f0f3"; } .fa-certificate:before { content: "\f0a3"; } .fa-hand-o-right:before { content: "\f0a4"; } .fa-hand-o-left:before { content: "\f0a5"; } .fa-hand-o-up:before { content: "\f0a6"; } .fa-hand-o-down:before { content: "\f0a7"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-globe:before { content: "\f0ac"; } .fa-wrench:before { content: "\f0ad"; } .fa-tasks:before { content: "\f0ae"; } .fa-filter:before { content: "\f0b0"; } .fa-briefcase:before { content: "\f0b1"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-group:before, .fa-users:before { content: "\f0c0"; } .fa-chain:before, .fa-link:before { content: "\f0c1"; } .fa-cloud:before { content: "\f0c2"; } .fa-flask:before { content: "\f0c3"; } .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } .fa-paperclip:before { content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } .fa-square:before { content: "\f0c8"; } .fa-bars:before { content: "\f0c9"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-underline:before { content: "\f0cd"; } .fa-table:before { content: "\f0ce"; } .fa-magic:before { content: "\f0d0"; } .fa-truck:before { content: "\f0d1"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-plus:before { content: "\f0d5"; } .fa-money:before { content: "\f0d6"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-up:before { content: "\f0d8"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-columns:before { content: "\f0db"; } .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } .fa-sort-down:before, .fa-sort-asc:before { content: "\f0dd"; } .fa-sort-up:before, .fa-sort-desc:before { content: "\f0de"; } .fa-envelope:before { content: "\f0e0"; } .fa-linkedin:before { content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } .fa-comment-o:before { content: "\f0e5"; } .fa-comments-o:before { content: "\f0e6"; } .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } .fa-sitemap:before { content: "\f0e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } .fa-lightbulb-o:before { content: "\f0eb"; } .fa-exchange:before { content: "\f0ec"; } .fa-cloud-download:before { content: "\f0ed"; } .fa-cloud-upload:before { content: "\f0ee"; } .fa-user-md:before { content: "\f0f0"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-suitcase:before { content: "\f0f2"; } .fa-bell-o:before { content: "\f0a2"; } .fa-coffee:before { content: "\f0f4"; } .fa-cutlery:before { content: "\f0f5"; } .fa-file-text-o:before { content: "\f0f6"; } .fa-building-o:before { content: "\f0f7"; } .fa-hospital-o:before { content: "\f0f8"; } .fa-ambulance:before { content: "\f0f9"; } .fa-medkit:before { content: "\f0fa"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-beer:before { content: "\f0fc"; } .fa-h-square:before { content: "\f0fd"; } .fa-plus-square:before { content: "\f0fe"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angle-down:before { content: "\f107"; } .fa-desktop:before { content: "\f108"; } .fa-laptop:before { content: "\f109"; } .fa-tablet:before { content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } .fa-circle-o:before { content: "\f10c"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-spinner:before { content: "\f110"; } .fa-circle:before { content: "\f111"; } .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } .fa-github-alt:before { content: "\f113"; } .fa-folder-o:before { content: "\f114"; } .fa-folder-open-o:before { content: "\f115"; } .fa-smile-o:before { content: "\f118"; } .fa-frown-o:before { content: "\f119"; } .fa-meh-o:before { content: "\f11a"; } .fa-gamepad:before { content: "\f11b"; } .fa-keyboard-o:before { content: "\f11c"; } .fa-flag-o:before { content: "\f11d"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-terminal:before { content: "\f120"; } .fa-code:before { content: "\f121"; } .fa-reply-all:before { content: "\f122"; } .fa-mail-reply-all:before { content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } .fa-location-arrow:before { content: "\f124"; } .fa-crop:before { content: "\f125"; } .fa-code-fork:before { content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } .fa-question:before { content: "\f128"; } .fa-info:before { content: "\f129"; } .fa-exclamation:before { content: "\f12a"; } .fa-superscript:before { content: "\f12b"; } .fa-subscript:before { content: "\f12c"; } .fa-eraser:before { content: "\f12d"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-slash:before { content: "\f131"; } .fa-shield:before { content: "\f132"; } .fa-calendar-o:before { content: "\f133"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-rocket:before { content: "\f135"; } .fa-maxcdn:before { content: "\f136"; } .fa-chevron-circle-left:before, body.blogelator.posts.show .more-posts a.next:before { content: "\f137"; } .fa-chevron-circle-right:before, body.blogelator.posts.show .more-posts a.previous:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-html5:before { content: "\f13b"; } .fa-css3:before { content: "\f13c"; } .fa-anchor:before { content: "\f13d"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-bullseye:before { content: "\f140"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-rss-square:before { content: "\f143"; } .fa-play-circle:before { content: "\f144"; } .fa-ticket:before { content: "\f145"; } .fa-minus-square:before { content: "\f146"; } .fa-minus-square-o:before { content: "\f147"; } .fa-level-up:before { content: "\f148"; } .fa-level-down:before { content: "\f149"; } .fa-check-square:before { content: "\f14a"; } .fa-pencil-square:before { content: "\f14b"; } .fa-external-link-square:before { content: "\f14c"; } .fa-share-square:before { content: "\f14d"; } .fa-compass:before { content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } .fa-euro:before, .fa-eur:before { content: "\f153"; } .fa-gbp:before { content: "\f154"; } .fa-dollar:before, .fa-usd:before { content: "\f155"; } .fa-rupee:before, .fa-inr:before { content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } .fa-won:before, .fa-krw:before { content: "\f159"; } .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } .fa-file:before { content: "\f15b"; } .fa-file-text:before { content: "\f15c"; } .fa-sort-alpha-asc:before { content: "\f15d"; } .fa-sort-alpha-desc:before { content: "\f15e"; } .fa-sort-amount-asc:before { content: "\f160"; } .fa-sort-amount-desc:before { content: "\f161"; } .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbs-down:before { content: "\f165"; } .fa-youtube-square:before { content: "\f166"; } .fa-youtube:before { content: "\f167"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-youtube-play:before { content: "\f16a"; } .fa-dropbox:before { content: "\f16b"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-instagram:before { content: "\f16d"; } .fa-flickr:before { content: "\f16e"; } .fa-adn:before { content: "\f170"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitbucket-square:before { content: "\f172"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-up:before { content: "\f176"; } .fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-right:before { content: "\f178"; } .fa-apple:before { content: "\f179"; } .fa-windows:before { content: "\f17a"; } .fa-android:before { content: "\f17b"; } .fa-linux:before { content: "\f17c"; } .fa-dribbble:before { content: "\f17d"; } .fa-skype:before { content: "\f17e"; } .fa-foursquare:before { content: "\f180"; } .fa-trello:before { content: "\f181"; } .fa-female:before { content: "\f182"; } .fa-male:before { content: "\f183"; } .fa-gittip:before { content: "\f184"; } .fa-sun-o:before { content: "\f185"; } .fa-moon-o:before { content: "\f186"; } .fa-archive:before { content: "\f187"; } .fa-bug:before { content: "\f188"; } .fa-vk:before { content: "\f189"; } .fa-weibo:before { content: "\f18a"; } .fa-renren:before { content: "\f18b"; } .fa-pagelines:before { content: "\f18c"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-arrow-circle-o-right:before { content: "\f18e"; } .fa-arrow-circle-o-left:before { content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } .fa-dot-circle-o:before { content: "\f192"; } .fa-wheelchair:before { content: "\f193"; } .fa-vimeo-square:before { content: "\f194"; } .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } .fa-plus-square-o:before { content: "\f196"; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body.blogelator.posts.show .post > h1 { margin-bottom: 0; text-align: center; } body.blogelator.posts.show .post > h1 a { border-bottom: 1px solid white; color: #3e3e3e; text-decoration: none; -webkit-transition: border-bottom 0.2s linear; -moz-transition: border-bottom 0.2s linear; transition: border-bottom 0.2s linear; } body.blogelator.posts.show .post > h1 a:hover { border-bottom: 1px solid #ff79b3; } body.blogelator.posts.show .post > .date { text-align: center; } body.blogelator.posts.show .more-posts { *zoom: 1; max-width: 68em; margin-left: auto; margin-right: auto; max-width: 700px; padding: 0 1em; } body.blogelator.posts.show .more-posts:before, body.blogelator.posts.show .more-posts:after { content: " "; display: table; } body.blogelator.posts.show .more-posts:after { clear: both; } body.blogelator.posts.show .more-posts a.previous { background-color: white; border: 1px solid #df0061; border-radius: 1.5em; color: #df0061; display: block; font-weight: bold; overflow: hidden; position: relative; text-align: center; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; transition: all 0.1s linear; padding: 0.8em 1.1em; padding-right: 2.6em; float: right; } body.blogelator.posts.show .more-posts a.previous:active, body.blogelator.posts.show .more-posts a.previous:hover { background-color: #df0061; color: white; } body.blogelator.posts.show .more-posts a.previous:before { height: 1em; font-size: 1.3em; margin-top: -0.5em; position: absolute; top: 50%; } body.blogelator.posts.show .more-posts a.previous:before { right: 0.7em; } body.blogelator.posts.show .more-posts a.next { background-color: white; border: 1px solid #df0061; border-radius: 1.5em; color: #df0061; display: block; font-weight: bold; overflow: hidden; position: relative; text-align: center; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; transition: all 0.1s linear; padding: 0.8em 1.1em; padding-left: 2.6em; float: left; } body.blogelator.posts.show .more-posts a.next:active, body.blogelator.posts.show .more-posts a.next:hover { background-color: #df0061; color: white; } body.blogelator.posts.show .more-posts a.next:before { height: 1em; font-size: 1.3em; margin-top: -0.5em; position: absolute; top: 50%; } body.blogelator.posts.show .more-posts a.next:before { left: 0.7em; } body.blogelator.posts.show .more-posts a.previous, body.blogelator.posts.show .more-posts a.next { line-height: normal; max-width: 300px; text-align: left; width: auto; } body.blogelator.posts.show .more-posts a.previous time, body.blogelator.posts.show .more-posts a.next time { color: #a4a4a4; font-size: 0.8em; font-weight: normal; } body.blogelator.posts.show .more-posts a.previous:hover time, body.blogelator.posts.show .more-posts a.next:hover time { color: rgba(255, 255, 255, 0.8); } /* */ /* */ /* */ #ember-testing { border: 1px solid #ccc; display: block; height: 300px; overflow: auto; position: absolute; right: 1em; top: 200px; width: 400px; z-index: 9999; } #ember-app { zoom: 50%; } ;TI"required_assets_digest;TI"%e652d536ac8c78c47fff66ad1e9b0568;FI" _version;TI"%361c512b9086418778df946c0d278f91;F