1.ls-ba {
2    .list-group {
3        padding-right:0;
4        >.list-group-item {
5            padding-right:0;
6            .list-group {
7                margin-bottom: 0;
8                .list-group-item {
9                    //padding-left:15px;
10                    &:last-of-type {
11                        border-bottom: 1px solid #dadada;
12                        margin-bottom: 10px;
13                    }
14                }
15            }
16        }
17    }
18    .breadcrumb>li+li:before {
19        padding: 0 5px;
20        color: #ccc;
21        content: "\f061";
22        font: normal normal normal 18px/1 FontAwesome;
23    }
24
25    .pager li > a, .pager li > span {
26        border-radius: 4px;
27        margin: 1px;
28    }
29
30}
31
32div[class^="col-"],
33div[class*=" col-"] {
34    &.nofloat {
35        float: none;
36    }
37}
38
39