@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,700");
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	/* 1 */
	line-height: 1.15;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 3 */ }

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

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

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

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

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

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

select, input, button {
	outline: none;
}

html {
	height: 100%;
}

body {
	font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
	background-color: #FF6600;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

body .centered {
	max-width: 850px;
	margin: 3em auto;
	background: #FFF;
	padding: 2em;
	font-size: 1.5em;
}

body .relative {
	position: relative;
}

@media screen and (max-width: 450px) {
	body .centered {
		margin: 3em 0;
	}
}

body .centered h1 {
	margin-top: 0;
}
body .centered h1 a {
	margin-top: 0;
	margin-bottom: 0;
	color: #333;
	text-decoration: none;
	display: inline-block;
}
body .centered p {
	color: #333;
	text-align: center;
	line-height: 1.5em;
}
body .centered a {
	color: #2c8383;
	margin-bottom: 0.3em;
}

h2.uh-oh {
	text-align: center;
	color: #333;
	margin-bottom: 1em;
}

.feed-link {
	display: block;
}

.content {
	flex: 1;
}

p {
	margin-bottom: 2em;
}

.footer {
	background: #EEEEEE;
	padding: 1em;
	font-size: 0.9em;
	text-align: center;
}

.footer .left {
	float: left;
}

.footer .right {
	float: right;
}

.footer .hits {
	font-style: italic;
}

.rg-link {
	color: #000000;
}

.rg-link:hover {
	color: #666666;
}

@media only screen and (max-width: 800px) {
	.footer {
		padding: 0.25em;
	}

	.footer .left, .footer .right {
		float: none;
		display: block;
		text-align: center;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	.footer .btc-address {
		font-size: 0.8em;
	}

	.footer .hits {
		font-size: 0.8em;
	}
}

.rss-url {
	width: 100%;
	font-weight: lighter;
}

select.filter {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	padding: 1px;
	padding-right: 20px;
	background: url("/resources/img/down-arrow.png") no-repeat right #FFF;
}
select::-ms-expand { /* for IE 11 */
	display: none;

	border: none;
	background: none;
	border-radius: 0;
	border-bottom: 1px solid #FF6600;
	text-align-last: center;
}

.filter {
	border: none;
	background: none;
	border-radius: 0;
	border-bottom: 1px solid #FF6600;
	max-width: 100%;

	text-align-last: center;
	text-align: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center;
	-webkit-text-align-last: center;
}

p.button {
	margin-bottom: 0;
}

button.submit {
	background-color: #FF6600;
	border: none;
	padding: 0.5em 2em 0.5em 2em;
	color: #FFF;
	cursor: pointer;
}

button.submit:disabled {
	background-color: #FFF;
	border: 1px solid #FF6600;
	color: #333;
}

code {
	display: inline;
	background-color: #ccc;
	border-radius: 0.2em;
	font-family: "Courier New", Courier, monospace;
}

.alert {
	border: 1px solid #ff6600;
}

.submit-message {
	display: none;
	margin-top: 1em;
	margin-bottom: -1.5em;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.help {
	display: none;
	font-size: 0.8em;
	line-height: 1em;
}

.help p {
	margin: 1em;
}

.quotes-help {
	display: none;
}

.loader {
	position: relative;
	bottom: -1.9em;
	left: -1.7em;
}

.push {
	flex: 1;
}

option.uncommon-tag {
	background: rgba(0, 0, 0, 0.05);
}

@media all and (max-width: 700px) {
	br.eak {
		display: none;
	}
}

/* Buy Me a Coffee button */
.bmc-button img{height: 34px !important;width: 35px !important;margin-bottom: 1px !important;box-shadow: none !important;border: none !important;vertical-align: middle !important;}.bmc-button{padding: 7px 15px 7px 10px !important;line-height: 35px !important;height:51px !important;text-decoration: none !important;display:inline-flex !important;color:#ffffff !important;background-color:#FF813F !important;border-radius: 8px !important;border: 1px solid transparent !important;font-size: 18px !important;letter-spacing:-0.08px !important;box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;margin: 0 auto !important; -webkit-box-sizing: border-box !important;box-sizing: border-box !important;}.bmc-button:hover, .bmc-button:active, .bmc-button:focus {-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;text-decoration: none !important;box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;opacity: 0.85 !important;color:#ffffff !important;}

.bmc-button {
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
}
