.downloadstable .counter{
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.5714;
}
.downloadstable table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid var(--wp--preset--color--a-4-a-6-ac);
	color: var(--wp--preset--color--a-4-a-6-ac);
}
.downloadstable table td:not(:first-child){
	white-space: nowrap;
}
.downloadstable td{
	padding: 10px 0;
	border: 0;
	border-bottom: 1px solid var(--wp--preset--color--a-4-a-6-ac);
}
.downloadstable tbody tr:nth-child(even){
	background: #eeeff0;
}
.downloadstable tbody td:first-child{
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
	color: var(--wp--preset--color--etel-blau);
}
.downloadstable td + td{
	padding-left: 20px;
}

@media (max-width: 767px){
	.downloadstable td:is( :nth-child(2), :nth-child(3) ){
		display: none;
	}
}

@media (max-width: 575px){
	.downloadstable tbody td:first-child{
		white-space: wrap;
	}
}