/* CSS Document */
H1:first-of-type {
  text-align: center;
}

TABLE {
  margin: 0 auto;
}
.description {
  font-weight: bold;
}
.action {
  cursor: pointer;
  vertical-align: bottom;
}
.action:not(.editing) .edit-icons,
.action.editing .view-icons {
  display: none;
}
.action IMG {
  height: 1.1em;
  width: 1.1em;
}
