.uif-table {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #384048;
}
.uif-table th {
  vertical-align: top;
  text-align: left;
  color: #606e7b;
  line-height: 20px;
  padding: 10px 12px;
  background-color: #f1f3f8;
  white-space: nowrap;
}
.uif-table td {
  vertical-align: top;
}
.uif-table td > .normal {
  padding: 8px 12px;
}
.uif-table-border-all th,
.uif-table-border-all td {
  border: 1px solid #dbdde2;
}
.uif-table-border-outer thead {
  border: 1px solid #dbdde2;
}
.uif-table-border-outer tbody {
  background-color: #fcfcfc;
  border: 1px solid #eeeff6;
}
.uif-table th.required span:before {
  content: '*';
  color: #ee416f;
  margin-right: 4px;
  font-weight: bold;
}
