/*CSS JQhighlights*/


/* originale
.JQhighlights {
	background: #ffff00;
	outline: 1px dotted #cccc00;
	-webkit-animation: JQhighlightsAnimation 0.2s ease-out;
	-moz-animation: JQhighlightsAnimation 0.2s ease-out;
	color: black;
}
@-webkit-keyframes JQhighlightsAnimation {
	from { background: #d9d900;}
	to { background: #ffff00;}
}
@-moz-keyframes JQhighlightsAnimation {
	from { background: #d9d900;}
	to { background: #ffff00;}
}
*/

.JQhighlights {
	background: #337AB7;
	outline: 1px dotted #00cccc;
	-webkit-animation: JQhighlightsAnimation 0.2s ease-out;
	-moz-animation: JQhighlightsAnimation 0.2s ease-out;
	color: white;
}
@-webkit-keyframes JQhighlightsAnimation {
	from { background: #6494BE;}
	to { background: #337AB7;}
}
@-moz-keyframes JQhighlightsAnimation {
	from { background: #6494BE;}
	to { background: #337AB7;}
}