.input-group.date .input-group-addon,
.input-group.array .input-group-addon {
	cursor: pointer;
}

.overview .form-group {
	margin-bottom: 5px;
}
.overview .form-group label {
	margin-bottom: 0;
}

/* the action column in tables has the "buttons" - float them to right and give them padding */
.table tr th.actions, .table tr td.actions {
	text-align: right;
	white-space: nowrap;
}
.table tr th.actions a, .table tr td.actions a {
	padding: 0 5px;
}