
/*
 *
 * Content of CSS:
 *
 * .vuln_summary
 *
 *************************************************************************************************/

/* --------------------------------------------------------------------------------------------- */

/**************************************************************************************************
*                                                                                                 *
* Global                                                                                          *
*                                                                                                 *
**************************************************************************************************/

.vuln_summary {
  font-family: "Exo2-Light";
	font-size: 16px;
	text-decoration: none;
}

.vuln_summary_home {
	color: lightgrey;
	text-shadow: 1px 1px 1px #333;
}

.vuln_summary_home:hover {
	color: black;
	text-shadow: 0px 0px 0px #666;
}

.vuln_summary:hover {
	color: black;
}

.vuln_href {
	color: darkgreen;
	/*font-weight: bold;*/
	/*text-decoration: underline;*/
  text-shadow: 0 0 1px lime;
}

.vuln_href:hover {
	color: white;
	text-decoration: underline;
  text-shadow: 0 0 0px white;
	/*background-color: grey;*/
}
