.admin-label {
  float: left;
}
.admin-actions {
  float: right;
}
ul.admin li:hover {
  background: #eef;
}

.edit-measure:hover, .edit-tablenotes:hover, .edit-tabletitle:hover, .edit-measure-header:hover, .edit-highlight {
  background: #fea;
  color: #000;
}

.indicator-item-edit-mode {
  border: 2px solid #aaa;
  margin-bottom: 0.5em;
  width: 700px;
  overflow: auto;
}

.indicator-item-edit-mode .action-box {
  margin: 0em;
  padding: 0.5em 1em;
  background: #aaa;
}

.indicator-item-edit-mode h4 {
  margin: 0em;
  padding: 0.5em 1em;
  background: #aaa;
  color: #fff;
}

.indicator-item-edit-mode form {
  padding: 0.5em 1em;
}

/*
.indicator-item-edit-mode:hover {
  border-color: #fea;
}

.indicator-item-edit-mode:hover .action-box {
  background: #fea;
}
*/


