.row-edit-pagination-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row-edit-text-style {
  margin-right: 10px;
}
.row-edit-view-style {
  display: inline-block;
  width: 100%;
  height: 32px;
  vertical-align: top;
}
