/* custom stuff */

.left {
  float: left;
  padding-right:10px;
}

.right {
  float: right;
  padding-left:10px;
}


