#namedisplay, section pre
{
	text-align: center;
}
section address, section ul { font-size: small }
section ul
{
	list-style-type: none;
	list-style-position: outside;
}

.fark
{
	width: 50%;
	margin: 1em auto;
	padding: 1em;
	border: 1px black double;
}

section pre
{
    padding: 1em;
    border: 1px black dashed;
    overflow: scroll;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1024px) {    
	section pre {
		max-width: 600px;
	}
}
