body {
  /*background-color: green;*/
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearAll {
  clear: both;
}
