.align-right {
  float:right;
  margin:0 0 1.5em 1em;
}
.align-left {
  float:left;
  margin:0 1em 1.5em 0;
}