.counter {
    width: 100%;
    height: auto;
    display: block;
}

.counter .headlines {
    text-align: center;
    text-transform: uppercase;
}

.counter h2 {
    font-size: 36px;
    margin: 0;
    font-weight: lighter;
}

.counter h3 {
    font-size: 28px;
    margin: 0;
    color: #bb1883;
    font-weight: lighter;
}

.countdown-trigger {
    margin: 0 auto;
}

.hidden-fields {
    display: none;
}

.cells {
    float: left;
    width: 25%;
}

.cells.counts {
    color: #bb1883;
    font-size: 45px;
    padding: 5px;
}

.holder {
    text-align: center;
}

.countdown-container {
    display: table;
    width: 100%;
    height: auto;
}

.translations {
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
    color: #333;
    text-align: center;
}