#qippcasestudy-detail > div.row-fluid > div.span12 > a{
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background: #11779b;
}

#qippcasestudy-detail > div.row-fluid > div.span12 > a:hover{
    color: #fff;
    background: #333;
}