tr.ui-state-hover {
  background-color: #eee;
  cursor: pointer;
}

#account-info .form-group {
  margin-bottom: 0;
}

/* Decorate collapsible panels */
.panel-heading a {
  color: inherit;
  text-decoration: none;
}

.panel-heading a:before {
  font-family: 'FontAwesome';
  content: "\f078";
  float: left;
  color: grey;
  margin-right: 0.5em;
}

.panel-heading a.collapsed:before {
  content: "\f054";
}

.experiment-particulars {
  margin-bottom: 1em;
}

.experiment-particulars > .row > div:first-child {
  font-weight: bold;
}

#experiment-history-popup li {
  list-style-type: none;
}
