table.cs-fitxa {
	font-family: 'Atlas Grotesk Web', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-stretch: normal;
	font-size: 1.4em;
	line-height: 1.3em;
	border-spacing: 0;
	width: 100%;
	padding: 0px;
}

@media (max-width: 960px) {
	table.cs-fitxa {
		font-size: 0.8em;
	}
	table.cs-fitxa img{
		width: 65%;
	}
}
@media (max-width: 320px) {
	table.cs-fitxa {
		font-size: 0.7em;
	}
	table.cs-fitxa img{
		width: 60%;
	}
}

.cs-fitxa th,
.cs-fitxa td{
	font-weight: 900;
	text-align: left;
}

.cs-fitxa th{
	border-top: solid 1px black;
    padding-bottom: 1.8em;
}

.cs-fitxa .dades th,
.cs-fitxa .dades td{
	font-size: 3.3em;
	font-weight: 200;
	line-height: 1.2em;
}

.cs-fitxa td:nth-child(1), 
.cs-fitxa td:nth-child(3){ 
	border-top: solid 1px black;
	width: 48%;
}

.cs-fitxa .dades td{
	border-top: 0px;
	padding-bottom: 0.55em;
} 

.cs-fitxa .preu td{
	padding-bottom: 0px;
} 

.cs-fitxa .notes td{
    font-family: Georgia,Times,"Times New Roman",serif;
	font-weight: 100;
	font-size: 0.9em;
	line-height: 1.5em;
	border-top: 0px;
}


