/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Fact of the Week/update settings                                     */

#fact, #update {
	padding: 5px;
	border: 1px solid #000000;
	width: 50%;
}

#factupdate {
	font-size: 75%;
	border-collapse: collapse;
}

#fact {
	background-color: #c8c8c8;
}

#update {
	background-color: #e0ffe0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Volcano settings                                                     */

#volcano {
	border-top: 3px double #000000;
	margin: 10px;
	padding: 5px;
	font-size: 80%;
}

#events {
	font-size: 75%;
	background-color: #c8c8ff;
}

#daily {
	font-size: 75%;
	text-align: center;
}