.promolabel-badge {
    background: #e14d43;
    color: #fff;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.promolabel-countdown {
    padding: 0;
    margin: 5px 0;
    font-size: 14px;
    font-weight: bold;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.countdown-label {
    display: inline;
    margin-right: 5px;
    font-weight: inherit;
    color: inherit;
}

.countdown-timer {
    display: inline;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

.countdown-timer span {
    background: transparent !important;
    color: inherit !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    font-family: inherit !important;
}
