#gf-trends-page-filter-form {
  margin: 10px 0 5px 0;
}

#gf-trends-page-filter-form .form-item {
  float: left;
  margin: 0;
}

#gf-trends-page-filter-form .clear {
  clear: left;
}

table.trends tr.group {
	cursor: pointer;
}

table.trends tr.single {
	display: none;
	font-size: 80%;
	padding-top: 0;
	padding-bottom: 0;
}

table.trends td {
	border: thin solid #eee;
}

table.trends td.blocked-increase {
	color: red;
}

table.trends td.blocked-decrease {
	color: green;
}