table.table {
	width: 100%;
	border-spacing: 4px 0;
	border-collapse: separate;
}

table td {
	line-height: 1.1;
}
table td:nth-child(1) {
	width: 120px;
	text-align: right;
}

span.esc {
	background-color: #dde;
}
