.price-leaderboard{
    position: absolute;
    top:0px;
    left:15px;
    text-align: center;
    background-color: #ffaa00;
    padding: 2px 10px;
}
.title-leaderboard{
    position: absolute;
    top:200px;
    left:15px;
    text-align: left;
    /*background-color: rgba(0,0,0,0.5);*/
    padding: 8px 15px;
    color: #b3b3b3;
    width: 200px;
    font-size: 23px;
    font-weight: bold;
    line-height: 0.6;
}
.title-leaderboard>span{
    font-size: 40px;
    line-height: 1.2;
}
.leader-row{
    margin: 0px;
    height: 165px;
    padding: 20px 0px;
    border-bottom: 1px solid #d3d3d3;
}
.leader-number,.leader-views{
    padding-top: 46px;
    font-size: 25px;
    font-weight: bold;
}
.leader-views{
    text-align: center;
    font-weight: normal;
}
.leader-row>div>img{
    max-height: 122px;
    float: left;
}
.leader-row>div>span.leader-span{
    height: 122px;
    display: inline-block;
    float: left;
    width: auto;
    /*margin-left: 20px;*/
    font-size: 20px;
    font-weight: bold;
    /*max-width: 70%;*/
    min-width: 216px;
}
.leader-row>div>span>div.leader-row-description{
    font-size: 17px;
    font-weight: normal;
    margin-top: 3px;
    color: #a3a3a3;
    max-height: 45px;
    overflow-y: hidden;
}
.leader-row>div>span>div.blog-info-line{
    font-size: 15px;
    font-weight: normal;
}
.flip-clock-wrapper{
    margin-top: 19px !important;
    display: inline-block !important;
    width: 620px !important;
    left: 50% !important;
    margin-left: -320px !important;
    margin-bottom: 0px !important;
    height: 96px !important;
}
.flip-clock-label{
    font-size: 14px !important;
    height: 19px !important;
    overflow: hidden !important;
    top: -1em !important;
    color: white !important;
}
.flip-clock-wrapper ul li a div div.inn{
    background-color: #ffffff !important;
    color: #303030 !important;
}
.flip-clock-dot{
    background-color: white !important;
}
.leaderboard-first-place{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 6px solid white;
    background-color: green;
    position: absolute;
    top: -10px;
    left: 164px;
    color: white;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75;
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    box-shadow: 0 3px 5px 0px rgba(0,0,0,0.5);
}
.leaderboard-a-name{
    color: black !important;
    display: block;
    overflow: hidden;
    height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leaderblogs-img-small{
    width: 122px;
    height: 122px;
}

.price-leaderboard-small{
    top: 100px
}

@media (max-width: 1330px) {
    .leaderblogs-img-small{
        width: 110px;
        height: 110px;
    }
    .price-leaderboard-small{
        top: 87px
    }
}