.digg{ padding:4% 0;}
.FlLeft {
    float: left;
}


.digg {
    height: 40px;
    width: 150px;
    margin: 0 auto 60px;
    clear: both;
}

.digg a.supports,.digg a.supports:hover
{
    background: url(../../static/images/digg.png) no-repeat;
}

.digg a.supports {
    width: 140px;
    height: 40px;
    overflow: hidden;
    background-position: 0px -1px;
}

.digg a.supports:hover {
    background-position: 0px -51px;
}

#diggs {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 80px;
    display: block;
    color:#000;
}

@media (min-width:320px) and (max-width:767px){
    .digg:after{content:'';display:block;clear:both;height:0;visibility:hidden;font-size:0;}
    .digg{text-align: center;height:auto;
        margin-bottom:20px;}
    .digg a{margin:0 auto 10px;float:none!important;}
}

