.special-sep {
  margin-bottom: 35px;
}
.blocker {
  z-index: 999;
}
.blocker {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
.blocker:before {
  display: none;
}
.expired {
  color: red;
  font-weight: bold;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: relative; /* Stay in place */
  z-index: 99; /* Sit on top */
  margin-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
  height: auto;
  overflow: visible; /* Enable scroll if needed */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  position: relative;
  border: 1px solid #888;
  width: auto;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}