/* undo a setting in template.css */
table th {
  padding: 1px;
}

table td {
  vertical-align: top;
}
table th {
  white-space: nowrap;
}

select.lang {
  width: 15em;
}
.attrTable {
  width: 100%;
}
.attrTable col.col1 {
  width: 15em;
}
.attrTable select.attr {
  width: 100%;
}

.note {
  font-size: x-small;
  color: gray;
}
.error {
  color: red;
}
.grayed {
  color: gray;
}
.tip {
  visibility: hidden;
  position: absolute;
  border: solid 1px;
  padding: 3px;
  background-color: white;
  z-index: 1;
  width: 16em;
}
