table.table-bordered,
#descrizione_privacy table{
	margin: 10px 0;
}

@media (max-width: 767px){
	#descrizione_privacy table {
		width: auto;
	}
}
@media (min-width: 768px){
	#descrizione_privacy table{
		width: 100% !important;
	}
}
table.table-bordered tbody{}
table.table-bordered tr{}
table.table-bordered td,
table.table-bordered th,
#descrizione_privacy tr,
#descrizione_privacy td,
#descrizione_privacy th{
	padding: 10px;
	color: #666;
}
table.table-bordered td,
#descrizione_privacy td{
	border-bottom: 1px solid #f0f0f0;
}
table.table-bordered th,
#descrizione_privacy th{
	font-family: db;
	font-style: normal;
	font-weight: 400;
	border-bottom: 1px solid #d3d3d3;
}
table.table-bordered tr:first-of-type td,
#descrizione_privacy tr:first-of-type td{
	font-family: db;
	font-style: normal;
	font-weight: 400;
	border-bottom: 1px solid #d3d3d3;
}
