
.badge {
    width: 14px;
    height: 14px;
    background: red;
    color: #FFF;
    font-size: 10px;
    font-family: Roboto;
    position: absolute;
    border-radius: 50%;
    left: 11px;
    top: -3px;
    text-align: center;
    line-height: 14px;
}

.accept_icon {
    color:rgb(150, 193, 31);
    font-size:30px;
}
.radioGroup {
    float:left; margin-left:-2px;
}
.radioGroup input[type="radio"] {
    float:left; width:auto !important; margin-right:5px !important;
}