@charset "utf-8";

#wlInfo {
  visibility: hidden;
  position: absolute;
  width: 360px;
  top: 72px;
  right: 144px;
  padding: 9px;
  text-align: left;
  background-color: #e8e8e8;
  opacity: 1;
  border-width: 2px;
  border-style: solid;
  border-color: #33c;
  border-radius: 9px 0px 0px 9px;
  color: #33f;
  font-family: Calibri, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

#wlInfo H1 {
  color: #c00;
  font-family: Calibri, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px 4px 0px;
}

#wlInfo P {
  color: #33f;
  font-family: Calibri, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0px 0px 4px 0px;
}

#wlInfo DIV.i {
  margin: 18px auto 9px auto;
  text-align: center;
}

#wlInfo em {
  color: #c00;
  font-style: normal;
}