.btn.oscitas-bootstrap-container{
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    padding: 8px 25px;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
    border: none;
}
.btn-success.oscitas-bootstrap-container{
    background-color: #2a972c;    
}
.btn-success.oscitas-bootstrap-container:hover{
    background-color:#3DC43D;
}

.btn-info.oscitas-bootstrap-container{
    background-color: #2d96ff;    
}
.btn-info.oscitas-bootstrap-container:hover{
    background-color: #78bbff;
}

 @media only screen and (min-width:992px){
    .pdr-0{
       padding-right: 0 !important;
    }
}
 @media only screen and (max-width:991px){
    .pdr-0{
       padding-bottom: 10px !important;
    }
}

.bet-button.bet-coupon-button-small{
    margin: 0;
    line-height: 2em;
    width: auto;
    min-width: 50%;
    border:2px solid #2A972C;
}
.bet-button.bet-coupon-button-small a{
    font-size: 12px;
    line-height: 2em;
    padding: 0;
}
.bet-button.bet-coupon-button-small.coupon-shown{
    background:url("../../images/couponbg.png") repeat scroll 0 0 transparent;
    border:2px solid #2A972C;
}
.bet-button.bet-coupon-button-small.coupon-shown a{
    color: #000;    
}