#id01{
  z-index: 190;
}

.modal .container {
  padding: 16px;
  margin: 0 auto;
  text-align: center;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */

  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(19, 18, 18,0.7);
  padding-top: 50px;
  margin-top: 0px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin:0 auto; /* 5% from the top, 15% from the bottom and cente#c4cbd5 */
  border: 1px solid #888;
  padding: 2%;
  width: 60%; /* Could be more or less, depending on screen size */
  font-size: 18px;
  margin-bottom: 90px;
}
.modal-content table{
  width: 100%;
  font-size: 18px;

}
.modal a{
  text-align: center;
  margin-left:20px;
  float:right;
}
.modal-content input[type='text']{
  font-size: 18px;
  background-color: transparent;
}

/* Style the horizontal ruler */
.modal hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* The Modal Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.modal input[type='text']{
  width: 130px;
  border: none;
}


body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

h1 {
    margin-bottom: 20px;
}

.notification {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

button {
    padding: 10px;
}