#dataTable tbody tr:hover {
	background: #f7f7f7;
	transition: 200ms;
}

.car-inf tr > td:first-child {
	font-weight: 700;
}

.car-inf td {
	padding: 5px 8px;
}

.car-inf {
	width: 100%;
}

.novali {
	box-shadow: 0 0 0 0.2rem rgba(255,0,0,.20);
}

.novali2 {
	background: rgba(255,0,0,.05);
}