#Back-to-top { 
	text-align: center; 
	z-index: 99999; 
	position: fixed; 
	bottom: 40px; 
	right: 30px; 
	cursor: pointer; 
	display: none; 
	opacity: 0.7; 
} 
#Back-to-top:hover { 
	opacity: 1; 
} 
.table-download th {
	color: var(--sixth-color);
}
.table-download th, 
.table-download td{ 
	border:1px solid var(--fifth-color); 
	padding:7px; text-align: center;
	border-radius: 10px; 
} 
body.darkmode .table-download th, 
body.darkmode .table-download td{ 
	border:1px solid var(--sixth-color); 
} 