.t-c-container {
	width: 100%;
	overflow-x: auto;
}
#tabella_cookie {
	border: none;
	width: 100%;
    min-width: 690px;
	font-size: 14px;
	line-height: 1.3em;
}
#tabella_cookie tr {
	vertical-align: initial;
}
#tabella_cookie th {
	background-color: rgba(0,0,0,0.1);
	border-top: none;
}
#tabella_cookie th, 
#tabella_cookie td {
	padding: 6px 10px 3px 10px;
}
#tabella_cookie td {
	border-top: 1px solid rgba(0,0,0,0.1);
}
#tabella_cookie .intestazione {
	font-weight: 500;
}

#tabella_cookie tbody tr:last-child {
	border-bottom: 10px solid rgba(0,0,0,0.1);
}

#tabella_cookie .column-1 {
	font-weight: 500;
}
#tabella_cookie .column-2 {
	text-align: right;
}
#tabella_cookie .column-3 {
	text-align: right;
}
#tabella_cookie .column-4 {
}