#ja_mm_popup .modal-content {
  border-radius: 3px;
}

#ja_mm_popup .modal-header {
  background-color: #f0f0f0;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 5px 5px 0 0;
  min-height: 50px;
}

#ja_mm_popup button.close {
  background-color: #fff;
  border-radius: 3px;
  line-height: 26px;
  height: 26px;
  width: 26px;
}

#ja_mm_popup button.close span {
  color: #999;
  line-height: 26px;
}

#ja_mm_popup button.close:hover {
  background-color: rgba(0,0,0,0.1);
  color: #333;
}

#ja_mm_popup .modal-body {
  padding: 20px;
}

#ja_mm_popup .modal-body .msg {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  border-radius: 3px;
  color: #31708f;
  font-size: 16px;
  line-height: 1.6;
  padding: 10px;
  text-align: center;
}

#ja_mm_popup .modal-footer {
  border-top: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

#ja_mm_popup #ja_mm_btn_gotit {
  border: 0;
  border-radius: 3px;
  font-weight: 500;
  padding: 7px 20px;
}