#ceom-modal-overlay{
    position: fixed;
    top:0;left:0;width:100%;height:100%;
    background: rgba(0,0,0,0.6);
    z-index:1000;
}
#ceom-modal{
    position: fixed;
    top:50%;left:50%;
    transform: translate(-50%,-50%);
    background:#fff;
    padding:20px;
    width:90%;
    max-width:420px;
    z-index:1001;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
}
#ceom-modal h2{margin-top:0;}
#ceom-modal label{display:block;margin-bottom:8px;}
#ceom-modal input[type="text"],
#ceom-modal input[type="email"]{width:100%;padding:6px;box-sizing:border-box;}
#ceom-modal button{margin-top:10px;}

.ceom-offer-box{
    margin:15px 0;
    padding:15px;
    border-radius:4px;
}
.ceom-offer-table{
    width:100%;
    border-collapse:collapse;
}
.ceom-offer-table td{
    padding:6px 4px;
    border:none;
}
.ceom-offer-hero{
    text-align:center;
}
.ceom-hero-image{
    max-width:100%;
    height:auto;
}
.ceom-headline{
    font-size:1.3em;
    font-weight:bold;
}
.ceom-offer-universal{
    text-align:center;
    font-weight:bold;
}
.ceom-universal-price{
    font-size:1.2em;
}
.ceom-small-print{
    font-size:0.85em;
}
.ceom-countdown-row{
    text-align:center;
    font-size:0.95em;
}
.ceom-countdown-time{
    font-weight:bold;
    margin-left:4px;
}
.ceom-availability{
    text-align:center;
    font-weight:bold;
}
.ceom-additional{
    font-size:0.9em;
}
.ceom-offer-button-cell{
    text-align:center;
}
.ceom-enrol-button{
    padding:8px 18px;
    font-size:1em;
    cursor:pointer;
}
