html body #deckWorkspace .commander-selected-card .commander-selected-copy [data-open-commander-picker],
html body #deckWorkspace .commander-selected-card .commander-selected-copy #changeCommander{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:flex-start!important;
  justify-self:start!important;
  place-self:auto start!important;
  flex:0 0 auto!important;
  width:auto!important;
  min-width:0!important;
  max-width:max-content!important;
  padding:8px 13px!important;
  margin:0!important;
}
