.clear:before, .clear:after {
content: "";
display: table;
line-height: 0;
}

.clear:after {
clear: both;
}

.pull-right {
float: right;
}