/*  UTILITY CLASSES ======================================================================= */

/* floats */

.pull-left {float:left !important;}
.pull-right {float:right !important;}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* text */

.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
