pre {
/*	max-height:20em;*/
	overflow:auto;

	font-family: Courier, monospace;
	font-size: 13px;
/*
	border-left: 1px dotted #ffc700;
	border-right: 1px dotted #ffc700;
*/
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	padding: 0.5em;
}
pre>a {
	font-family: Courier, monospace;
}

div.error_results * {
	color: red;
}

div#balloon pre {
	max-height:auto;
	font-family: Courier, monospace;
	border-width: 0;
	padding: 0em;
}

button {
	padding: 0 0.5em;
}
input[type="submit"],
input[type="reset"] {
/*	padding: 0 0.5em;*/
}

#main_content ul.responsive {
/*	display: inline;*/
}
#main_content ul.responsive>li {
	float:left;
	margin: 0 1em 0 0;
}
#main_content ul.parameters>li {
	margin: 0;
}

a {
	color: inherit;
}
