table {
	width: 100%;
	border-collapse: collapse;
}

tr:nth-child(even) {
	background: #EEE;
} 

input {
	background: none;
	border: none;
	border-bottom: 1px dotted #424242;
}

td.changed {
	font-weight: bold;
	background-color: lightblue;
}

td.smaller {
	font-size: 12px;
}

td.right {
	text-align: right;
}