	/*
table.table_responsive td:nth-child(4), table.table_responsive td:nth-child(5) {
	white-space: nowrap;
}
.tablecerca {
	margin-top: 20px;
}
.table_responsive input[type="text"] {
	padding: 10px;
	width: 40px;
	background: white;
	border: 1px solid #ccc;
	text-align: center;
}
.tablecerca input[type="text"] {
	padding: 7px;
	width: 77px;
	background: white;
	border: 1px solid #ccc;
	text-align: center;
}
table.table_responsive {
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 20px;
}

table.table_responsive tr:nth-of-type(odd) {
	background: #eee;
}
table.table_responsive th, .tablecerca th {
	background: #666;
	color: white;
	font-weight: normal;
	font-size: 13px;
}
table.table_responsive td, table.table_responsive th, .tablecerca th, .tablecerca td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
table.table_responsive td:last-child, table.table_responsive th:last-child {
	text-align: center;
}
table.table_responsive td {
	color: #666;
}



@media only screen and (max-width: 768px) {
.tabelle_carrello .btn {
	margin-bottom: 10px !important;
	position: relative !important;
	top: auto !important;
	margin-left: 0px !important;
	width: 100% !important;
}
table.table_responsive td:last-child, table.table_responsive th:last-child {
	text-align: left;
}

table.table_responsive, table.table_responsive thead, table.table_responsive tbody, table.table_responsive th, table.table_responsive td, table.table_responsive tr {
	display: block;
}
table.table_responsive {
	width: 100% !important;
}

table.table_responsive thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
table.table_responsive tr {
	border-top: 1px solid #ddd;
}
table.table_responsive td {
	min-height: 40px;
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 30%;
}
table.table_responsive td:before {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 22%;
	padding-right: 10px;
	font-weight: 500;
	white-space: nowrap;
	color: #666;
}
}

@media only screen and (max-width: 500px) {
.table_responsive input[type="text"] {
	padding: 5px 10px;
}
table.table_responsive {
	border: 1px solid #ccc;
}
}
        */