.eks-details #report-mini-map {
  height: 200px;
  width: 400px;
  background-color: #ebebeb;
  float: right;
}
.hint::after {
  font-size: 11px;
  width: 12px;
  height: 12px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: text-top;
  font-family: monospace;
}
.hint-1::after {
  content: '(1)';
}
.hint-2::after {
  content: '(2)';
}
.hint-3::after {
  content: '(3)';
}
.hint-4::after {
  content: '(4)';
}
.hint-5::after {
  content: '(5)';
}
