.pull-left, .float-left {
    float: left;
}
.pull-right, .float-right {
    float: right;
}