.double {
    margin-bottom: 10px;
}

.double span.link{
    color: #0099ba;
    font-weight: bold;
    cursor: pointer;
}
.double span.bonus_card{
    color: #999999;
}
.selectedAcc{
    font-weight: bold;
    color: #005e7d;
}
.notSelectedAcc{
    color: #999999;
}
.sms-box{
    margin-bottom: 20px;
}
.sms-box input,
.sms-box button{
    width: 49%;
}
.sms-box button{
    /*float: right;*/
}