/* Custom Classes used to style text, and available for use in the back-end */
.left {
  display: inline;
  float: left;
  margin: 10px 10px 0px 10px;
}

.right {
  display: inline;
  float: right;
  margin: 10px 0 10px 10px;
}

.red { color: red; }