@charset "UTF-8";
/*!
Theme Name: PLJNS
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: PLJNS
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

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

/**
 * 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;
	font-size: 1em;
}

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

#primary-menu {
	overflow: hidden;
	text-align: center;
}

#primary-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#primary-menu ul li {
	display: inline-block;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/**
 * Automatic version:
 * Uses light theme by default but switches to dark theme
 * if a system-wide theme preference is set on the user's device.
 */
:root {
	--background-body: #fff;
	--background: #efefef;
	--background-alt: #f7f7f7;
	--selection: #9e9e9e;
	--text-main: #363636;
	--text-bright: #000;
	--text-muted: #70777f;
	--links: #0076d1;
	--focus: #0096bfab;
	--border: #dbdbdb;
	--code: #000;
	--animation-duration: 0.1s;
	--button-hover: #ddd;
	--scrollbar-thumb: rgb(213, 213, 213);
	--scrollbar-thumb-hover: rgb(196, 196, 196);
	--form-placeholder: #949494;
	--form-text: #000;
	--variable: #39a33c;
	--highlight: #ff0;
	--select-arrow: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='62.5' width='116.9' fill='%23161f27'%3E %3Cpath d='M115.3,1.6 C113.7,0 111.1,0 109.5,1.6 L58.5,52.7 L7.4,1.6 C5.8,0 3.2,0 1.6,1.6 C0,3.2 0,5.8 1.6,7.4 L55.5,61.3 C56.3,62.1 57.3,62.5 58.4,62.5 C59.4,62.5 60.5,62.1 61.3,61.3 L115.2,7.4 C116.9,5.8 116.9,3.2 115.3,1.6Z'/%3E %3C/svg%3E");
}

@media (prefers-color-scheme: dark) {
	:root {
		--background-body: #202b38;
		--background: #161f27;
		--background-alt: #1a242f;
		--selection: #1c76c5;
		--text-main: #dbdbdb;
		--text-bright: #fff;
		--text-muted: #a9b1ba;
		--links: #41adff;
		--focus: #0096bfab;
		--border: #526980;
		--code: #ffbe85;
		--animation-duration: 0.1s;
		--button-hover: #324759;
		--scrollbar-thumb: var(--button-hover);
		--scrollbar-thumb-hover: rgb(20, 20, 20);
		--form-placeholder: #a9a9a9;
		--form-text: #fff;
		--variable: #d941e2;
		--highlight: #efdb43;
		--select-arrow: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='62.5' width='116.9' fill='%23efefef'%3E %3Cpath d='M115.3,1.6 C113.7,0 111.1,0 109.5,1.6 L58.5,52.7 L7.4,1.6 C5.8,0 3.2,0 1.6,1.6 C0,3.2 0,5.8 1.6,7.4 L55.5,61.3 C56.3,62.1 57.3,62.5 58.4,62.5 C59.4,62.5 60.5,62.1 61.3,61.3 L115.2,7.4 C116.9,5.8 116.9,3.2 115.3,1.6Z'/%3E %3C/svg%3E");
	}
}

html {
	scrollbar-color: #d5d5d5 #fff;
	scrollbar-color: var(--scrollbar-thumb) var(--background-body);
	scrollbar-width: thin;
}

@media (prefers-color-scheme: dark) {
	html {
		scrollbar-color: #324759 #202b38;
		scrollbar-color: var(--scrollbar-thumb) var(--background-body);
	}
}

@media (prefers-color-scheme: dark) {
	html {
		scrollbar-color: #324759 #202b38;
		scrollbar-color: var(--scrollbar-thumb) var(--background-body);
	}
}

@media (prefers-color-scheme: dark) {
	html {
		scrollbar-color: #324759 #202b38;
		scrollbar-color: var(--scrollbar-thumb) var(--background-body);
	}
}

@media (prefers-color-scheme: dark) {
	html {
		scrollbar-color: #324759 #202b38;
		scrollbar-color: var(--scrollbar-thumb) var(--background-body);
	}
}

@media (prefers-color-scheme: dark) {
	html {
		scrollbar-color: #324759 #202b38;
		scrollbar-color: var(--scrollbar-thumb) var(--background-body);
	}
}

@media (prefers-color-scheme: dark) {
	html {
		scrollbar-color: #324759 #202b38;
		scrollbar-color: var(--scrollbar-thumb) var(--background-body);
	}
}

body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
	line-height: 1.4;
	max-width: 800px;
	margin: 20px auto;
	padding: 0 10px;
	word-wrap: break-word;
	color: #363636;
	color: var(--text-main);
	background: #fff;
	background: var(--background-body);
	text-rendering: optimizeLegibility;
}

@media (prefers-color-scheme: dark) {
	body {
		background: #202b38;
		background: var(--background-body);
	}
}

@media (prefers-color-scheme: dark) {
	body {
		color: #dbdbdb;
		color: var(--text-main);
	}
}

button {
	transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear, box-shadow 0.1s linear, transform 0.1s ease;
	transition: background-color var(--animation-duration) linear, border-color var(--animation-duration) linear, color var(--animation-duration) linear, box-shadow var(--animation-duration) linear, transform var(--animation-duration) ease;
}

@media (prefers-color-scheme: dark) {
	button {
		transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear, box-shadow 0.1s linear, transform 0.1s ease;
		transition: background-color var(--animation-duration) linear, border-color var(--animation-duration) linear, color var(--animation-duration) linear, box-shadow var(--animation-duration) linear, transform var(--animation-duration) ease;
	}
}

input {
	transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear, box-shadow 0.1s linear, transform 0.1s ease;
	transition: background-color var(--animation-duration) linear, border-color var(--animation-duration) linear, color var(--animation-duration) linear, box-shadow var(--animation-duration) linear, transform var(--animation-duration) ease;
}

@media (prefers-color-scheme: dark) {
	input {
		transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear, box-shadow 0.1s linear, transform 0.1s ease;
		transition: background-color var(--animation-duration) linear, border-color var(--animation-duration) linear, color var(--animation-duration) linear, box-shadow var(--animation-duration) linear, transform var(--animation-duration) ease;
	}
}

textarea {
	transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear, box-shadow 0.1s linear, transform 0.1s ease;
	transition: background-color var(--animation-duration) linear, border-color var(--animation-duration) linear, color var(--animation-duration) linear, box-shadow var(--animation-duration) linear, transform var(--animation-duration) ease;
}

@media (prefers-color-scheme: dark) {
	textarea {
		transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear, box-shadow 0.1s linear, transform 0.1s ease;
		transition: background-color var(--animation-duration) linear, border-color var(--animation-duration) linear, color var(--animation-duration) linear, box-shadow var(--animation-duration) linear, transform var(--animation-duration) ease;
	}
}

h1 {
	font-size: 2.2em;
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 12px;
	margin-top: 24px;
}

h1 {
	color: #000;
	color: var(--text-bright);
}

@media (prefers-color-scheme: dark) {
	h1 {
		color: #fff;
		color: var(--text-bright);
	}
}

h2 {
	color: #000;
	color: var(--text-bright);
}

@media (prefers-color-scheme: dark) {
	h2 {
		color: #fff;
		color: var(--text-bright);
	}
}

h3 {
	color: #000;
	color: var(--text-bright);
}

@media (prefers-color-scheme: dark) {
	h3 {
		color: #fff;
		color: var(--text-bright);
	}
}

h4 {
	color: #000;
	color: var(--text-bright);
}

@media (prefers-color-scheme: dark) {
	h4 {
		color: #fff;
		color: var(--text-bright);
	}
}

h5 {
	color: #000;
	color: var(--text-bright);
}

@media (prefers-color-scheme: dark) {
	h5 {
		color: #fff;
		color: var(--text-bright);
	}
}

h6 {
	color: #000;
	color: var(--text-bright);
}

@media (prefers-color-scheme: dark) {
	h6 {
		color: #fff;
		color: var(--text-bright);
	}
}

strong {
	color: #000;
	color: var(--text-bright);
}

@media (prefers-color-scheme: dark) {
	strong {
		color: #fff;
		color: var(--text-bright);
	}
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
	font-weight: 600;
}

q::before {
	content: none;
}

q::after {
	content: none;
}

blockquote {
	border-left: 4px solid #0096bfab;
	border-left: 4px solid var(--focus);
	margin: 1.5em 0;
	padding: 0.5em 1em;
	font-style: italic;
}

@media (prefers-color-scheme: dark) {
	blockquote {
		border-left: 4px solid #0096bfab;
		border-left: 4px solid var(--focus);
	}
}

q {
	border-left: 4px solid #0096bfab;
	border-left: 4px solid var(--focus);
	margin: 1.5em 0;
	padding: 0.5em 1em;
	font-style: italic;
}

@media (prefers-color-scheme: dark) {
	q {
		border-left: 4px solid #0096bfab;
		border-left: 4px solid var(--focus);
	}
}

blockquote > footer {
	font-style: normal;
	border: 0;
}

blockquote cite {
	font-style: normal;
}

address {
	font-style: normal;
}

a[href^='mailto:']::before {
	content: '📧 ';
}

a[href^='tel:']::before {
	content: '📞 ';
}

a[href^='sms:']::before {
	content: '💬 ';
}

mark {
	background-color: #ff0;
	background-color: var(--highlight);
	border-radius: 2px;
	padding: 0 2px 0 2px;
	color: #000;
}

@media (prefers-color-scheme: dark) {
	mark {
		background-color: #efdb43;
		background-color: var(--highlight);
	}
}

button,
select,
input[type='submit'],
input[type='button'],
input[type='checkbox'],
input[type='range'],
input[type='radio'] {
	cursor: pointer;
}

input:not([type='checkbox']):not([type='radio']),
select {
	display: block;
}

input {
	color: #000;
	color: var(--form-text);
	background-color: #efefef;
	background-color: var(--background);
	font-family: inherit;
	font-size: inherit;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 10px;
	border: none;
	border-radius: 6px;
	outline: none;
}

@media (prefers-color-scheme: dark) {
	input {
		background-color: #161f27;
		background-color: var(--background);
	}
}

@media (prefers-color-scheme: dark) {
	input {
		color: #fff;
		color: var(--form-text);
	}
}

button {
	color: #000;
	color: var(--form-text);
	background-color: #efefef;
	background-color: var(--background);
	font-family: inherit;
	font-size: inherit;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 10px;
	border: none;
	border-radius: 6px;
	outline: none;
}

@media (prefers-color-scheme: dark) {
	button {
		background-color: #161f27;
		background-color: var(--background);
	}
}

@media (prefers-color-scheme: dark) {
	button {
		color: #fff;
		color: var(--form-text);
	}
}

textarea {
	color: #000;
	color: var(--form-text);
	background-color: #efefef;
	background-color: var(--background);
	font-family: inherit;
	font-size: inherit;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 10px;
	border: none;
	border-radius: 6px;
	outline: none;
}

@media (prefers-color-scheme: dark) {
	textarea {
		background-color: #161f27;
		background-color: var(--background);
	}
}

@media (prefers-color-scheme: dark) {
	textarea {
		color: #fff;
		color: var(--form-text);
	}
}

select {
	color: #000;
	color: var(--form-text);
	background-color: #efefef;
	background-color: var(--background);
	font-family: inherit;
	font-size: inherit;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 10px;
	border: none;
	border-radius: 6px;
	outline: none;
}

@media (prefers-color-scheme: dark) {
	select {
		background-color: #161f27;
		background-color: var(--background);
	}
}

@media (prefers-color-scheme: dark) {
	select {
		color: #fff;
		color: var(--form-text);
	}
}

input[type='checkbox'],
input[type='radio'] {
	height: 1em;
	width: 1em;
}

input[type='radio'] {
	border-radius: 100%;
}

input {
	vertical-align: top;
}

label {
	vertical-align: middle;
	margin-bottom: 4px;
	display: inline-block;
}

input:not([type='checkbox']):not([type='radio']),
input[type='range'],
select,
button,
textarea {
	-webkit-appearance: none;
}

textarea {
	display: block;
	margin-right: 0;
	box-sizing: border-box;
	resize: vertical;
}

textarea:not([cols]) {
	width: 100%;
}

textarea:not([rows]) {
	min-height: 40px;
	height: 140px;
}

select {
	background: #efefef url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='62.5' width='116.9' fill='%23161f27'%3E %3Cpath d='M115.3,1.6 C113.7,0 111.1,0 109.5,1.6 L58.5,52.7 L7.4,1.6 C5.8,0 3.2,0 1.6,1.6 C0,3.2 0,5.8 1.6,7.4 L55.5,61.3 C56.3,62.1 57.3,62.5 58.4,62.5 C59.4,62.5 60.5,62.1 61.3,61.3 L115.2,7.4 C116.9,5.8 116.9,3.2 115.3,1.6Z'/%3E %3C/svg%3E") calc(100% - 12px) 50%/12px no-repeat;
	background: var(--background) var(--select-arrow) calc(100% - 12px) 50%/12px no-repeat;
	padding-right: 35px;
}

@media (prefers-color-scheme: dark) {
	select {
		background: #161f27 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='62.5' width='116.9' fill='%23efefef'%3E %3Cpath d='M115.3,1.6 C113.7,0 111.1,0 109.5,1.6 L58.5,52.7 L7.4,1.6 C5.8,0 3.2,0 1.6,1.6 C0,3.2 0,5.8 1.6,7.4 L55.5,61.3 C56.3,62.1 57.3,62.5 58.4,62.5 C59.4,62.5 60.5,62.1 61.3,61.3 L115.2,7.4 C116.9,5.8 116.9,3.2 115.3,1.6Z'/%3E %3C/svg%3E") calc(100% - 12px) 50%/12px no-repeat;
		background: var(--background) var(--select-arrow) calc(100% - 12px) 50%/12px no-repeat;
	}
}

@media (prefers-color-scheme: dark) {
	select {
		background: #161f27 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='62.5' width='116.9' fill='%23efefef'%3E %3Cpath d='M115.3,1.6 C113.7,0 111.1,0 109.5,1.6 L58.5,52.7 L7.4,1.6 C5.8,0 3.2,0 1.6,1.6 C0,3.2 0,5.8 1.6,7.4 L55.5,61.3 C56.3,62.1 57.3,62.5 58.4,62.5 C59.4,62.5 60.5,62.1 61.3,61.3 L115.2,7.4 C116.9,5.8 116.9,3.2 115.3,1.6Z'/%3E %3C/svg%3E") calc(100% - 12px) 50%/12px no-repeat;
		background: var(--background) var(--select-arrow) calc(100% - 12px) 50%/12px no-repeat;
	}
}

@media (prefers-color-scheme: dark) {
	select {
		background: #161f27 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='62.5' width='116.9' fill='%23efefef'%3E %3Cpath d='M115.3,1.6 C113.7,0 111.1,0 109.5,1.6 L58.5,52.7 L7.4,1.6 C5.8,0 3.2,0 1.6,1.6 C0,3.2 0,5.8 1.6,7.4 L55.5,61.3 C56.3,62.1 57.3,62.5 58.4,62.5 C59.4,62.5 60.5,62.1 61.3,61.3 L115.2,7.4 C116.9,5.8 116.9,3.2 115.3,1.6Z'/%3E %3C/svg%3E") calc(100% - 12px) 50%/12px no-repeat;
		background: var(--background) var(--select-arrow) calc(100% - 12px) 50%/12px no-repeat;
	}
}

@media (prefers-color-scheme: dark) {
	select {
		background: #161f27 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='62.5' width='116.9' fill='%23efefef'%3E %3Cpath d='M115.3,1.6 C113.7,0 111.1,0 109.5,1.6 L58.5,52.7 L7.4,1.6 C5.8,0 3.2,0 1.6,1.6 C0,3.2 0,5.8 1.6,7.4 L55.5,61.3 C56.3,62.1 57.3,62.5 58.4,62.5 C59.4,62.5 60.5,62.1 61.3,61.3 L115.2,7.4 C116.9,5.8 116.9,3.2 115.3,1.6Z'/%3E %3C/svg%3E") calc(100% - 12px) 50%/12px no-repeat;
		background: var(--background) var(--select-arrow) calc(100% - 12px) 50%/12px no-repeat;
	}
}

select::-ms-expand {
	display: none;
}

select[multiple] {
	padding-right: 10px;
	background-image: none;
	overflow-y: auto;
}

button,
input[type='submit'],
input[type='button'] {
	padding-right: 30px;
	padding-left: 30px;
}

button:hover {
	background: #ddd;
	background: var(--button-hover);
}

@media (prefers-color-scheme: dark) {
	button:hover {
		background: #324759;
		background: var(--button-hover);
	}
}

input[type='submit']:hover {
	background: #ddd;
	background: var(--button-hover);
}

@media (prefers-color-scheme: dark) {
	input[type='submit']:hover {
		background: #324759;
		background: var(--button-hover);
	}
}

input[type='button']:hover {
	background: #ddd;
	background: var(--button-hover);
}

@media (prefers-color-scheme: dark) {
	input[type='button']:hover {
		background: #324759;
		background: var(--button-hover);
	}
}

input:focus {
	box-shadow: 0 0 0 2px #0096bfab;
	box-shadow: 0 0 0 2px var(--focus);
}

@media (prefers-color-scheme: dark) {
	input:focus {
		box-shadow: 0 0 0 2px #0096bfab;
		box-shadow: 0 0 0 2px var(--focus);
	}
}

select:focus {
	box-shadow: 0 0 0 2px #0096bfab;
	box-shadow: 0 0 0 2px var(--focus);
}

@media (prefers-color-scheme: dark) {
	select:focus {
		box-shadow: 0 0 0 2px #0096bfab;
		box-shadow: 0 0 0 2px var(--focus);
	}
}

button:focus {
	box-shadow: 0 0 0 2px #0096bfab;
	box-shadow: 0 0 0 2px var(--focus);
}

@media (prefers-color-scheme: dark) {
	button:focus {
		box-shadow: 0 0 0 2px #0096bfab;
		box-shadow: 0 0 0 2px var(--focus);
	}
}

textarea:focus {
	box-shadow: 0 0 0 2px #0096bfab;
	box-shadow: 0 0 0 2px var(--focus);
}

@media (prefers-color-scheme: dark) {
	textarea:focus {
		box-shadow: 0 0 0 2px #0096bfab;
		box-shadow: 0 0 0 2px var(--focus);
	}
}

input[type='checkbox']:active,
input[type='radio']:active,
input[type='submit']:active,
input[type='button']:active,
input[type='range']:active,
button:active {
	transform: translateY(2px);
}

input:disabled,
select:disabled,
button:disabled,
textarea:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

::-moz-placeholder {
	color: #949494;
	color: var(--form-placeholder);
}

:-ms-input-placeholder {
	color: #949494;
	color: var(--form-placeholder);
}

::-ms-input-placeholder {
	color: #949494;
	color: var(--form-placeholder);
}

::placeholder {
	color: #949494;
	color: var(--form-placeholder);
}

@media (prefers-color-scheme: dark) {
	::-moz-placeholder {
		color: #a9a9a9;
		color: var(--form-placeholder);
	}
	:-ms-input-placeholder {
		color: #a9a9a9;
		color: var(--form-placeholder);
	}
	::-ms-input-placeholder {
		color: #a9a9a9;
		color: var(--form-placeholder);
	}
	::placeholder {
		color: #a9a9a9;
		color: var(--form-placeholder);
	}
}

fieldset {
	border: 1px #0096bfab solid;
	border: 1px var(--focus) solid;
	border-radius: 6px;
	margin: 0;
	margin-bottom: 12px;
	padding: 10px;
}

@media (prefers-color-scheme: dark) {
	fieldset {
		border: 1px #0096bfab solid;
		border: 1px var(--focus) solid;
	}
}

legend {
	font-size: 0.9em;
	font-weight: 600;
}

input[type='range'] {
	margin: 10px 0;
	padding: 10px 0;
	background: transparent;
}

input[type='range']:focus {
	outline: none;
}

input[type='range']::-webkit-slider-runnable-track {
	width: 100%;
	height: 9.5px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background: #efefef;
	background: var(--background);
	border-radius: 3px;
}

@media (prefers-color-scheme: dark) {
	input[type='range']::-webkit-slider-runnable-track {
		background: #161f27;
		background: var(--background);
	}
}

input[type='range']::-webkit-slider-thumb {
	box-shadow: 0 1px 1px #000, 0 0 1px #0d0d0d;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #dbdbdb;
	background: var(--border);
	-webkit-appearance: none;
	margin-top: -7px;
}

@media (prefers-color-scheme: dark) {
	input[type='range']::-webkit-slider-thumb {
		background: #526980;
		background: var(--border);
	}
}

input[type='range']:focus::-webkit-slider-runnable-track {
	background: #efefef;
	background: var(--background);
}

@media (prefers-color-scheme: dark) {
	input[type='range']:focus::-webkit-slider-runnable-track {
		background: #161f27;
		background: var(--background);
	}
}

input[type='range']::-moz-range-track {
	width: 100%;
	height: 9.5px;
	-moz-transition: 0.2s;
	transition: 0.2s;
	background: #efefef;
	background: var(--background);
	border-radius: 3px;
}

@media (prefers-color-scheme: dark) {
	input[type='range']::-moz-range-track {
		background: #161f27;
		background: var(--background);
	}
}

input[type='range']::-moz-range-thumb {
	box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #dbdbdb;
	background: var(--border);
}

@media (prefers-color-scheme: dark) {
	input[type='range']::-moz-range-thumb {
		background: #526980;
		background: var(--border);
	}
}

input[type='range']::-ms-track {
	width: 100%;
	height: 9.5px;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
}

input[type='range']::-ms-fill-lower {
	background: #efefef;
	background: var(--background);
	border: 0.2px solid #010101;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
}

@media (prefers-color-scheme: dark) {
	input[type='range']::-ms-fill-lower {
		background: #161f27;
		background: var(--background);
	}
}

input[type='range']::-ms-fill-upper {
	background: #efefef;
	background: var(--background);
	border: 0.2px solid #010101;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
}

@media (prefers-color-scheme: dark) {
	input[type='range']::-ms-fill-upper {
		background: #161f27;
		background: var(--background);
	}
}

input[type='range']::-ms-thumb {
	box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
	border: 1px solid #000;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #dbdbdb;
	background: var(--border);
}

@media (prefers-color-scheme: dark) {
	input[type='range']::-ms-thumb {
		background: #526980;
		background: var(--border);
	}
}

input[type='range']:focus::-ms-fill-lower {
	background: #efefef;
	background: var(--background);
}

@media (prefers-color-scheme: dark) {
	input[type='range']:focus::-ms-fill-lower {
		background: #161f27;
		background: var(--background);
	}
}

input[type='range']:focus::-ms-fill-upper {
	background: #efefef;
	background: var(--background);
}

@media (prefers-color-scheme: dark) {
	input[type='range']:focus::-ms-fill-upper {
		background: #161f27;
		background: var(--background);
	}
}

a {
	text-decoration: none;
	color: #0076d1;
	color: var(--links);
}

@media (prefers-color-scheme: dark) {
	a {
		color: #41adff;
		color: var(--links);
	}
}

a:hover {
	text-decoration: underline;
}

code {
	background: #efefef;
	background: var(--background);
	color: #000;
	color: var(--code);
	padding: 2.5px 5px;
	border-radius: 6px;
	font-size: 1em;
}

@media (prefers-color-scheme: dark) {
	code {
		color: #ffbe85;
		color: var(--code);
	}
}

@media (prefers-color-scheme: dark) {
	code {
		background: #161f27;
		background: var(--background);
	}
}

samp {
	background: #efefef;
	background: var(--background);
	color: #000;
	color: var(--code);
	padding: 2.5px 5px;
	border-radius: 6px;
	font-size: 1em;
}

@media (prefers-color-scheme: dark) {
	samp {
		color: #ffbe85;
		color: var(--code);
	}
}

@media (prefers-color-scheme: dark) {
	samp {
		background: #161f27;
		background: var(--background);
	}
}

time {
	background: #efefef;
	background: var(--background);
	color: #000;
	color: var(--code);
	padding: 2.5px 5px;
	border-radius: 6px;
	font-size: 1em;
}

@media (prefers-color-scheme: dark) {
	time {
		color: #ffbe85;
		color: var(--code);
	}
}

@media (prefers-color-scheme: dark) {
	time {
		background: #161f27;
		background: var(--background);
	}
}

pre > code {
	padding: 10px;
	display: block;
	overflow-x: auto;
}

var {
	color: #39a33c;
	color: var(--variable);
	font-style: normal;
	font-family: monospace;
}

@media (prefers-color-scheme: dark) {
	var {
		color: #d941e2;
		color: var(--variable);
	}
}

kbd {
	background: #efefef;
	background: var(--background);
	border: 1px solid #dbdbdb;
	border: 1px solid var(--border);
	border-radius: 2px;
	color: #363636;
	color: var(--text-main);
	padding: 2px 4px 2px 4px;
}

@media (prefers-color-scheme: dark) {
	kbd {
		color: #dbdbdb;
		color: var(--text-main);
	}
}

@media (prefers-color-scheme: dark) {
	kbd {
		border: 1px solid #526980;
		border: 1px solid var(--border);
	}
}

@media (prefers-color-scheme: dark) {
	kbd {
		background: #161f27;
		background: var(--background);
	}
}

img,
video {
	max-width: 100%;
	height: auto;
}

hr {
	border: none;
	border-top: 1px solid #dbdbdb;
	border-top: 1px solid var(--border);
}

@media (prefers-color-scheme: dark) {
	hr {
		border-top: 1px solid #526980;
		border-top: 1px solid var(--border);
	}
}

table {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	table-layout: fixed;
}

table caption {
	text-align: left;
}

td,
th {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	word-wrap: break-word;
}

thead {
	border-bottom: 1px solid #dbdbdb;
	border-bottom: 1px solid var(--border);
}

@media (prefers-color-scheme: dark) {
	thead {
		border-bottom: 1px solid #526980;
		border-bottom: 1px solid var(--border);
	}
}

tfoot {
	border-top: 1px solid #dbdbdb;
	border-top: 1px solid var(--border);
}

@media (prefers-color-scheme: dark) {
	tfoot {
		border-top: 1px solid #526980;
		border-top: 1px solid var(--border);
	}
}

tbody tr:nth-child(even) {
	background-color: #f7f7f7;
	background-color: var(--background-alt);
}

@media (prefers-color-scheme: dark) {
	tbody tr:nth-child(even) {
		background-color: #1a242f;
		background-color: var(--background-alt);
	}
}

::-webkit-scrollbar {
	height: 10px;
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #efefef;
	background: var(--background);
	border-radius: 6px;
}

@media (prefers-color-scheme: dark) {
	::-webkit-scrollbar-track {
		background: #161f27;
		background: var(--background);
	}
}

::-webkit-scrollbar-thumb {
	background: #d5d5d5;
	background: var(--scrollbar-thumb);
	border-radius: 6px;
}

@media (prefers-color-scheme: dark) {
	::-webkit-scrollbar-thumb {
		background: #324759;
		background: var(--scrollbar-thumb);
	}
}

@media (prefers-color-scheme: dark) {
	::-webkit-scrollbar-thumb {
		background: #324759;
		background: var(--scrollbar-thumb);
	}
}

::-webkit-scrollbar-thumb:hover {
	background: #c4c4c4;
	background: var(--scrollbar-thumb-hover);
}

@media (prefers-color-scheme: dark) {
	::-webkit-scrollbar-thumb:hover {
		background: #141414;
		background: var(--scrollbar-thumb-hover);
	}
}

::-moz-selection {
	background-color: #9e9e9e;
	background-color: var(--selection);
	color: #000;
	color: var(--text-bright);
}

::selection {
	background-color: #9e9e9e;
	background-color: var(--selection);
	color: #000;
	color: var(--text-bright);
}

@media (prefers-color-scheme: dark) {
	::-moz-selection {
		color: #fff;
		color: var(--text-bright);
	}
	::selection {
		color: #fff;
		color: var(--text-bright);
	}
}

@media (prefers-color-scheme: dark) {
	::-moz-selection {
		background-color: #1c76c5;
		background-color: var(--selection);
	}
	::selection {
		background-color: #1c76c5;
		background-color: var(--selection);
	}
}

details {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #f7f7f7;
	background-color: var(--background-alt);
	padding: 10px 10px 0;
	margin: 1em 0;
	border-radius: 6px;
	overflow: hidden;
}

@media (prefers-color-scheme: dark) {
	details {
		background-color: #1a242f;
		background-color: var(--background-alt);
	}
}

details[open] {
	padding: 10px;
}

details > :last-child {
	margin-bottom: 0;
}

details[open] summary {
	margin-bottom: 10px;
}

summary {
	display: list-item;
	background-color: #efefef;
	background-color: var(--background);
	padding: 10px;
	margin: -10px -10px 0;
	cursor: pointer;
	outline: none;
}

@media (prefers-color-scheme: dark) {
	summary {
		background-color: #161f27;
		background-color: var(--background);
	}
}

summary:hover,
summary:focus {
	text-decoration: underline;
}

details > :not(summary) {
	margin-top: 0;
}

summary::-webkit-details-marker {
	color: #363636;
	color: var(--text-main);
}

@media (prefers-color-scheme: dark) {
	summary::-webkit-details-marker {
		color: #dbdbdb;
		color: var(--text-main);
	}
}

footer {
	border-top: 1px solid #dbdbdb;
	border-top: 1px solid var(--border);
	padding-top: 10px;
	color: #70777f;
	color: var(--text-muted);
}

@media (prefers-color-scheme: dark) {
	footer {
		color: #a9b1ba;
		color: var(--text-muted);
	}
}

@media (prefers-color-scheme: dark) {
	footer {
		border-top: 1px solid #526980;
		border-top: 1px solid var(--border);
	}
}

body > footer {
	margin-top: 40px;
}

@media print {
	body,
	pre,
	code,
	summary,
	details,
	button,
	input,
	textarea {
		background-color: #fff;
	}
	button,
	input,
	textarea {
		border: 1px solid #000;
	}
	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	pre,
	code,
	button,
	input,
	textarea,
	footer,
	summary,
	strong {
		color: #000;
	}
	summary::marker {
		color: #000;
	}
	summary::-webkit-details-marker {
		color: #000;
	}
	tbody tr:nth-child(even) {
		background-color: #f2f2f2;
	}
	a {
		color: #00f;
		text-decoration: underline;
	}
}

/*# sourceMappingURL=water.css.map */
/*!
Pure v2.0.6
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
	letter-spacing: -0.31em;
	/* Webkit: collapse white-space between units */
	text-rendering: optimizespeed;
	/* Webkit: fixes text-rendering: optimizeLegibility */
	/*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/pure-css/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
	font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
	/* Use flexbox when possible to avoid `letter-spacing` side-effects. */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	/* Prevents distributing space between rows */
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	table .pure-g {
		display: block;
	}
}

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.pure-g {
	word-spacing: -0.43em;
}

.pure-u {
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*="pure-u"] {
	font-family: sans-serif;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
}

.pure-u-1-24 {
	width: 4.1667%;
}

.pure-u-1-12,
.pure-u-2-24 {
	width: 8.3333%;
}

.pure-u-1-8,
.pure-u-3-24 {
	width: 12.5000%;
}

.pure-u-1-6,
.pure-u-4-24 {
	width: 16.6667%;
}

.pure-u-1-5 {
	width: 20%;
}

.pure-u-5-24 {
	width: 20.8333%;
}

.pure-u-1-4,
.pure-u-6-24 {
	width: 25%;
}

.pure-u-7-24 {
	width: 29.1667%;
}

.pure-u-1-3,
.pure-u-8-24 {
	width: 33.3333%;
}

.pure-u-3-8,
.pure-u-9-24 {
	width: 37.5000%;
}

.pure-u-2-5 {
	width: 40%;
}

.pure-u-5-12,
.pure-u-10-24 {
	width: 41.6667%;
}

.pure-u-11-24 {
	width: 45.8333%;
}

.pure-u-1-2,
.pure-u-12-24 {
	width: 50%;
}

.pure-u-13-24 {
	width: 54.1667%;
}

.pure-u-7-12,
.pure-u-14-24 {
	width: 58.3333%;
}

.pure-u-3-5 {
	width: 60%;
}

.pure-u-5-8,
.pure-u-15-24 {
	width: 62.5000%;
}

.pure-u-2-3,
.pure-u-16-24 {
	width: 66.6667%;
}

.pure-u-17-24 {
	width: 70.8333%;
}

.pure-u-3-4,
.pure-u-18-24 {
	width: 75%;
}

.pure-u-19-24 {
	width: 79.1667%;
}

.pure-u-4-5 {
	width: 80%;
}

.pure-u-5-6,
.pure-u-20-24 {
	width: 83.3333%;
}

.pure-u-7-8,
.pure-u-21-24 {
	width: 87.5000%;
}

.pure-u-11-12,
.pure-u-22-24 {
	width: 91.6667%;
}

.pure-u-23-24 {
	width: 95.8333%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
	width: 100%;
}

/*!
Pure v2.0.6
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE
*/
@media screen and (min-width: 35.5em) {
	.pure-u-sm-1,
	.pure-u-sm-1-1,
	.pure-u-sm-1-2,
	.pure-u-sm-1-3,
	.pure-u-sm-2-3,
	.pure-u-sm-1-4,
	.pure-u-sm-3-4,
	.pure-u-sm-1-5,
	.pure-u-sm-2-5,
	.pure-u-sm-3-5,
	.pure-u-sm-4-5,
	.pure-u-sm-5-5,
	.pure-u-sm-1-6,
	.pure-u-sm-5-6,
	.pure-u-sm-1-8,
	.pure-u-sm-3-8,
	.pure-u-sm-5-8,
	.pure-u-sm-7-8,
	.pure-u-sm-1-12,
	.pure-u-sm-5-12,
	.pure-u-sm-7-12,
	.pure-u-sm-11-12,
	.pure-u-sm-1-24,
	.pure-u-sm-2-24,
	.pure-u-sm-3-24,
	.pure-u-sm-4-24,
	.pure-u-sm-5-24,
	.pure-u-sm-6-24,
	.pure-u-sm-7-24,
	.pure-u-sm-8-24,
	.pure-u-sm-9-24,
	.pure-u-sm-10-24,
	.pure-u-sm-11-24,
	.pure-u-sm-12-24,
	.pure-u-sm-13-24,
	.pure-u-sm-14-24,
	.pure-u-sm-15-24,
	.pure-u-sm-16-24,
	.pure-u-sm-17-24,
	.pure-u-sm-18-24,
	.pure-u-sm-19-24,
	.pure-u-sm-20-24,
	.pure-u-sm-21-24,
	.pure-u-sm-22-24,
	.pure-u-sm-23-24,
	.pure-u-sm-24-24 {
		display: inline-block;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		text-rendering: auto;
	}
	.pure-u-sm-1-24 {
		width: 4.1667%;
	}
	.pure-u-sm-1-12,
	.pure-u-sm-2-24 {
		width: 8.3333%;
	}
	.pure-u-sm-1-8,
	.pure-u-sm-3-24 {
		width: 12.5000%;
	}
	.pure-u-sm-1-6,
	.pure-u-sm-4-24 {
		width: 16.6667%;
	}
	.pure-u-sm-1-5 {
		width: 20%;
	}
	.pure-u-sm-5-24 {
		width: 20.8333%;
	}
	.pure-u-sm-1-4,
	.pure-u-sm-6-24 {
		width: 25%;
	}
	.pure-u-sm-7-24 {
		width: 29.1667%;
	}
	.pure-u-sm-1-3,
	.pure-u-sm-8-24 {
		width: 33.3333%;
	}
	.pure-u-sm-3-8,
	.pure-u-sm-9-24 {
		width: 37.5000%;
	}
	.pure-u-sm-2-5 {
		width: 40%;
	}
	.pure-u-sm-5-12,
	.pure-u-sm-10-24 {
		width: 41.6667%;
	}
	.pure-u-sm-11-24 {
		width: 45.8333%;
	}
	.pure-u-sm-1-2,
	.pure-u-sm-12-24 {
		width: 50%;
	}
	.pure-u-sm-13-24 {
		width: 54.1667%;
	}
	.pure-u-sm-7-12,
	.pure-u-sm-14-24 {
		width: 58.3333%;
	}
	.pure-u-sm-3-5 {
		width: 60%;
	}
	.pure-u-sm-5-8,
	.pure-u-sm-15-24 {
		width: 62.5000%;
	}
	.pure-u-sm-2-3,
	.pure-u-sm-16-24 {
		width: 66.6667%;
	}
	.pure-u-sm-17-24 {
		width: 70.8333%;
	}
	.pure-u-sm-3-4,
	.pure-u-sm-18-24 {
		width: 75%;
	}
	.pure-u-sm-19-24 {
		width: 79.1667%;
	}
	.pure-u-sm-4-5 {
		width: 80%;
	}
	.pure-u-sm-5-6,
	.pure-u-sm-20-24 {
		width: 83.3333%;
	}
	.pure-u-sm-7-8,
	.pure-u-sm-21-24 {
		width: 87.5000%;
	}
	.pure-u-sm-11-12,
	.pure-u-sm-22-24 {
		width: 91.6667%;
	}
	.pure-u-sm-23-24 {
		width: 95.8333%;
	}
	.pure-u-sm-1,
	.pure-u-sm-1-1,
	.pure-u-sm-5-5,
	.pure-u-sm-24-24 {
		width: 100%;
	}
}

@media screen and (min-width: 48em) {
	.pure-u-md-1,
	.pure-u-md-1-1,
	.pure-u-md-1-2,
	.pure-u-md-1-3,
	.pure-u-md-2-3,
	.pure-u-md-1-4,
	.pure-u-md-3-4,
	.pure-u-md-1-5,
	.pure-u-md-2-5,
	.pure-u-md-3-5,
	.pure-u-md-4-5,
	.pure-u-md-5-5,
	.pure-u-md-1-6,
	.pure-u-md-5-6,
	.pure-u-md-1-8,
	.pure-u-md-3-8,
	.pure-u-md-5-8,
	.pure-u-md-7-8,
	.pure-u-md-1-12,
	.pure-u-md-5-12,
	.pure-u-md-7-12,
	.pure-u-md-11-12,
	.pure-u-md-1-24,
	.pure-u-md-2-24,
	.pure-u-md-3-24,
	.pure-u-md-4-24,
	.pure-u-md-5-24,
	.pure-u-md-6-24,
	.pure-u-md-7-24,
	.pure-u-md-8-24,
	.pure-u-md-9-24,
	.pure-u-md-10-24,
	.pure-u-md-11-24,
	.pure-u-md-12-24,
	.pure-u-md-13-24,
	.pure-u-md-14-24,
	.pure-u-md-15-24,
	.pure-u-md-16-24,
	.pure-u-md-17-24,
	.pure-u-md-18-24,
	.pure-u-md-19-24,
	.pure-u-md-20-24,
	.pure-u-md-21-24,
	.pure-u-md-22-24,
	.pure-u-md-23-24,
	.pure-u-md-24-24 {
		display: inline-block;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		text-rendering: auto;
	}
	.pure-u-md-1-24 {
		width: 4.1667%;
	}
	.pure-u-md-1-12,
	.pure-u-md-2-24 {
		width: 8.3333%;
	}
	.pure-u-md-1-8,
	.pure-u-md-3-24 {
		width: 12.5000%;
	}
	.pure-u-md-1-6,
	.pure-u-md-4-24 {
		width: 16.6667%;
	}
	.pure-u-md-1-5 {
		width: 20%;
	}
	.pure-u-md-5-24 {
		width: 20.8333%;
	}
	.pure-u-md-1-4,
	.pure-u-md-6-24 {
		width: 25%;
	}
	.pure-u-md-7-24 {
		width: 29.1667%;
	}
	.pure-u-md-1-3,
	.pure-u-md-8-24 {
		width: 33.3333%;
	}
	.pure-u-md-3-8,
	.pure-u-md-9-24 {
		width: 37.5000%;
	}
	.pure-u-md-2-5 {
		width: 40%;
	}
	.pure-u-md-5-12,
	.pure-u-md-10-24 {
		width: 41.6667%;
	}
	.pure-u-md-11-24 {
		width: 45.8333%;
	}
	.pure-u-md-1-2,
	.pure-u-md-12-24 {
		width: 50%;
	}
	.pure-u-md-13-24 {
		width: 54.1667%;
	}
	.pure-u-md-7-12,
	.pure-u-md-14-24 {
		width: 58.3333%;
	}
	.pure-u-md-3-5 {
		width: 60%;
	}
	.pure-u-md-5-8,
	.pure-u-md-15-24 {
		width: 62.5000%;
	}
	.pure-u-md-2-3,
	.pure-u-md-16-24 {
		width: 66.6667%;
	}
	.pure-u-md-17-24 {
		width: 70.8333%;
	}
	.pure-u-md-3-4,
	.pure-u-md-18-24 {
		width: 75%;
	}
	.pure-u-md-19-24 {
		width: 79.1667%;
	}
	.pure-u-md-4-5 {
		width: 80%;
	}
	.pure-u-md-5-6,
	.pure-u-md-20-24 {
		width: 83.3333%;
	}
	.pure-u-md-7-8,
	.pure-u-md-21-24 {
		width: 87.5000%;
	}
	.pure-u-md-11-12,
	.pure-u-md-22-24 {
		width: 91.6667%;
	}
	.pure-u-md-23-24 {
		width: 95.8333%;
	}
	.pure-u-md-1,
	.pure-u-md-1-1,
	.pure-u-md-5-5,
	.pure-u-md-24-24 {
		width: 100%;
	}
}

@media screen and (min-width: 64em) {
	.pure-u-lg-1,
	.pure-u-lg-1-1,
	.pure-u-lg-1-2,
	.pure-u-lg-1-3,
	.pure-u-lg-2-3,
	.pure-u-lg-1-4,
	.pure-u-lg-3-4,
	.pure-u-lg-1-5,
	.pure-u-lg-2-5,
	.pure-u-lg-3-5,
	.pure-u-lg-4-5,
	.pure-u-lg-5-5,
	.pure-u-lg-1-6,
	.pure-u-lg-5-6,
	.pure-u-lg-1-8,
	.pure-u-lg-3-8,
	.pure-u-lg-5-8,
	.pure-u-lg-7-8,
	.pure-u-lg-1-12,
	.pure-u-lg-5-12,
	.pure-u-lg-7-12,
	.pure-u-lg-11-12,
	.pure-u-lg-1-24,
	.pure-u-lg-2-24,
	.pure-u-lg-3-24,
	.pure-u-lg-4-24,
	.pure-u-lg-5-24,
	.pure-u-lg-6-24,
	.pure-u-lg-7-24,
	.pure-u-lg-8-24,
	.pure-u-lg-9-24,
	.pure-u-lg-10-24,
	.pure-u-lg-11-24,
	.pure-u-lg-12-24,
	.pure-u-lg-13-24,
	.pure-u-lg-14-24,
	.pure-u-lg-15-24,
	.pure-u-lg-16-24,
	.pure-u-lg-17-24,
	.pure-u-lg-18-24,
	.pure-u-lg-19-24,
	.pure-u-lg-20-24,
	.pure-u-lg-21-24,
	.pure-u-lg-22-24,
	.pure-u-lg-23-24,
	.pure-u-lg-24-24 {
		display: inline-block;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		text-rendering: auto;
	}
	.pure-u-lg-1-24 {
		width: 4.1667%;
	}
	.pure-u-lg-1-12,
	.pure-u-lg-2-24 {
		width: 8.3333%;
	}
	.pure-u-lg-1-8,
	.pure-u-lg-3-24 {
		width: 12.5000%;
	}
	.pure-u-lg-1-6,
	.pure-u-lg-4-24 {
		width: 16.6667%;
	}
	.pure-u-lg-1-5 {
		width: 20%;
	}
	.pure-u-lg-5-24 {
		width: 20.8333%;
	}
	.pure-u-lg-1-4,
	.pure-u-lg-6-24 {
		width: 25%;
	}
	.pure-u-lg-7-24 {
		width: 29.1667%;
	}
	.pure-u-lg-1-3,
	.pure-u-lg-8-24 {
		width: 33.3333%;
	}
	.pure-u-lg-3-8,
	.pure-u-lg-9-24 {
		width: 37.5000%;
	}
	.pure-u-lg-2-5 {
		width: 40%;
	}
	.pure-u-lg-5-12,
	.pure-u-lg-10-24 {
		width: 41.6667%;
	}
	.pure-u-lg-11-24 {
		width: 45.8333%;
	}
	.pure-u-lg-1-2,
	.pure-u-lg-12-24 {
		width: 50%;
	}
	.pure-u-lg-13-24 {
		width: 54.1667%;
	}
	.pure-u-lg-7-12,
	.pure-u-lg-14-24 {
		width: 58.3333%;
	}
	.pure-u-lg-3-5 {
		width: 60%;
	}
	.pure-u-lg-5-8,
	.pure-u-lg-15-24 {
		width: 62.5000%;
	}
	.pure-u-lg-2-3,
	.pure-u-lg-16-24 {
		width: 66.6667%;
	}
	.pure-u-lg-17-24 {
		width: 70.8333%;
	}
	.pure-u-lg-3-4,
	.pure-u-lg-18-24 {
		width: 75%;
	}
	.pure-u-lg-19-24 {
		width: 79.1667%;
	}
	.pure-u-lg-4-5 {
		width: 80%;
	}
	.pure-u-lg-5-6,
	.pure-u-lg-20-24 {
		width: 83.3333%;
	}
	.pure-u-lg-7-8,
	.pure-u-lg-21-24 {
		width: 87.5000%;
	}
	.pure-u-lg-11-12,
	.pure-u-lg-22-24 {
		width: 91.6667%;
	}
	.pure-u-lg-23-24 {
		width: 95.8333%;
	}
	.pure-u-lg-1,
	.pure-u-lg-1-1,
	.pure-u-lg-5-5,
	.pure-u-lg-24-24 {
		width: 100%;
	}
}

@media screen and (min-width: 80em) {
	.pure-u-xl-1,
	.pure-u-xl-1-1,
	.pure-u-xl-1-2,
	.pure-u-xl-1-3,
	.pure-u-xl-2-3,
	.pure-u-xl-1-4,
	.pure-u-xl-3-4,
	.pure-u-xl-1-5,
	.pure-u-xl-2-5,
	.pure-u-xl-3-5,
	.pure-u-xl-4-5,
	.pure-u-xl-5-5,
	.pure-u-xl-1-6,
	.pure-u-xl-5-6,
	.pure-u-xl-1-8,
	.pure-u-xl-3-8,
	.pure-u-xl-5-8,
	.pure-u-xl-7-8,
	.pure-u-xl-1-12,
	.pure-u-xl-5-12,
	.pure-u-xl-7-12,
	.pure-u-xl-11-12,
	.pure-u-xl-1-24,
	.pure-u-xl-2-24,
	.pure-u-xl-3-24,
	.pure-u-xl-4-24,
	.pure-u-xl-5-24,
	.pure-u-xl-6-24,
	.pure-u-xl-7-24,
	.pure-u-xl-8-24,
	.pure-u-xl-9-24,
	.pure-u-xl-10-24,
	.pure-u-xl-11-24,
	.pure-u-xl-12-24,
	.pure-u-xl-13-24,
	.pure-u-xl-14-24,
	.pure-u-xl-15-24,
	.pure-u-xl-16-24,
	.pure-u-xl-17-24,
	.pure-u-xl-18-24,
	.pure-u-xl-19-24,
	.pure-u-xl-20-24,
	.pure-u-xl-21-24,
	.pure-u-xl-22-24,
	.pure-u-xl-23-24,
	.pure-u-xl-24-24 {
		display: inline-block;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		text-rendering: auto;
	}
	.pure-u-xl-1-24 {
		width: 4.1667%;
	}
	.pure-u-xl-1-12,
	.pure-u-xl-2-24 {
		width: 8.3333%;
	}
	.pure-u-xl-1-8,
	.pure-u-xl-3-24 {
		width: 12.5000%;
	}
	.pure-u-xl-1-6,
	.pure-u-xl-4-24 {
		width: 16.6667%;
	}
	.pure-u-xl-1-5 {
		width: 20%;
	}
	.pure-u-xl-5-24 {
		width: 20.8333%;
	}
	.pure-u-xl-1-4,
	.pure-u-xl-6-24 {
		width: 25%;
	}
	.pure-u-xl-7-24 {
		width: 29.1667%;
	}
	.pure-u-xl-1-3,
	.pure-u-xl-8-24 {
		width: 33.3333%;
	}
	.pure-u-xl-3-8,
	.pure-u-xl-9-24 {
		width: 37.5000%;
	}
	.pure-u-xl-2-5 {
		width: 40%;
	}
	.pure-u-xl-5-12,
	.pure-u-xl-10-24 {
		width: 41.6667%;
	}
	.pure-u-xl-11-24 {
		width: 45.8333%;
	}
	.pure-u-xl-1-2,
	.pure-u-xl-12-24 {
		width: 50%;
	}
	.pure-u-xl-13-24 {
		width: 54.1667%;
	}
	.pure-u-xl-7-12,
	.pure-u-xl-14-24 {
		width: 58.3333%;
	}
	.pure-u-xl-3-5 {
		width: 60%;
	}
	.pure-u-xl-5-8,
	.pure-u-xl-15-24 {
		width: 62.5000%;
	}
	.pure-u-xl-2-3,
	.pure-u-xl-16-24 {
		width: 66.6667%;
	}
	.pure-u-xl-17-24 {
		width: 70.8333%;
	}
	.pure-u-xl-3-4,
	.pure-u-xl-18-24 {
		width: 75%;
	}
	.pure-u-xl-19-24 {
		width: 79.1667%;
	}
	.pure-u-xl-4-5 {
		width: 80%;
	}
	.pure-u-xl-5-6,
	.pure-u-xl-20-24 {
		width: 83.3333%;
	}
	.pure-u-xl-7-8,
	.pure-u-xl-21-24 {
		width: 87.5000%;
	}
	.pure-u-xl-11-12,
	.pure-u-xl-22-24 {
		width: 91.6667%;
	}
	.pure-u-xl-23-24 {
		width: 95.8333%;
	}
	.pure-u-xl-1,
	.pure-u-xl-1-1,
	.pure-u-xl-5-5,
	.pure-u-xl-24-24 {
		width: 100%;
	}
}

body {
	max-width: none;
	margin: initial;
}

.page_item {
	padding-right: 0.5rem;
}

.cat-links {
	padding-right: 0.25rem;
}

.comments-link {
	padding-right: 0.25rem;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.entry-meta {
	padding-bottom: 0.5rem;
}

.pl-1 {
	padding-left: 1rem;
}

html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
	/* Set your content font stack here: */
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

@media screen and (min-width: 48em) {
	.pr-md-1 {
		padding-right: 1rem;
	}
	.pr-md-2 {
		padding-right: 2rem;
	}
}

.pt-1 {
	padding-top: 1rem;
}

blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}

blockquote {
	padding-top: 0;
	padding-bottom: 0;
}

footer {
	padding-bottom: 10px;
}

@media screen and (min-width: 80em) {
	body {
		max-width: 80em;
		margin: 20px auto;
	}
}

/*# sourceMappingURL=style.css.map */