/* new base stylesheet */

.important {
	font-weight: bold;
}

#dashboard .summary {
	font-size: .9em;
	font-style: italic;
	color: #666;
}

#dashboard .notice {
	border: 2px solid maroon;
	padding: 5px;
	background-color: #ffffbc;
}