@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}


/* merriweather-sans-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Merriweather Sans';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/merriweather-sans-v22-latin-regular.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+ */
		url('/fonts/merriweather-sans-v22-latin-regular.woff') format('woff');
	/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* merriweather-sans-italic - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Merriweather Sans';
	font-style: italic;
	font-weight: 400;
	src: url('/fonts/merriweather-sans-v22-latin-italic.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+ */
		url('/fonts/merriweather-sans-v22-latin-italic.woff') format('woff');
	/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* merriweather-sans-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Merriweather Sans';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/merriweather-sans-v22-latin-700.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+ */
		url('/fonts/merriweather-sans-v22-latin-700.woff') format('woff');
	/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

pre,
code {
	font-family: Menlo, Monaco, "Courier New", monospace;
}

pre {
	padding: .5rem;
	line-height: 1.25;
	overflow-x: scroll;
}

a,
a:visited {
	color: #3498db;
}

a:hover,
a:focus,
a:active {
	color: #2980b9;
}

.modest-no-decoration {
	text-decoration: none;
}

html {
	font-size: 12px;
}

@media screen and (min-width: 32rem) and (max-width: 48rem) {
	html {
		font-size: 18px;
	}
}

@media screen and (min-width: 48rem) {
	html {
		font-size: 19px;
	}
}

body {
	line-height: 1.85;
}

p,
.modest-p {
	font-size: 1rem;
	margin-bottom: 1.3rem;
}

h1,
.modest-h1,
h2,
.modest-h2,
h3,
.modest-h3,
h4,
.modest-h4 {
	margin: 1.414rem 0 .5rem;
	font-weight: inherit;
	line-height: 1.42;
}

h1,
.modest-h1 {
	margin-top: 0;
	font-size: 3.398rem;
}

h2,
.modest-h2 {
	font-size: 2.627rem;
}

h3,
.modest-h3 {
	font-size: 1.999rem;
}

h4,
.modest-h4 {
	font-size: 1.414rem;
}

h5,
.modest-h5 {
	font-size: 1.121rem;
}

h6,
.modest-h6 {
	font-size: .88rem;
}

small,
.modest-small {
	font-size: .707em;
}


img,
canvas,
iframe,
video,
svg,
select,
textarea {
	max-width: 100%;
}


html {
	font-size: 18px;
	max-width: 100%;
}

body {
	color: #444;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	margin: 0 auto;
	max-width: 768px;
	line-height: 1.45;
	padding: .25rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arimo, Helvetica, sans-serif;
}

h1,
h2,
h3 {
	border-bottom: 2px solid #fafafa;
	margin-bottom: 1.15rem;
	padding-bottom: .5rem;
}

h1,
h2 {
	text-align: center;
}

blockquote {
	border-left: 8px solid #fafafa;
	padding: 1rem;
}

pre,
code {
	background-color: #fafafa;
}

.footnote-definition p {
	display: inline;
}

.date {
	text-align: right;
}

footer {
	text-align: right;
	font-size: 80%;
}

footer .logo {
	width: 30px;
	margin: 0 auto;
	display: block;
}

.box {
	padding: 20px;
	border-radius: 2px;
	margin: 30px 20px;
	filter: drop-shadow(3px 3px 3px #666);
}

@media screen and  (max-width: 768px) {
	.box {
		padding: 5px;
		border-radius: 2px;
		margin: 15px 5px;
		filter: drop-shadow(3px 3px 3px #666);
	}
}


.features {
	background-color: #00DD52;
}

.howitworks {
	background-color: #00BCFF;
	/*color: #ccc;*/
}

.news {
	background-color: #FC6471;
}

.dllink {
	color: #000;
	text-decoration: none;
}