/** Your theme modifications here **/
.box{
	padding-top: 1px;
	padding-bottom: 1px;
}

.info-bar{
	padding-top: 3px;
	padding-bottom: 3px;
}

h1{
	font-size: 19px; 
}

h3 a{
	font-size: 14px;	
	margin-top: -10px;
	margin-bottom: -10px;
}

.product{
	padding-top: 5px;	
}

#feat_p{	
	margin-left: 50px;
	text-align: left;
}

.goToDescription{
	color: #999;
	font-style:italic;	
	font-size: 20px;
}

.puntuacions{
	color: #666666;
	background-color:#FFF;
	text-align:center;
}

.puntuacions:hover{
	color: #666666;
	text-decoration:none;
	cursor:default;
}

.zona_filtre{	
	cursor: pointer;
}

#punts{	
	height: 33px;
	width: 98%;		
}

.punts_nom{
	width: 30px;
	background-color: #af0000;
	color: #FFF;
	text-align:center;
	font-size: 12px;
	margin-left: 5px;
}

.punts_pts{
	font-size: 12px;		
	background-color: #FFF;
	color: #af0000;	
	margin-left: 5px;
	padding-left: 5px;
	font-weight: bold;
	text-align: left;
}

#criteri{
	border: solid 1px #af0000;
	margin-top: 10px;
	padding: 7px;	
}

table.sortable{	
	
}

.circulo {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #af0000;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin:0px auto;
}

.circulo > h3 {
	font-family: sans-serif;
	color: white;
	font-size: 20px;
}

.legal-notice {
	list-style-type: none;
}

.legal-notice li{
	display: inline;
	margin-right: 20px;
}

.legal-notice a{
	color: #ffffff;
}


.legal-notice a:hover{
	color: #ffffff;
}