.open_btn {
  background-color: rgb(50,48,20); /* Fallback color */
  color: #ffff00;
}

/* The Modal (background) */
.fragment-modal-dialog {
  display: block; /* Displayed by default */
  position: fixed; /* Stay in place */
  z-index: 20000!important; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Disable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.fragment-modal-dialog-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #000000;
  width: 80%; /* Could be more or less, depending on screen size */
  height: 80%;

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);}

/* The Close Button */
.fragment-modal-dialog-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.fragment-modal-dialog-close:hover,
.fragment-modal-dialog-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.fragment-modal-dialog-content-header {
  padding: 2px 16px;
  background-color: #cfcfcf;
  color: #000000;
}

/* Clear floats after the columns */
.fragment-modal-dialog-content-header:after {
  content: "";
  display: table;
  clear: both;
}

.fragment-modal-dialog-content-body {padding: 2px 16px;}

.fragment-modal-dialog-content-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 2px 16px;
  background-color: #cfcfcf;
  color: #000000;
}
