.icon-fa {font-size:200px}

.content { padding: 20px; }
.search-row { margin-top: 20px; }
.search-input { margin-bottom: 10px; }
.options-container { margin-top: 10px; display: none; }

/* old stuff below */

table {
 	border-width: 1px 1px 1px 2px;
	border-color: silver;
	border-style: solid;
 	padding: 0px; margin: 2px 10px 0px 10px;
	border-spacing: 0px;
	width: 95%;
}
table tr th {
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
	color: black;
	background-color: #ffe34c;
	border-width: 1px; border-style: solid;
	border-color: #fff7dd #aa8000 #aa8000 #fff7dd;
}
table tr.swap td {
	background-color: #f0f8ff;
}
table tr th.name {
	min-width: 6em;
}
table tr th.delim {
	width: 4em;
}
table tr td {
	color: black;
	text-align: left;
	vertical-align: top;
	padding: 3px 5px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}
table tr td.name {
	font-weight: bold;
	white-space: nowrap;
}

table#top-table {
	border: none;
	width: 100%;
	margin: 10px 0px;
}
table#top-table td#headline {
	border: none;
	text-align: left;
}
table#top-table td#banner {
	border: none;
	text-align: right;
}

pre {
 	font-family: "DejaVu Sans Mono", "Courier New", Courier, Monaco, monospace;
 	padding: 0;	margin: 2px 10px 0px 10px;
	font-size: 12px;
}