.countdown>h1{
    text-align: center;
    font-family: 'Lato', san-serif !important;
}
.countdown-timer{
    display: table;
    width: 880px;
    margin: auto;
    margin-bottom: 40px;
}
.countdown-timer-block{
    display: table-cell;
    width: 230px;
    margin: auto;
}
.countdown-timer-block>p{
    width: 190px;
    font-size: 20px;
    color: #828282;
    padding-top: 10px;
    font-family: 'Lato', san-serif !important;
}
.countdown-timer-block:last-child{
    width: 190px;
}
.countdown-timer-block>div{
    width: 220px;
    height: 130px;
    font-family: 'Lato', san-serif !important;
}
.countdown-timer-block>div>div{
    float: left;
    width: 90px;
    height: 100%;
    background-color: #303030;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
}
.countdown-timer-block>div>div:first-child{
    margin-right: 10px;
}
.countdown-timer-block>p{
    text-align: center;
}
.sale-progress{
    margin-bottom: 30px;
    /*font-size: 20px;
    text-align: center;
    font-weight: 700;*/
}
.sale-progress-list{
    font-family: 'Lato', san-serif !important;
    width: 100%;
    margin:0 auto;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    justify-content: space-between;
}
.sale-progress-bar{
    width: 920px;
    margin: 0 auto;
    display: flex;
    margin-top: 75px;
}
#private-sale-progress-inner{
    width: 0%;
    height: 100%;

    border-radius: 5px;
    background-color: rgba(0,0,0,0.3);
}
#pre-ico-progress-inner{
    width: 0%;
    height: 100%;

    border-radius: 5px;
    background-color: rgba(0,0,0,0.3);
}
#crowd-sales-progress-inner{
    width: 0%;
    height: 100%;

    border-radius: 5px;
    background-color: rgba(0,0,0,0.3);
}
.private-sale{
    flex: 1;
}
.private-sale-progress{
    height: 15px;
    border-radius: 5px;
    border: 1px white solid;
    background-color: #00A0E3;
}
.pre-ico{
    flex: 1;
}
.pre-ico-progress{
    height: 15px;
    border-radius: 5px;
    border: 1px white solid;
    background-color: #3f83b2;
}
.crowd-sales{
    flex: 10;
}
.sale-progress-bar p{
    margin-top: 15px;
    font-weight: 300;
    line-height: normal;
}
.crowd-sales-progress{
    height: 15px;
    border-radius: 5px;
    border: 1px white solid;
    background-color: #443296;
}

#d-dots1, #d-dots2, #d-dots3{
    width: 10%;
    background-color: white;
    color: black;
    margin: auto 3px;
}
.sale-progress-tokens-left{
    font-weight: 500;
    font-size: 18px;
    color: #323333
}
.stats{
    margin-bottom: 20px;
}
.stats p{
    color: #323333;
    font-size: 18px;
    font-weight: 500;
}