.flip-counter ul.cd{float:left;list-style-type:none;margin:0;padding:0}

.flip-counter li{background:url(../img/digits.png) 0 0 no-repeat}
.flip-counter li.t{background-position:0 0;width:53px;height:39px}
.flip-counter li.b{background-position:0 0;width:53px;height:64px}
.flip-counter li.s{background-position:-53px -1030px;width:14px;height:103px}

.flip-counter-wrapper.md .flip-counter li{background:url(../img/digits-md.png) 0 0 no-repeat}
.flip-counter-wrapper.md .flip-counter li.t{background-position:0 0;width:26px;height:20px}
.flip-counter-wrapper.md .flip-counter li.b{background-position:0 0;width:26px;height:32px}
.flip-counter-wrapper.md .flip-counter li.s{background-position:-26px -515px;width:7px;height:51px}

.flip-counter-wrapper.sm .flip-counter li{background:url(../img/digits-sm.png) 0 0 no-repeat}
.flip-counter-wrapper.sm .flip-counter li.t{background-position:0 0;width:19px;height:15px}
.flip-counter-wrapper.sm .flip-counter li.b{background-position:0 0;width:19px;height:24px}
.flip-counter-wrapper.sm .flip-counter li.s{background-position:-19px -386px;width:5px;height:19px}

.flip-counter-wrapper.sm .flip-counter li{background:url(../img/digits-xs.png) 0 0 no-repeat}
.flip-counter-wrapper.sm .flip-counter li.t{background-position:0 0;width:13px;height:10px}
.flip-counter-wrapper.sm .flip-counter li.b{background-position:0 0;width:13px;height:16px}
.flip-counter-wrapper.sm .flip-counter li.s{background-position:-13px -257px;width:3px;height:26px}

.flip-counter-wrapper {
    width: 100%;
    /*border: 1px solid black;*/
}

.flip-counter-wrapper table {
    border: 0 !important;
    width: auto !important;
    margin: 0 auto;
}

.flip-counter-wrapper td {
    vertical-align: top !important;
    padding: 0 !important;
}

.flip-counter-wrapper .currency {
    vertical-align: top;
    height: auto;
    width: auto;
    padding-right: 10px;
}

.flip-counter-wrapper.md .currency {
    height: 53px;
    width: 32px;
    padding-right: 5px;
}

.flip-counter-wrapper.sm .currency {
    height: 27px;
    width: 17px;
    padding-right: 3px;
}

.float-r {
    float: right !important;
}