@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   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;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

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

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

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address 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, 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 differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

@font-face {
  font-family: "ADAM";
  src: url('font/adam/adam-webfont.eot?1394085675');
  src: url('font/adam/adam-webfont.eot?&1394085675#iefix') format('embedded-opentype'), url('font/adam/adam-webfont.woff?1394085675') format('woff'), url('font/adam/adam-webfont.ttf?1394085675') format('truetype'), url('font/adam/adam-webfont.svg?1394085675') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
@include font-face(
	'TeXGyreAdventor',
	font-files(
		'tex-gyre-adventor/texgyreadventor-regular-webfont.woff',
		'tex-gyre-adventor/texgyreadventor-regular-webfont.ttf',
		'tex-gyre-adventor/texgyreadventor-regular-webfont.svg'
	),
  'tex-gyre-adventor/texgyreadventor-regular-webfont.eot',
	normal,
	normal
);

@include font-face(
	'TeXGyreAdventor',
	font-files(
		'tex-gyre-adventor/texgyreadventor-bold-webfont.woff',
		'tex-gyre-adventor/texgyreadventor-bold-webfont.ttf',
		'tex-gyre-adventor/texgyreadventor-bold-webfont.svg'
	),
  'tex-gyre-adventor/texgyreadventor-bold-webfont.eot',
	bold,
	normal
);
*/
@font-face {
  font-family: "fontello-entypo";
  src: url('font/fontello-entypo/fontello-entypo.eot?1394085675');
  src: url('font/fontello-entypo/fontello-entypo.eot?&1394085675#iefix') format('embedded-opentype'), url('font/fontello-entypo/fontello-entypo.woff?1394085675') format('woff'), url('font/fontello-entypo/fontello-entypo.ttf?1394085675') format('truetype'), url('font/fontello-entypo/fontello-entypo.svg?1394085675') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?746683#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello-entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-note:before {
  content: '\e800';
}

/* '' */
.icon-logo-db:before {
  content: '\e91b';
}

/* '' */
.icon-music:before {
  content: '\e802';
}

/* '' */
.icon-search:before {
  content: '\e803';
}

/* '' */
.icon-flashlight:before {
  content: '\e804';
}

/* '' */
.icon-mail:before {
  content: '\e805';
}

/* '' */
.icon-heart:before {
  content: '\e806';
}

/* '' */
.icon-heart-empty:before {
  content: '\e807';
}

/* '' */
.icon-star:before {
  content: '\e808';
}

/* '' */
.icon-star-empty:before {
  content: '\e809';
}

/* '' */
.icon-user:before {
  content: '\e80a';
}

/* '' */
.icon-users:before {
  content: '\e80b';
}

/* '' */
.icon-user-add:before {
  content: '\e80c';
}

/* '' */
.icon-video:before {
  content: '\e80d';
}

/* '' */
.icon-picture:before {
  content: '\e80e';
}

/* '' */
.icon-camera:before {
  content: '\e80f';
}

/* '' */
.icon-layout:before {
  content: '\e810';
}

/* '' */
.icon-menu:before {
  content: '\e811';
}

/* '' */
.icon-check:before {
  content: '\e812';
}

/* '' */
.icon-cancel:before {
  content: '\e813';
}

/* '' */
.icon-cancel-circled:before {
  content: '\e814';
}

/* '' */
.icon-cancel-squared:before {
  content: '\e815';
}

/* '' */
.icon-plus:before {
  content: '\e816';
}

/* '' */
.icon-plus-circled:before {
  content: '\e817';
}

/* '' */
.icon-plus-squared:before {
  content: '\e818';
}

/* '' */
.icon-minus:before {
  content: '\e819';
}

/* '' */
.icon-minus-circled:before {
  content: '\e81a';
}

/* '' */
.icon-minus-squared:before {
  content: '\e81b';
}

/* '' */
.icon-help:before {
  content: '\e81c';
}

/* '' */
.icon-help-circled:before {
  content: '\e81d';
}

/* '' */
.icon-info:before {
  content: '\e81e';
}

/* '' */
.icon-info-circled:before {
  content: '\e81f';
}

/* '' */
.icon-back:before {
  content: '\e820';
}

/* '' */
.icon-home:before {
  content: '\e821';
}

/* '' */
.icon-link:before {
  content: '\e822';
}

/* '' */
.icon-attach:before {
  content: '\e823';
}

/* '' */
.icon-lock:before {
  content: '\e824';
}

/* '' */
.icon-lock-open:before {
  content: '\e825';
}

/* '' */
.icon-eye:before {
  content: '\e826';
}

/* '' */
.icon-tag:before {
  content: '\e827';
}

/* '' */
.icon-bookmark:before {
  content: '\e828';
}

/* '' */
.icon-bookmarks:before {
  content: '\e829';
}

/* '' */
.icon-flag:before {
  content: '\e82a';
}

/* '' */
.icon-thumbs-up:before {
  content: '\e82b';
}

/* '' */
.icon-thumbs-down:before {
  content: '\e82c';
}

/* '' */
.icon-download:before {
  content: '\e82d';
}

/* '' */
.icon-upload:before {
  content: '\e82e';
}

/* '' */
.icon-upload-cloud:before {
  content: '\e82f';
}

/* '' */
.icon-reply:before {
  content: '\e830';
}

/* '' */
.icon-reply-all:before {
  content: '\e831';
}

/* '' */
.icon-forward:before {
  content: '\e832';
}

/* '' */
.icon-quote:before {
  content: '\e833';
}

/* '' */
.icon-code:before {
  content: '\e834';
}

/* '' */
.icon-export:before {
  content: '\e835';
}

/* '' */
.icon-pencil:before {
  content: '\e836';
}

/* '' */
.icon-feather:before {
  content: '\e837';
}

/* '' */
.icon-print:before {
  content: '\e838';
}

/* '' */
.icon-retweet:before {
  content: '\e839';
}

/* '' */
.icon-keyboard:before {
  content: '\e83a';
}

/* '' */
.icon-comment:before {
  content: '\e83b';
}

/* '' */
.icon-chat:before {
  content: '\e83c';
}

/* '' */
.icon-bell:before {
  content: '\e83d';
}

/* '' */
.icon-attention:before {
  content: '\e83e';
}

/* '' */
.icon-alert:before {
  content: '\e83f';
}

/* '' */
.icon-vcard:before {
  content: '\e840';
}

/* '' */
.icon-address:before {
  content: '\e841';
}

/* '' */
.icon-location:before {
  content: '\e842';
}

/* '' */
.icon-map:before {
  content: '\e843';
}

/* '' */
.icon-direction:before {
  content: '\e844';
}

/* '' */
.icon-compass:before {
  content: '\e845';
}

/* '' */
.icon-cup:before {
  content: '\e846';
}

/* '' */
.icon-trash:before {
  content: '\e847';
}

/* '' */
.icon-doc:before {
  content: '\e848';
}

/* '' */
.icon-docs:before {
  content: '\e849';
}

/* '' */
.icon-doc-landscape:before {
  content: '\e84a';
}

/* '' */
.icon-doc-text:before {
  content: '\e84b';
}

/* '' */
.icon-doc-text-inv:before {
  content: '\e84c';
}

/* '' */
.icon-newspaper:before {
  content: '\e84d';
}

/* '' */
.icon-book-open:before {
  content: '\e84e';
}

/* '' */
.icon-book:before {
  content: '\e84f';
}

/* '' */
.icon-folder:before {
  content: '\e850';
}

/* '' */
.icon-archive:before {
  content: '\e851';
}

/* '' */
.icon-box:before {
  content: '\e852';
}

/* '' */
.icon-rss:before {
  content: '\e853';
}

/* '' */
.icon-phone:before {
  content: '\e854';
}

/* '' */
.icon-cog:before {
  content: '\e855';
}

/* '' */
.icon-tools:before {
  content: '\e856';
}

/* '' */
.icon-share:before {
  content: '\e857';
}

/* '' */
.icon-shareable:before {
  content: '\e858';
}

/* '' */
.icon-basket:before {
  content: '\e859';
}

/* '' */
.icon-bag:before {
  content: '\e85a';
}

/* '' */
.icon-calendar:before {
  content: '\e85b';
}

/* '' */
.icon-login:before {
  content: '\e85c';
}

/* '' */
.icon-logout:before {
  content: '\e85d';
}

/* '' */
.icon-mic:before {
  content: '\e85e';
}

/* '' */
.icon-mute:before {
  content: '\e85f';
}

/* '' */
.icon-sound:before {
  content: '\e860';
}

/* '' */
.icon-volume:before {
  content: '\e861';
}

/* '' */
.icon-clock:before {
  content: '\e862';
}

/* '' */
.icon-hourglass:before {
  content: '\e863';
}

/* '' */
.icon-lamp:before {
  content: '\e864';
}

/* '' */
.icon-light-down:before {
  content: '\e865';
}

/* '' */
.icon-light-up:before {
  content: '\e866';
}

/* '' */
.icon-adjust:before {
  content: '\e867';
}

/* '' */
.icon-block:before {
  content: '\e868';
}

/* '' */
.icon-resize-full:before {
  content: '\e869';
}

/* '' */
.icon-resize-small:before {
  content: '\e86a';
}

/* '' */
.icon-popup:before {
  content: '\e86b';
}

/* '' */
.icon-publish:before {
  content: '\e86c';
}

/* '' */
.icon-window:before {
  content: '\e86d';
}

/* '' */
.icon-arrow-combo:before {
  content: '\e86e';
}

/* '' */
.icon-down-circled:before {
  content: '\e86f';
}

/* '' */
.icon-left-circled:before {
  content: '\e870';
}

/* '' */
.icon-right-circled:before {
  content: '\e871';
}

/* '' */
.icon-up-circled:before {
  content: '\e872';
}

/* '' */
.icon-down-open:before {
  content: '\e873';
}

/* '' */
.icon-left-open:before {
  content: '\e874';
}

/* '' */
.icon-right-open:before {
  content: '\e875';
}

/* '' */
.icon-up-open:before {
  content: '\e876';
}

/* '' */
.icon-down-open-mini:before {
  content: '\e877';
}

/* '' */
.icon-left-open-mini:before {
  content: '\e878';
}

/* '' */
.icon-right-open-mini:before {
  content: '\e879';
}

/* '' */
.icon-up-open-mini:before {
  content: '\e87a';
}

/* '' */
.icon-down-open-big:before {
  content: '\e87b';
}

/* '' */
.icon-left-open-big:before {
  content: '\e87c';
}

/* '' */
.icon-right-open-big:before {
  content: '\e87d';
}

/* '' */
.icon-up-open-big:before {
  content: '\e87e';
}

/* '' */
.icon-down:before {
  content: '\e87f';
}

/* '' */
.icon-left:before {
  content: '\e880';
}

/* '' */
.icon-right:before {
  content: '\e881';
}

/* '' */
.icon-up:before {
  content: '\e882';
}

/* '' */
.icon-down-dir:before {
  content: '\e883';
}

/* '' */
.icon-left-dir:before {
  content: '\e884';
}

/* '' */
.icon-right-dir:before {
  content: '\e885';
}

/* '' */
.icon-up-dir:before {
  content: '\e886';
}

/* '' */
.icon-down-bold:before {
  content: '\e887';
}

/* '' */
.icon-left-bold:before {
  content: '\e888';
}

/* '' */
.icon-right-bold:before {
  content: '\e889';
}

/* '' */
.icon-up-bold:before {
  content: '\e88a';
}

/* '' */
.icon-down-thin:before {
  content: '\e88b';
}

/* '' */
.icon-left-thin:before {
  content: '\e88c';
}

/* '' */
.icon-right-thin:before {
  content: '\e88d';
}

/* '' */
.icon-note-beamed:before {
  content: '\e801';
}

/* '' */
.icon-ccw:before {
  content: '\e88f';
}

/* '' */
.icon-cw:before {
  content: '\e890';
}

/* '' */
.icon-arrows-ccw:before {
  content: '\e891';
}

/* '' */
.icon-level-down:before {
  content: '\e892';
}

/* '' */
.icon-level-up:before {
  content: '\e893';
}

/* '' */
.icon-shuffle:before {
  content: '\e894';
}

/* '' */
.icon-loop:before {
  content: '\e895';
}

/* '' */
.icon-switch:before {
  content: '\e896';
}

/* '' */
.icon-play:before {
  content: '\e897';
}

/* '' */
.icon-stop:before {
  content: '\e898';
}

/* '' */
.icon-pause:before {
  content: '\e899';
}

/* '' */
.icon-record:before {
  content: '\e89a';
}

/* '' */
.icon-to-end:before {
  content: '\e89b';
}

/* '' */
.icon-to-start:before {
  content: '\e89c';
}

/* '' */
.icon-fast-forward:before {
  content: '\e89d';
}

/* '' */
.icon-fast-backward:before {
  content: '\e89e';
}

/* '' */
.icon-progress-0:before {
  content: '\e89f';
}

/* '' */
.icon-progress-1:before {
  content: '\e8a0';
}

/* '' */
.icon-progress-2:before {
  content: '\e8a1';
}

/* '' */
.icon-progress-3:before {
  content: '\e8a2';
}

/* '' */
.icon-target:before {
  content: '\e8a3';
}

/* '' */
.icon-palette:before {
  content: '\e8a4';
}

/* '' */
.icon-list:before {
  content: '\e8a5';
}

/* '' */
.icon-list-add:before {
  content: '\e8a6';
}

/* '' */
.icon-signal:before {
  content: '\e8a7';
}

/* '' */
.icon-trophy:before {
  content: '\e8a8';
}

/* '' */
.icon-battery:before {
  content: '\e8a9';
}

/* '' */
.icon-back-in-time:before {
  content: '\e8aa';
}

/* '' */
.icon-monitor:before {
  content: '\e8ab';
}

/* '' */
.icon-mobile:before {
  content: '\e8ac';
}

/* '' */
.icon-network:before {
  content: '\e8ad';
}

/* '' */
.icon-cd:before {
  content: '\e8ae';
}

/* '' */
.icon-inbox:before {
  content: '\e8af';
}

/* '' */
.icon-install:before {
  content: '\e8b0';
}

/* '' */
.icon-globe:before {
  content: '\e8b1';
}

/* '' */
.icon-cloud:before {
  content: '\e8b2';
}

/* '' */
.icon-cloud-thunder:before {
  content: '\e8b3';
}

/* '' */
.icon-flash:before {
  content: '\e8b4';
}

/* '' */
.icon-moon:before {
  content: '\e8b5';
}

/* '' */
.icon-flight:before {
  content: '\e8b6';
}

/* '' */
.icon-paper-plane:before {
  content: '\e8b7';
}

/* '' */
.icon-leaf:before {
  content: '\e8b8';
}

/* '' */
.icon-lifebuoy:before {
  content: '\e8b9';
}

/* '' */
.icon-mouse:before {
  content: '\e8ba';
}

/* '' */
.icon-briefcase:before {
  content: '\e8bb';
}

/* '' */
.icon-suitcase:before {
  content: '\e8bc';
}

/* '' */
.icon-dot:before {
  content: '\e8bd';
}

/* '' */
.icon-dot-2:before {
  content: '\e8be';
}

/* '' */
.icon-dot-3:before {
  content: '\e8bf';
}

/* '' */
.icon-brush:before {
  content: '\e8c0';
}

/* '' */
.icon-magnet:before {
  content: '\e8c1';
}

/* '' */
.icon-infinity:before {
  content: '\e8c2';
}

/* '' */
.icon-erase:before {
  content: '\e8c3';
}

/* '' */
.icon-chart-pie:before {
  content: '\e8c4';
}

/* '' */
.icon-chart-line:before {
  content: '\e8c5';
}

/* '' */
.icon-chart-bar:before {
  content: '\e8c6';
}

/* '' */
.icon-chart-area:before {
  content: '\e8c7';
}

/* '' */
.icon-tape:before {
  content: '\e8c8';
}

/* '' */
.icon-graduation-cap:before {
  content: '\e8c9';
}

/* '' */
.icon-language:before {
  content: '\e8ca';
}

/* '' */
.icon-ticket:before {
  content: '\e8cb';
}

/* '' */
.icon-water:before {
  content: '\e8cc';
}

/* '' */
.icon-droplet:before {
  content: '\e8cd';
}

/* '' */
.icon-air:before {
  content: '\e8ce';
}

/* '' */
.icon-credit-card:before {
  content: '\e8cf';
}

/* '' */
.icon-floppy:before {
  content: '\e8d0';
}

/* '' */
.icon-clipboard:before {
  content: '\e8d1';
}

/* '' */
.icon-megaphone:before {
  content: '\e8d2';
}

/* '' */
.icon-database:before {
  content: '\e8d3';
}

/* '' */
.icon-drive:before {
  content: '\e8d4';
}

/* '' */
.icon-bucket:before {
  content: '\e8d5';
}

/* '' */
.icon-thermometer:before {
  content: '\e8d6';
}

/* '' */
.icon-key:before {
  content: '\e8d7';
}

/* '' */
.icon-flow-cascade:before {
  content: '\e8d8';
}

/* '' */
.icon-flow-branch:before {
  content: '\e8d9';
}

/* '' */
.icon-flow-tree:before {
  content: '\e8da';
}

/* '' */
.icon-flow-line:before {
  content: '\e8db';
}

/* '' */
.icon-flow-parallel:before {
  content: '\e8dc';
}

/* '' */
.icon-rocket:before {
  content: '\e8dd';
}

/* '' */
.icon-gauge:before {
  content: '\e8de';
}

/* '' */
.icon-traffic-cone:before {
  content: '\e8df';
}

/* '' */
.icon-cc:before {
  content: '\e8e0';
}

/* '' */
.icon-cc-by:before {
  content: '\e8e1';
}

/* '' */
.icon-cc-nc:before {
  content: '\e8e2';
}

/* '' */
.icon-cc-nc-eu:before {
  content: '\e8e3';
}

/* '' */
.icon-cc-nc-jp:before {
  content: '\e8e4';
}

/* '' */
.icon-cc-sa:before {
  content: '\e8e5';
}

/* '' */
.icon-cc-nd:before {
  content: '\e8e6';
}

/* '' */
.icon-cc-pd:before {
  content: '\e8e7';
}

/* '' */
.icon-cc-zero:before {
  content: '\e8e8';
}

/* '' */
.icon-cc-share:before {
  content: '\e8e9';
}

/* '' */
.icon-cc-remix:before {
  content: '\e8ea';
}

/* '' */
.icon-github:before {
  content: '\e8eb';
}

/* '' */
.icon-github-circled:before {
  content: '\e8ec';
}

/* '' */
.icon-flickr:before {
  content: '\e8ed';
}

/* '' */
.icon-flickr-circled:before {
  content: '\e8ee';
}

/* '' */
.icon-vimeo:before {
  content: '\e8ef';
}

/* '' */
.icon-vimeo-circled:before {
  content: '\e8f0';
}

/* '' */
.icon-twitter:before {
  content: '\e8f1';
}

/* '' */
.icon-twitter-circled:before {
  content: '\e8f2';
}

/* '' */
.icon-facebook:before {
  content: '\e8f3';
}

/* '' */
.icon-facebook-circled:before {
  content: '\e8f4';
}

/* '' */
.icon-facebook-squared:before {
  content: '\e8f5';
}

/* '' */
.icon-gplus:before {
  content: '\e8f6';
}

/* '' */
.icon-gplus-circled:before {
  content: '\e8f7';
}

/* '' */
.icon-pinterest:before {
  content: '\e8f8';
}

/* '' */
.icon-pinterest-circled:before {
  content: '\e8f9';
}

/* '' */
.icon-tumblr:before {
  content: '\e8fa';
}

/* '' */
.icon-tumblr-circled:before {
  content: '\e8fb';
}

/* '' */
.icon-linkedin:before {
  content: '\e8fc';
}

/* '' */
.icon-linkedin-circled:before {
  content: '\e8fd';
}

/* '' */
.icon-dribbble:before {
  content: '\e8fe';
}

/* '' */
.icon-dribbble-circled:before {
  content: '\e8ff';
}

/* '' */
.icon-stumbleupon:before {
  content: '\e900';
}

/* '' */
.icon-stumbleupon-circled:before {
  content: '\e901';
}

/* '' */
.icon-lastfm:before {
  content: '\e902';
}

/* '' */
.icon-lastfm-circled:before {
  content: '\e903';
}

/* '' */
.icon-rdio:before {
  content: '\e904';
}

/* '' */
.icon-rdio-circled:before {
  content: '\e905';
}

/* '' */
.icon-spotify:before {
  content: '\e906';
}

/* '' */
.icon-spotify-circled:before {
  content: '\e907';
}

/* '' */
.icon-qq:before {
  content: '\e908';
}

/* '' */
.icon-instagram:before {
  content: '\e909';
}

/* '' */
.icon-dropbox:before {
  content: '\e90a';
}

/* '' */
.icon-evernote:before {
  content: '\e90b';
}

/* '' */
.icon-flattr:before {
  content: '\e90c';
}

/* '' */
.icon-skype:before {
  content: '\e90d';
}

/* '' */
.icon-skype-circled:before {
  content: '\e90e';
}

/* '' */
.icon-renren:before {
  content: '\e90f';
}

/* '' */
.icon-sina-weibo:before {
  content: '\e910';
}

/* '' */
.icon-paypal:before {
  content: '\e911';
}

/* '' */
.icon-picasa:before {
  content: '\e912';
}

/* '' */
.icon-soundcloud:before {
  content: '\e913';
}

/* '' */
.icon-mixi:before {
  content: '\e914';
}

/* '' */
.icon-behance:before {
  content: '\e915';
}

/* '' */
.icon-google-circles:before {
  content: '\e916';
}

/* '' */
.icon-vkontakte:before {
  content: '\e917';
}

/* '' */
.icon-smashing:before {
  content: '\e918';
}

/* '' */
.icon-sweden:before {
  content: '\e919';
}

/* '' */
.icon-db-shape:before {
  content: '\e91a';
}

/* '' */
.icon-up-thin:before {
  content: '\e88e';
}

/* '' */
/* GitHub Theme */
.prettyprint {
  background: white;
  font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 10px;
}

.pln {
  color: #333333;
}

@media screen {
  .str {
    color: #dd1144;
  }

  .kwd {
    color: #333333;
  }

  .com {
    color: #999988;
  }

  .typ {
    color: #445588;
  }

  .lit {
    color: #445588;
  }

  .pun {
    color: #333333;
  }

  .opn {
    color: #333333;
  }

  .clo {
    color: #333333;
  }

  .tag {
    color: navy;
  }

  .atn {
    color: teal;
  }

  .atv {
    color: #dd1144;
  }

  .dec {
    color: #333333;
  }

  .var {
    color: teal;
  }

  .fun {
    color: #990000;
  }
}
@media print, projection {
  .str {
    color: #006600;
  }

  .kwd {
    color: #006;
    font-weight: bold;
  }

  .com {
    color: #600;
    font-style: italic;
  }

  .typ {
    color: #404;
    font-weight: bold;
  }

  .lit {
    color: #004444;
  }

  .pun, .opn, .clo {
    color: #444400;
  }

  .tag {
    color: #006;
    font-weight: bold;
  }

  .atn {
    color: #440044;
  }

  .atv {
    color: #006600;
  }
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}

/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  /* */
}

/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  /* */
}

a, a img, #nav-toggle .icon, #backtop .icon {
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #1a1a1a;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
}
body ::selection {
  background: #33a6b8;
  color: white;
}

a {
  cursor: pointer;
  -moz-transition-property: color, opacity, background-color;
  -o-transition-property: color, opacity, background-color;
  -webkit-transition-property: color, opacity, background-color;
  transition-property: color, opacity, background-color;
  color: #33a6b8;
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
}
a:hover {
  opacity: 0.7;
}

.hovercolor a {
  color: #1a1a1a;
}
.hovercolor a:hover {
  color: #33a6b8;
}

.hovercolor-sub a {
  color: #999999;
}
.hovercolor-sub a:hover {
  color: #33a6b8;
}

.hovercolor-inverse a {
  color: white;
}
.hovercolor-inverse a:hover {
  color: #33a6b8;
}

.hovercolor-icon i:hover {
  color: #33a6b8;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  text-align: left;
}

.global-border {
  display: none;
  position: fixed;
  background-color: white;
  z-index: 20000;
}

body.showborder .global-border {
  display: block;
}

.border-top,
.border-bottom {
  left: 0;
  width: 100%;
  height: 15px;
}

.border-top {
  top: 0;
}

.border-bottom {
  bottom: 0;
}

.border-left,
.border-right {
  top: 0;
  width: 15px;
  height: 100%;
}

.border-left {
  left: 0;
}

.border-right {
  right: 0;
}

#nav {
  opacity: 0;
  position: fixed;
  z-index: 30000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1a1a1a;
  color: white;
  font-size: 75%;
}
#nav .inner {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 15%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#nav #navlist {
  list-style: none;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
#nav #navlist li {
  display: table-cell;
}
#nav #navlist a {
  display: block;
  padding: 4.3em 0;
}

#nav-toggle {
  position: fixed;
  z-index: 40000;
  right: 15px;
  top: 15px;
  color: #1a1a1a;
}
#nav-toggle .icon {
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}
#nav-toggle .icon.open {
  display: block;
}
#nav-toggle .icon.close {
  display: none;
}
#nav-toggle .icon:before {
  margin: 0;
}
#nav-toggle.navopen {
  color: white;
}
#nav-toggle.navopen .icon.open {
  display: none;
}
#nav-toggle.navopen .icon.close {
  display: block;
}

body.showborder #nav-toggle {
  right: 30px;
  top: 30px;
}

#wrapper {
  position: relative;
  z-index: 100;
  background-color: whitesmoke;
  top: 0;
}

body.showborder #wrapper {
  padding: 15px;
}

#inner {
  max-width: 800px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 6%;
}

#header {
  padding-top: 5em;
  margin: 0 0 5em 0;
}
#header .title .profileImg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 0;
}
#header .title .profileImg img {
  width: auto;
  height: 70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#header .title .text {
  display: inline-block;
  vertical-align: middle;
}
#header .title .text h1 {
  margin: 0;
  font-size: 230%;
  font-family: "ADAM", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#header .title .text .description {
  margin: 0;
  font-size: 80%;
  color: #999999;
  font-family: "Lora", serif;
  font-style: italic;
  letter-spacing: 0.05em;
}

#main .article {
  margin-top: 4em;
  border-top: 2px dashed rgba(0, 0, 0, 0.07);
  padding-top: 4em;
}
#main .article:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
#main .article .icon {
  font-size: 110%;
}
#main .article .icon:before {
  margin-left: 0;
}
#main .article .article-header h1 {
  font-size: 180%;
  line-height: 1.4;
  margin: 0 0 0.2em 0;
}
#main .article .article-header .date {
  font-size: 80%;
  color: #999999;
  line-height: 1.4;
  font-family: "Lora", serif;
  font-style: italic;
  letter-spacing: 0.05em;
  margin: 0;
}
#main .article .article-content {
  margin-top: 2em;
}
#main .article .article-content h1, #main .article .article-content h2, #main .article .article-content h3, #main .article .article-content h4, #main .article .article-content h5, #main .article .article-content h6 {
  margin: 1.3em 0 0 0;
}
#main .article .article-content h1 {
  font-size: 180%;
}
#main .article .article-content h2 {
  font-size: 160%;
}
#main .article .article-content h3 {
  font-size: 140%;
}
#main .article .article-content h4 {
  font-size: 120%;
}
#main .article .article-content h5 {
  font-size: 110%;
}
#main .article .article-content h6 {
  font-size: 100%;
}
#main .article .article-content p {
  margin: 1.4em 0 0 0;
}
#main .article .article-content ul,
#main .article .article-content ol {
  margin: 1em 0 0 1.3em;
  padding: 0;
}
#main .article .article-content ul ul,
#main .article .article-content ul ol,
#main .article .article-content ol ul,
#main .article .article-content ol ol {
  margin-top: 0;
}
#main .article .article-content img {
  border: 0;
  max-width: 100%;
  height: auto;
}
#main .article .article-content hr {
  width: 15%;
  height: 1px;
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 3em auto;
}
#main .article .article-content code {
  background: #e8e8e8;
  border: none;
  -moz-border-radius: 1.66667px;
  -webkit-border-radius: 1.66667px;
  border-radius: 1.66667px;
  padding: 2px 4px;
  margin: 0 3px;
  font-family: "Source Code Pro", sans-serif;
  font-size: 90%;
}
#main .article .article-content pre {
  width: 100%;
  margin: 1.3em 0;
  padding: 1.5em;
  background: #e8e8e8;
  border: none;
  font-family: "Source Code Pro", sans-serif;
  font-size: 85%;
  line-height: 1.52;
  white-space: pre;
  overflow: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#main .article .article-content pre code {
  background: none;
  border: none;
  font-size: 100%;
  padding: 0;
  margin: 0;
  font-family: inherit;
}
#main .article .article-content .source {
  margin: 1em 0 0 0;
}
#main .article .article-content blockquote {
  margin-left: 0.25em;
  margin-right: 0;
  border-left: 3px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0 5px 1em;
  font-style: italic;
}
#main .article .article-content blockquote > *:first-child {
  margin-top: 0;
}
#main .article .article-content blockquote.short {
  font-size: 200%;
}
#main .article .article-content blockquote.medium {
  font-size: 130%;
}
#main .article .article-content blockquote.long {
  font-size: 100%;
}
#main .article .article-content iframe {
  margin: 1.3em 0;
  max-width: 100%;
}
#main .article .article-content table {
  margin: 1.3em 0;
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
}
#main .article .article-content table thead {
  background: #f0f0f0;
}
#main .article .article-content table tr:nth-child(even) {
  background: #fafafa;
}
#main .article .article-content table th,
#main .article .article-content table td {
  border: 1px solid #ddd;
  border-right: nonw;
  border-bottom: none;
  padding: 0.5em 1em;
}
#main .article .article-content .amazlet-box {
  margin: 1.5em 0;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  padding: 1em;
}
#main .article .article-content .amazlet-box .amazlet-image,
#main .article .article-content .amazlet-box .amazlet-info {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
#main .article .article-content .amazlet-box .amazlet-image {
  max-width: 20%;
}
#main .article .article-content .amazlet-box .amazlet-image img {
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-right: 1.5em;
  width: 100%;
  height: auto;
}
#main .article .article-content .amazlet-box .amazlet-info {
  max-width: 80%;
}
#main .article .article-content .amazlet-box .amazlet-info .amazlet-powered-date,
#main .article .article-content .amazlet-box .amazlet-info .amazlet-detail,
#main .article .article-content .amazlet-box .amazlet-info .amazlet-sub-info {
  font-size: 80%;
}
#main .article .article-content .amazlet-box .amazlet-info .amazlet-detail {
  margin-top: 0.5em;
}
#main .article .article-content .amazlet-box .amazlet-info .amazlet-sub-info {
  margin-top: 0.5em;
}
#main .article .article-content .sticky-itslink {
  margin: 1.5em 0;
  width: 100%;
  background-color: white;
  padding: 1em;
}
#main .article .article-content .sticky-itslink > a,
#main .article .article-content .sticky-itslink .sticky-itslinktext {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
#main .article .article-content .sticky-itslink > a {
  margin-right: 1.5em;
}
#main .article .article-content .sticky-itslink > a img {
  float: none !important;
  margin: 0 !important;
}
#main .article .article-content .sticky-itslink .sticky-itslinktext {
  font-size: 80%;
}
#main .article .article-content .sticky-itslink .sticky-itslinktext > a {
  font-size: 120%;
}
#main .article .article-content .sticky-itslink .sticky-itslinktext img {
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#main .article .article-content .sticky-itslink .sticky-itslinktext span {
  font-size: 100% !important;
}
#main .article .article-footer {
  margin-top: 3.5em;
  font-size: 80%;
  color: #999999;
  font-family: "Lora", serif;
  font-style: italic;
  letter-spacing: 0.05em;
}
#main .article .article-footer .reblogged_from {
  margin-bottom: 1em;
}
#main .article .article-footer .reblogged_from span.from:after {
  content: " / ";
  margin: 0;
  color: #b3b3b3;
}
#main .article .article-footer .reblogged_from span a {
  margin-left: 3px;
}
#main .article .article-footer .reblogged_from span a img {
  margin-right: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: text-bottom;
}
#main .article .article-footer .buttons {
  margin: 1.5em 0;
  padding: 0;
}
#main .article .article-footer .buttons li {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  border: 1px solid #ddd;
  height: 30px;
  padding: 10px 30px 25px;
  -moz-border-radius: 2.5px;
  -webkit-border-radius: 2.5px;
  border-radius: 2.5px;
  margin-left: 10px;
}
#main .article .article-footer .buttons li:first-child {
  margin-left: 0;
}
#main .article .article-footer .share {
  margin: 2em 0 3em 0;
  height: 20px;
  line-height: 20px;
}
#main .article .article-footer .share .button {
  height: 20px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-left: 5px;
}
#main .article .article-footer .share .button:first-child {
  margin-left: 0;
}
#main .article .article-footer .notes-detail {
  margin-top: 1em;
}
#main .article .article-footer .notes-detail ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main .article .article-footer .notes-detail ol li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 0.8em 0;
}
#main .article .article-footer .notes-detail ol li:first-child {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
#main .article .article-footer .notes-detail ol li .avatar {
  margin-right: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: text-bottom;
}
#main .article .article-footer .notes-detail ol li blockquote {
  margin: 0.5em 0 0.5em 0.8em;
  border-left: 2px solid #ddd;
  padding: 2px 1em;
}
#main .article.photo .article-content {
  margin-top: 3em;
}
#main .article.photo .article-content .html_photoset {
  line-height: 0;
}
#main .article.photo .article-content .html_photoset iframe {
  margin: 0;
}
#main .article.audio .article-content {
  margin-top: 2.8em;
}
#main .article.audio .article-content .audio_player iframe {
  margin: 0;
}
#main .article.video .article-content {
  margin-top: 3em;
}
#main .article.video .article-content .video_wrapper iframe {
  margin: 0;
}
#main .article.quote .article-content {
  margin-top: 2.8em;
}
#main .article.chat .article-content {
  margin-top: 2.8em;
}
#main .article.chat .article-content .chatlist {
  margin: 1em 0 0 0;
  list-style: none;
  padding: 0;
}
#main .article.chat .article-content .chatlist li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 0.8em 0;
}
#main .article.chat .article-content .chatlist li:first-child {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
#main .article.chat .article-content .chatlist li .name {
  background: #e1e1e1;
  -moz-border-radius: 1.66667px;
  -webkit-border-radius: 1.66667px;
  border-radius: 1.66667px;
  padding: 3px 0.8em;
  margin: 0;
  font-size: 90%;
}
#main .article.chat .article-content .chatlist li .text {
  display: block;
  margin: 0.2em 0 0 0;
}

#pagination {
  margin-top: 4em;
  border-top: 2px dashed rgba(0, 0, 0, 0.07);
  padding-top: 4.5em;
  font-family: "ADAM", sans-serif;
  text-transform: uppercase;
  font-size: 80%;
  text-align: center;
  position: relative;
}
#pagination:after {
  clear: both;
  content: "";
  display: block;
}
#pagination .link.prev {
  position: absolute;
  left: 0;
}
#pagination .link.next {
  position: absolute;
  right: 0;
}

#footer {
  margin-top: 7em;
  padding-bottom: 2em;
  font-size: 80%;
  color: #999999;
  font-family: "Lora", serif;
  font-style: italic;
  letter-spacing: 0.05em;
}

#backtop {
  position: fixed;
  z-index: 40000;
  right: 15px;
  bottom: 15px;
  color: #1a1a1a;
}
#backtop .icon {
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

body.showborder #backtop {
  right: 30px;
  bottom: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 540px) {
  body {
    font-size: 13.6px;
  }

  .global-border {
    display: none;
  }

  #nav #navlist {
    display: block;
    width: 100%;
    margin: 1em 0;
  }
  #nav #navlist li {
    display: block;
  }
  #nav #navlist a {
    padding: 1em 0;
  }

  #nav-toggle {
    right: 6%;
    top: 10px;
    margin-right: -6px;
  }

  #wrapper {
    padding: 0;
  }

  #inner {
    padding: 0;
  }

  #header {
    margin: 0;
    padding: 3em 6% 0 6%;
  }
  #header .title .profileImg {
    display: block;
    margin-right: 0;
    text-align: center;
  }
  #header .title .profileImg img {
    height: 50px;
  }
  #header .title .text {
    display: block;
    margin-top: 1em;
  }
  #header .title .text h1 {
    text-align: center;
    font-size: 184%;
  }
  #header .title .text .description {
    text-align: center;
  }

  #main {
    padding: 0 6%;
    margin-top: 3.5em;
  }
  #main .article .article-content .amazlet-box .amazlet-image {
    display: block;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  #main .article .article-content .amazlet-box .amazlet-info {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 0.5em;
  }
  #main .article .article-footer .reblogged_from:after {
    clear: both;
    content: "";
    display: block;
  }
  #main .article .article-footer .reblogged_from .icon {
    float: left;
  }
  #main .article .article-footer .reblogged_from span {
    display: block;
    padding-left: 1.7em;
  }
  #main .article .article-footer .reblogged_from span.from:after {
    display: none;
  }

  #pagination {
    margin-left: 6%;
    margin-right: 6%;
  }

  #footer {
    margin-bottom: 0;
    padding: 0 6%;
    padding-bottom: 2em;
  }
  #footer span {
    display: block;
  }

  #backtop {
    right: 6%;
    margin-right: -6px;
    bottom: 10px;
  }
}
