/* 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; }

h1, h2, h3, h4, h5, h6 {
  color: #333;
  letter-spacing: -0.3px;
}

p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
}