.mdui-card, .mdui-textfield {
  overflow: visible!important;
}

.mdui-textfield:first-of-type {
  padding-top: 0;
}

.mdui-textfield {
  flex: 1 1 0;
}

.prefix-button-wrapper {
  display: flex;
  flex-direction: row;
}

.prefix-button {
  flex: 0 0 1;
  align-self: flex-end;
  margin: 0 0 8px 8px!important;
}
