
.cr-revmenu-left {
  float: left;
  width: 33.33%;
  justify-content: left;
  text-align: left;
}

.cr-revmenu-center {
  float: left;
  width: 33.33%;
  justify-content: center;
  text-align: center;
}

.cr-revmenu-right {
  float: left;
  width: 33.33%;
  justify-content: right;
  text-align: right;
}

.cr-revmenu-row {
   width: 100%;
   margin-bottom: 32px;
}

/* Clear floats after the columns */
.cr-revmenu-row:after {
  content: "";
  display: table;
  clear: both;
}
