html { overflow-y: scroll; height: 100%; }

summary { cursor: default; }

summary:hover { color: blue; }

body { display: flex; flex-direction: column; min-height: 100%; }

main { flex-grow: 1; }

.wrapper { max-width: 800px; margin: 0 auto; padding: 16px 20px; }

.wrapper--mini { padding: 8px 20px; }

header, nav, .topnav { border-bottom: solid 1px #CCC; }

header { position: relative; overflow: hidden; }

.header-home { height: auto; }

#header-user { display: block; }

#header-user { margin: 0 -8px; }
#header-user a, #header-user b { padding: 8px 8px; color: #333; white-space: nowrap; }
#header-user a { transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out; }
#header-user a:hover, #header-user a:active, #header-user a:focus { color: #fff; background: #000; text-decoration: none; }

@media (min-width: 700px) { #header-user { position: absolute; top: 50%; margin-top: -12px; margin-left: 0; margin-right: 0; padding-left: 16px; }
  .header-home #header-user { margin-top: -25px; padding-left: 32px; }
  #header-user a, #header-user b { padding: 0 8px; }
  .header-home #header-user a, .header-home #header-user b { padding: 0 32px; }
  #header-logo, #header-user, #header-user a, #header-user b { vertical-align: middle; line-height: 25px; height: 25px; display: inline-block; }
  .header-home #header-logo, .header-home #header-user, .header-home #header-user a, .header-home #header-user b { height: 50px; line-height: 50px; } }
nav, .topnav { background-color: #EEE; }

nav h1 { margin: 0; }

footer { border-top: solid 1px #CCC; display: block; }

.subscribe-options { float: right; display: flex; align-items: center; }
.subscribe-options a { margin-right: 10px; }

/* Use underline-on-hover for links. This is used for consistency, since fill-link breaks outlines. */
:link, :visited { text-decoration: none; color: #3A5883; }

:link:focus { color: #000000; }

:visited { color: #8C3178; }

:visited:focus { color: #000000; }

:link:hover, :link:focus, :visited:hover, :visited:focus { text-decoration: underline; outline: none; }

:link:focus img, :visited:focus img { outline: dotted; }

:link:focus img.no-outline-on-focus, :visited:focus img.no-outline-on-focus { outline: none; }

/* Blog listing styles */
.blog { padding: 16px 0; overflow: hidden; display: block; }

.blog--item { margin-bottom: 32px; padding-bottom: 32px; border-bottom: solid 1px #EEE; }

.pagination { position: relative; }

.pagination--item { border: solid 1px currentColor; padding: 8px 10px; }

.pagination--item.disabled { color: #999; font-weight: normal; }

.pagination--item.left { float: left; }

.pagination--item.right { float: right; }

.more { display: block; }

.more--header { color: inherit; }

.less { font-size: 1rem; font-weight: normal; }

.clearfix { clear: both; }

.tabs { margin: 0 auto; line-height: 1.15; padding: 0 10px; max-width: 800px; position: relative; top: 1px; overflow-x: auto; display: flex; flex-direction: row; }

.tabs::after { content: ". . . . . . . . . . "; visibility: hidden; display: block; width: 0; height: 0; overflow: hidden; clear: both; }

.tab { padding: 8px 8px 8px 9px; float: left; border: solid 1px transparent; margin-left: -1px; transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out; }

.tab:hover, .tab:focus { text-decoration: none; color: #FFF; background: #000; }

.tab--active, .tab--active:hover, .tab--active:focus { border-color: #CCC; border-bottom-color: transparent; background: #FFF; color: #000; }

.table { width: 100%; border-collapse: separate; border-spacing: 0; overflow: hidden; }

.table tr[role="row"] { transition-duration: 0.1s; transition-timing-function: ease; transition-property: background; }

.table col td:not([role="presentation"]) { background: #EEE; }

.table tbody tr[role="row"]:hover { background: #EEE; }

.table th { color: #666; font-weight: bold; text-align: left; }

.table tr[role="row"] th, .table tr[role="row"] td { padding: 8px 10px; }

.fill-link { overflow: hidden; }

.fill-link > * { display: block; margin: -20em; padding: 20em; }

.header { border-bottom: solid 1px #CCC; margin: 0; margin-bottom: 7px; padding-bottom: 8px; }

.header--allcaps { text-transform: uppercase; }

.toolbar { margin: 32px -10px; display: block; }

.toolbar form { display: inline; }

.toolbar-input { margin: -8px 10px; padding: 8px 10px; color: #000; background-color: #FFF; border: solid 2px #666; transition: box-shadow 0.1s ease-in-out; box-shadow: inset 0 1px 1px #666; }

.toolbar-input:hover { box-shadow: inset 0 1px 2px #666; }

.toolbar-input:active { box-shadow: inset 0 0 0 #666; }

.toolbar-input:focus { border-color: #48F; box-shadow: inset 0 0 0 #666; }

.toolbar-item { margin: -8px 10px; padding: 8px 10px; color: #FFF; background-color: #4d76ae; border: none; transition: box-shadow 0.1s ease-in-out; box-shadow: 0 1px 2px #666; cursor: pointer; }

.toolbar-item:hover, .toolbar-item:focus { text-decoration: none; box-shadow: 0 1px 4px #666; color: #FFF; }

.toolbar-item:active { box-shadow: 0 0 0 #666; }

.toolbar-item:focus { background: #48F; }

.toolbar-item--disabled, .toolbar-item--disabled:hover, .toolbar-item--disabled:active, .toolbar-item--disabled:focus { box-shadow: none; background-color: #999; cursor: not-allowed; }

.toolbar-item--add { background: #518159; }

.toolbar-item--add:focus { background: #0A0; }

.toolbar-item--remove { background-color: #cf3600; }

.toolbar-item--remove:focus { background: #F22; }

.gallery img { max-width: 100%; }

.gallery { margin: 8px 10px; border: solid 1px #EEE; }

.highlighter-rouge { margin: 32px 0; }

.highlighter-rouge pre.highlight { padding: 16px; margin: -16px; overflow-x: auto; }

hr { border: none; border-top: solid 1px #CCC; outline: none; height: 0; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* edited by notriddle to fix the overly-tight line height */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
/* Document ========================================================================== */
html { font-family: sans-serif; /* 1 */ line-height: 1.62; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover { outline-width: 0; }

/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

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

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }

/* Solarized Light 

For use with Jekyll and Pygments

http://ethanschoonover.com/solarized

SOLARIZED HEX      ROLE
--------- -------- ------------------------------------------
base01    #586e75  body text / default code / primary content
base1     #93a1a1  comments / secondary content
base3     #fdf6e3  background
orange    #cb4b16  constants
red       #dc322f  regex, special keywords
blue      #268bd2  reserved keywords
cyan      #2aa198  strings, numbers
green     #859900  operators, other keywords
*/
.highlight { background-color: #fdf6e3; color: #586e75; }

.highlight .c { color: #93a1a1; }

/* Comment */
.highlight .err { color: #586e75; }

/* Error */
.highlight .g { color: #586e75; }

/* Generic */
.highlight .k { color: #859900; }

/* Keyword */
.highlight .l { color: #586e75; }

/* Literal */
.highlight .n { color: #586e75; }

/* Name */
.highlight .o { color: #859900; }

/* Operator */
.highlight .x { color: #cb4b16; }

/* Other */
.highlight .p { color: #586e75; }

/* Punctuation */
.highlight .cm { color: #93a1a1; }

/* Comment.Multiline */
.highlight .cp { color: #859900; }

/* Comment.Preproc */
.highlight .c1 { color: #93a1a1; }

/* Comment.Single */
.highlight .cs { color: #859900; }

/* Comment.Special */
.highlight .gd { color: #2aa198; }

/* Generic.Deleted */
.highlight .ge { color: #586e75; font-style: italic; }

/* Generic.Emph */
.highlight .gr { color: #dc322f; }

/* Generic.Error */
.highlight .gh { color: #cb4b16; }

/* Generic.Heading */
.highlight .gi { color: #859900; }

/* Generic.Inserted */
.highlight .go { color: #586e75; }

/* Generic.Output */
.highlight .gp { color: #586e75; }

/* Generic.Prompt */
.highlight .gs { color: #586e75; font-weight: bold; }

/* Generic.Strong */
.highlight .gu { color: #cb4b16; }

/* Generic.Subheading */
.highlight .gt { color: #586e75; }

/* Generic.Traceback */
.highlight .kc { color: #cb4b16; }

/* Keyword.Constant */
.highlight .kd { color: #268bd2; }

/* Keyword.Declaration */
.highlight .kn { color: #859900; }

/* Keyword.Namespace */
.highlight .kp { color: #859900; }

/* Keyword.Pseudo */
.highlight .kr { color: #268bd2; }

/* Keyword.Reserved */
.highlight .kt { color: #dc322f; }

/* Keyword.Type */
.highlight .ld { color: #586e75; }

/* Literal.Date */
.highlight .m { color: #2aa198; }

/* Literal.Number */
.highlight .s { color: #2aa198; }

/* Literal.String */
.highlight .na { color: #586e75; }

/* Name.Attribute */
.highlight .nb { color: #B58900; }

/* Name.Builtin */
.highlight .nc { color: #268bd2; }

/* Name.Class */
.highlight .no { color: #cb4b16; }

/* Name.Constant */
.highlight .nd { color: #268bd2; }

/* Name.Decorator */
.highlight .ni { color: #cb4b16; }

/* Name.Entity */
.highlight .ne { color: #cb4b16; }

/* Name.Exception */
.highlight .nf { color: #268bd2; }

/* Name.Function */
.highlight .nl { color: #586e75; }

/* Name.Label */
.highlight .nn { color: #586e75; }

/* Name.Namespace */
.highlight .nx { color: #586e75; }

/* Name.Other */
.highlight .py { color: #586e75; }

/* Name.Property */
.highlight .nt { color: #268bd2; }

/* Name.Tag */
.highlight .nv { color: #268bd2; }

/* Name.Variable */
.highlight .ow { color: #859900; }

/* Operator.Word */
.highlight .w { color: #586e75; }

/* Text.Whitespace */
.highlight .mf { color: #2aa198; }

/* Literal.Number.Float */
.highlight .mh { color: #2aa198; }

/* Literal.Number.Hex */
.highlight .mi { color: #2aa198; }

/* Literal.Number.Integer */
.highlight .mo { color: #2aa198; }

/* Literal.Number.Oct */
.highlight .sb { color: #93a1a1; }

/* Literal.String.Backtick */
.highlight .sc { color: #2aa198; }

/* Literal.String.Char */
.highlight .sd { color: #586e75; }

/* Literal.String.Doc */
.highlight .s2 { color: #2aa198; }

/* Literal.String.Double */
.highlight .se { color: #cb4b16; }

/* Literal.String.Escape */
.highlight .sh { color: #586e75; }

/* Literal.String.Heredoc */
.highlight .si { color: #2aa198; }

/* Literal.String.Interpol */
.highlight .sx { color: #2aa198; }

/* Literal.String.Other */
.highlight .sr { color: #dc322f; }

/* Literal.String.Regex */
.highlight .s1 { color: #2aa198; }

/* Literal.String.Single */
.highlight .ss { color: #2aa198; }

/* Literal.String.Symbol */
.highlight .bp { color: #268bd2; }

/* Name.Builtin.Pseudo */
.highlight .vc { color: #268bd2; }

/* Name.Variable.Class */
.highlight .vg { color: #268bd2; }

/* Name.Variable.Global */
.highlight .vi { color: #268bd2; }

/* Name.Variable.Instance */
.highlight .il { color: #2aa198; }

/* Literal.Number.Integer.Long */
