body {
	font-size: 1.2em;
	padding: 2em 5em;
	margin-bottom:5em;
	text-align: center;
	font-family: 'Inconsolata', monospace;
	font-weight: 400;
	font-style: normal;
	background: #313E50;
    color: #E5E7E6;
    /* color: #DE6B48; */
}

#sponsor {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 1.1em;
	padding-top: 1em;
	background-color: rgba(22, 31, 44, 0.85);
	display: flex;
	flex-direction: column;
	gap: .5em;
}

#sponsor #preamble {
	font-size: 1rem;
}

#sponsor #main {
	font-size: 1rem;
/*	max-width: 30em;*/
	margin-left:auto;
	margin-right: auto;
}

#sponsor #opportunity {
	margin-top: 1em;
	font-size: .6em;
	opacity: .6;
}

#prompt input {
	font-size: 1.5em;
	width: 100%;
    max-width: 600px;
	padding: .5em 1em;
	border: none;
	border:solid 1px #ccc;
	border-radius: 1em;
	margin-bottom: .25em;
}

#prompt {
	margin-bottom: 2em;
}

#suggestions {
	opacity: .5;
	font-size: .7em;
	letter-spacing: .08em;
}

#suggestions .suggestion.clickable {
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-bottom: .15em;
}

#suggestions .suggestion.clickable:hover {
	opacity: .5;
}

table#results input#custom_format {
	text-align: right;
}

#suggestions {
	display: block;
}

input {
	outline-width: 0;
	font-family: 'Inconsolata', monospace;
}

input[readonly] {
	outline-style: none;
}

img.colorize {
	filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(822%) hue-rotate(71deg) brightness(100%) contrast(82%);
}

#header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	max-height: 55px; 
}

#thyme {
	max-height: 80px;
}

#header {
	margin-bottom: 2em;
}

#byline {
	position: absolute;
    font-size: .75em;
    opacity: .5;
    width: 100%;
    bottom: 1em;
    text-align: center;
}

a.info>img {
	height: 1em;
	vertical-align: middle;
	margin-right: .5em;
}

a {
	color: unset;
}

a:hover {
	opacity: .6;
}

table {
	width: 100%;
}

tr td {
	width: 50%;
	padding-bottom: .5em;
}

tr td:nth-child(1) {
	text-align: right;
	padding-right: .75em;

	text-transform: uppercase;
    font-size: .75em;
    letter-spacing: .07em;
    opacity: .7;
}

tr td:nth-child(2) input {
	width: 100%;
	padding-left: .7em;
	letter-spacing: .1em;
	transition: opacity .25s linear;
	
	/* Remove default input styling */
	font-size: inherit;
	color: inherit;
	background: inherit;
	border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.invalid {
	opacity: .1;
}
