//
// Base Classes
//

.clear-both {
  clear: both !important;
}
.clear-left {
  clear: left !important;
}
.clear-right {
  clear: right !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.full-width {
  width: 100% !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.hide {
  display: none;
} //hide
.no-margin {
  margin: 0 !important;
}
