/* This is the CSS for the modal dialog window */
.popup_modal_dialog {
  background-color: white;
  color: black;
  border: 1px solid gray;
  padding: 20px;
  display: block;
  position: fixed;
  left: 500px;
  top: 200px;
}

@media screen {
    #screen-hide {
        display: none;
    }
}
