.file-and-browse-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-flex: 1;
          flex: 1;
}
.file-and-browse-row cmf-core-business-controls-propertyeditor {
  -webkit-box-flex: 2;
          flex: 2;
}
.file-and-browse-row .browse-button {
  height: 44px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 4px;
}
.changeset {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  font-family: open-sans-regular;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 36px;
}
.info-text {
  text-align: center;
}
