/*
|---------------------------------------------------------------
| INDUAL CI FRAMEWORK
| http://www.indual.ch
|---------------------------------------------------------------
|
| Stylesheet: helper.css
|
*/


/* little helper styles --------------------------------------- */

a {
  outline: none !important;
}

.cf {
  float: none;
  clear: both;
  line-height: 0;
  width: 1px;
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 0;
}

.nomargin {
  margin: 0 !important;
}

.nobackground {
  background: transparent none !important;
}

.noborder {
  border: none !important;
}

.notextdecoration {
  font-weight: normal !important;
  text-decoration: none !important;
  border: none !important;
}

.fullwidth {
  width: 98% !important;
}

hr {
  display: none;
}

.ml10 {
	margin-left: 10px !important;
}

.mr10 {
	margin-right: 10px !important
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px;
}