/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: .35em .75em .625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
	font-family: -system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 20px;
	font-weight: 400;
	line-height: 1.35;
}

body {
    background: #efefef;
    color: #333;
}

h1 {
    font-size: 40px;
    line-height: 1.1;
    margin: 25px 0 5px;
       letter-spacing: -1px;
}
p {
    line-height: 1.5;
}

a {
    color: #03a9f4;
}

code {
    background-color: #eee8d5;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 5px;
}
.intro {
    font-style: italic;
    margin-top: 0;
}
.footer {
    margin-bottom: 60px;
}
.main {
    max-width: 800px;
    padding: 0 30px;
    margin: 0 auto;
}
.items,
.main {
    position: relative;
}
.items {
    min-height: 502px;
}
.items-move {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.scale-enter-active {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.scale-enter {
    -webkit-transform: scale(.6);
    transform: scale(.6);
    opacity: 0;
}
.menu {
    position: absolute;
    top: 0;
    right: 30px;
}
.button {
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    background: #916d00;
    color: #fff;
    border-radius: 3px;
    padding: 10px;
}
.button:hover {
    background: #7f6000;
}
.duplicate:before {
    content: "+";
    padding-right: 5px;
}
.banner-ad {
    width: 728px;
    height: 90px;
    margin: 10px auto;
}
/* custom styles */
body {
	background-color: #060606;
	color: #ccc;
}
.main {
	max-width: none;
}
code {
	background-color: #555;
	border: none;
}
h1 span {
	font-size: 14px;
	letter-spacing: 1px;
}
h3 {
	margin-bottom: 5px;
}
.items {
	min-height: auto;
}
.item {
	background-color: #333!important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px 0!important;
}
.item .button {
	position: static!important;
}
.input-wrap {
	width: 100%;
}
.button {
	background-color: #555;
	color: #ccc;
}
.button:hover {
	background-color: #888;
}
.button.duplicate {
	align-self: flex-end;
	margin-top: 20px;
}
.input:focus, .input:active {
	box-shadow: 0 0 1px 1px #03a9f4!important;
}
.selector {
	background-color: #060606!important;
}
.specificity {
	display: flex;
	flex-grow: 1;
}
.specificity > span {
	display: flex;
	flex-direction: column;
	margin-right: 20px;
	max-width: 250px;
	width: 100%;
}
.specificity > span.type-c {
	margin-right: 0;
}
.specificity dt {
	padding-bottom: 10px;
	line-height: 1.1;
}
.specificity dd {
	align-items: center;
	border-radius: 0!important;
	display: flex;
	height: 75px!important;
	justify-content: center;
	width: 100%!important;
}
.footer {
	font-size: 16px;
}
.footer p {
	margin-top: 0;
}
.footer .credits {
	font-size: 14px;
	margin-top: 40px;
}
.green {
	color: #a6e22e;
}
.yellow {
	color: #ffd866;
}
@media screen and (max-width: 980px) {
	.menu {
		margin-bottom: 20px;
		position: static !important;
		text-align: right;
	}
	.sort.button {
		display: inline-block!important;
	}
}
@media screen and (max-width: 650px) {
	.main {
		padding: 0 15px;
	}
	h1 {
		font-size: 30px;
	}
	h1 span {
		display: block;
		margin-top: 10px;
	}
	.item {
		padding: 10px!important;
	}
	.input, 
	.selector {
		font-size: 18px!important;
		line-height: 1.3!important;
	}
	.selector {
		min-height: auto!important;
	}
	.specificity > span {
		margin-right: 10px;
	}
	.specificity dd {
		height: auto !important;
	}
}