
h2 {
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #d00;
}

.changelog_tbl {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.changelog_tbl td {
	border-bottom: 1px dashed #ccc;
	padding: 4px;
}
.changelog_tbl tr.hvr:hover {
	background: #eee;
}