* {
	font-family: 'Verdana';
}

body {
	padding-top: 50px;
}

.ntabelle > tbody > tr > td, .ntabelle > tbody > tr > th, .ntabelle > tfoot > tr > td, .ntabelle > tfoot > tr > th, .ntabelle > thead > tr > td, .ntabelle > thead > tr > th {
	padding: 4px;
}

.table-hover tr:hover td {
	background-color: #E0E0F0;
}

.table-hover > tbody > tr.no-hover:hover > td,
.table-hover > tbody > tr.no-hover:hover > th {
    background-color: inherit;
}

.br {
	margin-right: 1em;
}
