/* Example CSS styles */
.countdown-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(198, 163, 69, 0.7);
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
	color: #fff;
}

.countdown-overlay-show {
    text-align: center;
    font-size: 3em;
    line-height: 1.5em;
	color: #C6A345;
}

