/*****************
 * COMMON STYLES *
 *****************/

html {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
}

fieldset {
	border: none;
}

ul li {
	margin-left: 2em;
}
ul {
	list-style-type: disc;
}

ol li {
	margin-left: 2em;
	list-style-type: decimal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

html.loading .initially-hidden {
	display: none;
}

/**********************
 * HELPER CSS CLASSES *
 **********************/

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.mono {
	font-family: mono;
}
