fieldset { padding: 8px; }
legend { font-weight: bold; }
pre { margin-bottom: 1em; }
#faqs li { list-style-type: none; }
#faqs { width:100%; }
#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }
#faqs { border: 1px solid #F0F0F0; }
#faqs div.selected { font-weight: bold; }
#faqs div div {
	border-left:25px solid #DDDDDD;
	padding: 5px;
}
#faqs div.title {
	border: 1px solid #F5F5F5;
	background-color: #DDDDDD;
	padding: 10px;
	cursor: pointer;
}
#faqs div.selected {
	border-bottom: none;
}
