.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    width: 35px !important;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-left: 5px;
    width: 35px !important;
}
More or less like this