.dark {
    color: #00ff0d;
    display: inline-block;
}

.dark .digits div span {
    background-color: #00ff0d;
    /*E2C320*/

    border-color: #00ff0d;
}
/*-------------------------
    The Digits
--------------------------*/

 .digits div {
    text-align: left;
    position: relative;
    width: 19.6px;
    height: 35px;
    display: inline-block;
    margin: 0 2.8px;
}

 .digits div span {
    opacity: 0;
    position: absolute;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
}

 .digits div span:before,
 .digits div span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 3.5px solid transparent;
}

 .digits .d1 {
    height: 3.5px;
    width: 11.2px;
    top: 0;
    left: 4.2px;
}

 .digits .d1:before {
    border-width: 0 3.5px 3.5px 0;
    border-right-color: inherit;
    left: -3.5px;
}

 .digits .d1:after {
    border-width: 0 0 3.5px 3.5px;
    border-left-color: inherit;
    right: -3.5px;
}

 .digits .d2 {
    height: 3.5px;
    width: 11.2px;
    top: 16.8px;
    left: 4.2px;
}

 .digits .d2:before {
    border-width: 2.1px 2.8px 1.4px;
    border-right-color: inherit;
    left: -5.6px;
}

 .digits .d2:after {
    border-width: 2.1px 2.8px 1.4px;
    border-right-color: inherit;
    left: -5.6px;
}

 .digits .d3 {
    height: 3.5px;
    width: 11.2px;
    top: 33.6px;
    left: 4.2px;
}

 .digits .d3:before {
    border-width: 3.5px 3.5px 0 0;
    border-right-color: inherit;
    left: -3.5px;
}

 .digits .d3:after {
    border-width: 3.5px 0 0 3.5px;
    border-left-color: inherit;
    right: -3.5px;
}

 .digits .d4 {
    width: 3.5px;
    height: 9.8px;
    top: 4.9px;
    left: 0;
}

 .digits .d4:before {
    border-width: 0 3.5px 3.5px 0;
    border-bottom-color: inherit;
    top: -3.5px;
}

 .digits .d4:after {
    border-width: 0 0 3.5px 3.5px;
    border-left-color: inherit;
    bottom: -3.5px;
}

 .digits .d5 {
    width: 3.5px;
    height: 9.8px;
    top: 4.9px;
    right: 0;
}

 .digits .d5:before {
    border-width: 0 0 3.5px 3.5px;
    border-bottom-color: inherit;
    top: -3.5px;
}

 .digits .d5:after {
    border-width: 3.5px 0 0 3.5px;
    border-top-color: inherit;
    bottom: -3.5px;
}

 .digits .d6 {
    width: 3.5px;
    height: 9.8px;
    top: 22.4px;
    left: 0;
}

 .digits .d6:before {
    border-width: 0 3.5px 3.5px 0;
    border-bottom-color: inherit;
    top: -3.5px;
}

 .digits .d6:after {
    border-width: 0 0 3.5px 3.5px;
    border-left-color: inherit;
    bottom: -3.5px;
}

 .digits .d7 {
    width: 3.5px;
    height: 9.8px;
    top: 22.4px;
    right: 0;
}

 .digits .d7:before {
    border-width: 0 0 3.5px 3.5px;
    border-bottom-color: inherit;
    top: -3.5px;
}

 .digits .d7:after {
    border-width: 3.5px 0 0 3.5px;
    border-top-color: inherit;
    bottom: -3.5px;
}
/* 1 */

 .digits div.one .d5,
 .digits div.one .d7 {
    opacity: 1;
}
/* 2 */

 .digits div.two .d1,
 .digits div.two .d5,
 .digits div.two .d2,
 .digits div.two .d6,
 .digits div.two .d3 {
    opacity: 1;
}
/* 3 */

 .digits div.three .d1,
 .digits div.three .d5,
 .digits div.three .d2,
 .digits div.three .d7,
 .digits div.three .d3 {
    opacity: 1;
}
/* 4 */

 .digits div.four .d5,
 .digits div.four .d2,
 .digits div.four .d4,
 .digits div.four .d7 {
    opacity: 1;
}
/* 5 */

 .digits div.five .d1,
 .digits div.five .d2,
 .digits div.five .d4,
 .digits div.five .d3,
 .digits div.five .d7 {
    opacity: 1;
}
/* 6 */

 .digits div.six .d1,
 .digits div.six .d2,
 .digits div.six .d4,
 .digits div.six .d3,
 .digits div.six .d6,
 .digits div.six .d7 {
    opacity: 1;
}
/* 7 */

 .digits div.seven .d1,
 .digits div.seven .d5,
 .digits div.seven .d7 {
    opacity: 1;
}
/* 8 */

 .digits div.eight .d1,
 .digits div.eight .d2,
 .digits div.eight .d3,
 .digits div.eight .d4,
 .digits div.eight .d5,
 .digits div.eight .d6,
 .digits div.eight .d7 {
    opacity: 1;
}
/* 9 */

 .digits div.nine .d1,
 .digits div.nine .d2,
 .digits div.nine .d3,
 .digits div.nine .d4,
 .digits div.nine .d5,
 .digits div.nine .d7 {
    opacity: 1;
}
/* 0 */

 .digits div.zero .d1,
 .digits div.zero .d3,
 .digits div.zero .d4,
 .digits div.zero .d5,
 .digits div.zero .d6,
 .digits div.zero .d7 {
    opacity: 1;
}