/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/* PERSONA - arancione chiaro */

.persona span , a.persona {
	color: #fbbb00 !important;
}

h4.persona {
	border-bottom: 2px solid #fbbb00 !important;
}

/* INTERESSI - verde */

.interessi span, a.interessi {
	color: green !important;
}

h4.interessi {
	border-bottom: 2px solid green !important;
}

/* CUORE - rosso */

.cuore span, a.cuore {
	color: red !important;
}

h4.cuore {
	border-bottom: 2px solid red !important;
}