a img {
    border: 0;
}

.alignLeft {
    text-align: left;
}

.alignCenter,
.center {
    text-align: center;
}

.alignRight {
    text-align: right;
}

.justify {
    text-align: justify;
}

.clear {
  clear: both;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.hidden {
    display: none;
}

.hiddenImportant {
    display: none !important;
}

.display {
  display: block;
}

.displayImportant {
  display: block !important;
}

.overflow {
  overflow: auto;
}

/* Colors  [start]* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.orange {
    background: #ffc446;
}

.lightOrange {
    background: #f7f7ea;
}

.green {
    background: #8fbe00;
}

.red {
    background: #c63636;
}

.blue {
    background: #4694ff;
}

.black {
    background: #2c2c2c;
}

.whiteFront {
  color: #ffffff;
}

.orangeFront {
  color: #ffc446;
}

.greenFront {
  color: #8fbe00;
}

.redFront {
  color: #c63636;
}

.blueFront {
  color: #4694ff;
}

.blackFront {
  color: #2c2c2c;
}

.white {
    background: #ffffff;
}

/* Colors  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */