.special-sep {
margin-bottom: 35px;
}
.blocker {
z-index: 999;
}
.blocker {
background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.7); }
.blocker:before {
display: none;
}
.expired {
color: red;
font-weight: bold;
} .modal {
display: none; position: relative; z-index: 99; margin-top: 100px; left: 0;
top: 0;
max-width: 100%;
padding: 0;
width: auto;
height: auto;
overflow: visible; } .modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
position: relative;
border: 1px solid #888;
width: auto;
} .close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}