Countdown_wev8.css 562 Bytes
.wev-comp-Countdown  .time_circles {
    position: relative;
    width: 100%;
    height: 100%
}

.wev-comp-Countdown  .time_circles>div {
    position: absolute;
    text-align: center
}

.wev-comp-Countdown .time_circles>div>h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic'
}

.wev-comp-Countdown .time_circles>div>span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic';
    font-size: 300%;
    margin-top: .4em;
    font-weight: bold
}