@font-face {
font-family: kippax-con-bold;
src: url(font/kippaxmodernbeta-condensedbold-webfont.woff2);
}

#border {
    width: 320px;
    height: 50px;
    top: 0;
    left: 0;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
}

#wrapper {
    width: 320px;
    height: 50px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-family: kippax-con-bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

#background {
    position: absolute;
    width: 320px;
    height: 50px;
}

#crest {
    position: absolute;
    left: 30px;
    top: 5px;
    width: 40px;
    height: 40px;
    opacity: 0;
}

#citc {
    position: absolute;
    left: 110px;
    top: 5px;
    width: 80px;
    height: 40px;
    opacity: 0;
}

#lang {
    display: none;
}

/* CENTRE TEXT */

#center-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 6px;
    position: absolute;
}

#win {
    font-size: 15px;
    color: #ffffff;
    z-index: 1;
    margin-bottom: -15px;
    opacity: 0;
    transform: translateX(-52px) translateY(-5px);
}

#signed {
    font-size: 24px;
    color: #3bd6ff;
    z-index: 1;
    opacity: 0;
    transform: translateX(-52px) translateY(3px);
}

#prizes {
    font-size: 24px;
    color: #ffffff;
    z-index: 1;
    opacity: 0;
    transform: translateX(-52px);
}

/* RIGHT TEXT */

#right-text-container {
    position: absolute;
    right: 5px;
    z-index: 1;
    height: 40px;
    top: 6px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end; 
}
 
#days, #day, #hours, #hour, #mins, #min {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.1;
    margin-left: 5px;
}

#countdown {
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
}