@charset "utf-8";
/* CSS Document */

/* -category highlighted- */
[data-id]{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.highlighted{
    background-color: rgba(51,153,0,0.8) !important;
	color:rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
	opacity:0.8;
}
.highlighted a{
	color:rgba(255,255,255,1) !important;
}
/* -/category highlighted- */