.disclosure_close {
  position: absolute;
  float: right;
  border-radius: 10px;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#dialog_disclosure_edit,#dialog_disclosure_history {
    --width-close: 20px;
    z-index: 1;
    position: absolute;
    #width: 500px;
    #height: 300px;
    display: none;
      
  #padding: 10px;
  top: 10px;
  top: 300px;
  left: 900px;
  background-color: #FFFFFF;
  border-radius: 10px;
  #border: 2px solid #000;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  max-width: 1000px;
}
#dialog_disclosure_history table{
   border-color: grey;
}
.dialog_header{
    width: calc(100% - 10px);
    padding: 5px;
    background: #C9C9EE;
    border-radius: 10px 10px 0 0;
}
.dialog_header_content{
    width: calc(100% - var(--width-close));
    font-weight: bold;
    #padding: 5px;
    #background: #C9C9EE;
    #border-radius: 10px 10px 0 0;
}

#disclosure_edit_content,#disclosure_history_content {
  padding: 5px;
}
#disclosure_history_content {
  overflow-y:scroll;
  min-width: 760px;
  max-height: 500px;
}
#disclosure_link {
    min-width: 250px;
}
:link { color: #0000EE; }
:visited { color: #551A8B; }

label.normal_text { color: black; }