.hallocount-widget {
    margin: 0 auto;
    height: 162px;
    width: 180px;
    background-repeat: no-repeat;
    background-size: 180px 162px;
    text-align: center;
    position: relative;
}

.hallocount-widget .countdown-text {
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    line-height: 105%;
    font-family: comic sans ms;
    color: #FFFF00;
    position: absolute;
    width: 100%;
}

/* Specific styles for each background image */
.hallocount-widget.vampy {
    background-image: url('img/vampy.png');
}

.hallocount-widget.vampy .countdown-text {
    padding-top: 95px;
}

.hallocount-widget.moon {
    background-image: url('img/moon.png');
}

.hallocount-widget.moon .countdown-text {
    padding-top: 65px;
    color: #000000!important;
}

.hallocount-widget.cauldron {
    background-image: url('img/cauldron.png');
}

.hallocount-widget.cauldron .countdown-text {
    padding-top: 90px;
}

.hallocount-widget.candy {
    background-image: url('img/candy.png');
}

.hallocount-widget.candy .countdown-text {
    padding-top: 80px;
    color: #000000!important;
    font-weight:bold;
}
.hallocount-widget.ghost {
    background-image: url('img/ghost.png');
}

.hallocount-widget.ghost .countdown-text {
    padding-top: 75px;
    color: #000000!important;
}
.hallocount-widget.dracula {
    background-image: url('img/dracula.png');
}

.hallocount-widget.dracula .countdown-text {
    padding-top: 90px;
}
