.update {
	font-size: 100%;
	margin: 0 auto;
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.update td{
	padding: 8px 5px 8px 5px;
	text-align: left;
	vertical-align: top;
}

.update .date {
	width: 150px;
	border-right: 2px solid White;
	text-align: center;
}

.update .heading{
	background-color: #72ADF6;
	padding: 5px;
	border-bottom: 1px solid White;
	font-weight: bold;
	color: White;
	text-align: center;
}

.update .bg1{
	background-color: #C7DBF5;
}

.update .bg0{
	background-color: White;
}