h2.subtitle {
  font-size: 22px;
  font-family: 'Ubuntu', sans-serif;
  display: block;
  text-decoration: none;
  color: #808080;
  font-weight: normal;
}
h2.subtitle-red {
  font-size: 22px;
  font-family: 'Ubuntu', sans-serif;
  display: block;
  text-decoration: none;
  color: #D1585F;
  font-weight: normal;
}
h3.subtitle {
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
  display: block;
  text-decoration: none;
  color: #808080;
  font-weight: normal;
}
span.legend {
	font-size: 12px;
}


table {
	width: 100%;
}
.node table th {
	background: #96c23d;
	color: #fff;
	font-weight: normal;
}
.node table th,
.node table td {
	padding: 5px;
}
.node table td {
	border-bottom: 1px solid #eee;
}
.node table.noborder td{
	border:none;
}
.node table tr:nth-child(2n) {
  background-color: #f0f0f0;
}
a{
 color: #D1585F; 
}