.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: 8px;
}
.file-and-browse-row .no-browse-button {
  background-color: blue;
}
