article {
	min-height: 80em;
}

.right {
	text-align: right;
}

input {
	border: none;
	width: 90%;
	height: 1em;
	background-color: black;
	color:cyan;
	appearance: none;
	font-family: "VT323", monospace;
	font-size: 1rem;
	font-weight: normal;
}

input::placeholder {
	color:cyan;
}

input:focus {
	outline-width: 0;
	outline-style: none;
}

table.muralResults {
	margin-left: 1ch;
	margin-top: 1em;
	border-collapse: collapse;
	width: 79ch;
	border-style: solid;
	border-width: 3px; 
	border-color: cyan;
/*	table-layout:fixed;*/

}

table.muralFilter {
	margin-left: 1ch;
	margin-top: 1em;
	border-collapse: collapse;
	width: 79ch;
	border-style: solid;
	border-width: 3px; 
	border-color: white;
/*	table-layout:fixed;*/
}

th.muralResults {
	padding-left: 1ch;
	border-style: solid;
	border-width: 3px; 
	border-color: cyan;
	background-color: magenta;
	color:black;
	font-weight: normal;
	text-align: left;
}

td.muralResults {
	padding-left: 1ch;
	border-style: solid;
	border-width: 3px; 
	border-color: cyan;
	font-weight: normal;
	text-align: left;
}

td.muralFilter {
	padding-left: 1ch;
	border-style: solid;
	border-width: 3px; 
	border-color: white;
	font-weight: normal;
	text-align: left;
}

td.col1 {
	width:37%;
	height:1em;
}

td.col2 {
	width:37%;
	height:1em;
}

td.col3 {
	width:26%;
	height:1em;
	padding-right: 1ch;
}

.placeholderRight {
	text-align: right;
}

th.col1 {
	width:37%;
	height:1em;
}

th.col2 {
	width:37%;
	height:1em;
}

th.col3 {
	width:26%;
	height:1em;
}

td.right {
	text-align: right;
}

td.center {
	text-align: center;
}
