.exhibit-ui-protection .page {
  border: 1px solid #ddd;
  padding: 0.5em;
}

/* link styling from devmo */
a:link {
  color:#0479A7;
  text-decoration:none;
}

a:hover, a:active, a:focus {
  color:#0479A7;
  text-decoration:underline;
}

a:visited {
  color:#638FA2;
  text-decoration:none;
}


.bugid {
  font-weight: bold;
}

.bugdesc {
}

.metainfo {
  color: #aaa;
}

.snippet {
  color: #888;
}

.exhibit-facet-header .exhibit-facet-header-title:after {
  content: " (-)";
}

.exhibit-facet-header.collapsed .exhibit-facet-header-title:after {
  content: " (+)";
}
