/* framework specific classes */

.active {
  background-color: #fff;
}

.inactive {
	background-color: #faa;
}

.inactive {
	font-style: italic;
	background-color: #faa;
}

.framework-link {
  font-style: italic;
  font-size: 10px;
}

.debugging {
	font-size: x-small;
	white-space: pre;
}

.pagination-links {
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 120%;
  color: #444444;
  padding: 5px;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.pagination-links a {
  font-weight: bold;
}

.content TABLE {
  font-size: 12px;
}

.content * thead {
  color: #222;
  background-color: #ddd;
}