div.interative-help {
  display: none;
  border: 3px solid #000;
  border-radius: 10px;
  background-color: #FFF36B;
  color: #000;
  padding: 30px 20px 10px 20px;
  max-width: 100%;
  z-index: 1000; }
  div.interative-help * {
    margin: 0 0 10px 0; }
  div.interative-help dl dt {
    font-weight: bold;
    margin: 0; }
  div.interative-help.show {
    display: block;
    position: absolute; }
    div.interative-help.show button.close {
      position: absolute;
      top: 5px;
      right: 5px;
      margin: 0; }
