.user-float-left {
    float: left
}
.user-float-right {
    float: right
}
.user-clear {
    clear: both;
}