.column.left {
  float: left;
  width: 45%;
}

.column.right {
  float: right;
  width: 45%;
}

.clear {
  clear:both;
}

.float.right {
  float:right;
}

.float.left {
  float: left;
}

.noMarginTop {
  margin-top:0;
}

.lessMarginTop {
  margin-top:1em;
}

.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gray {
  color: gray;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

:focus {
  outline:none;
}
::-moz-focus-inner {
  border:0;
}

