.changelog table {
	width: 100%;
	border-collapse:separate;
    border:solid #e3e3e3 1px;
    border-radius:6px;
    overflow: hidden;
}

.changelog table tr:nth-child(even) {
	background: #fbfbfb;
}
.changelog table tr:first-child td {
	border-top: none;
}

.changelog table tr td {
	padding: 10px;
	border-left:solid #e3e3e3 1px;
    border-top:solid #e3e3e3 1px;
}

.changelog table tr td:first-child {
     border-left: none;
}