#sx-countdown-timer-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #000000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
/*     position: fixed; */
	border-radius: 10px;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#sx-countdown-timer {
    font-size: 2em;
}

#sx-countdown-timer + div {
    font-size: 1.5em;
}


/* Modal styling */
.sx-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.sx-modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    text-align: center;
}

.sx-close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
