.btn.group > .btn {
    float:left;
}
.btn.group > .btn + .btn {
    border-left:1px solid rgba(255, 255, 255, 0.3);
}

/** Group radiuses **/

.btn.group.radius-1 > .btn:first-child {
    -webkit-border-radius: 1px 0px 0px 1px;
    border-radius: 1px 0px 0px 1px;     
}
.btn.group.radius-2 > .btn:first-child {
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;     
}
.btn.group.radius-3 > .btn:first-child {
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;     
}
.btn.group.radius-4 > .btn:first-child {
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;     
}
.btn.group.radius-5 > .btn:first-child {
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;     
}
.btn.group.radius-6 > .btn:first-child {
    -webkit-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;     
}
.btn.group.radius-7 > .btn:first-child {
    -webkit-border-radius: 7px 0px 0px 7px;
    border-radius: 7px 0px 0px 7px;     
}
.btn.group.radius-8 > .btn:first-child {
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;     
}
.btn.group.radius-9 > .btn:first-child {
    -webkit-border-radius: 9px 0px 0px 9px;
    border-radius: 9px 0px 0px 9px;     
}
.btn.group.radius-10 > .btn:first-child {
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;     
}