a{
    cursor: pointer;
    color:#333;
}
.dC_content{
    margin-right: -35px;
}
.card{
    width:350px;
    box-sizing: border-box;
    padding: 14px;
    padding-bottom: 18px;
    text-align: center;
    box-shadow: 1px 2px 26px rgba(0,0,0,.1);
    transition: all .2s linear;
    margin:0 35px 35px 0;
}
.card:hover{
    box-shadow: 1px 2px 26px rgba(121,42,3,.15);
    border-radius: 8px;
}
.thumbnail img{
    display:block;
}
.cardName{
    color:#222;
    font-size: 14px;
    padding: 16px 0;
}
a.downloadBtn{
    display: inline-block;
    width:158px;
    height:34px;
    text-align: center;
    line-height: 34px;
    color:#da251d;
    border:1px solid #da251d;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
}
.downloadBtn:hover{
    color:#e74d17;
    border-color:#e74d17;
}
.footer {
    margin-top:0;
    border:0 none;
}