/* Grid variables */
/* Grid row */
.Grid > .GridRow {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: inherit;
  align-items: stretch;
  width: 100% !important;
  padding: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

/*# sourceMappingURL=GridRow.css.map */
