.biglietteria{
	width: 100%;
	margin-bottom: 1.4em;
}

thead th {
    background: #c3d9ff;
    text-align: left;
}

tbody tr:nth-child(even) td, tbody tr.even td {
    background: #e5ecf9;
}

input,
textarea,
.uneditable-input {
	width: 100px;
}

.inglese{
	color: red;
}

.nota{
	color: violet;
	font-weight: bold;
}