
.floatL {
  float: left;
}

.floatR {
  float: right;
}

.clear {
  clear: both;
}

.text-center {
  text-align: center;
}

.gridLayout-three-wrapper > .gridLayout-children {
  width: 33%;
  box-sizing: border-box;
}

.gridLayout-three-wrapper > .gridLayout-children:nth-child(even) {
  width: 34%;
}



