.help-topic-content {
  background:#fff;
  padding:5px;
  text-align:left;
  color:black;
  display:none;
  cursor:default;
}

.help-topic-content p {
  margin-top:16px;
  margin-left:10px;
  font-size:12px;
}
.help-topic-content h4 {
  margin-left:5px;
  font-size:16px;
  font-weight:bold;
  margin-top:10px;
}

.blockMsg {
  top:1% !important;
  left:10% !important;
  width:80% !important;
}

.help-topic-close {
    background:#eee;
    margin-top:5px;
    padding:5px;
    text-align:center;
    cursor:default;
    font-size:10px;
}


