html,
body {
  background: #ffffff;
  color: #000000;
}
.ii-required:after,
/* Can this be moved to the object viewer component? */
.ii-object-viewer-attr-required:after {
  color: #ff7814;
  content: "*";
  font-weight: bold;
  margin-left: 2px;
}
