.cluedIn_propertyViewer {
  margin-top: 15px;
  &:after {
    content: "";
    display: table;
    clear: both;
  }
}

.cluedIn_propertyViewer_property {
  margin-top: 5px;
}

.cluedIn_propertyViewer_property {
  clear: both;
  padding-top: 10px;
}

.cluedIn_propertyViewer_property_name {
  font-weight: normal;
  font-style: italic;
  color: #888;
  float: left;
  width: 30%;
}

.cluedIn_propertyViewer_property_value {
  float: left;
  width: 70%;
  padding-left: 10px;
  padding-right: 10px;
  word-break: break-word;
}