#DttTopicInfoPopup {
  display: none;
  position: absolute;
  background-color: #eee;
  border: 1px solid #ccc;
  width:20em;
}
#DttTopicInfoPopup .topicName {
  background-color: #ccc;
  padding: 4px;
  text-align: center;
  font-weight: bold;
  color: #459;
}
#DttTopicInfoPopup .topicSummary {
  margin: 4px;
  padding: 4px;
  background-color: #fff;
}
#DttTopicInfoPopup .topicField {
  font-weight: bold;
  margin-right: 1em;
  color: #459;
}
#DttTopicInfoPopup .topicInfo {
  margin: 4px;
  padding: 4px;
  background-color: #fff;
  /* border: 1px solid black; */
}
#DttTopicInfoPopup .left {
  margin: 4px 0px 4px 4px;
  width: 42%;
  float: left;
}
#DttTopicInfoPopup .right {
  margin: 4px 4px 4px 0px;
  width: 42%;
  float: right;
}
